summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Patch 728330: Fix compilation problems on IRIX.Martin v. Löwis2004-12-301-1/+23
* Backport of 1.36:Jack Jansen2004-12-281-2/+2
* [Bug #1083110] calling .flush() on decompress objects causes a segfault due t...Andrew M. Kuchling2004-12-282-1/+10
* Use zlib test suite from the trunk (rev. 2.67) on the 2.3 maintenance branchAndrew M. Kuchling2004-12-281-170/+93
* - Changed version numbers to get ready for 2.3.5Jack Jansen2004-12-2712-34/+52
* Fix mention of TextEdit so that it mentions it can save in plaintext.Brett Cannon2004-12-241-2/+2
* Bump idle version.Kurt B. Kaiser2004-12-231-1/+1
* The GUI was hanging if the shell window was closed while a raw_input()Kurt B. Kaiser2004-12-232-7/+17
* Recompiled after source file changes.Thomas Heller2004-12-221-0/+0
* Document bdist_wininst changes.Thomas Heller2004-12-221-0/+2
* Close stdout and stderr, which are redirected into a temp file, beforeThomas Heller2004-12-221-0/+4
* Backport a patch from Mark Hammond.Thomas Heller2004-12-221-2/+2
* Backport from trunk, rev. 1.11 and 1.12. Don't hardcode the PythonThomas Heller2004-12-221-2/+5
* * closes SF bug/patch 967763Gregory P. Smith2004-12-192-45/+89
* In 1.17.6.4 part of the patch committed in 1.17.6.3 got reapplied toGregory P. Smith2004-12-191-9/+1
* redo this patch on release23-maint rather than release23-branch:Gregory P. Smith2004-12-191-8/+8
* Backport of fix for bug #1083645; skip test_imp if threading is not available.Brett Cannon2004-12-181-1/+5
* fix unterminated commentAndrew MacIntyre2004-12-181-1/+1
* OS/2 specific fixes related to SF bug # 1003471.Andrew MacIntyre2004-12-121-68/+67
* backport of OS/2 specific fixes related to SF bug # 1003471Andrew MacIntyre2004-12-122-1/+23
* Fix typo about what method to call when expand_tabs is true.Brett Cannon2004-12-111-1/+1
* backport weekheader() doc fix to 2.3Skip Montanaro2004-12-061-0/+5
* Don't have test_mkalias_relative exexute if sys.prefix does not exist.Brett Cannon2004-12-061-0/+2
* remove comment that's about to become obsoleteFred Drake2004-12-051-1/+0
* Taken from 2.4/HEAD:Matthias Klose2004-12-012-0/+10
* Fix SF bug #1061770: Manual typesets bit-shift operators as guillemetFred Drake2004-11-115-7/+13
* Backported thread fixes from 2.4 (by mostly copying pystate.c over from 2.4):Armin Rigo2004-11-092-66/+182
* get_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may beginBarry Warsaw2004-11-061-1/+2
* test_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046Barry Warsaw2004-11-061-0/+19
* add a PNG version of pyfav.gifFred Drake2004-11-051-0/+0
* add encouragement to contribute without learning LaTeXFred Drake2004-11-053-0/+24
* fix markup in "title" attribute for \citetitle{}Fred Drake2004-11-041-1/+2
* clarify discussion of iteration in the section on the "for" statementFred Drake2004-11-021-2/+4
* clarify trailing comma in function argument listFred Drake2004-11-022-6/+6
* - show how to use file.write() with a non-string valueFred Drake2004-11-021-1/+10
* SF bug #1030118, this should have named the email.Utils module as the oneBarry Warsaw2004-11-011-2/+2
* handle_weakrefs(): Simplification -- there's no need to make a secondTim Peters2004-10-311-58/+28
* SF 1055820: weakref callback vs gc vs threadsTim Peters2004-10-316-110/+531
* Backport of fix for bug of year/<week of year>/<day of week> calculation thatBrett Cannon2004-10-282-14/+30
* add missing line breakFred Drake2004-10-251-1/+1
* Backport from trunk:Thomas Heller2004-10-221-8/+3
* Add itemAndrew M. Kuchling2004-10-201-0/+2
* [Patch #1043972, for bug #1017553] filemode() returns an incorrect value for ...Andrew M. Kuchling2004-10-201-27/+34
* Add itemAndrew M. Kuchling2004-10-191-0/+2
* Typo fixes, and a minor edit to clarify a sentenceAndrew M. Kuchling2004-10-191-4/+4
* [Bug #1048816] Fix bug when you do Ctrl-K at the start of a line; fix from St...Andrew M. Kuchling2004-10-191-0/+2
* [Bug #1049826] Update version of zlib referenced in textAndrew M. Kuchling2004-10-191-2/+2
* Add support for using %U and %W in strptime when year and day of the week areBrett Cannon2004-10-184-4/+70
* SF bug #1048756, Doc typo for pdbNeal Norwitz2004-10-171-1/+1
* SF patch #1047577, typo in liblocale.texNeal Norwitz2004-10-171-1/+1