summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* patch [ 1118729 ] Error in representation of complex numbers(again)Georg Brandl2005-09-161-6/+3
* Change type on variable to silence gcc 4 warning. Call signature was found atBrett Cannon2005-09-161-1/+1
* patch [ 1277677 ] tkinter hello world example bugGeorg Brandl2005-09-151-1/+3
* patch [ 1119423 ] python -c readlink()s and stat()s '-c'Georg Brandl2005-09-151-3/+3
* fix typoGeorg Brandl2005-09-151-1/+1
* bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault.Georg Brandl2005-09-151-0/+7
* Clear out the regex cache when the TimeRE cache is invalidated by a localeBrett Cannon2005-09-153-1/+6
* *** empty log message ***Georg Brandl2005-09-141-0/+3
* bug [ 1007046 ] os.startfile() doesn't accept Unicode filenamesGeorg Brandl2005-09-141-1/+2
* bug [ 1274828 ] splitunc not documentedGeorg Brandl2005-09-142-0/+11
* Complete format code support in getargs.c::skipitem(), which is called whenGeorg Brandl2005-09-141-0/+3
* Complete format code support in getargs.c::skipitem(), which is called whenGeorg Brandl2005-09-141-59/+39
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-1411-51/+106
* - Changes donated by Elemental Security to make it work on HP-UX 11 onGuido van Rossum2005-09-144-2/+37
* comma nitGeorg Brandl2005-09-141-1/+1
* Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather thanGustavo Niemeyer2005-09-143-0/+10
* Patch #1290454: Fix reload() error message when parent module is not inGeorg Brandl2005-09-141-2/+3
* Add more links to the 'What Next?' section; rewrite to be brieferAndrew M. Kuchling2005-09-131-17/+51
* Speed-up escape()Raymond Hettinger2005-09-121-1/+7
* Better wording for integer ref entry.Georg Brandl2005-09-121-2/+2
* Shorten run-on sentenceAndrew M. Kuchling2005-09-121-1/+1
* Update linkAndrew M. Kuchling2005-09-121-4/+2
* Update linkAndrew M. Kuchling2005-09-121-1/+1
* Add FAQ entry regarding non-expoential representation.Raymond Hettinger2005-09-111-2/+11
* Minor cleanup.Raymond Hettinger2005-09-111-2/+1
* Corrected version of 1.170Raymond Hettinger2005-09-101-6/+3
* Revert 1.170. Add tests.Raymond Hettinger2005-09-102-3/+12
* Simplify and speed-up unquote().Raymond Hettinger2005-09-101-15/+10
* Simplify and speed-up quote_plus().Raymond Hettinger2005-09-101-6/+3
* SF #1285086: urllib.quote is too slowRaymond Hettinger2005-09-091-24/+12
* Added _handlerList to allow shutdown to flush and close handlers in reverse o...Vinay Sajip2005-09-081-1/+4
* Quote docstring with r"" to keep '\r\n' in example code.Hye-Shik Chang2005-09-071-1/+1
* note that the return and yield statements cannot be used at the top level inFred Drake2005-09-071-1/+6
* - fix typo report by email, only 1.5 years lateFred Drake2005-09-071-7/+7
* break sets a breakpoint rather than stopping the loop.Neal Norwitz2005-09-051-2/+3
* Clarify what is meant with "whole numbers".Georg Brandl2005-09-041-1/+2
* bug [ 1274069 ] bz2module.c compiler warningGeorg Brandl2005-09-031-5/+12
* - Correct PyBool_FromLong's return type and its description.Georg Brandl2005-09-031-251/+251
* Changed _srcfile determination to support py2exe.Vinay Sajip2005-09-021-1/+3
* Remove statement about meaning of constants; arguably it's incorrectAndrew M. Kuchling2005-09-011-2/+1
* Fix rest markup and typos.Walter Dörwald2005-09-011-2/+2
* SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it readsWalter Dörwald2005-09-012-1/+6
* Reverting previous checkin. This breaks too much of HTMLParser to be appliedGeorg Brandl2005-09-011-1/+1
* No need to import exceptions, they are builtinsNeal Norwitz2005-09-013-7/+4
* Remove unused importNeal Norwitz2005-09-011-1/+0
* Fix bug in last checkin (2.231). To match previous behavior, unicodeNeil Schemenauer2005-08-311-0/+5
* patch [ 1242454 ] shutil.copytree() quits too soon after an error.Georg Brandl2005-08-311-0/+4
* Whitespace normalization.Georg Brandl2005-08-311-7/+7
* bug [ 761452 ] HTMLParser chokes on my.yahoo.com outputGeorg Brandl2005-08-311-1/+1
* Typo fixAndrew M. Kuchling2005-08-311-1/+1