- 155db9a SF patch 537536 by Phillip J. Eby, fix for SF bug 535444, super() by Guido van Rossum · 23 years ago
- 64e5aa9 Fix for a bug in the fix for SF bug 503031. This time the OP verified by Guido van Rossum · 23 years ago
- aee113d Add an experimental mechanism to support extending the pprint formatting. by Fred Drake · 23 years ago
- 4993c51 Make test_commands work on more systems. This removes much of the dependency by Fred Drake · 23 years ago
- 05c09d0 Format strings (tuples,) appropriately by Neal Norwitz · 23 years ago
- 28bb572 Use attributes appropriately by Neal Norwitz · 23 years ago
- b1295da There is no TestError, use TestFailed appropriately by Neal Norwitz · 23 years ago
- de14a30 We expect to skip the new test_mpz on Windows. by Tim Peters · 23 years ago
- 02098fa Get rid of all METH_OLDARGS & PyArg_Parse. by Neal Norwitz · 23 years ago
- 496563a Remove some now-obsolete generator future statements. by Tim Peters · 23 years ago
- 62f5a9d Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse. by Neal Norwitz · 23 years ago
- b955d6c Hopeful fix for SF bug 503031: urllib.py: open_http() host problem. by Guido van Rossum · 23 years ago
- 93cf79f Use docstrings for exception classes by Neal Norwitz · 23 years ago
- f74e46c Derive exception classes from Exception by Neal Norwitz · 23 years ago
- 27a3530 Stop using string exceptions by Neal Norwitz · 23 years ago
- f4a4fb9 [Patch #536769] Add -Xcompiler flag for adding arguments and switches for by Andrew M. Kuchling · 23 years ago
- eddd68d As part of fixing bug #536241, add a test case for string.zfill() with Unicode by Andrew M. Kuchling · 23 years ago
- 102d120 [Bug #536241] string.zfill() produces mangled output for a Unicode string. by Andrew M. Kuchling · 23 years ago
- c6c9c4a Add two tests for string.zfill by Andrew M. Kuchling · 23 years ago
- b4c17c8 Fix getcomments() so that it doesn't fail with TypeErrors. by Jeremy Hylton · 23 years ago
- d4ce758 test_trashcan: reword obscure code. by Tim Peters · 23 years ago
- d222559 New test_traschcan() test in test_gc, which reliably provokes segfaults by Tim Peters · 23 years ago
- 0c0d56a Reindent. by Martin v. Löwis · 23 years ago
- f841aa6 Add a simple test of the METH_CLASS and METH_STATIC flags for type methods. by Fred Drake · 23 years ago
- 4157ffb Patch #536117: Typo in turtle.py. 2.2.2 candidate. by Martin v. Löwis · 23 years ago
- 4208d4f Destroy and unlink deleted NoteBook panes. Fixes #516703. 2.2.2 candidate. by Martin v. Löwis · 23 years ago
- f2041b8 Ignore widgets with unknown names in winfo_children. Fixes #518283. by Martin v. Löwis · 23 years ago
- 1d46e40 further work on new config system; recent files menu by Steven M. Gava · 23 years ago
- 0c5bc8c further work on new config system; user defined help items by Steven M. Gava · 23 years ago
- cedd30b _finally_ tracked down and eliminated a major problem by Steven M. Gava · 23 years ago
- 908632a Implement iterator protocol. by Neil Schemenauer · 23 years ago
- 13e34f7 __init__(): We'll try to be more RFC 2821 compliant by providing for a by Barry Warsaw · 23 years ago
- aad1849 time and socket were already imported in the module, no need to re-import by Neal Norwitz · 23 years ago
- 1ae2875 re was already imported in the module, no need to re-import by Neal Norwitz · 23 years ago
- f261223 os was already imported in the module, no need to re-import by Neal Norwitz · 23 years ago
- e98d16e Cleanup x so it is not left in module by Neal Norwitz · 23 years ago
- 85ee491 Fix for SF 502085. Don't die when issubclass(t, TypeType) fails. by Guido van Rossum · 23 years ago
- acb29ae make default banner match what the real interpreter displays by Skip Montanaro · 23 years ago
- 0679a73 remove unqualified excepts - catch ImportError when trying to import by Skip Montanaro · 23 years ago
- 0897f0c eliminate unqualified except when checking for presence of LC_MESSAGES by Skip Montanaro · 23 years ago
- a959a36 tighten up unqualified except in currentframe() see bug 411881 by Skip Montanaro · 23 years ago
- dbd2d25 Add tests for the iterkeys, itervalues and iteritems by Walter Dörwald · 23 years ago
- 4b186af SMTP.__init__(): Fixed minor typo in docstring. by Barry Warsaw · 23 years ago
- cddc1a0 Quote href properly. by Neil Schemenauer · 23 years ago
- d69711c Remove unnecessary \b. It was causing the RE to miss the tailing by Neil Schemenauer · 23 years ago
- 153cc0f If possible, set FD_CLOEXEC flag on file descriptors opened using by Neil Schemenauer · 23 years ago
- 1c90d7a tighten up except - os.close only raises OSError see bug 411881 by Skip Montanaro · 23 years ago
- 8e5fd53 SF bug 480215: softspace confused in nested print by Tim Peters · 23 years ago
- f3f87f7 oops - export InvalidURL in __all__ by Skip Montanaro · 23 years ago
- 74e77e8 add test for InvalidURL by Skip Montanaro · 23 years ago
- 03ff86d add test of InvalidURL by Skip Montanaro · 23 years ago
- 9d38997 add InvalidURL exception - raised if port is given but empty or non-numeric by Skip Montanaro · 23 years ago
- 1ce0073 tighten up except - in this context, AttributeError is the only exception by Skip Montanaro · 23 years ago
- 6730f26 Add local_hostname option to SMTP.__init__. If supplied, it is used by Neil Schemenauer · 23 years ago
- 03f3ee6 Try /var/mail before trying /usr/mail. Most new systems use /var. by Neil Schemenauer · 23 years ago
- eff7244 Add more tests for built-in types. Add tests for buffer objects. by Neil Schemenauer · 23 years ago
- f06f853 Use linecache for loading source code. Closes SF patch 490374. by Neil Schemenauer · 23 years ago
- dbab3e3 Add namespace selection for rlcompleter. Closes SF patch 490026. by Neil Schemenauer · 23 years ago
- d03c342 Flush stdout before reading next command. Closes SF bug 526357. by Neil Schemenauer · 23 years ago
- 91cc17d Only AttributeError can be raised in this situation - on systems without by Skip Montanaro · 23 years ago
- 3c4a629 import statements only raise ImportError, right? by Skip Montanaro · 23 years ago
- db5d144 tighten up except - only ValueError can be raised in this situation by Skip Montanaro · 23 years ago
- 3c643d8 tighten up except - int() only raises ValueError by Skip Montanaro · 23 years ago
- 6ec967d added RFC 2396 tests from Aaron Swartz included in bug # 450225. by Skip Montanaro · 23 years ago
- b1ba6b0 no longer needed - converted test_urlparse.py to use unittest by Skip Montanaro · 23 years ago
- 0c2c8e7 SF bug 533234: tm_isdst > 1 Passed to strftime. by Tim Peters · 23 years ago
- 07c57d4 better solution for bug #533234 courtesy of Tim. by Skip Montanaro · 23 years ago
- e8c6a3e guarantee that the dst flag of synthetic "time" tuples passed to strftime by Skip Montanaro · 23 years ago
- 92b48b7 use stat attributes instead of tuple entries by Walter Dörwald · 23 years ago
- b26ca9d Revert part of previous patch: several install_* subcommands expect by Andrew M. Kuchling · 23 years ago
- 76fffd8 Add a simple test suite for netrc.py, and remove it from test_sundry by Andrew M. Kuchling · 23 years ago
- 366a1df [Bug #532115] netrc module was broken by Andrew M. Kuchling · 23 years ago
- 3f1822b Add missing Boolean options by Andrew M. Kuchling · 23 years ago
- da9f0bf Add unlisted Boolean options. Thomas H., can you please check that I by Andrew M. Kuchling · 23 years ago
- 5de82a8 [Bug #517451] bdist_rpm didn't list all of its Boolean options. by Andrew M. Kuchling · 23 years ago
- b25c2b0 [Apply SF patch #504943] by Walter Dörwald · 23 years ago
- 047c05e Do not insert characters for unicode-escape decoders if the error mode by Martin v. Löwis · 23 years ago
- bdf1f19 [Apply patch #500457 from the PyXML tracker] by Andrew M. Kuchling · 23 years ago
- bcc2c12 Change raw "except:" constructs to pass on KeyboardInterrupt. by Tim Peters · 23 years ago
- cacbdf6 Make GzipFile an iterator. Closes bug #532621. by Neil Schemenauer · 23 years ago
- c63a396 A faster version of the find_prefix_at_end() function (that I found in the by Andrew M. Kuchling · 23 years ago
- a3c0b93 [Bug #531616] Make HTTPS work again by adding a sendall method to the by Andrew M. Kuchling · 23 years ago
- 56a4235 To make 'urllib.py -t' run again, change FTP URL to a file that actually by Andrew M. Kuchling · 23 years ago
- bd3e771 amk's fix attached to by Michael W. Hudson · 23 years ago
- 5c137c2 Patch #495598: add an -q (quiet) option to pycompile. by Martin v. Löwis · 23 years ago
- 73f570b Correctly set default entry in all cases. by Martin v. Löwis · 23 years ago
- d22368f Patch #499513: use readline() instead of readlines(). Removed the by Martin v. Löwis · 23 years ago
- 9d3eba8 Patch #525870: Avoid duplicate stat calls, use st_ attributes. by Martin v. Löwis · 23 years ago
- 7e30548 Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault by Guido van Rossum · 23 years ago
- c99475e dump the string exception fallback for anydbm.error. by Skip Montanaro · 23 years ago
- 4894a97 initial test_anydbm module - based on test_dumbdbm.py by Skip Montanaro · 23 years ago
- dbfe92c further work on dynamic reconfiguration; keybindings by Steven M. Gava · 23 years ago
- b845f3b netrc will now raise a more predictable exception when $HOME is not set by Paul Prescod · 23 years ago
- c08fe82 restructure a bit to not rely on test case execution ordering by Skip Montanaro · 23 years ago
- 03d3e33 Regenerated for Irix 6.5. by Jack Jansen · 23 years ago
- 5ae73c8 Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5. by Jack Jansen · 23 years ago
- 2400831 SF patch 530070: pydoc regression, from Martin and Guido. by Tim Peters · 23 years ago
- 587c98c Patch #430706: Persistent connections in BaseHTTPServer. by Martin v. Löwis · 23 years ago
- 15b6893 Wrap a couple of long lines. by Fred Drake · 23 years ago
- 1b9c177 Corrected _localized_name.__getitem__ based on code in patch 503202 (which I by Skip Montanaro · 23 years ago