1. d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 21 years ago
  2. ec6229e Make distutils "install --home" support all platforms. by Fred Drake · 21 years ago
  3. 2202157 add boilerplate so the test modules can be run as scripts by Fred Drake · 21 years ago
  4. 9c18e81 Install two code generation optimizations that depend on NOP. by Raymond Hettinger · 21 years ago
  5. 2c9f889 add a couple of tests for the build_scripts command by Fred Drake · 21 years ago
  6. 873a277 Patch #975885: print file name in err msg in quiet mode by Martin v. Löwis · 21 years ago
  7. 28224f8 Improve the documented advice on how to best use heapq.heapreplace(). by Raymond Hettinger · 21 years ago
  8. 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 21 years ago
  9. 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 21 years ago
  10. cdc7923 Added normalization for Windows system name. Closes SF #945665. by Marc-André Lemburg · 21 years ago
  11. 84601f1 Change pydoc.stripid() be able to match against 64-bit addresses by having by Brett Cannon · 21 years ago
  12. c6c1f47 pydoc.stripid() is now case-insensitive for its regex to support platforms that by Brett Cannon · 21 years ago
  13. 2b2fe94 fix typo by Fred Drake · 21 years ago
  14. 4dbda47 If self.packages is None (this can happen, I saw it), return by Sjoerd Mullender · 21 years ago
  15. 89a2dc7 Rebuild the wininst.exe files. by Thomas Heller · 21 years ago
  16. b849edd fix bug: list of data files was initialized too soon in build_py by Fred Drake · 21 years ago
  17. b8ab8b6 move support code to a helper module to ease re-use by Fred Drake · 21 years ago
  18. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 21 years ago
  19. d0620dc add a test that actually installs some scripts by Fred Drake · 21 years ago
  20. bb7c144 One unit test for distutils is not much, but is more than we had yesterday. by Fred Drake · 21 years ago
  21. a050171 SF bug #973092: inspect.getframeinfo bug if 'context' is to big by Raymond Hettinger · 21 years ago
  22. b67ad7e Patch #826074: cmath.log optional base argument, fixes #823209 by Raymond Hettinger · 21 years ago
  23. ad21945 Back out #957240. by Martin v. Löwis · 21 years ago
  24. bb6b734 Apply heapq.nlargest() to find best matches. by Raymond Hettinger · 21 years ago
  25. 59efe36 Add heapq to list of __all__ checks. by Raymond Hettinger · 21 years ago
  26. 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 21 years ago
  27. 84a7f00 note a really bad test (no time to fix now) by Michael W. Hudson · 21 years ago
  28. b25aa36 Improve the memory performance and speed of heapq.nsmallest() by using by Raymond Hettinger · 21 years ago
  29. 0eb32a6 Add support for package data. by Fred Drake · 21 years ago
  30. 5c26e86 lightly modified version of my patch by Michael W. Hudson · 21 years ago
  31. c982bbd Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases. by Anthony Baxter · 21 years ago
  32. 01e80b4 fix a poorly worded error message by Anthony Baxter · 21 years ago
  33. a5616d2 Respect a module's __all__ attribute. Closes #969938. by Skip Montanaro · 21 years ago
  34. bce036b Convert test_heapq.py to unittests. by Raymond Hettinger · 21 years ago
  35. 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 21 years ago
  36. 4182cfd test_devnull(): Use assertEqual() instead of an assert stmt. by Tim Peters · 21 years ago
  37. 6ccc9a9 Removed test_sitepackages test. Skip discovered that it only passed if Python by Brett Cannon · 21 years ago
  38. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 21 years ago
  39. 604c013 SF 952807: Unpickling pickled instances of subclasses of datetime.date, by Tim Peters · 21 years ago
  40. 1c0228a Another nit found by Neal Norwitz using pychecker. This was caused by a by Skip Montanaro · 21 years ago
  41. 1cdd363 Cleanup: the in operator already returns a bool, no need to bool() it again by Neal Norwitz · 21 years ago
  42. 492faa5 There is no reason to have an underscore after self by Neal Norwitz · 21 years ago
  43. c75f891 Remove a useless operation, setting name to itself by Neal Norwitz · 21 years ago
  44. f213484 correct name error caught by Neal Norwitz with pychecker by Skip Montanaro · 21 years ago
  45. 5dae505 Fix typo in comment. by Raymond Hettinger · 21 years ago
  46. c28e7ad Try to improve test coverage for utime() by Neal Norwitz · 21 years ago
  47. 7b0a505 Look for the multibyte codec map files in the parent directory too by Neal Norwitz · 21 years ago
  48. 0179a18 add -L flag to cause leaks(1) command to run just before exit by Skip Montanaro · 21 years ago
  49. 4d5bc60 Noam Raphel: Further developemt of CodeContext feature. by Kurt B. Kaiser · 21 years ago
  50. 6412b12 Remove a number of tests that differ only in input data size. It seems by Neil Schemenauer · 21 years ago
  51. 26f6bdf [Bug #758665] cgitb.scanvars() fails because of an unititialized value variable. Patch from Robin Becker. by Andrew M. Kuchling · 21 years ago
  52. 94afd3e Remove lots of magic constants. by Neil Schemenauer · 21 years ago
  53. 2400e93 SF #877165: Give an info about what C++ compiler command should be by Hye-Shik Chang · 21 years ago
  54. 58fc5d08 Rewrote to use temporary files instead of StringIO objects in most places. by Skip Montanaro · 21 years ago
  55. a2c9a98 [Bug #897935] Fix fd leak in pty.spawn(). Reported by James Henstridge; 2.3 bugfix candidate. by Andrew M. Kuchling · 21 years ago
  56. 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 · 21 years ago
  57. 9021c95 SF bug #964230: random.choice([]) should return more intelligible exception by Raymond Hettinger · 21 years ago
  58. 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 · 21 years ago
  59. 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 21 years ago
  60. 5962f45 [Bug #841757] Patch from /F to allow Unicode strings as struct keys by Andrew M. Kuchling · 21 years ago
  61. b12d97c [Bug #841757] Exercise handling of Unicode strings by Andrew M. Kuchling · 21 years ago
  62. 0096e26 Refactored site.py into functions. Also moved over to using sets. by Brett Cannon · 21 years ago
  63. 4e49b83 SF patch #961387: Make IDLE's paragraph reformatting width configurable by Raymond Hettinger · 21 years ago
  64. 3c14544 Reuse width/iswide tests from strings_test. (Suggested by Walter Dörwald) by Hye-Shik Chang · 21 years ago
  65. 6838c55 Add comments for unicode-only methods to give hints on AttributeError by Hye-Shik Chang · 21 years ago
  66. 7bd8606 Fix typo. by Hye-Shik Chang · 21 years ago
  67. 5f51259 Add iswide() and width() method for UserString according as the by Hye-Shik Chang · 21 years ago
  68. 6b08a40 Partial fix for #887242 (link extensions with dynamic_lookup in stead by Jack Jansen · 21 years ago
  69. eac324b Patch #957240: Add count parameter to asyncore.loop. by Martin v. Löwis · 21 years ago
  70. 6186410 SF #965425: fix so hyphenated words surrounded by punctuation are by Greg Ward · 21 years ago
  71. 118f931 Rename class attribute containing the class to be tested, so the name is the by Walter Dörwald · 21 years ago
  72. acf2618 Remove reference to pcre module by Andrew M. Kuchling · 21 years ago
  73. 4ad9723 Remove pre module by Andrew M. Kuchling · 21 years ago
  74. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 21 years ago
  75. 7dc8ec9 Copyright year changed by Vinay Sajip · 21 years ago
  76. 0659452 Added IMAP4_stream to __all__ by Piers Lauder · 21 years ago
  77. 1f4bcf9 test_hash(): The test here is different enough from the one in the bug by Tim Peters · 21 years ago
  78. 09e2cb0 [Bug #962631] Fix typo reported by Bryan Blackburn by Andrew M. Kuchling · 21 years ago
  79. 41bd022 SF bug #942952: Weakness in tuple hash by Raymond Hettinger · 21 years ago
  80. 504239f Silence noise in regrtest. by Martin v. Löwis · 21 years ago
  81. 2f50e90 SF patch 959726: sdist versus SVN by Tim Peters · 21 years ago
  82. 92816de Patch #932930: suggest the use of rawstrings for backslashes. by Martin v. Löwis · 21 years ago
  83. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 21 years ago
  84. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 21 years ago
  85. cbd0b36 Fix typo (from SF bug #962602) by Walter Dörwald · 21 years ago
  86. 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 21 years ago
  87. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 21 years ago
  88. 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 21 years ago
  89. 80ce6dd The default argument in dict.setdefault() defaults to None. by Walter Dörwald · 21 years ago
  90. c139909 The default argument in dict.setdefault() defaults to None. by Walter Dörwald · 21 years ago
  91. ddc819c Make sure sets are printed in sorted order by Raymond Hettinger · 21 years ago
  92. 1453e4a * teach repr.repr() about collections.deque() * rename a variable for clarity by Raymond Hettinger · 21 years ago
  93. ba6cd36 * Updated repr.py to handle set() and frozenset(). by Raymond Hettinger · 21 years ago
  94. 83ee795 Add a test to verify an early call to iter() on the outermost for expression. by Raymond Hettinger · 21 years ago
  95. c1e32b6 Fixed IMAP4_SSL read bug introduced by patch 956394 by Piers Lauder · 21 years ago
  96. 8f2b244 Fixed IMAP4_SSL read and readlines code per patch 956394 by Piers Lauder · 21 years ago
  97. ba91b9f Applying SF patch #949329 on behalf of Raymond Hettinger. by Armin Rigo · 21 years ago
  98. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 21 years ago
  99. 8290314 ConfigParser: by Fred Drake · 21 years ago
  100. abc086f ConfigParser: by Fred Drake · 21 years ago