summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test_text_plain_in_a_multipart_digest(): A test of the fix for SF bugBarry Warsaw2002-11-051-0/+4
* _parsebody(): A fix for SF bug #631350, where a subobject in aBarry Warsaw2002-11-051-2/+6
* Test case, distilled from SF bug #631350, where a subobject in aBarry Warsaw2002-11-051-0/+19
* Another round on SF patch 618135: gzip.py and files > 2GTim Peters2002-11-052-7/+15
* Repair inconsistent use of tabs and spaces.Jeremy Hylton2002-11-051-1/+1
* Remove use of string module and reflow a couple of long lines.Jeremy Hylton2002-11-051-10/+10
* Bump __version__ (yes, to 2.5 "minus")Barry Warsaw2002-11-051-1/+1
* Jason Mastaler's patch to break the dependence on rfc822.py for theBarry Warsaw2002-11-052-5/+446
* * bzmodule.cGustavo Niemeyer2002-11-051-3/+3
* Fix an old bug in poll(). When a signal is handled while we'reGuido van Rossum2002-11-051-0/+2
* Fix SF #633935, test_bz2 failsNeal Norwitz2002-11-051-1/+1
* Use PyList_CheckExact and PyTuple_CheckExact for checking whetherMichael W. Hudson2002-11-051-1/+1
* Fix a few minor nits. Still need to actually proofread this.Fred Drake2002-11-051-15/+18
* This is Alex Martelli's patchMichael W. Hudson2002-11-052-9/+16
* Fix minor markup nits.Fred Drake2002-11-051-2/+2
* Patch implementing bz2 module.Gustavo Niemeyer2002-11-057-0/+2578
* This patch fixes the following bugs:Gustavo Niemeyer2002-11-0511-35/+96
* Some days, I think my comment ofMichael W. Hudson2002-11-052-6/+15
* Must now give the basename - not including directories - of theThomas Heller2002-11-051-346/+358
* SF 633560: tokenize.__all__ needs "generate_tokens"Raymond Hettinger2002-11-051-1/+2
* This stopped working on Windows, due to a reference to the non-existentTim Peters2002-11-051-1/+1
* Use personal e-mail address; update date; various small edits; add a name to ...Andrew M. Kuchling2002-11-051-14/+18
* Set breakpoints on remote debuggerChui Tey2002-11-042-9/+10
* SF #633013, Fix NIS causing interpreter core dumpNeal Norwitz2002-11-041-2/+4
* Tidied up widget placementChui Tey2002-11-041-14/+23
* Recalls breakpoints set in a fileChui Tey2002-11-041-7/+57
* Update config.h to pyconfig.h.Fred Drake2002-11-041-1/+1
* Bring back the patch/bug count paragraph.Andrew M. Kuchling2002-11-041-8/+11
* Mention distutil changesAndrew M. Kuchling2002-11-041-0/+7
* [Patch #588809] LDFLAGS support for build_ext.py, from Robert WeberAndrew M. Kuchling2002-11-041-1/+17
* Related to SF patch 618135: gzip.py and files > 2G.Tim Peters2002-11-042-19/+39
* [Patch #588809] Remove check of environment variables; sysconfig.py will do t...Andrew M. Kuchling2002-11-041-9/+0
* Document symbolic constants for commands.Martin v. Löwis2002-11-041-1/+7
* Patch #625823: Add symbolic constants for more commands.Martin v. Löwis2002-11-041-2/+13
* Thinking on comp.text.tex seems to be that it's better to overrideFred Drake2002-11-041-3/+3
* [Bug #620630] Flush stdout after logging every message. Without it,Andrew M. Kuchling2002-11-041-0/+3
* Add get_distutil_options(); future setup.py files can use this to checkAndrew M. Kuchling2002-11-041-0/+9
* [Bug #570655] Fix misleading option textAndrew M. Kuchling2002-11-041-1/+1
* Patch #630829: Don't block on IAC, process suboptions.Martin v. Löwis2002-11-044-32/+93
* [ 629984 ] Smaller font sizes not supportedChui Tey2002-11-041-1/+1
* 619127: Recent File Menu Not UpdatingChui Tey2002-11-041-0/+13
* Add getpreferredencoding. Support @euro modifiers. Fixes #554676.Martin v. Löwis2002-11-034-1/+59
* Fix SF #632864, Typo string instead of sting in LibDoc. Will backport.Neal Norwitz2002-11-031-1/+1
* Fix SF # 518775, buffer object API description truncatedNeal Norwitz2002-11-031-1/+2
* Fix SF # 631066, running regrtest in user mode failsNeal Norwitz2002-11-031-1/+21
* Fix SF #618146, overflow error in calendar moduleNeal Norwitz2002-11-031-0/+5
* Add "select all" by clicking on (0,0) cell.Guido van Rossum2002-11-021-19/+40
* Fix SF # 551504, python -v sometimes fails to find init (HPUX)Neal Norwitz2002-11-021-1/+1
* Fix compiler warning on HP-UX.Neal Norwitz2002-11-021-2/+2
* Use O_NONBLOCK rather than O_NDELAY, so we get POSIX non-blocking I/O.Neal Norwitz2002-11-021-4/+4