1. 0a11232 Change docstrings to comments so test output will display normally. by Kurt B. Kaiser · 17 years ago
  2. 0f7c25d Issue1177 by Kurt B. Kaiser · 17 years ago
  3. f5d902f Always convert Text.index result to string. by Martin v. Löwis · 17 years ago
  4. 9a1d8ce Added support for new Windows build dirs in PC/ to distutils.sysconfig by Christian Heimes · 17 years ago
  5. 96b3249 Fix an odd error which would only occur close to new year's eve, due by Guido van Rossum · 17 years ago
  6. cdaa2cb Added wininst-9.0.exe executable for VS 2008 by Christian Heimes · 17 years ago
  7. 28c7bcf Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat. by Kurt B. Kaiser · 17 years ago
  8. a6e515b Remove a straggling debugging print line. by Brett Cannon · 17 years ago
  9. 4e438bc Actually execute the tests for the getter/setter/deleter tests on properties. by Brett Cannon · 17 years ago
  10. e9a0e88 Patch #1672 by Joseph Armbruster. Use tempdir() to get a temporary directory. by Guido van Rossum · 17 years ago
  11. 905c31c Add tests for the warnings module; specifically formatwarning and showwarning. by Brett Cannon · 17 years ago
  12. 0b7b6fd Patch #1549 by Thomas Herve. by Guido van Rossum · 17 years ago
  13. 02de897 Patch #1583 by Adam Olsen. by Guido van Rossum · 17 years ago
  14. 80016c9 Fix issue 1661: Flags argument silently ignored in re functions with compiled regexes. by Raymond Hettinger · 17 years ago
  15. 0f5e7bf Some minor cleanups. Thanks Mark Dickinson. by Facundo Batista · 17 years ago
  16. 3b63556 Beef-up tests for dict literals by Raymond Hettinger · 17 years ago
  17. 85dfcf3 Users demand iterable input for named tuples. The author capitulates. by Raymond Hettinger · 17 years ago
  18. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 17 years ago
  19. 8777bca Simplify and speedup _asdict() for named tuples. by Raymond Hettinger · 17 years ago
  20. 0423698 Fixed #1649: IDLE error: dictionary changed size during iteration by Christian Heimes · 17 years ago
  21. fd7ed40 Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary. by Raymond Hettinger · 17 years ago
  22. 153038e Issue #1642: Fix segfault in ctypes when trying to delete attributes. by Thomas Heller · 17 years ago
  23. effde12 Speed-up dictionary constructor by about 10%. by Raymond Hettinger · 17 years ago
  24. bb89992 Make it a bit easier to test Tcl/Tk and idle from a build dir. by Christian Heimes · 17 years ago
  25. 88880b2 Add more namedtuple() test cases. Neaten the code and comments. by Raymond Hettinger · 17 years ago
  26. e64acfa Removed the private _rounding_decision: it was not needed, and the code by Facundo Batista · 17 years ago
  27. 9c8497e Revert dummy commit now that the build slave is building. by Georg Brandl · 17 years ago
  28. 6f6f6ad Dummy commit to investigate #1617. by Georg Brandl · 17 years ago
  29. 17b52af Fixed #1624: Remove output comparison for test_pep277 by Christian Heimes · 17 years ago
  30. c67a15d Fixed bug #1628 by Christian Heimes · 17 years ago
  31. 07ae83f Faster and simpler _replace() method by Raymond Hettinger · 17 years ago
  32. 48eca67 Add line spacing for readability by Raymond Hettinger · 17 years ago
  33. 42da874 Cleaner method naming convention by Raymond Hettinger · 17 years ago
  34. 90e10e7 Fixed bug #1620: New @spam.getter property syntax modifies the property in place. by Christian Heimes · 17 years ago
  35. bc288e8 Small speedup by Raymond Hettinger · 17 years ago
  36. 04a9a0e Simplify implementation of __replace__() by Raymond Hettinger · 17 years ago
  37. 0a0e583 Fixed bug #1613: Makefile's VPATH feature is broken by Christian Heimes · 17 years ago
  38. 2f9ca29 Fix issue #1313119: urlparse "caches" parses regardless of encoding by Alexandre Vassalotti · 17 years ago
  39. adf9ffd Fix bug 1604. deque.__init__() did not clear existing contents like list.__init__. Not a backport candidate. by Raymond Hettinger · 17 years ago
  40. 7a634e6 IDLE_tabbedpages.071101.patch Tal Einat by Kurt B. Kaiser · 17 years ago
  41. f15c66e The new float repr causes too much trouble and pain. I'm disabling the feature until we have sorted out the issues on all machines. 64bit machines seem to have issues and Guido has reported even worse. by Christian Heimes · 17 years ago
  42. 0c64fb4 format_paragraph_event wasn't returning 'break' by Kurt B. Kaiser · 17 years ago
  43. 284d927 Backport of r59456:59458 from py3k to trunk by Christian Heimes · 17 years ago
  44. 8c3d0f7 Remove a 2.2-ism. by Guido van Rossum · 17 years ago
  45. e6daafb Add DocXMLRPCServer test from GHOP task #136, written by Jeff Wheeler. by Georg Brandl · 17 years ago
  46. 6113ce5 Two fixes in DocXMLRPCServer: by Georg Brandl · 17 years ago
  47. 5466246 correct email address by Skip Montanaro · 17 years ago
  48. 26458c1 Fix tpyo. by Georg Brandl · 17 years ago
  49. d8a8c7d Fix issue #1530. Return an error exit status if not all tests passes. by Alexandre Vassalotti · 17 years ago
  50. 66d41b2 This is probably what was meant here. by Armin Rigo · 17 years ago
  51. 5d1b4d4 Increase unit test coverage of SimpleXMLRPCServer. by Georg Brandl · 17 years ago
  52. 0a5e54e Disabled one test that is failing on Unix by Christian Heimes · 17 years ago
  53. d3fc07a4 Fixed get_config_h_filename for Windows. Without the patch it can't find the pyconfig.h file inside a build tree. by Christian Heimes · 17 years ago
  54. 4e2f714 Fix Issue 1045. by Raymond Hettinger · 17 years ago
  55. cbdb705 Fixed bug #1557 by using popen.communicate() before popen.wait() by Christian Heimes · 17 years ago
  56. 2e1af25 Error checking was too aggressive (reported by Chris Tismer) by Raymond Hettinger · 17 years ago
  57. 8f1fea5 Fixed error in regrtest. I must have missed the spot. by Christian Heimes · 17 years ago
  58. 58f6f2e fma speedup by avoiding to create a Context. Thanks Mark Dickinson. by Facundo Batista · 17 years ago
  59. 44eeaec Patch #1537 from Chad Austin by Christian Heimes · 17 years ago
  60. 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 17 years ago
  61. 2ec7415 Faster _fix function, and some reordering for a more elegant by Facundo Batista · 17 years ago
  62. 62edb71 Speedup and cleaning of __str__. Thanks Mark Dickinson. by Facundo Batista · 17 years ago
  63. 3305c52 Applied my patch #1455 with some extra fixes for VS 2005 by Christian Heimes · 17 years ago
  64. ef01d82 Implement PEP 366 by Nick Coghlan · 17 years ago
  65. e4317fa Add test suite for cmd module. by Georg Brandl · 17 years ago
  66. 77b2d63 Issue #1531: Read fileobj from the current offset, do not seek to the start. by Lars Gustäbel · 17 years ago
  67. dfdfaab Feature #1534 by Christian Heimes · 17 years ago
  68. 6b29dd0 Backport of -r59242:59246 from py3k by Christian Heimes · 17 years ago
  69. dafd32b Issue #1521: on 64bit platforms, str.decode fails on very long strings. by Amaury Forgeot d'Arc · 17 years ago
  70. 0d157a0 Reordering of __new__ to minimize isinstance() calls to most by Facundo Batista · 17 years ago
  71. 025c347 Issue #1402: PyInterpreterState_Clear() may still invoke user code by Amaury Forgeot d'Arc · 17 years ago
  72. 636afc5 I forgot to fix one occurence of new in test_descr by Christian Heimes · 17 years ago
  73. 28104c5 Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504 by Christian Heimes · 17 years ago
  74. 715ec18 Patch # 1507 by Mark Dickinson. Make complex(x, -0) retain the sign of by Guido van Rossum · 17 years ago
  75. b61a1f5 Added a deprecation warning to the 'new' module. by Christian Heimes · 17 years ago
  76. c756d00 Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module. by Christian Heimes · 17 years ago
  77. 2ffd780 Moved the errno import from inside the functions to the by Facundo Batista · 17 years ago
  78. 58a6f44 back in these go - thanks to Titus Brown for the fix by Skip Montanaro · 17 years ago
  79. ce7d10c Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 17 years ago
  80. d3a1bdf revert change that breaks test_doctest (which I forgot to run - sorry) by Skip Montanaro · 17 years ago
  81. 9401cbe Test cases from Cowlishaw, v2.57. All are pased cleanly. by Facundo Batista · 17 years ago
  82. 72bc54f Major change in the internal structure of the Decimal by Facundo Batista · 17 years ago
  83. 6d7914b Make trace and doctest play nice together (issue 1429818). Will backport. by Skip Montanaro · 17 years ago
  84. eaa2c98 Fix a bug in the test for using __loader__.get_data(). by Brett Cannon · 17 years ago
  85. 64c06e3 Backport of _abccoll.py by Benjamin Arangueren, issue 1383. by Guido van Rossum · 17 years ago
  86. 9db1d5a Add a missing check before deleting a package's __loader__. by Brett Cannon · 17 years ago
  87. 43e53f8 doctest assumed that a package's __loader__.get_data() method used universal by Brett Cannon · 17 years ago
  88. 0e5edf5 Remove a unneeded line that had typos. by Brett Cannon · 17 years ago
  89. 5087980 The incremental decoder for utf-7 must preserve its state between calls. by Amaury Forgeot d'Arc · 17 years ago
  90. 547867e Another fix for test_shutil. Martin pointed out that it breaks some build bots by Christian Heimes · 17 years ago
  91. 044d709 Fixed bug #1470 by Christian Heimes · 17 years ago
  92. 4673e19 Fix the OSX failures in this test -- they were due to /tmp being a symlink by Guido van Rossum · 17 years ago
  93. 089816b Make this work stand-alone, too. by Guido van Rossum · 17 years ago
  94. 8f6793b Enable some test_cmd_line_script debugging output to investigate failure on Mac OSX buildbot by Nick Coghlan · 17 years ago
  95. 183744d Fix for #1444: utf_8_sig.StreamReader was (indirectly through decode()) by Walter Dörwald · 17 years ago
  96. fc7e72d Fix typo in comment. by Walter Dörwald · 17 years ago
  97. 327a39b Patch #1739468: Directories and zipfiles containing __main__.py are now executable by Nick Coghlan · 17 years ago
  98. 57d5669 Now in find, rfind, index, and rindex, you can use None as defaults, by Facundo Batista · 17 years ago
  99. 414c2b0 add the certificate for the Python SVN repository for testing SSL by Bill Janssen · 17 years ago
  100. 5681cbc Small improvement to the implementation of __replace__(). by Raymond Hettinger · 17 years ago