1. cc4e935 threading.Thread objects will now print a traceback for an exception raised by Brett Cannon · 20 years ago
  2. 59ad456 Add tests that check the result of calendar.monthcalendar() for a set by Walter Dörwald · 20 years ago
  3. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  4. 32b8f80 Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. by Thomas Heller · 20 years ago
  5. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  6. 83a6430 Committing Tim's patch for SF bug #983585: by Fred Drake · 20 years ago
  7. d7cc1bd Fix by Michael W. Hudson · 20 years ago
  8. 1f34eb1 fix small consistency nit by Fred Drake · 20 years ago
  9. 75cc1cb Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  10. 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  11. d5cf143 Check in the updated version of patch #957240, which doesn't rely by Michael W. Hudson · 20 years ago
  12. 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
  13. 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
  14. bd3200f Add test case for bug #912845: requesting an HTTP byte range doesn't work by Andrew M. Kuchling · 20 years ago
  15. f1a2f9e Docstring grammar fix by Andrew M. Kuchling · 20 years ago
  16. fbac294 rsync is now a recognized protocol that uses "netloc" (i.e. specifies a network by Brett Cannon · 20 years ago
  17. 3b04ce8 Patch from Mark Hammond to fix a test error. by Raymond Hettinger · 20 years ago
  18. 19699a9 Adds support for DB.pget and DBCursor.pget methods. by Gregory P. Smith · 20 years ago
  19. 11b91a0 Added socket.getservbyport(), and make its second argument and that of by Barry Warsaw · 20 years ago
  20. dc5af70 SF patch / bug #967763 by Gregory P. Smith · 20 years ago
  21. a6b3caa Fix SF bug # 897820 - we can no longer use the DB_TRUNCATE flag when by Gregory P. Smith · 20 years ago
  22. ebd9522 * Silence a test failure that resulted when test_site was run by by Raymond Hettinger · 20 years ago
  23. 5fad8bd remove debugging print by Skip Montanaro · 20 years ago
  24. 90e0153 Allow classes from other modules to be specified at startup. For example, by Skip Montanaro · 20 years ago
  25. d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 20 years ago
  26. ec6229e Make distutils "install --home" support all platforms. by Fred Drake · 20 years ago
  27. 2202157 add boilerplate so the test modules can be run as scripts by Fred Drake · 20 years ago
  28. 9c18e81 Install two code generation optimizations that depend on NOP. by Raymond Hettinger · 20 years ago
  29. 2c9f889 add a couple of tests for the build_scripts command by Fred Drake · 20 years ago
  30. 873a277 Patch #975885: print file name in err msg in quiet mode by Martin v. Löwis · 20 years ago
  31. 28224f8 Improve the documented advice on how to best use heapq.heapreplace(). by Raymond Hettinger · 20 years ago
  32. 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 20 years ago
  33. 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 20 years ago
  34. cdc7923 Added normalization for Windows system name. Closes SF #945665. by Marc-André Lemburg · 20 years ago
  35. 84601f1 Change pydoc.stripid() be able to match against 64-bit addresses by having by Brett Cannon · 20 years ago
  36. c6c1f47 pydoc.stripid() is now case-insensitive for its regex to support platforms that by Brett Cannon · 20 years ago
  37. 2b2fe94 fix typo by Fred Drake · 20 years ago
  38. 4dbda47 If self.packages is None (this can happen, I saw it), return by Sjoerd Mullender · 20 years ago
  39. 89a2dc7 Rebuild the wininst.exe files. by Thomas Heller · 20 years ago
  40. b849edd fix bug: list of data files was initialized too soon in build_py by Fred Drake · 20 years ago
  41. b8ab8b6 move support code to a helper module to ease re-use by Fred Drake · 20 years ago
  42. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  43. d0620dc add a test that actually installs some scripts by Fred Drake · 20 years ago
  44. bb7c144 One unit test for distutils is not much, but is more than we had yesterday. by Fred Drake · 20 years ago
  45. a050171 SF bug #973092: inspect.getframeinfo bug if 'context' is to big by Raymond Hettinger · 20 years ago
  46. b67ad7e Patch #826074: cmath.log optional base argument, fixes #823209 by Raymond Hettinger · 20 years ago
  47. ad21945 Back out #957240. by Martin v. Löwis · 20 years ago
  48. bb6b734 Apply heapq.nlargest() to find best matches. by Raymond Hettinger · 20 years ago
  49. 59efe36 Add heapq to list of __all__ checks. by Raymond Hettinger · 20 years ago
  50. 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 20 years ago
  51. 84a7f00 note a really bad test (no time to fix now) by Michael W. Hudson · 20 years ago
  52. b25aa36 Improve the memory performance and speed of heapq.nsmallest() by using by Raymond Hettinger · 20 years ago
  53. 0eb32a6 Add support for package data. by Fred Drake · 20 years ago
  54. 5c26e86 lightly modified version of my patch by Michael W. Hudson · 20 years ago
  55. c982bbd Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases. by Anthony Baxter · 20 years ago
  56. 01e80b4 fix a poorly worded error message by Anthony Baxter · 20 years ago
  57. a5616d2 Respect a module's __all__ attribute. Closes #969938. by Skip Montanaro · 20 years ago
  58. bce036b Convert test_heapq.py to unittests. by Raymond Hettinger · 20 years ago
  59. 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 20 years ago
  60. 4182cfd test_devnull(): Use assertEqual() instead of an assert stmt. by Tim Peters · 20 years ago
  61. 6ccc9a9 Removed test_sitepackages test. Skip discovered that it only passed if Python by Brett Cannon · 20 years ago
  62. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 20 years ago
  63. 604c013 SF 952807: Unpickling pickled instances of subclasses of datetime.date, by Tim Peters · 20 years ago
  64. 1c0228a Another nit found by Neal Norwitz using pychecker. This was caused by a by Skip Montanaro · 20 years ago
  65. 1cdd363 Cleanup: the in operator already returns a bool, no need to bool() it again by Neal Norwitz · 20 years ago
  66. 492faa5 There is no reason to have an underscore after self by Neal Norwitz · 20 years ago
  67. c75f891 Remove a useless operation, setting name to itself by Neal Norwitz · 20 years ago
  68. f213484 correct name error caught by Neal Norwitz with pychecker by Skip Montanaro · 20 years ago
  69. 5dae505 Fix typo in comment. by Raymond Hettinger · 20 years ago
  70. c28e7ad Try to improve test coverage for utime() by Neal Norwitz · 20 years ago
  71. 7b0a505 Look for the multibyte codec map files in the parent directory too by Neal Norwitz · 20 years ago
  72. 0179a18 add -L flag to cause leaks(1) command to run just before exit by Skip Montanaro · 20 years ago
  73. 4d5bc60 Noam Raphel: Further developemt of CodeContext feature. by Kurt B. Kaiser · 20 years ago
  74. 6412b12 Remove a number of tests that differ only in input data size. It seems by Neil Schemenauer · 20 years ago
  75. 26f6bdf [Bug #758665] cgitb.scanvars() fails because of an unititialized value variable. Patch from Robin Becker. by Andrew M. Kuchling · 20 years ago
  76. 94afd3e Remove lots of magic constants. by Neil Schemenauer · 20 years ago
  77. 2400e93 SF #877165: Give an info about what C++ compiler command should be by Hye-Shik Chang · 20 years ago
  78. 58fc5d08 Rewrote to use temporary files instead of StringIO objects in most places. by Skip Montanaro · 20 years ago
  79. a2c9a98 [Bug #897935] Fix fd leak in pty.spawn(). Reported by James Henstridge; 2.3 bugfix candidate. by Andrew M. Kuchling · 20 years ago
  80. b7d8ce0 [Bug #921657] Allow '@' in unquoted HTML attributes. Not strictly legal according to the HTML REC, but HTMLParser is already a pretty loose parser. Reported by Bernd Zimmermann. by Andrew M. Kuchling · 20 years ago
  81. 9021c95 SF bug #964230: random.choice([]) should return more intelligible exception by Raymond Hettinger · 20 years ago
  82. ba8b6bc [Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback line #s; fix is to look at tb.tb_lineno, not tb.frame.f_lineno. Patch from Robin Becker and me. by Andrew M. Kuchling · 20 years ago
  83. 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 20 years ago
  84. 5962f45 [Bug #841757] Patch from /F to allow Unicode strings as struct keys by Andrew M. Kuchling · 20 years ago
  85. b12d97c [Bug #841757] Exercise handling of Unicode strings by Andrew M. Kuchling · 20 years ago
  86. 0096e26 Refactored site.py into functions. Also moved over to using sets. by Brett Cannon · 20 years ago
  87. 4e49b83 SF patch #961387: Make IDLE's paragraph reformatting width configurable by Raymond Hettinger · 20 years ago
  88. 3c14544 Reuse width/iswide tests from strings_test. (Suggested by Walter Dörwald) by Hye-Shik Chang · 20 years ago
  89. 6838c55 Add comments for unicode-only methods to give hints on AttributeError by Hye-Shik Chang · 20 years ago
  90. 7bd8606 Fix typo. by Hye-Shik Chang · 20 years ago
  91. 5f51259 Add iswide() and width() method for UserString according as the by Hye-Shik Chang · 20 years ago
  92. 6b08a40 Partial fix for #887242 (link extensions with dynamic_lookup in stead by Jack Jansen · 20 years ago
  93. eac324b Patch #957240: Add count parameter to asyncore.loop. by Martin v. Löwis · 20 years ago
  94. 6186410 SF #965425: fix so hyphenated words surrounded by punctuation are by Greg Ward · 20 years ago
  95. 118f931 Rename class attribute containing the class to be tested, so the name is the by Walter Dörwald · 20 years ago
  96. acf2618 Remove reference to pcre module by Andrew M. Kuchling · 20 years ago
  97. 4ad9723 Remove pre module by Andrew M. Kuchling · 20 years ago
  98. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  99. 7dc8ec9 Copyright year changed by Vinay Sajip · 20 years ago
  100. 0659452 Added IMAP4_stream to __all__ by Piers Lauder · 20 years ago