summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
0 files changed, 0 insertions, 0 deletions
s='nohover'> * Short-cut lookup of utf-8 codec, to make import workMartin v. Löwis2007-06-111-0/+17 * Change PyErr_Format() to generate a unicode string (by usingWalter Dörwald2007-05-251-12/+7 * Get rid of all #ifdef Py_USING_UNICODE (it is always present now).Guido van Rossum2007-05-031-6/+0 * Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-3/+6 * Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+2 * Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-103/+62 * Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-0/+50 * PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-011-3/+2 * SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-281-1/+1 * Merge ssize_t branch.Martin v. Löwis2006-02-151-14/+14 * Fix a few more ref leaks. Backport candidateNeal Norwitz2005-11-241-3/+3 * Fix a couple of signed/unsigned comparison warningsNeal Norwitz2004-07-081-1/+1 * Changed random calls to PyThreadState_Get() to use the macroNicholas Bastin2004-03-24