| Commit message (Expand) | Author | Age | Files | Lines |
* | Use dynamic linking for the SHGetSpecialFolderPath function, it is not | Thomas Heller | 2002-11-07 | 1 | -331/+331 |
|
|
* | Fix a small bug when sys.argv[0] has an absolute path. | Thomas Heller | 2002-11-07 | 1 | -1/+1 |
|
|
* | Document the changed fdopen behaviour. | Thomas Heller | 2002-11-07 | 1 | -0/+4 |
|
|
* | NEWS entry for the changed fdopen function. | Thomas Heller | 2002-11-07 | 1 | -0/+4 |
|
|
* | Enforce valid filemode. Fixes SF Bug #623464. | Thomas Heller | 2002-11-07 | 1 | -0/+6 |
|
|
* | Try linking the major/minor test program. Fixes #634444. | Martin v. Löwis | 2002-11-07 | 2 | -9/+9 |
|
|
* | Fixed sre bug "[#581080] Provoking infinite scanner loops". | Gustavo Niemeyer | 2002-11-07 | 2 | -4/+11 |
|
|
* | Script to create .app bundles. Largely untested. | Jack Jansen | 2002-11-06 | 1 | -0/+160 |
|
|
* | Add --check-tkinter to setup.py. Install IDLE. Fixes #634078. | Martin v. Löwis | 2002-11-06 | 3 | -6/+31 |
|
|
* | Use column= rather than col=; with Tk 8.4 col= no longer works. | Guido van Rossum | 2002-11-06 | 1 | -3/+3 |
|
|
* | Fixed bug "[#466200] ability to specify a 'verify' script". | Gustavo Niemeyer | 2002-11-06 | 2 | -1/+8 |
|
|
* | Add next() and __iter__() methods to StreamReader, StreamReaderWriter | Walter Dörwald | 2002-11-06 | 2 | -0/+30 |
|
|
* | Make int("...") return a long if an int would overflow. | Walter Dörwald | 2002-11-06 | 3 | -26/+31 |
|
|
* | Fix NameError exception ('name' undefined) | Andrew M. Kuchling | 2002-11-06 | 1 | -0/+1 |
|
|
* | Handle really big steps in extended slices. | Michael W. Hudson | 2002-11-06 | 2 | -6/+3 |
|
|
* | Fix docstring typos | Andrew M. Kuchling | 2002-11-06 | 1 | -2/+2 |
|
|
* | Old change (probably suggested by Jason Tishler) The GNU/Windows compiler is ... | Andrew M. Kuchling | 2002-11-06 | 1 | -10/+9 |
|
|
* | [Patch #633635 from David M. Cooke] | Andrew M. Kuchling | 2002-11-06 | 1 | -1/+1 |
|
|
* | [Patch #633635 from David M. Cooke] | Andrew M. Kuchling | 2002-11-06 | 1 | -6/+14 |
|
|
* | Fixed bug #470582, using a modified version of patch #527371, | Gustavo Niemeyer | 2002-11-06 | 4 | -18/+33 |
|
|
* | Fix for bug 631247: configure should test the build directory for | Jack Jansen | 2002-11-06 | 2 | -3/+13 |
|
|
* | Skip the test_nocaret test when running as jython. Jython happens to add | Finn Bock | 2002-11-06 | 1 | -1/+4 |
|
|
* | Make the test pass for jython where there are no sys.executable. | Finn Bock | 2002-11-06 | 1 | -3/+7 |
|
|
* | By default when getting the search menu, the currently highligted | Chui Tey | 2002-11-06 | 2 | -2/+6 |
|
|
* | Fix minor wording and 2 typos | Neal Norwitz | 2002-11-05 | 1 | -3/+3 |
|
|
* | Support sdist. | Martin v. Löwis | 2002-11-05 | 1 | -0/+4 |
|
|
* | Whoops, fix the typo correctly this time | Neal Norwitz | 2002-11-05 | 1 | -2/+2 |
|
|
* | Use PyOS_snprintf() instead of sprintf and wrap the long line | Neal Norwitz | 2002-11-05 | 1 | -2/+4 |
|
|
* | Add an entry for pdb's new `pp' command. | Barry Warsaw | 2002-11-05 | 1 | -0/+3 |
|
|
* | Document the new `pp' command. | Barry Warsaw | 2002-11-05 | 1 | -0/+5 |
|
|
* | Implement a `pp' command, which is like `p' except that it | Barry Warsaw | 2002-11-05 | 1 | -6/+21 |
|
|
* | Fix minor typos | Neal Norwitz | 2002-11-05 | 1 | -2/+2 |
|
|
* | Minor cleanups, markup. | Fred Drake | 2002-11-05 | 1 | -2/+2 |
|
|
* | Document that images go away when they go away. Fixes #632323. | Martin v. Löwis | 2002-11-05 | 1 | -0/+18 |
|
|
* | parse(), _parseheaders(), _parsebody(): A fix for SF bug #633527, | Barry Warsaw | 2002-11-05 | 1 | -9/+22 |
|
|
* | test_no_separating_blank_line(): A test for SF bug #633527, no | Barry Warsaw | 2002-11-05 | 1 | -16/+36 |
|
|
* | A message with no separating blank line between the headers and the | Barry Warsaw | 2002-11-05 | 1 | -0/+4 |
|
|
* | test_text_plain_in_a_multipart_digest(): A test of the fix for SF bug | Barry Warsaw | 2002-11-05 | 1 | -0/+4 |
|
|
* | _parsebody(): A fix for SF bug #631350, where a subobject in a | Barry Warsaw | 2002-11-05 | 1 | -2/+6 |
|
|
* | Test case, distilled from SF bug #631350, where a subobject in a | Barry Warsaw | 2002-11-05 | 1 | -0/+19 |
|
|
* | Another round on SF patch 618135: gzip.py and files > 2G | Tim Peters | 2002-11-05 | 2 | -7/+15 |
|
|
* | Repair inconsistent use of tabs and spaces. | Jeremy Hylton | 2002-11-05 | 1 | -1/+1 |
|
|
* | Remove use of string module and reflow a couple of long lines. | Jeremy Hylton | 2002-11-05 | 1 | -10/+10 |
|
|
* | Bump __version__ (yes, to 2.5 "minus") | Barry Warsaw | 2002-11-05 | 1 | -1/+1 |
|
|
* | Jason Mastaler's patch to break the dependence on rfc822.py for the | Barry Warsaw | 2002-11-05 | 2 | -5/+446 |
|
|
* | * bzmodule.c | Gustavo Niemeyer | 2002-11-05 | 1 | -3/+3 |
|
|
* | Fix an old bug in poll(). When a signal is handled while we're | Guido van Rossum | 2002-11-05 | 1 | -0/+2 |
|
|
* | Fix SF #633935, test_bz2 fails | Neal Norwitz | 2002-11-05 | 1 | -1/+1 |
|
|
* | Use PyList_CheckExact and PyTuple_CheckExact for checking whether | Michael W. Hudson | 2002-11-05 | 1 | -1/+1 |
|
|
* | Fix a few minor nits. Still need to actually proofread this. | Fred Drake | 2002-11-05 | 1 | -15/+18 |
|
|