COMMITS
/ Include/Python.h 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
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