1. 3f06189 this is patch by Michael W. Hudson · 20 years ago
  2. 18bf43c FreeBSD's services file contains an additional echo service entry, with by Andrew MacIntyre · 20 years ago
  3. 5e9e9e1 Removed debugging print statements from TimedRotatingFileHandler, and sorted list returned by glob.glob() (SF #987166) by Vinay Sajip · 20 years ago
  4. 71ed220 Simplified the new get/get_nowait/put/put_nowait implementations a bit. by Tim Peters · 20 years ago
  5. 5af0e41 Bug #788520: Queue class has logic error when non-blocking by Tim Peters · 20 years ago
  6. dfa5d95 Remove tabs introduced in last commit. by Brett Cannon · 20 years ago
  7. 3f7cb5d Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee by Kurt B. Kaiser · 20 years ago
  8. d2c5b4b SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator by Brett Cannon · 20 years ago
  9. e6f8a89 Debug output is now printed to sys.stderr . by Brett Cannon · 20 years ago
  10. f50299c posixpath.realpath() now detects symlink loops and returns the path just before by Brett Cannon · 20 years ago
  11. 9a2a1cb [Patch #981794] Add support for Firefox/Firebird by Andrew M. Kuchling · 20 years ago
  12. 864bba1 [Patch 988444] by Andrew M. Kuchling · 20 years ago
  13. f027ca8 [Patch #965175] Incorporate a suggestion for a better error message by Andrew M. Kuchling · 20 years ago
  14. bdc3627 Make ntpath compress multiple slashes between drive letter and the rest of the by Brett Cannon · 20 years ago
  15. 85064ff [Patch #988602] Move the urllib2 tests into the test framework by Andrew M. Kuchling · 20 years ago
  16. ff450f7 Make struct formats for specifying file size to be unsigned instead of signed by Brett Cannon · 20 years ago
  17. ae40c2f [Patch #969907] Add traceback to warning output by Andrew M. Kuchling · 20 years ago
  18. 0fff6c8 In poll(), check connections for exceptional conditions by Andrew M. Kuchling · 20 years ago
  19. dfa74b9 Return value from .close(); move .set_file up by Andrew M. Kuchling · 20 years ago
  20. 5543021 [Bug #835415] AIX can return modes that are >65536, which causes an OverflowError. Fix from Albert Chin by Andrew M. Kuchling · 20 years ago
  21. f9ea7c0 [Patch #988504] Fix HTTP error handling via a patch from John J. Lee by Andrew M. Kuchling · 20 years ago
  22. 5fcefdb [Patch #987052 from Thomas Guettler] by Andrew M. Kuchling · 20 years ago
  23. bf44069 Improve Context construction and representation: by Raymond Hettinger · 20 years ago
  24. 3f41974 Add generic codecs.encode() and .decode() APIs that don't impose by Marc-André Lemburg · 20 years ago
  25. 64a8470 Restructure testing of .pth files. Move previous functions into a class and by Brett Cannon · 20 years ago
  26. 12f8c4d Change argument list for addsitedir() to not require a second argument and thus by Brett Cannon · 20 years ago
  27. 5833587 Add some tests for corner cases. by Raymond Hettinger · 20 years ago
  28. d87ac8f * Update the test suite to reflect that ConversionSyntax was no longer by Raymond Hettinger · 20 years ago
  29. 5aa478b Module and tests: by Raymond Hettinger · 20 years ago
  30. eae05de * fix the print test * add more __init__ tests by Raymond Hettinger · 20 years ago
  31. a435c53 * balance the left/right search for getitem. by Raymond Hettinger · 20 years ago
  32. 302fa6d Add another bunch of test cases for calendars with Sunday as the by Walter Dörwald · 20 years ago
  33. 3970c11 Add exception handling for BaseRotatingFileHandler (SF #979252) by Vinay Sajip · 20 years ago
  34. 4bbab2b FileHandler now stores the basename as an absolute path (fix for SF #982049) by Vinay Sajip · 20 years ago
  35. 3210b36 release dates by Anthony Baxter · 20 years ago
  36. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  37. 1c0423a Exercise xrange a bit by Neal Norwitz · 20 years ago
  38. d7be118 Exercise some error conditions by Neal Norwitz · 20 years ago
  39. bdcb941 SF bug #978308, Spurious errors taking bool of dead pro by Neal Norwitz · 20 years ago
  40. bd7f76d Tim gets his default traps. by Raymond Hettinger · 20 years ago
  41. 4e0e1b6 Whitespace normalization. by Tim Peters · 20 years ago
  42. 1263bd8 [Bug #925107] Make .readline() consider self.stop. This makes read() and readline() very similar, so they're refactored into _read. Patch by Johannes Gijsbers. by Andrew M. Kuchling · 20 years ago
  43. 6fe93cd For readable() objects, the previous value of 'flags' was ignored. by Andrew M. Kuchling · 20 years ago
  44. d916142 whitespace normalization by Skip Montanaro · 20 years ago
  45. a146fea Fix SF#983164. by Thomas Heller · 20 years ago
  46. 7ff7d2c testGetServBy(): Use services that should be available both on *nix and by Barry Warsaw · 20 years ago
  47. 513ffe8 * Fix missing return after error message is set. by Raymond Hettinger · 20 years ago
  48. 0aeac10 * Add __eq__ and __ne__ so that things like list.index() work properly by Raymond Hettinger · 20 years ago
  49. 5548be2 Test the logic for int(d). by Raymond Hettinger · 20 years ago
  50. ca3cc2f * Update the todo list. * Make ConversionSyntax signals get trapped by default. by Raymond Hettinger · 20 years ago
  51. e0f1581 * Fixup docstrings * Make capitals default part of DefaultContext by Raymond Hettinger · 20 years ago
  52. 0ea241e Changed the rounding constant values to match their variable names. by Raymond Hettinger · 20 years ago
  53. b1b605e Fix clear_flags(). Make a readable (not evalable) Context repr. by Raymond Hettinger · 20 years ago
  54. 49a5fe1 Redirect the warning stream to the shell during the ScriptBinding check of user code by Kurt B. Kaiser · 20 years ago
  55. 9ec3e3b Namespace cleanups: by Raymond Hettinger · 20 years ago
  56. 6ea4845 * Make the tests independent of the default precision. by Raymond Hettinger · 20 years ago
  57. 17c52d8 Refactored RotatingFileHandler to create a base class for rotating handlers. Added TimedRotatingFileHandler. by Vinay Sajip · 20 years ago
  58. 779e0c9 Changed basicConfig() to add keyword arguments. Changes are backward-compatible. by Vinay Sajip · 20 years ago
  59. d9c0a7a Work through several open todos: by Raymond Hettinger · 20 years ago
  60. cc4e935 threading.Thread objects will now print a traceback for an exception raised by Brett Cannon · 20 years ago
  61. 59ad456 Add tests that check the result of calendar.monthcalendar() for a set by Walter Dörwald · 20 years ago
  62. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  63. 32b8f80 Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. by Thomas Heller · 20 years ago
  64. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  65. 83a6430 Committing Tim's patch for SF bug #983585: by Fred Drake · 20 years ago
  66. d7cc1bd Fix by Michael W. Hudson · 20 years ago
  67. 1f34eb1 fix small consistency nit by Fred Drake · 20 years ago
  68. 75cc1cb Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  69. 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  70. d5cf143 Check in the updated version of patch #957240, which doesn't rely by Michael W. Hudson · 20 years ago
  71. 08c08bb [Bug #912845] urllib2 only checks for a 200 return code, but 206 is also legal if a Range: header was supplied. by Andrew M. Kuchling · 20 years ago
  72. 31352c5 Remove unused import. (If it's there for some deep, dark reason, it should have been commented.) by Andrew M. Kuchling · 20 years ago
  73. bd3200f Add test case for bug #912845: requesting an HTTP byte range doesn't work by Andrew M. Kuchling · 20 years ago
  74. f1a2f9e Docstring grammar fix by Andrew M. Kuchling · 20 years ago
  75. fbac294 rsync is now a recognized protocol that uses "netloc" (i.e. specifies a network by Brett Cannon · 20 years ago
  76. 3b04ce8 Patch from Mark Hammond to fix a test error. by Raymond Hettinger · 20 years ago
  77. 19699a9 Adds support for DB.pget and DBCursor.pget methods. by Gregory P. Smith · 20 years ago
  78. 11b91a0 Added socket.getservbyport(), and make its second argument and that of by Barry Warsaw · 20 years ago
  79. dc5af70 SF patch / bug #967763 by Gregory P. Smith · 20 years ago
  80. a6b3caa Fix SF bug # 897820 - we can no longer use the DB_TRUNCATE flag when by Gregory P. Smith · 20 years ago
  81. ebd9522 * Silence a test failure that resulted when test_site was run by by Raymond Hettinger · 20 years ago
  82. 5fad8bd remove debugging print by Skip Montanaro · 20 years ago
  83. 90e0153 Allow classes from other modules to be specified at startup. For example, by Skip Montanaro · 20 years ago
  84. d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 20 years ago
  85. ec6229e Make distutils "install --home" support all platforms. by Fred Drake · 20 years ago
  86. 2202157 add boilerplate so the test modules can be run as scripts by Fred Drake · 20 years ago
  87. 9c18e81 Install two code generation optimizations that depend on NOP. by Raymond Hettinger · 20 years ago
  88. 2c9f889 add a couple of tests for the build_scripts command by Fred Drake · 20 years ago
  89. 873a277 Patch #975885: print file name in err msg in quiet mode by Martin v. Löwis · 20 years ago
  90. 28224f8 Improve the documented advice on how to best use heapq.heapreplace(). by Raymond Hettinger · 20 years ago
  91. 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 20 years ago
  92. 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 20 years ago
  93. cdc7923 Added normalization for Windows system name. Closes SF #945665. by Marc-André Lemburg · 20 years ago
  94. 84601f1 Change pydoc.stripid() be able to match against 64-bit addresses by having by Brett Cannon · 20 years ago
  95. c6c1f47 pydoc.stripid() is now case-insensitive for its regex to support platforms that by Brett Cannon · 20 years ago
  96. 2b2fe94 fix typo by Fred Drake · 20 years ago
  97. 4dbda47 If self.packages is None (this can happen, I saw it), return by Sjoerd Mullender · 20 years ago
  98. 89a2dc7 Rebuild the wininst.exe files. by Thomas Heller · 20 years ago
  99. b849edd fix bug: list of data files was initialized too soon in build_py by Fred Drake · 20 years ago
  100. b8ab8b6 move support code to a helper module to ease re-use by Fred Drake · 20 years ago