1. 8f799e4 __all__: Remove freenet_b64encode and freenet_b64decode. by Barry Warsaw · 21 years ago
  2. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 21 years ago
  3. 75c00ef [SF #866875] Add a specialized routine for one character by Hye-Shik Chang · 21 years ago
  4. d73ef06 Exercise sorted() where possible by Raymond Hettinger · 21 years ago
  5. 816ed1b SF patch #868736: Disable GC for timeit by Raymond Hettinger · 21 years ago
  6. 4f019d3 More complete code coverage, including testing the new RFC 3548 support. by Barry Warsaw · 21 years ago
  7. 4c904d1 Added more complete RFC 3548 support for Base64, Base32, and Base16 by Barry Warsaw · 21 years ago
  8. b993b06 The script now takes an optional command-line argument to specify how many by Alex Martelli · 21 years ago
  9. 6e4f7a8 [Bug #812325 ] tarfile.close() can write out more bytes to the output by Andrew M. Kuchling · 21 years ago
  10. e9802a3 - Print correct exception even if source file changed since shell was by Kurt B. Kaiser · 21 years ago
  11. 74bb7f0 SF Patch 681780: Faster commonprefix (OS independent) by Raymond Hettinger · 21 years ago
  12. 6e70acc Strengthen the test for hash effectiveness by Raymond Hettinger · 21 years ago
  13. 4a44293 Fixes to support CJKCodecs as per SF bug #852347. Actually, this by Barry Warsaw · 21 years ago
  14. 339270e Bump version number to 2.5.5 by Barry Warsaw · 21 years ago
  15. b386f6a As part of fixing bug #829532, add a test case that exercises os.makedirs by Andrew M. Kuchling · 21 years ago
  16. 6fccc8a [Bug #829532] Invoking os.makedirs() with an argument that contains a by Andrew M. Kuchling · 21 years ago
  17. 7fc4cf5 Fix unicode.rsplit()'s bug that ignores separater on the end of string when by Hye-Shik Chang · 21 years ago
  18. 9014560 Make sure the UserDict copies do not share the same underlying by Raymond Hettinger · 21 years ago
  19. 893020b Remove self from the arguments for the function add_type(). by Walter Dörwald · 21 years ago
  20. 8d2e08d Enable some unittests on FreeBSD. by Hye-Shik Chang · 21 years ago
  21. e708fbd Remove methods that are no longer called by urllib2. by Jeremy Hylton · 21 years ago
  22. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  23. df38ea9 Add methods to MockHTTPClass for modern httplib interface. by Jeremy Hylton · 21 years ago
  24. 023518a Rewrite AbstractHTTPHandler to use modern httplib interface. by Jeremy Hylton · 21 years ago
  25. eebb641 Add rsplit method for UserString, too. (Spotted by Raymond Hettinger) by Hye-Shik Chang · 21 years ago
  26. 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 21 years ago
  27. dce391c Remove __del__ methods to avoid creating uncollectable cyclic trash. by Jeremy Hylton · 21 years ago
  28. c2fcf9b Make the module docstring a raw string, so that the backslash in by Walter Dörwald · 21 years ago
  29. c1be59f SF patch 852995: add processors feature to urllib2 by Jeremy Hylton · 21 years ago
  30. 328f338 SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald by Neal Norwitz · 21 years ago
  31. b167b04 Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%. by Walter Dörwald · 21 years ago
  32. 73b94da Wrapper modules for _Launch and _OSA weren't added yet. Fixed. by Jack Jansen · 21 years ago
  33. 1dde95d Move list and tuple tests from test_types.py to their own scripts: by Walter Dörwald · 21 years ago
  34. d25c1c6 Implement itertools.groupby() by Raymond Hettinger · 21 years ago
  35. b8d5f24 Variation of Thomas Heller's patch (722638) for improving readability by Steve Purcell · 21 years ago
  36. da78a5d Finished update to universal header 3.4.2. by Jack Jansen · 21 years ago
  37. 5a4071a Reverting to previous version, which works. And I don't really care about by Jack Jansen · 21 years ago
  38. 9436a75 Compile the files in the same order they are passed to the compiler. by Thomas Heller · 21 years ago
  39. f477c88 SF bug #849662. Dramatically, improve comparison speed for "if shl == None". by Raymond Hettinger · 21 years ago
  40. edfb302 Fix error in exception message. by Brett Cannon · 21 years ago
  41. 9da1efb Remove extra copy of test_key_with_exception that somehow appeared by Michael W. Hudson · 21 years ago
  42. 1df0f65 Fixes and tests for various "holding pointers when arbitrary Python code by Michael W. Hudson · 21 years ago
  43. c6c5ece Typo repair; added some comments and horizontal whitespace. by Tim Peters · 21 years ago
  44. fe3fe4a Adding an interface to the high-level Open Scripting Architecture, by Jack Jansen · 21 years ago
  45. 2e8624c Fix test_unicode_file errors on platforms without Unicode file support, by Mark Hammond · 21 years ago
  46. c8de458 Add parameters indent, width and depth to pprint.pprint() and pprint.pformat() by Walter Dörwald · 21 years ago
  47. 7a7ede5 Patch #750542: pprint now will pretty print subclasses of list, tuple by Walter Dörwald · 21 years ago
  48. 291481b Reduce the size of Big String and Big Binary tests to 2**14 (minus one by Guido van Rossum · 21 years ago
  49. 6d45972 Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with by Mark Hammond · 21 years ago
  50. b337dd9 Add TESTFN_UNICODE_UNENCODEABLE, a unicode filename that can not be by Mark Hammond · 21 years ago
  51. 7d0a609 An interface to the LaunchServices API. by Jack Jansen · 21 years ago
  52. 89f9865 OS/2+EMX: make the link() emulation available as os.link() by Andrew MacIntyre · 21 years ago
  53. eb477f0 EMX lacks an implementation of link(). As Mailman wants os.link() to by Andrew MacIntyre · 21 years ago
  54. 2e8a6e0 To find the curses extension as a DLL (on OS/2), we need to adjust the by Andrew MacIntyre · 21 years ago
  55. 63ee110 use same compiler switches as core for extensions by Andrew MacIntyre · 21 years ago
  56. 70ef869 SF patch #852140: keyword.py - use __contains__ and bool by Raymond Hettinger · 21 years ago
  57. 85f48e3 Convert path objects to strings in askdirectory. Fixes #852314. by Martin v. Löwis · 21 years ago
  58. 3375fc5 Apply extract functions instead of lambda. by Raymond Hettinger · 21 years ago
  59. 0ad142a Revert previous change. MAL preferred the old version. by Raymond Hettinger · 21 years ago
  60. 166958b As discussed on python-dev, added two extractor functions to the by Raymond Hettinger · 21 years ago
  61. a455170 Simplifed the code. by Raymond Hettinger · 21 years ago
  62. 0a18552 Add testcases for _winreg segfault (SF 851056). by Guido van Rossum · 21 years ago
  63. 457bf91 Fix a bug discovered by Kalle Svensson: comparing sys.maxint to by Guido van Rossum · 21 years ago
  64. 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 21 years ago
  65. 37e1363 Make sure the list.sort's decorate step unwinds itself before returning by Raymond Hettinger · 21 years ago
  66. b310591 See SF #848614: distutils' msvccompiler now tries to detect that MSVC6 by Thomas Heller · 21 years ago
  67. b68947e 2.4a0 Package Manager shouldn't attempt to use the 2.3 database. by Jack Jansen · 21 years ago
  68. 4f8f976 Add optional fillchar argument to ljust(), rjust(), and center() string methods. by Raymond Hettinger · 21 years ago
  69. 188e25f Fix a typo introduced at 1.21 by Kurt B. Kaiser · 21 years ago
  70. 2303b1c Keybindings with the Shift modifier now work correctly. So do bindings by Kurt B. Kaiser · 21 years ago
  71. c714d45 Update NEWS.txt to include some items missed earlier. Update the by Kurt B. Kaiser · 21 years ago
  72. f5f41bf * Checkin remaining documentation by Raymond Hettinger · 21 years ago
  73. ceca5d2 test_guess_all_types(): Use a more robust test for checking that by Barry Warsaw · 21 years ago
  74. 49ba4c3 * Simplify hash function and add test to show effectiveness of the hash by Raymond Hettinger · 21 years ago
  75. bfd334a Extend temporary hashability to remove() and discard(). by Raymond Hettinger · 21 years ago
  76. 19c2d77 Allow temporary hashability for the __contains__ test. by Raymond Hettinger · 21 years ago
  77. 3fbec70 issubset() and issuperset() to work with general iterables by Raymond Hettinger · 21 years ago
  78. 944a6c3 test_applesingle is an expected skip almost anywhere. by Guido van Rossum · 21 years ago
  79. 403a203 SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 21 years ago
  80. 901dc98 test_applesingle is an expected skip on Win32 by Raymond Hettinger · 21 years ago
  81. 4df3068 Fix typo fix. by Walter Dörwald · 21 years ago
  82. af7dc8d Patch #831747: Add skip_accept_encoding parameter to putrequest. by Martin v. Löwis · 21 years ago
  83. 10d176f Get rid of MacOS9 support. Paths are still hard-coded, that'll be fixed later. by Jack Jansen · 21 years ago
  84. 70b9f49 Remove deprecation of sets.Set.update(). by Raymond Hettinger · 21 years ago
  85. fb4d0e0 Fix typos. by Walter Dörwald · 21 years ago
  86. 924f616 - After an exception, run.py was not setting the exception vector. Noam by Kurt B. Kaiser · 21 years ago
  87. b03136a __init__(): The docstring was incorrect regarding how header wrapping by Barry Warsaw · 21 years ago
  88. 3997f58 Modified version by Bob Ippolito. It passes the just-added test_applesingle by Jack Jansen · 21 years ago
  89. 5949854 Fix for [ 765456 ]: testAFakeZlib failed on platforms that use a by Just van Rossum · 21 years ago
  90. c0b2b72 Test the applesingle decoder. by Jack Jansen · 21 years ago
  91. 50a4bb3 Various fixups (most suggested by Armin Rigo). by Raymond Hettinger · 21 years ago
  92. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  93. aaf1c8d SF #841977 - modulefinder fails to find extension modules in packages by Thomas Heller · 21 years ago
  94. f7f9e99 subtype_dealloc(): A more complete fix for critical bug 840829 + by Tim Peters · 21 years ago
  95. d4e48b7 Patch #839877: Remove unused lambda expression. by Martin v. Löwis · 21 years ago
  96. add09b4 SF bug 840829: weakref callbacks and gc corrupt memory. by Tim Peters · 21 years ago
  97. 859db26 Improve backwards compatibility code to handle True/False. by Raymond Hettinger · 21 years ago
  98. ad983e7 Improve the implementation of itertools.tee(). by Raymond Hettinger · 21 years ago
  99. 767126d Make Message.__str__ more efficient. by Neil Schemenauer · 21 years ago
  100. d892137 Patch #798297: Add IMAP THREAD command. by Martin v. Löwis · 21 years ago