1. 40563ed Get BSD DB working most for version 3.2 by Neal Norwitz · 20 years ago
  2. 4b0f20d Teach unquote() to handle unicode inputs by Raymond Hettinger · 20 years ago
  3. 239322b Optimised Placeholders handling of child loggers by using a dict rather than a list (much slower in the pathological case of hundreds of child Loggers to a Placeholder - problem reported by Ryan Blazecka). by Vinay Sajip · 20 years ago
  4. b793506 Added Host and Content-type headers to requests sent by HTTPHandler (suggested by Steven Vereecken) by Vinay Sajip · 20 years ago
  5. 007f8df Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified by Walter Dörwald · 20 years ago
  6. b980113 Fix errors in _synthesize because of missing basename attribute of by Georg Brandl · 20 years ago
  7. c252c59 Fix unit test failure -- the output received from Python can be empty, by Guido van Rossum · 20 years ago
  8. 43d6e81 Fixed bug where the logging message was wrongly being demoted from Unicode to string (SF #1314107) by Vinay Sajip · 20 years ago
  9. d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 20 years ago
  10. cc9a951 SF #1313496: bisect C replacement doesn't accept named args by Raymond Hettinger · 20 years ago
  11. 196f733 Fix pychecker warnings by Neal Norwitz · 20 years ago
  12. 389482c Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem. by Kurt B. Kaiser · 20 years ago
  13. 0a13579 Tweak CodeContext.py docstrings, comments, and names. by Kurt B. Kaiser · 20 years ago
  14. e8f2443 Patch #754022: Greatly enhanced webbrowser.py. by Georg Brandl · 20 years ago
  15. 11bd119 SF bug #887946, segfault if redirecting directory by Neal Norwitz · 20 years ago
  16. 7491022 Increased performance in CodeContext extension Patch 936169 Noam Raphael by Kurt B. Kaiser · 20 years ago
  17. 40d3781 - Fix segfault with invalid coding. by Neal Norwitz · 20 years ago
  18. 8b813db bug [ 729103 ] Cannot retrieve name of super object by Georg Brandl · 20 years ago
  19. 484d9a4 Patch #1309009, Fix segfault in pyexpat when the XML document is by Neal Norwitz · 20 years ago
  20. aa93517 patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding by Georg Brandl · 20 years ago
  21. 80ba8e8 bug [ 1296004 ] MemoryError in httplib by Georg Brandl · 20 years ago
  22. dd5c023 some more fixes and tests for inspect.getsource(), triggered by crashes by Armin Rigo · 20 years ago
  23. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 20 years ago
  24. 3a708df Changed license header: Now simply referring to PSF. This closes bug 1138653. by Peter Astrand · 20 years ago
  25. 10402a3 Patches #1298449 and #1298499: Add some missing checks for error by Michael W. Hudson · 20 years ago
  26. 19e11c8 MacOSX 10.4 apparently does not allow the creation time to be set to later by Jack Jansen · 20 years ago
  27. f879024 test and fix for buggy handling of exceptions raised by C functions, by Armin Rigo · 20 years ago
  28. f3f231f - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE by Matthias Klose · 20 years ago
  29. 3a703b6 Reverted revision 1.83, which introduced a bug and subtle incompatibility by Armin Rigo · 20 years ago
  30. f8948ca skip _locale test if OS X < 10.4 by Skip Montanaro · 20 years ago
  31. 4ed6738 Patch #1268314: Cache lines in StreamReader.readlines for performance. by Martin v. Löwis · 20 years ago
  32. 9e28107 Test case for latest complexobject fix. by Georg Brandl · 20 years ago
  33. 116f16e Added lock acquisition around handler removal from logger by Vinay Sajip · 20 years ago
  34. 9bda1d6 No longer ignore exceptions raised by comparisons during key lookup. by Raymond Hettinger · 20 years ago
  35. a783d06 Clear out the regex cache when the TimeRE cache is invalidated by a locale by Brett Cannon · 20 years ago
  36. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 20 years ago
  37. 6fa0c5a Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than by Gustavo Niemeyer · 20 years ago
  38. ebb7f30 Speed-up escape() by Raymond Hettinger · 20 years ago
  39. a1d09e2 Minor cleanup. by Raymond Hettinger · 20 years ago
  40. cf6b632 Corrected version of 1.170 by Raymond Hettinger · 20 years ago
  41. 2bdec7b Revert 1.170. Add tests. by Raymond Hettinger · 20 years ago
  42. 803ce80 Simplify and speed-up unquote(). by Raymond Hettinger · 20 years ago
  43. 957b126 Simplify and speed-up quote_plus(). by Raymond Hettinger · 20 years ago
  44. 199d2f7 SF #1285086: urllib.quote is too slow by Raymond Hettinger · 20 years ago
  45. 0ee9ba2 Added _handlerList to allow shutdown to flush and close handlers in reverse order of creation (see SF# 1282539) by Vinay Sajip · 20 years ago
  46. e029da0 Quote docstring with r"" to keep '\r\n' in example code. by Hye-Shik Chang · 20 years ago
  47. c384fc2 Changed _srcfile determination to support py2exe. by Vinay Sajip · 20 years ago
  48. c5238b8 SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it reads by Walter Dörwald · 20 years ago
  49. cd3c26a Reverting previous checkin. This breaks too much of HTMLParser to be applied by Georg Brandl · 20 years ago
  50. 4ce69a5 No need to import exceptions, they are builtins by Neal Norwitz · 20 years ago
  51. 6203196 Remove unused import by Neal Norwitz · 20 years ago
  52. a1be88e patch [ 1242454 ] shutil.copytree() quits too soon after an error. by Georg Brandl · 20 years ago
  53. 7847405 bug [ 761452 ] HTMLParser chokes on my.yahoo.com output by Georg Brandl · 20 years ago
  54. be5615e updated __version__ by Piers Lauder · 20 years ago
  55. 14f3940 changed select() so readonly flag is treated as a boolean by Piers Lauder · 20 years ago
  56. a47d1c0 SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain by Walter Dörwald · 20 years ago
  57. f1b2ba6 Fix logic error introduced in last commit. Also add a comment to explain what by Brett Cannon · 20 years ago
  58. 6e372d1 fix bug where str.find() was being misused where __contains__ should have been by Brett Cannon · 20 years ago
  59. 5dbdc59 Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. by Martin v. Löwis · 20 years ago
  60. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 20 years ago
  61. e8889c5 testSeekBackwardsFromEnd(): Repair obvious syntax error. by Tim Peters · 20 years ago
  62. d603c04 Add list() around xreadlines() by Georg Brandl · 20 years ago
  63. 62fe585 *** empty log message *** by Georg Brandl · 20 years ago
  64. 5a650a2 patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 20 years ago
  65. d2e3ba7 patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows by Georg Brandl · 20 years ago
  66. 905a01a bug [ 1262320 ] minidom.py alternate newl support is broken by Georg Brandl · 20 years ago
  67. 175a7dc bug [ 1262320 ] minidom.py alternate newl support is broken by Georg Brandl · 20 years ago
  68. 8b59514 Make IDNA return an empty string when the input is empty. Fixes #1163178. by Martin v. Löwis · 20 years ago
  69. 8246c43 Correct test suite for #848017. by Georg Brandl · 20 years ago
  70. 532efab patch #848017: make Cookie more RFC-compliant. by Georg Brandl · 20 years ago
  71. e1b13d2 Bug #735248: Fix urllib2.parse_http_list. by Georg Brandl · 20 years ago
  72. a5a2088 Bug 1016563: Bug in urllib2 proxy auth by Georg Brandl · 20 years ago
  73. b925602 Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld by Georg Brandl · 20 years ago
  74. 0a5d4a2 Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494. by Martin v. Löwis · 20 years ago
  75. be3856d patch [ 1141428 ] more __contains__ tests by Georg Brandl · 20 years ago
  76. 52715f6 [ 1113421 ] New tutorial tests in test_generators.py by Georg Brandl · 20 years ago
  77. 56066d2 Return complete lines from codec stream readers by Martin v. Löwis · 20 years ago
  78. 6d2b346 bug [ 1192315 ] 'clear -1' in pdb by Georg Brandl · 20 years ago
  79. 38387b8 bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 20 years ago
  80. faffa15 Revert previous checkin. by Martin v. Löwis · 20 years ago
  81. bc3b060 Patch #1262036: Make tarfile name absolute. Fixes #1257255. by Martin v. Löwis · 20 years ago
  82. 7ed44e5 add note about "markupbase" not being intended for direct use by Fred Drake · 20 years ago
  83. 0cd233f Revert previous code elimination, 'filename' is needed. by Kurt B. Kaiser · 20 years ago
  84. 2618c7f 1. Mac line endings were incorrect when pasting code from some browsers by Kurt B. Kaiser · 20 years ago
  85. f33d01d bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation by Georg Brandl · 20 years ago
  86. f0de6a1 Bug #1266283: lexists() is not exported from os.path by Georg Brandl · 20 years ago
  87. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 20 years ago
  88. 33a5f2a Fix BZ2File.(x)readlines() for files without a newline. by Georg Brandl · 20 years ago
  89. a710b33 SF bug #1242657: list(obj) can swallow KeyboardInterrupt by Raymond Hettinger · 20 years ago
  90. 91e27c2 Implement random.sample() using sets instead of dicts. by Raymond Hettinger · 20 years ago
  91. c47e01d Numerous fix-ups to C API and docs. Added tests for C API. by Raymond Hettinger · 20 years ago
  92. e2eca0b Port from the Python 2.4 branch, patches for SF bug # 900092, by Barry Warsaw · 20 years ago
  93. 038ca2a Teach the sets module to correctly compute s-=s and s^=s as the empty set. by Raymond Hettinger · 20 years ago
  94. 97979dd * Fix SF #1257731. Make __contains__(), remove(), and discard() only do by Raymond Hettinger · 20 years ago
  95. cf52c07 Change the %s format specifier for str objects so that it returns a by Neil Schemenauer · 20 years ago
  96. c991db2 * Add short-circuit code for in-place operations with self (such as by Raymond Hettinger · 20 years ago
  97. b813c53 Patch #827386: Support absolute source paths in msvccompiler.py. by Martin v. Löwis · 20 years ago
  98. e9fe7e0 Whitespace normalization (ran reindent.py over the whole tree). by Tim Peters · 20 years ago
  99. 2772c67 bug [ 1252706 ] poplib list() docstring fix (and docs too) by Georg Brandl · 20 years ago
  100. 4e41a4b Disable a few other tests, that can't work if Python is compiled without by Walter Dörwald · 20 years ago