COMMITS
/ Include/pyerrors.h 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
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
J
refactor __del__ exception handler into PyErr_WriteUnraisable
Jeremy Hylton committed
August 24, 2000
F
Improve the exceptions raised by PyErr_BadInternalCall(); adding the
Fred Drake committed
July 8, 2000
F
ANSI-fication of the sources -- remove Py_PROTO!
Fred Drake committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
March 10, 2000
G
Marc-Andre Lemburg: add PyExc_UnicodeError
Guido van Rossum committed
February 17, 2000
G
Declarations related to new WindowsError exception.
Guido van Rossum committed
June 22, 1999
G
Patch by Tim Peters:
Guido van Rossum committed
December 4, 1998
G
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum committed
December 1, 1998
B
Added PyExc_NotImplementedError
Barry Warsaw committed
July 23, 1998
B
New global variables: PyExc_EnvironmentError and PyExc_OSError
Barry Warsaw committed