COMMITS
/ Include/Python.h August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
July 20, 2002
M
Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have them
Martin v. Löwis committed
July 18, 2002
J
Define _XOPEN_SOURCE in configure and Python.h.
Jeremy Hylton committed
July 12, 2002
T
HAVE_LIMITS_H -- raise #error if not defined; limits.h is std C
Tim Peters committed
July 7, 2002
T
Removed WITH_CYCLE_GC #ifdef-ery. Holes:
Tim Peters committed
June 20, 2002
R
SF 569257 -- Name mangle double underscored variable names in __slots__.
Raymond Hettinger committed
June 9, 2002
M
Patch #505375: Make doc strings optional.
Martin v. Löwis committed
June 4, 2002
J
Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***)
Jason Tishler committed
May 27, 2002
M
Silly typo.
Michael W. Hudson committed
May 15, 2002
M
Back out #555929
Martin v. Löwis committed
J
Patch #555929: Cygwin AH_BOTTOM cleanup patch
Jason Tishler committed
April 26, 2002
G
- New builtin function enumerate(x), from PEP 279. Example:
Guido van Rossum committed
April 3, 2002
G
Add the 'bool' type and its values 'False' and 'True', as described in
Guido van Rossum committed
March 25, 2002
N
Add a comment that PyArg_GetInt is deprecated and should not be used
Neal Norwitz committed
N
Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS.
Neal Norwitz committed
March 23, 2002
T
Give Python a debug-mode pymalloc, much as sketched on Python-Dev.
Tim Peters committed
January 12, 2002
M
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis committed
December 4, 2001
T
Stop defining NDEBUG in Python.h, because it can interfere with
Tim Peters committed
October 5, 2001
F
Include the weakref object interface.
Fred Drake committed
August 2, 2001
T
Merge of descr-branch back into trunk.
Tim Peters committed
July 26, 2001
T
Repair more now-obsolete references to config.h.
Tim Peters committed
M
Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
Martin v. Löwis committed
July 16, 2001
T
Part way to allowing "from __future__ import generators" to communicate
Tim Peters committed
July 15, 2001
T
Python.h: Don't attempt to redefine NDEBUG if it's already defined.
Tim Peters committed
G
Define NDEBUG when Py_DEBUG undefined, to disable the assert macro.
Guido van Rossum committed
April 20, 2001
G
Iterators phase 1. This comprises:
Guido van Rossum committed
January 25, 2001
J
PEP 227 implementation
Jeremy Hylton committed
September 26, 2000
F
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake committed
September 19, 2000
G
Make better use of GNU Pth -- patch by Andy Dustman.
Guido van Rossum committed
September 10, 2000
T
Close SF bug 110826: a complaint about the way Python #define'd NULL.
Tim Peters committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 31, 2000
P
patch from Vladimir (move Py_Mem* interface to Include/pymem.h)
Peter Schneider-Kamp committed
P
merge Include/my*.h into Include/pyport.h
Peter Schneider-Kamp committed
July 23, 2000
T
Included assert.h in Python.h -- it's absurd that this basic tool of
Tim Peters committed
July 12, 2000
S
deleted obsolete SYMANTEC__CFM68K__ tests
Skip Montanaro committed
July 8, 2000
T
Cray J90 fixes for long ints.
Tim Peters committed
July 7, 2000
M
Defunct the _XOPEN_SOURCE define for now. Suggested by Fredrik
Marc-André Lemburg committed
July 5, 2000
M
Added #defines to enable SUSv2 compatibility where available and
Marc-André Lemburg committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
May 28, 2000
G
Typo fix in comment.
Greg Ward committed
May 8, 2000
G
Andy Dustman: add GNU pth user-space thread support.
Guido van Rossum committed
April 5, 2000
G
Marc-Andre's third try at this bulk patch seems to work (except that
Guido van Rossum committed
March 10, 2000
G
Marc-Andre Lemburg: include unicodeobject.h and codecs.h
Guido van Rossum committed
January 3, 1999
G
New version identification scheme.
Guido van Rossum committed
December 4, 1998
G
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum committed
October 7, 1998
G
Add Greg Stein's buffer object API.
Guido van Rossum committed
May 26, 1998
G
On SGI, we need to define _SGI_MP_SOURCE before including errno.h when
Guido van Rossum committed
August 2, 1997
G
Mass checkin (more to follow for other directories).
Guido van Rossum committed
July 18, 1997
G
Include pystate.h earlier so it can be referenced by ceval.h.
Guido van Rossum committed