summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix "upload" command garbling and truncating files on Windows. If it's aPhillip J. Eby2005-07-071-1/+1
* Add test for hash commutativity.Raymond Hettinger2005-07-051-0/+10
* fixed tag generation to avoid null tagsPiers Lauder2005-07-051-2/+2
* bug #1177468: don't cache /dev/urandom file descriptor in os.urandomGeorg Brandl2005-07-041-8/+4
* Add doctest for examples in libweakref.tex to test_weakref.Georg Brandl2005-07-021-0/+86
* patch [ 1231538 ] Typo fix in compiler/transformer.py (WalkerEror)Georg Brandl2005-07-021-11/+11
* SF bug #1224347: int/long unification and hex()Raymond Hettinger2005-06-291-1/+1
* Adapt output file to new Cookie JS output.Georg Brandl2005-06-271-4/+4
* Fix test cases for doctest.Georg Brandl2005-06-262-0/+4
* bug [ 839151 ] attempt to access sys.argv when it doesn't existGeorg Brandl2005-06-261-1/+5
* bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-ableGeorg Brandl2005-06-261-1/+2
* bug [ 1155638 ] self.length shield exception in httplibGeorg Brandl2005-06-261-0/+1
* bug [ 1175848 ] poorly named variable in urllib2.pyGeorg Brandl2005-06-261-2/+2
* Prevent creating a HTML link to file://?/Georg Brandl2005-06-261-2/+5
* bug [ 1100201 ] Cross-site scripting on BaseHTTPServerGeorg Brandl2005-06-261-1/+4
* bug [ 1108948 ] Cookie.py produces invalid codeGeorg Brandl2005-06-261-2/+2
* SMTP.help() was returning a tuple instead of the promised text.Kurt B. Kaiser2005-06-261-1/+1
* SF bug #1224621: tokenize module does not detect inconsistent dedentsRaymond Hettinger2005-06-212-1/+22
* Remove dead codeKurt B. Kaiser2005-06-212-20/+8
* test_asynchat is no longer expected to produce output.Michael W. Hudson2005-06-202-4/+3
* Apply the _is_special guard.Raymond Hettinger2005-06-201-12/+13
* <Enter> when cursor is on a previous command retrieves that command. InsteadKurt B. Kaiser2005-06-192-7/+32
* SF patch #1200018: Restore GC support to set objectsRaymond Hettinger2005-06-181-0/+10
* Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in withSkip Montanaro2005-06-171-0/+31
* [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suiteAndrew M. Kuchling2005-06-151-1/+2
* yet another cache to clear when leak hunting.Michael W. Hudson2005-06-141-0/+2
* Port test_long.py to unittest.Walter Dörwald2005-06-131-508/+451
* Fix bugMichael W. Hudson2005-06-131-0/+9
* SF bug #1219361 Fix typoRaymond Hettinger2005-06-131-1/+1
* 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated withKurt B. Kaiser2005-06-123-9/+12
* 1. Patch 1196895 Jeff Shute:Kurt B. Kaiser2005-06-125-4/+13
* Patch #1171150: add a newline to py_compile error outputGeorg Brandl2005-06-101-1/+1
* Add untokenize() function to allow full round-trip tokenization.Raymond Hettinger2005-06-103-7/+125
* [Patch #1002763] Allow long ints as terminator values; also, treat a terminat...Andrew M. Kuchling2005-06-091-2/+2
* Convert asynchat test to unittest; exercise the client using a numeric value ...Andrew M. Kuchling2005-06-091-14/+46
* [Bug #1074261, patch #1074381] Restrict the size of chunks read from the file...Andrew M. Kuchling2005-06-092-2/+26
* Convert gzip test suite to use unittestAndrew M. Kuchling2005-06-091-74/+110
* fix import to work with either module name.Gregory P. Smith2005-06-091-1/+6
* [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a ...Andrew M. Kuchling2005-06-082-4/+12
* fix broken (unexecuted) testAnthony Baxter2005-06-081-3/+3
* Tools/scripts/reindent.py _is_ your friendAnthony Baxter2005-06-085-119/+119
* [Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra...Andrew M. Kuchling2005-06-072-0/+19
* Minor namespace clean-up.Raymond Hettinger2005-06-071-2/+2
* fix more Errors (not Failures) when run using BerkeleyDB <= 4.0Gregory P. Smith2005-06-061-4/+13
* fix Errors (not Failures) in test cases when running with BerkeleyDB<4.2Gregory P. Smith2005-06-061-32/+61
* make the tests that expect uncatchable exceptions from a callback testGregory P. Smith2005-06-061-19/+48
* test case for pybsddb SF bug id 1215432Gregory P. Smith2005-06-061-0/+50
* test DB.associate using transactions. somewhat related to SF pybsddbGregory P. Smith2005-06-061-12/+46
* Documentation clarified re. config socket listener protocolVinay Sajip2005-06-051-3/+3
* Fix missing assignments of marshal.load() values. Closes #1214662.Skip Montanaro2005-06-041-7/+7