1. e8889c5 testSeekBackwardsFromEnd(): Repair obvious syntax error. by Tim Peters · 19 years ago
  2. d603c04 Add list() around xreadlines() by Georg Brandl · 19 years ago
  3. 62fe585 *** empty log message *** by Georg Brandl · 19 years ago
  4. 5a650a2 patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 19 years ago
  5. d2e3ba7 patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows by Georg Brandl · 19 years ago
  6. 905a01a bug [ 1262320 ] minidom.py alternate newl support is broken by Georg Brandl · 19 years ago
  7. 175a7dc bug [ 1262320 ] minidom.py alternate newl support is broken by Georg Brandl · 19 years ago
  8. 8b59514 Make IDNA return an empty string when the input is empty. Fixes #1163178. by Martin v. Löwis · 19 years ago
  9. 8246c43 Correct test suite for #848017. by Georg Brandl · 19 years ago
  10. 532efab patch #848017: make Cookie more RFC-compliant. by Georg Brandl · 19 years ago
  11. e1b13d2 Bug #735248: Fix urllib2.parse_http_list. by Georg Brandl · 19 years ago
  12. a5a2088 Bug 1016563: Bug in urllib2 proxy auth by Georg Brandl · 19 years ago
  13. b925602 Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld by Georg Brandl · 19 years ago
  14. 0a5d4a2 Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494. by Martin v. Löwis · 19 years ago
  15. be3856d patch [ 1141428 ] more __contains__ tests by Georg Brandl · 19 years ago
  16. 52715f6 [ 1113421 ] New tutorial tests in test_generators.py by Georg Brandl · 19 years ago
  17. 56066d2 Return complete lines from codec stream readers by Martin v. Löwis · 19 years ago
  18. 6d2b346 bug [ 1192315 ] 'clear -1' in pdb by Georg Brandl · 19 years ago
  19. 38387b8 bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 19 years ago
  20. faffa15 Revert previous checkin. by Martin v. Löwis · 19 years ago
  21. bc3b060 Patch #1262036: Make tarfile name absolute. Fixes #1257255. by Martin v. Löwis · 19 years ago
  22. 7ed44e5 add note about "markupbase" not being intended for direct use by Fred Drake · 19 years ago
  23. 0cd233f Revert previous code elimination, 'filename' is needed. by Kurt B. Kaiser · 19 years ago
  24. 2618c7f 1. Mac line endings were incorrect when pasting code from some browsers by Kurt B. Kaiser · 19 years ago
  25. f33d01d bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation by Georg Brandl · 19 years ago
  26. f0de6a1 Bug #1266283: lexists() is not exported from os.path by Georg Brandl · 19 years ago
  27. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago
  28. 33a5f2a Fix BZ2File.(x)readlines() for files without a newline. by Georg Brandl · 19 years ago
  29. a710b33 SF bug #1242657: list(obj) can swallow KeyboardInterrupt by Raymond Hettinger · 19 years ago
  30. 91e27c2 Implement random.sample() using sets instead of dicts. by Raymond Hettinger · 19 years ago
  31. c47e01d Numerous fix-ups to C API and docs. Added tests for C API. by Raymond Hettinger · 19 years ago
  32. e2eca0b Port from the Python 2.4 branch, patches for SF bug # 900092, by Barry Warsaw · 19 years ago
  33. 038ca2a Teach the sets module to correctly compute s-=s and s^=s as the empty set. by Raymond Hettinger · 19 years ago
  34. 97979dd * Fix SF #1257731. Make __contains__(), remove(), and discard() only do by Raymond Hettinger · 19 years ago
  35. cf52c07 Change the %s format specifier for str objects so that it returns a by Neil Schemenauer · 19 years ago
  36. c991db2 * Add short-circuit code for in-place operations with self (such as by Raymond Hettinger · 19 years ago
  37. b813c53 Patch #827386: Support absolute source paths in msvccompiler.py. by Martin v. Löwis · 19 years ago
  38. e9fe7e0 Whitespace normalization (ran reindent.py over the whole tree). by Tim Peters · 19 years ago
  39. 2772c67 bug [ 1252706 ] poplib list() docstring fix (and docs too) by Georg Brandl · 19 years ago
  40. 4e41a4b Disable a few other tests, that can't work if Python is compiled without by Walter Dörwald · 19 years ago
  41. 649f8e7 patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc. by Georg Brandl · 19 years ago
  42. 97b2fa2 Bring cgi.escape docstring slightly more in line with the library ref by Skip Montanaro · 19 years ago
  43. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  44. d794666 * Improve code for the empty frozenset singleton: by Raymond Hettinger · 19 years ago
  45. 50747fc add support for svn: and svn+ssh: URL schemes to urlparse by Fred Drake · 19 years ago
  46. 6eea789 Disable encoding/decoding test, if unicode is disabled. by Walter Dörwald · 19 years ago
  47. 49a4b68 Fix a problem in Tkinter introduced by SF patch #869468 (checked in as by Guido van Rossum · 19 years ago
  48. 9443242 That was one too much. by Georg Brandl · 19 years ago
  49. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  50. 08c02db [ 1243081 ] repair typos by Georg Brandl · 19 years ago
  51. c9878e1 Make attributes and local variables in the StreamReader str objects instead by Walter Dörwald · 19 years ago
  52. ca5feab bug [ 957505 ] SocketServer module documentation misleading by Georg Brandl · 19 years ago
  53. f5f32b4 Whitespace normalization. by Tim Peters · 19 years ago
  54. 5dbda75 - Bug #1015140: disambiguated the term "article id" in nntplib docs and by Georg Brandl · 19 years ago
  55. 4e42281 Add support for FreeBSD 7. by Hye-Shik Chang · 19 years ago
  56. a4a8b82 bug [ 1238170 ] threading.Thread uses {} as default argument by Georg Brandl · 19 years ago
  57. 8bfa893 textwrap now processes text chucks at O(n) speed instead of O(n**2). by Raymond Hettinger · 19 years ago
  58. 5c5fe2f RFE [ 1216944 ] Add Error Code Dictionary to urllib2 by Georg Brandl · 19 years ago
  59. 0edc7a0 Fix: by Michael W. Hudson · 19 years ago
  60. 5cb7846 Fix "upload" command garbling and truncating files on Windows. If it's a by Phillip J. Eby · 19 years ago
  61. 82cb9a2 Add test for hash commutativity. by Raymond Hettinger · 19 years ago
  62. 2dfc168 fixed tag generation to avoid null tags by Piers Lauder · 19 years ago
  63. 9e43acf bug #1177468: don't cache /dev/urandom file descriptor in os.urandom by Georg Brandl · 19 years ago
  64. 9a65d58 Add doctest for examples in libweakref.tex to test_weakref. by Georg Brandl · 19 years ago
  65. f0af0e7 patch [ 1231538 ] Typo fix in compiler/transformer.py (WalkerEror) by Georg Brandl · 19 years ago
  66. 3296e69 SF bug #1224347: int/long unification and hex() by Raymond Hettinger · 19 years ago
  67. 22bfdab Adapt output file to new Cookie JS output. by Georg Brandl · 19 years ago
  68. ecf93c7 Fix test cases for doctest. by Georg Brandl · 19 years ago
  69. 12fe9b4 bug [ 839151 ] attempt to access sys.argv when it doesn't exist by Georg Brandl · 19 years ago
  70. 1f14964 bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-able by Georg Brandl · 19 years ago
  71. 0aade9a bug [ 1155638 ] self.length shield exception in httplib by Georg Brandl · 19 years ago
  72. 8d457c7 bug [ 1175848 ] poorly named variable in urllib2.py by Georg Brandl · 19 years ago
  73. 07c81d9 Prevent creating a HTML link to file://?/ by Georg Brandl · 19 years ago
  74. a2aa1ac bug [ 1100201 ] Cross-site scripting on BaseHTTPServer by Georg Brandl · 19 years ago
  75. 03a33ea bug [ 1108948 ] Cookie.py produces invalid code by Georg Brandl · 19 years ago
  76. 58bd190 SMTP.help() was returning a tuple instead of the promised text. by Kurt B. Kaiser · 19 years ago
  77. da99d1c SF bug #1224621: tokenize module does not detect inconsistent dedents by Raymond Hettinger · 19 years ago
  78. 8fa7eb5 Remove dead code M IdleHistory.py M PyShell.py by Kurt B. Kaiser · 19 years ago
  79. 7390942 test_asynchat is no longer expected to produce output. by Michael W. Hudson · 19 years ago
  80. e5a0a96 Apply the _is_special guard. by Raymond Hettinger · 19 years ago
  81. a7daba6 <Enter> when cursor is on a previous command retrieves that command. Instead by Kurt B. Kaiser · 19 years ago
  82. bb999b5 SF patch #1200018: Restore GC support to set objects by Raymond Hettinger · 19 years ago
  83. 9847000 Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in with by Skip Montanaro · 19 years ago
  84. d1badac [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite by Andrew M. Kuchling · 19 years ago
  85. 1a72852 yet another cache to clear when leak hunting. by Michael W. Hudson · 19 years ago
  86. a002159 Port test_long.py to unittest. by Walter Dörwald · 19 years ago
  87. f2ca5af Fix bug by Michael W. Hudson · 19 years ago
  88. f9d88ab SF bug #1219361 Fix typo by Raymond Hettinger · 19 years ago
  89. ca7329c 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with by Kurt B. Kaiser · 19 years ago
  90. df506ea 1. Patch 1196895 Jeff Shute: by Kurt B. Kaiser · 19 years ago
  91. e537d6e Patch #1171150: add a newline to py_compile error output by Georg Brandl · 19 years ago
  92. 68c0453 Add untokenize() function to allow full round-trip tokenization. by Raymond Hettinger · 19 years ago
  93. ca69f02 [Patch #1002763] Allow long ints as terminator values; also, treat a terminator of 0 like the empty string or None by Andrew M. Kuchling · 19 years ago
  94. 5ac2534 Convert asynchat test to unittest; exercise the client using a numeric value as the terminator by Andrew M. Kuchling · 19 years ago
  95. 01cb47b [Bug #1074261, patch #1074381] Restrict the size of chunks read from the file in order to avoid overflow or huge memory consumption. Patch by Mark Eichin by Andrew M. Kuchling · 19 years ago
  96. a6f68e1 Convert gzip test suite to use unittest by Andrew M. Kuchling · 19 years ago
  97. 6564ca7 fix import to work with either module name. by Gregory P. Smith · 19 years ago
  98. 6e57c2a [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a single null byte; test a null byte in all encodings to be sure it works by Andrew M. Kuchling · 19 years ago
  99. 422b10f fix broken (unexecuted) test by Anthony Baxter · 19 years ago
  100. 95a2a4e Tools/scripts/reindent.py _is_ your friend by Anthony Baxter · 19 years ago