COMMITS
/ Include/pyerrors.h January 16, 2009
B
remove duplicate definition of PyExc_BufferError #4950
Benjamin Peterson committed
April 13, 2008
March 18, 2008
December 24, 2007
C
Merged revisions 59565-59594 via svnmerge from
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
September 8, 2007
T
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters committed
August 31, 2007
C
Fix a compile error on Windows.
Collin Winter committed
C
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter committed
August 24, 2007
N
Add const to some strings that are not modified
Neal Norwitz 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
August 12, 2007
S
PyErr_Warn is deprecated in 2.5 - goes away for 3.0
Skip Montanaro committed
June 18, 2007
G
Merged revisions 55962-56019 via svnmerge from
Guido van Rossum committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
May 25, 2007
W
Change PyErr_Format() to generate a unicode string (by using
Walter Dörwald committed
May 17, 2007
G
Merged revisions 55342-55406 via svnmerge from
Guido van Rossum committed
May 3, 2007
G
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum committed
February 25, 2007
T
Merged revisions 53875-53911 via svnmerge from
Thomas Wouters committed
August 21, 2006
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters 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
March 15, 2006
G
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum committed
March 1, 2006
B
PEP 352 implementation. Creates a new base class, BaseException, which has an
Brett Cannon committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
August 6, 2005
R
* set_new() doesn't need to zero the structure a second time after tp_alloc
Raymond Hettinger committed
August 2, 2005
P
PEP 342 implementation. Per Guido's comments, the generator throw()
Phillip J. Eby committed
August 25, 2004
T
Stop producing or using OverflowWarning. PEP 237 thought this would
Tim Peters committed
July 1, 2003
N
Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros
Neal Norwitz committed
December 11, 2002
M
Constify filenames and scripts. Fixes #651362.
Martin v. Löwis committed
December 6, 2002
M
Patch #614055: Support OpenVMS.
Martin v. Löwis committed
November 21, 2002
W
Fix PEP 293 related problems with --disable-unicode builds
Walter Dörwald committed
October 3, 2002
M
Patch 594001: PEP 277 - Unicode file name support for Windows NT.
Mark Hammond committed
September 15, 2002
N
Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCC
Neil Schemenauer committed
September 2, 2002
W
Removed bogus PyUnicodeTranslateError_GetEncoding, as
Walter Dörwald committed
W
PEP 293 implemention (from SF patch http://www.python.org/sf/432401)
Walter Dörwald committed
August 14, 2002
B
Added a FutureWarning for constructs that will change semantically in
Barry Warsaw committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
July 29, 2002
T
New functions for extension writers on Windows:
Thomas Heller committed
May 29, 2002
N
As discussed on python-dev, add a mechanism to indicate features
Neal Norwitz committed
December 3, 2001
T
mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to
Tim Peters committed
November 28, 2001
T
Removed preprocessor gimmick trying to force use of snprintf emulation
Tim Peters committed
October 23, 2001
N
Add function attributes that allow GCC to check the arguments of printf-like
Neil Schemenauer committed
October 5, 2001
F
weakref.ReferenceError becomes a built-in exception now that weak ref objects
Fred Drake committed
August 23, 2001
G
Introduce OverflowWarning -- to be issued when short int operations
Guido van Rossum committed
July 31, 2001
M
Enable PyOS_snprintf() et al. during alpha phase of 2.2.0 and
Marc-André Lemburg committed
M
va_list is defined in stdarg.h.
Marc-André Lemburg committed
M
This patch turns the Python API mismatch notice into a standard
Marc-André Lemburg committed
April 20, 2001
G
Iterators phase 1. This comprises:
Guido van Rossum committed
February 28, 2001
G
Add declaration for PyErr_WarnExplicit().
Guido van Rossum committed
J
Improve SyntaxErrors for bad future statements. Set file and location
Jeremy Hylton committed
December 15, 2000
G
Add declarations for standard warning category classes (PyExc_Warning
Guido van Rossum committed