| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a small bug when sys.argv[0] has an absolute path. | Thomas Heller | 2002-11-07 | 1 | -1/+1 |
|
|
* | Fixed bug "[#466200] ability to specify a 'verify' script". | Gustavo Niemeyer | 2002-11-06 | 1 | -0/+3 |
|
|
* | Add next() and __iter__() methods to StreamReader, StreamReaderWriter | Walter Dörwald | 2002-11-06 | 1 | -0/+27 |
|
|
* | Make int("...") return a long if an int would overflow. | Walter Dörwald | 2002-11-06 | 1 | -7/+8 |
|
|
* | Fix NameError exception ('name' undefined) | Andrew M. Kuchling | 2002-11-06 | 1 | -0/+1 |
|
|
* | Fix docstring typos | Andrew M. Kuchling | 2002-11-06 | 1 | -2/+2 |
|
|
* | Fixed bug #470582, using a modified version of patch #527371, | Gustavo Niemeyer | 2002-11-06 | 2 | -0/+7 |
|
|
* | 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 |
|
|
* | Implement a `pp' command, which is like `p' except that it | Barry Warsaw | 2002-11-05 | 1 | -6/+21 |
|
|
* | 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 | 1 | -4/+9 |
|
|
* | 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 |
|
|
* | Fix an old bug in poll(). When a signal is handled while we're | Guido van Rossum | 2002-11-05 | 1 | -0/+2 |
|
|
* | This is Alex Martelli's patch | Michael W. Hudson | 2002-11-05 | 1 | -0/+4 |
|
|
* | Patch implementing bz2 module. | Gustavo Niemeyer | 2002-11-05 | 1 | -0/+290 |
|
|
* | This patch fixes the following bugs: | Gustavo Niemeyer | 2002-11-05 | 11 | -35/+96 |
|
|
* | Some days, I think my comment of | Michael W. Hudson | 2002-11-05 | 1 | -0/+3 |
|
|
* | Must now give the basename - not including directories - of the | Thomas Heller | 2002-11-05 | 1 | -346/+358 |
|
|
* | SF 633560: tokenize.__all__ needs "generate_tokens" | Raymond Hettinger | 2002-11-05 | 1 | -1/+2 |
|
|
* | This stopped working on Windows, due to a reference to the non-existent | Tim Peters | 2002-11-05 | 1 | -1/+1 |
|
|
* | Set breakpoints on remote debugger | Chui Tey | 2002-11-04 | 2 | -9/+10 |
|
|
* | Tidied up widget placement | Chui Tey | 2002-11-04 | 1 | -14/+23 |
|
|
* | Recalls breakpoints set in a file | Chui Tey | 2002-11-04 | 1 | -7/+57 |
|
|
* | [Patch #588809] LDFLAGS support for build_ext.py, from Robert Weber | Andrew M. Kuchling | 2002-11-04 | 1 | -1/+17 |
|
|
* | Related to SF patch 618135: gzip.py and files > 2G. | Tim Peters | 2002-11-04 | 1 | -18/+34 |
|
|
* | [Patch #588809] Remove check of environment variables; sysconfig.py will do t... | Andrew M. Kuchling | 2002-11-04 | 1 | -9/+0 |
|
|
* | Patch #625823: Add symbolic constants for more commands. | Martin v. Löwis | 2002-11-04 | 1 | -2/+13 |
|
|
* | [Bug #620630] Flush stdout after logging every message. Without it, | Andrew M. Kuchling | 2002-11-04 | 1 | -0/+3 |
|
|
* | Add get_distutil_options(); future setup.py files can use this to check | Andrew M. Kuchling | 2002-11-04 | 1 | -0/+9 |
|
|
* | [Bug #570655] Fix misleading option text | Andrew M. Kuchling | 2002-11-04 | 1 | -1/+1 |
|
|
* | Patch #630829: Don't block on IAC, process suboptions. | Martin v. Löwis | 2002-11-04 | 1 | -31/+82 |
|
|
* | [ 629984 ] Smaller font sizes not supported | Chui Tey | 2002-11-04 | 1 | -1/+1 |
|
|
* | 619127: Recent File Menu Not Updating | Chui Tey | 2002-11-04 | 1 | -0/+13 |
|
|
* | Add getpreferredencoding. Support @euro modifiers. Fixes #554676. | Martin v. Löwis | 2002-11-03 | 2 | -0/+43 |
|
|
* | Fix SF # 631066, running regrtest in user mode fails | Neal Norwitz | 2002-11-03 | 1 | -1/+21 |
|
|
* | Skip test_dbm if we can't write to the file | Neal Norwitz | 2002-11-02 | 1 | -31/+43 |
|
|
* | Correct erroneous parenthesis placement in the delta from 1.63 to 1.64. | Raymond Hettinger | 2002-11-02 | 1 | -2/+2 |
|
|
* | Patch #631972: Adds an is_jython flag. | Finn Bock | 2002-11-01 | 1 | -0/+2 |
|
|
* | patch #624180 (part 2 of 2): | Fredrik Lundh | 2002-11-01 | 1 | -1/+1 |
|
|
* | [SF bug 631713] use the import exeption message in the TestFailed | Finn Bock | 2002-11-01 | 1 | -3/+3 |
|
|