summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use dynamic linking for the SHGetSpecialFolderPath function, it is notThomas Heller2002-11-071-331/+331
* Fix a small bug when sys.argv[0] has an absolute path.Thomas Heller2002-11-071-1/+1
* Document the changed fdopen behaviour.Thomas Heller2002-11-071-0/+4
* NEWS entry for the changed fdopen function.Thomas Heller2002-11-071-0/+4
* Enforce valid filemode. Fixes SF Bug #623464.Thomas Heller2002-11-071-0/+6
* Try linking the major/minor test program. Fixes #634444.Martin v. Löwis2002-11-072-9/+9
* Fixed sre bug "[#581080] Provoking infinite scanner loops".Gustavo Niemeyer2002-11-072-4/+11
* Script to create .app bundles. Largely untested.Jack Jansen2002-11-061-0/+160
* Add --check-tkinter to setup.py. Install IDLE. Fixes #634078.Martin v. Löwis2002-11-063-6/+31
* Use column= rather than col=; with Tk 8.4 col= no longer works.Guido van Rossum2002-11-061-3/+3
* Fixed bug "[#466200] ability to specify a 'verify' script".Gustavo Niemeyer2002-11-062-1/+8
* Add next() and __iter__() methods to StreamReader, StreamReaderWriterWalter Dörwald2002-11-062-0/+30
* Make int("...") return a long if an int would overflow.Walter Dörwald2002-11-063-26/+31
* Fix NameError exception ('name' undefined)Andrew M. Kuchling2002-11-061-0/+1
* Handle really big steps in extended slices.Michael W. Hudson2002-11-062-6/+3
* Fix docstring typosAndrew M. Kuchling2002-11-061-2/+2
* Old change (probably suggested by Jason Tishler) The GNU/Windows compiler is ...Andrew M. Kuchling2002-11-061-10/+9
* [Patch #633635 from David M. Cooke]Andrew M. Kuchling2002-11-061-1/+1
* [Patch #633635 from David M. Cooke]Andrew M. Kuchling2002-11-061-6/+14
* Fixed bug #470582, using a modified version of patch #527371,Gustavo Niemeyer2002-11-064-18/+33
* Fix for bug 631247: configure should test the build directory forJack Jansen2002-11-062-3/+13
* Skip the test_nocaret test when running as jython. Jython happens to addFinn Bock2002-11-061-1/+4
* Make the test pass for jython where there are no sys.executable.Finn Bock2002-11-061-3/+7
* By default when getting the search menu, the currently highligtedChui Tey2002-11-062-2/+6
* Fix minor wording and 2 typosNeal Norwitz2002-11-051-3/+3
* Support sdist.Martin v. Löwis2002-11-051-0/+4
* Whoops, fix the typo correctly this timeNeal Norwitz2002-11-051-2/+2
* Use PyOS_snprintf() instead of sprintf and wrap the long lineNeal Norwitz2002-11-051-2/+4
* Add an entry for pdb's new `pp' command.Barry Warsaw2002-11-051-0/+3
* Document the new `pp' command.Barry Warsaw2002-11-051-0/+5
* Implement a `pp' command, which is like `p' except that itBarry Warsaw2002-11-051-6/+21
* Fix minor typosNeal Norwitz2002-11-051-2/+2
* Minor cleanups, markup.Fred Drake2002-11-051-2/+2
* Document that images go away when they go away. Fixes #632323.Martin v. Löwis2002-11-051-0/+18
* parse(), _parseheaders(), _parsebody(): A fix for SF bug #633527,Barry Warsaw2002-11-051-9/+22
* test_no_separating_blank_line(): A test for SF bug #633527, noBarry Warsaw2002-11-051-16/+36
* A message with no separating blank line between the headers and theBarry Warsaw2002-11-051-0/+4
* 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