COMMITS
/ Include/Python.h July 16, 2008
G
Merged revisions 63955 via svnmerge from
Georg Brandl committed
June 17, 2008
A
Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,64342 via svnmerge from
Amaury Forgeot d'Arc committed
May 26, 2008
C
Renamed files bytesobject.[ch] and stringobject.[ch]
Christian Heimes committed
April 19, 2008
C
Merged revisions 62380,62382-62383 via svnmerge from
Christian Heimes committed
April 13, 2008
March 28, 2008
C
Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from
Christian Heimes committed
December 19, 2007
C
Merged revisions 59541-59561 via svnmerge from
Christian Heimes committed
December 2, 2007
October 8, 2007
G
Delete bufferobject.[ch].
Guido van Rossum committed
August 18, 2007
T
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
Travis E. Oliphant committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
December 28, 2006
N
Cruft removal:
Neal Norwitz committed
August 17, 2006
G
Completely get rid of PyClass and PyInstance.
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 22, 2006
G
Here is a bytes type. It's very minimal but it's a start.
Guido van Rossum committed
March 17, 2006
N
Remove PyArg_NoArgs() and PyArg_GetInt()
Neal Norwitz committed
December 17, 2005
N
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed
July 27, 2004
M
Use intptr_t/uintptr_t on Windows
Martin v. Löwis committed
June 27, 2004
M
Patch #966493: Cleanup generator/eval_frame exposure.
Martin v. Löwis committed
June 8, 2004
M
Patch #774665: Make Python LC_NUMERIC agnostic.
Martin v. Löwis committed
March 13, 2004
S
compile.h and eval.h weren't being included which kept a fair bit of the
Skip Montanaro committed
February 10, 2004
S
remove support for missing ANSI C header files (limits.h, stddef.h, etc).
Skip Montanaro committed
December 22, 2003
T
Changed the UCHAR_MAX error msg a bit: we don't really assume anything
Tim Peters committed
S
There are places in Python which assume bytes have 8-bits. Formalize that a
Skip Montanaro committed
November 16, 2003
R
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger committed
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