1. 3210b36 release dates by Anthony Baxter · 20 years ago
  2. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  3. 1c0423a Exercise xrange a bit by Neal Norwitz · 20 years ago
  4. d7be118 Exercise some error conditions by Neal Norwitz · 20 years ago
  5. bdcb941 SF bug #978308, Spurious errors taking bool of dead pro by Neal Norwitz · 20 years ago
  6. bd7f76d Tim gets his default traps. by Raymond Hettinger · 20 years ago
  7. 4e0e1b6 Whitespace normalization. by Tim Peters · 20 years ago
  8. 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
  9. 6fe93cd For readable() objects, the previous value of 'flags' was ignored. by Andrew M. Kuchling · 20 years ago
  10. d916142 whitespace normalization by Skip Montanaro · 20 years ago
  11. a146fea Fix SF#983164. by Thomas Heller · 20 years ago
  12. 7ff7d2c testGetServBy(): Use services that should be available both on *nix and by Barry Warsaw · 20 years ago
  13. 513ffe8 * Fix missing return after error message is set. by Raymond Hettinger · 20 years ago
  14. 0aeac10 * Add __eq__ and __ne__ so that things like list.index() work properly by Raymond Hettinger · 20 years ago
  15. 5548be2 Test the logic for int(d). by Raymond Hettinger · 20 years ago
  16. ca3cc2f * Update the todo list. * Make ConversionSyntax signals get trapped by default. by Raymond Hettinger · 20 years ago
  17. e0f1581 * Fixup docstrings * Make capitals default part of DefaultContext by Raymond Hettinger · 20 years ago
  18. 0ea241e Changed the rounding constant values to match their variable names. by Raymond Hettinger · 20 years ago
  19. b1b605e Fix clear_flags(). Make a readable (not evalable) Context repr. by Raymond Hettinger · 20 years ago
  20. 49a5fe1 Redirect the warning stream to the shell during the ScriptBinding check of user code by Kurt B. Kaiser · 20 years ago
  21. 9ec3e3b Namespace cleanups: by Raymond Hettinger · 20 years ago
  22. 6ea4845 * Make the tests independent of the default precision. by Raymond Hettinger · 20 years ago
  23. 17c52d8 Refactored RotatingFileHandler to create a base class for rotating handlers. Added TimedRotatingFileHandler. by Vinay Sajip · 20 years ago
  24. 779e0c9 Changed basicConfig() to add keyword arguments. Changes are backward-compatible. by Vinay Sajip · 20 years ago
  25. d9c0a7a Work through several open todos: by Raymond Hettinger · 20 years ago
  26. cc4e935 threading.Thread objects will now print a traceback for an exception raised by Brett Cannon · 20 years ago
  27. 59ad456 Add tests that check the result of calendar.monthcalendar() for a set by Walter Dörwald · 20 years ago
  28. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  29. 32b8f80 Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. by Thomas Heller · 20 years ago
  30. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  31. 83a6430 Committing Tim's patch for SF bug #983585: by Fred Drake · 20 years ago
  32. d7cc1bd Fix by Michael W. Hudson · 20 years ago
  33. 1f34eb1 fix small consistency nit by Fred Drake · 20 years ago
  34. 75cc1cb Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  35. 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  36. d5cf143 Check in the updated version of patch #957240, which doesn't rely by Michael W. Hudson · 20 years ago
  37. 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
  38. 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
  39. bd3200f Add test case for bug #912845: requesting an HTTP byte range doesn't work by Andrew M. Kuchling · 20 years ago
  40. f1a2f9e Docstring grammar fix by Andrew M. Kuchling · 20 years ago
  41. fbac294 rsync is now a recognized protocol that uses "netloc" (i.e. specifies a network by Brett Cannon · 20 years ago
  42. 3b04ce8 Patch from Mark Hammond to fix a test error. by Raymond Hettinger · 20 years ago
  43. 19699a9 Adds support for DB.pget and DBCursor.pget methods. by Gregory P. Smith · 20 years ago
  44. 11b91a0 Added socket.getservbyport(), and make its second argument and that of by Barry Warsaw · 20 years ago
  45. dc5af70 SF patch / bug #967763 by Gregory P. Smith · 20 years ago
  46. a6b3caa Fix SF bug # 897820 - we can no longer use the DB_TRUNCATE flag when by Gregory P. Smith · 20 years ago
  47. ebd9522 * Silence a test failure that resulted when test_site was run by by Raymond Hettinger · 20 years ago
  48. 5fad8bd remove debugging print by Skip Montanaro · 20 years ago
  49. 90e0153 Allow classes from other modules to be specified at startup. For example, by Skip Montanaro · 20 years ago
  50. d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 20 years ago
  51. ec6229e Make distutils "install --home" support all platforms. by Fred Drake · 20 years ago
  52. 2202157 add boilerplate so the test modules can be run as scripts by Fred Drake · 20 years ago
  53. 9c18e81 Install two code generation optimizations that depend on NOP. by Raymond Hettinger · 20 years ago
  54. 2c9f889 add a couple of tests for the build_scripts command by Fred Drake · 20 years ago
  55. 873a277 Patch #975885: print file name in err msg in quiet mode by Martin v. Löwis · 20 years ago
  56. 28224f8 Improve the documented advice on how to best use heapq.heapreplace(). by Raymond Hettinger · 20 years ago
  57. 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 20 years ago
  58. 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 20 years ago
  59. cdc7923 Added normalization for Windows system name. Closes SF #945665. by Marc-André Lemburg · 20 years ago
  60. 84601f1 Change pydoc.stripid() be able to match against 64-bit addresses by having by Brett Cannon · 20 years ago
  61. c6c1f47 pydoc.stripid() is now case-insensitive for its regex to support platforms that by Brett Cannon · 20 years ago
  62. 2b2fe94 fix typo by Fred Drake · 20 years ago
  63. 4dbda47 If self.packages is None (this can happen, I saw it), return by Sjoerd Mullender · 20 years ago
  64. 89a2dc7 Rebuild the wininst.exe files. by Thomas Heller · 20 years ago
  65. b849edd fix bug: list of data files was initialized too soon in build_py by Fred Drake · 20 years ago
  66. b8ab8b6 move support code to a helper module to ease re-use by Fred Drake · 20 years ago
  67. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  68. d0620dc add a test that actually installs some scripts by Fred Drake · 20 years ago
  69. bb7c144 One unit test for distutils is not much, but is more than we had yesterday. by Fred Drake · 20 years ago
  70. a050171 SF bug #973092: inspect.getframeinfo bug if 'context' is to big by Raymond Hettinger · 20 years ago
  71. b67ad7e Patch #826074: cmath.log optional base argument, fixes #823209 by Raymond Hettinger · 20 years ago
  72. ad21945 Back out #957240. by Martin v. Löwis · 20 years ago
  73. bb6b734 Apply heapq.nlargest() to find best matches. by Raymond Hettinger · 20 years ago
  74. 59efe36 Add heapq to list of __all__ checks. by Raymond Hettinger · 20 years ago
  75. 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 20 years ago
  76. 84a7f00 note a really bad test (no time to fix now) by Michael W. Hudson · 20 years ago
  77. b25aa36 Improve the memory performance and speed of heapq.nsmallest() by using by Raymond Hettinger · 20 years ago
  78. 0eb32a6 Add support for package data. by Fred Drake · 20 years ago
  79. 5c26e86 lightly modified version of my patch by Michael W. Hudson · 20 years ago
  80. c982bbd Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases. by Anthony Baxter · 20 years ago
  81. 01e80b4 fix a poorly worded error message by Anthony Baxter · 20 years ago
  82. a5616d2 Respect a module's __all__ attribute. Closes #969938. by Skip Montanaro · 20 years ago
  83. bce036b Convert test_heapq.py to unittests. by Raymond Hettinger · 20 years ago
  84. 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 20 years ago
  85. 4182cfd test_devnull(): Use assertEqual() instead of an assert stmt. by Tim Peters · 20 years ago
  86. 6ccc9a9 Removed test_sitepackages test. Skip discovered that it only passed if Python by Brett Cannon · 20 years ago
  87. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 20 years ago
  88. 604c013 SF 952807: Unpickling pickled instances of subclasses of datetime.date, by Tim Peters · 20 years ago
  89. 1c0228a Another nit found by Neal Norwitz using pychecker. This was caused by a by Skip Montanaro · 20 years ago
  90. 1cdd363 Cleanup: the in operator already returns a bool, no need to bool() it again by Neal Norwitz · 20 years ago
  91. 492faa5 There is no reason to have an underscore after self by Neal Norwitz · 20 years ago
  92. c75f891 Remove a useless operation, setting name to itself by Neal Norwitz · 20 years ago
  93. f213484 correct name error caught by Neal Norwitz with pychecker by Skip Montanaro · 20 years ago
  94. 5dae505 Fix typo in comment. by Raymond Hettinger · 20 years ago
  95. c28e7ad Try to improve test coverage for utime() by Neal Norwitz · 20 years ago
  96. 7b0a505 Look for the multibyte codec map files in the parent directory too by Neal Norwitz · 20 years ago
  97. 0179a18 add -L flag to cause leaks(1) command to run just before exit by Skip Montanaro · 20 years ago
  98. 4d5bc60 Noam Raphel: Further developemt of CodeContext feature. by Kurt B. Kaiser · 20 years ago
  99. 6412b12 Remove a number of tests that differ only in input data size. It seems by Neil Schemenauer · 20 years ago
  100. 26f6bdf [Bug #758665] cgitb.scanvars() fails because of an unititialized value variable. Patch from Robin Becker. by Andrew M. Kuchling · 20 years ago