Commits
User selector
Commit History
Commits on Aug 25, 2004
Stop producing or using OverflowWarning. PEP 237 thought this would
Show description for c885443committed
Commits on Oct 12, 2003
Simplify and speedup uses of Py_BuildValue():
Show description for 8ae4689committed
Commits on Aug 14, 2003
Fix refcount leak in the UnicodeError constructor:
Show description for e98147acommitted
Commits on Aug 12, 2003
Add a unicode prefix to the characters in the UnicodeEncodeError and
Show description for a54b92bcommittedEnhance message for UnicodeEncodeError and UnicodeTranslateError.
Show description for fd196bdcommitted
Commits on Feb 24, 2003
- committed
Commits on Jan 31, 2003
Provide __module__ attributes for functions defined in C and Python.
Show description for 4f0dcc9committed
Commits on Dec 6, 2002
Commits on Nov 21, 2002
Fix PEP 293 related problems with --disable-unicode builds
Show description for bf73db8committed
Commits on Sep 18, 2002
Two more cases of switch(PySequence_Size()) without checking for case -1.
Show description for 2c96ab2committedFix SF bug 610610 (reported by Martijn Pieters, diagnosed by Neal Norwitz).
Show description for 98b2a42committed
Commits on Sep 3, 2002
Add a custom __str__ method to KeyError that applies repr() to the
Show description for 602d451committed
Commits on Sep 2, 2002
Removed bogus PyUnicodeTranslateError_GetEncoding, as
Show description for 70bb0d4committedLimit the length of attribute names in exception messages
Show description for fd08e4ccommitted- committed
Commits on Aug 14, 2002
Added a FutureWarning for constructs that will change semantically in
Show description for 9f00739committed
Commits on Jul 29, 2002
Excise DL_IMPORT/EXPORT from object.h, and related files. This patch
Show description for a290527committed
Commits on Jun 13, 2002
Commits on May 29, 2002
As discussed on python-dev, add a mechanism to indicate features
Show description for d68f517committed
Commits on Mar 28, 2002
- committed
Skip Montanaro
Commits on Mar 3, 2002
Patch #50002: Display line information for bad \x escapes:
Show description for cfeb3b6committed
Commits on Nov 28, 2001
Use PyOS_snprintf instead of sprintf.
Show description for 05bd787committed
Commits on Oct 5, 2001
weakref.ReferenceError becomes a built-in exception now that weak ref objects
Show description for bb9fa21committed
Commits on Aug 23, 2001
Introduce OverflowWarning -- to be issued when short int operations
Show description for ae347b3committed
Commits on Aug 2, 2001
Commits on Apr 20, 2001
Iterators phase 1. This comprises:
Show description for 59d1d2bcommitted
Commits on Apr 14, 2001
Commits on Feb 28, 2001
SyntaxError__init__(): Be a little more robust when picking apart the
Show description for 9da7f3bcommitted- committed
Commits on Jan 23, 2001
Leak pluggin', bug fixin' and better documentin'. Specifically,
Show description for 9667ed2committed
Commits on Dec 15, 2000
Add definitions for standard warning category classes (PyExc_Warning
Show description for d0977cdcommitted
Commits on Oct 24, 2000
Ka-Ping Yee <ping@lfw.org>:
Show description for 661ea26committed
Commits on Aug 18, 2000
Commits on Aug 16, 2000
SyntaxError__str__(): Fix two memory problems discovered by Insure.
Show description for 77c9f50committed