1. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  2. d0620dc add a test that actually installs some scripts by Fred Drake · 20 years ago
  3. bb7c144 One unit test for distutils is not much, but is more than we had yesterday. by Fred Drake · 20 years ago
  4. a050171 SF bug #973092: inspect.getframeinfo bug if 'context' is to big by Raymond Hettinger · 20 years ago
  5. b67ad7e Patch #826074: cmath.log optional base argument, fixes #823209 by Raymond Hettinger · 20 years ago
  6. ad21945 Back out #957240. by Martin v. Löwis · 20 years ago
  7. bb6b734 Apply heapq.nlargest() to find best matches. by Raymond Hettinger · 20 years ago
  8. 59efe36 Add heapq to list of __all__ checks. by Raymond Hettinger · 20 years ago
  9. 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 20 years ago
  10. 84a7f00 note a really bad test (no time to fix now) by Michael W. Hudson · 20 years ago
  11. b25aa36 Improve the memory performance and speed of heapq.nsmallest() by using by Raymond Hettinger · 20 years ago
  12. 0eb32a6 Add support for package data. by Fred Drake · 20 years ago
  13. 5c26e86 lightly modified version of my patch by Michael W. Hudson · 20 years ago
  14. c982bbd Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases. by Anthony Baxter · 20 years ago
  15. 01e80b4 fix a poorly worded error message by Anthony Baxter · 20 years ago
  16. a5616d2 Respect a module's __all__ attribute. Closes #969938. by Skip Montanaro · 20 years ago
  17. bce036b Convert test_heapq.py to unittests. by Raymond Hettinger · 20 years ago
  18. 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 20 years ago
  19. 4182cfd test_devnull(): Use assertEqual() instead of an assert stmt. by Tim Peters · 20 years ago
  20. 6ccc9a9 Removed test_sitepackages test. Skip discovered that it only passed if Python by Brett Cannon · 20 years ago
  21. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 20 years ago
  22. 604c013 SF 952807: Unpickling pickled instances of subclasses of datetime.date, by Tim Peters · 20 years ago
  23. 1c0228a Another nit found by Neal Norwitz using pychecker. This was caused by a by Skip Montanaro · 20 years ago
  24. 1cdd363 Cleanup: the in operator already returns a bool, no need to bool() it again by Neal Norwitz · 20 years ago
  25. 492faa5 There is no reason to have an underscore after self by Neal Norwitz · 20 years ago
  26. c75f891 Remove a useless operation, setting name to itself by Neal Norwitz · 20 years ago
  27. f213484 correct name error caught by Neal Norwitz with pychecker by Skip Montanaro · 20 years ago
  28. 5dae505 Fix typo in comment. by Raymond Hettinger · 20 years ago
  29. c28e7ad Try to improve test coverage for utime() by Neal Norwitz · 20 years ago
  30. 7b0a505 Look for the multibyte codec map files in the parent directory too by Neal Norwitz · 20 years ago
  31. 0179a18 add -L flag to cause leaks(1) command to run just before exit by Skip Montanaro · 20 years ago
  32. 4d5bc60 Noam Raphel: Further developemt of CodeContext feature. by Kurt B. Kaiser · 20 years ago
  33. 6412b12 Remove a number of tests that differ only in input data size. It seems by Neil Schemenauer · 20 years ago
  34. 26f6bdf [Bug #758665] cgitb.scanvars() fails because of an unititialized value variable. Patch from Robin Becker. by Andrew M. Kuchling · 20 years ago
  35. 94afd3e Remove lots of magic constants. by Neil Schemenauer · 20 years ago
  36. 2400e93 SF #877165: Give an info about what C++ compiler command should be by Hye-Shik Chang · 20 years ago
  37. 58fc5d0 Rewrote to use temporary files instead of StringIO objects in most places. by Skip Montanaro · 20 years ago
  38. a2c9a98 [Bug #897935] Fix fd leak in pty.spawn(). Reported by James Henstridge; 2.3 bugfix candidate. by Andrew M. Kuchling · 20 years ago
  39. 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
  40. 9021c95 SF bug #964230: random.choice([]) should return more intelligible exception by Raymond Hettinger · 20 years ago
  41. 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
  42. 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 20 years ago
  43. 5962f45 [Bug #841757] Patch from /F to allow Unicode strings as struct keys by Andrew M. Kuchling · 20 years ago
  44. b12d97c [Bug #841757] Exercise handling of Unicode strings by Andrew M. Kuchling · 20 years ago
  45. 0096e26 Refactored site.py into functions. Also moved over to using sets. by Brett Cannon · 20 years ago
  46. 4e49b83 SF patch #961387: Make IDLE's paragraph reformatting width configurable by Raymond Hettinger · 20 years ago
  47. 3c14544 Reuse width/iswide tests from strings_test. (Suggested by Walter Dörwald) by Hye-Shik Chang · 20 years ago
  48. 6838c55 Add comments for unicode-only methods to give hints on AttributeError by Hye-Shik Chang · 20 years ago
  49. 7bd8606 Fix typo. by Hye-Shik Chang · 20 years ago
  50. 5f51259 Add iswide() and width() method for UserString according as the by Hye-Shik Chang · 20 years ago
  51. 6b08a40 Partial fix for #887242 (link extensions with dynamic_lookup in stead by Jack Jansen · 20 years ago
  52. eac324b Patch #957240: Add count parameter to asyncore.loop. by Martin v. Löwis · 20 years ago
  53. 6186410 SF #965425: fix so hyphenated words surrounded by punctuation are by Greg Ward · 20 years ago
  54. 118f931 Rename class attribute containing the class to be tested, so the name is the by Walter Dörwald · 20 years ago
  55. acf2618 Remove reference to pcre module by Andrew M. Kuchling · 20 years ago
  56. 4ad9723 Remove pre module by Andrew M. Kuchling · 20 years ago
  57. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  58. 7dc8ec9 Copyright year changed by Vinay Sajip · 20 years ago
  59. 0659452 Added IMAP4_stream to __all__ by Piers Lauder · 20 years ago
  60. 1f4bcf9 test_hash(): The test here is different enough from the one in the bug by Tim Peters · 20 years ago
  61. 09e2cb0 [Bug #962631] Fix typo reported by Bryan Blackburn by Andrew M. Kuchling · 20 years ago
  62. 41bd022 SF bug #942952: Weakness in tuple hash by Raymond Hettinger · 20 years ago
  63. 504239f Silence noise in regrtest. by Martin v. Löwis · 20 years ago
  64. 2f50e90 SF patch 959726: sdist versus SVN by Tim Peters · 20 years ago
  65. 92816de Patch #932930: suggest the use of rawstrings for backslashes. by Martin v. Löwis · 20 years ago
  66. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 20 years ago
  67. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 20 years ago
  68. cbd0b36 Fix typo (from SF bug #962602) by Walter Dörwald · 20 years ago
  69. 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 20 years ago
  70. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 20 years ago
  71. 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 20 years ago
  72. 80ce6dd The default argument in dict.setdefault() defaults to None. by Walter Dörwald · 20 years ago
  73. c139909 The default argument in dict.setdefault() defaults to None. by Walter Dörwald · 20 years ago
  74. ddc819c Make sure sets are printed in sorted order by Raymond Hettinger · 20 years ago
  75. 1453e4a * teach repr.repr() about collections.deque() * rename a variable for clarity by Raymond Hettinger · 20 years ago
  76. ba6cd36 * Updated repr.py to handle set() and frozenset(). by Raymond Hettinger · 20 years ago
  77. 83ee795 Add a test to verify an early call to iter() on the outermost for expression. by Raymond Hettinger · 20 years ago
  78. c1e32b6 Fixed IMAP4_SSL read bug introduced by patch 956394 by Piers Lauder · 20 years ago
  79. 8f2b244 Fixed IMAP4_SSL read and readlines code per patch 956394 by Piers Lauder · 20 years ago
  80. ba91b9f Applying SF patch #949329 on behalf of Raymond Hettinger. by Armin Rigo · 20 years ago
  81. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  82. 8290314 ConfigParser: by Fred Drake · 20 years ago
  83. abc086f ConfigParser: by Fred Drake · 20 years ago
  84. bc12b01 ConfigParser: by Fred Drake · 20 years ago
  85. ad9a7c4 test_alias_nofallback(): Someone broke this test, after 2.3, by by Tim Peters · 20 years ago
  86. e4aeb7d _parsegen(): Add a missing check for NeedMoreData. by Barry Warsaw · 20 years ago
  87. 2dc0c13 typo - fixes 954030. by Skip Montanaro · 20 years ago
  88. ac606cc forward porting from release23-maint by Barry Warsaw · 20 years ago
  89. 2178a6d test_boundary_in_non_multipart(): Added a test for SF bug # 846938. by Barry Warsaw · 20 years ago
  90. 61e5616 encode_7or8bit(): Clearing out some old patches; iso-2202 is non-ASCII but by Barry Warsaw · 20 years ago
  91. 4e59bc1 readline(): RFC 2046, section 5.1.2 (and partially 5.1) both state that the by Barry Warsaw · 20 years ago
  92. 58eb0fc test_nested_inner_contains_outer_boundary(), test_nested_with_same_boundary(): by Barry Warsaw · 20 years ago
  93. d49f1d6 _structure(): Make sure all output goes the to fp object. by Barry Warsaw · 20 years ago
  94. d0c12af Another evil test from Anthony's suite. This one has an inner part with the by Barry Warsaw · 20 years ago
  95. dce231f A boiled down example from Anthony's MIME torture tests. This one has a by Barry Warsaw · 20 years ago
  96. f0ba764 SF #847346: merge from release23-maint branch: remove misguided by Greg Ward · 20 years ago
  97. 0e371f2 Make sure "del d[n]" is properly supported. Was necessary because the by Raymond Hettinger · 20 years ago
  98. 1cd6e4d fix various descriptions of "ctime" (closes SF patch #870287) by Fred Drake · 20 years ago
  99. 486cb0a Tests for message/external-body and for duplicate boundary lines. by Barry Warsaw · 20 years ago
  100. b067e62 More boiled down tests from Anthony's big torture suite. by Barry Warsaw · 20 years ago