1. d431519 #5432: make plistlib docstring a raw string, since it contains examples with backslash escapes. by Georg Brandl · 15 years ago
  2. 3f0ef20 #5471: fix expanduser() for $HOME set to "/". by Georg Brandl · 15 years ago
  3. dc4a771 #1326077: fix traceback formatting of SyntaxErrors. This fixes two differences with formatting coming from Python: a) the reproduction of location details in the error message if no line text is given, b) the prefixing of the last line by one space. by Georg Brandl · 15 years ago
  4. 1e566ce Issue #5695: Moved logging.captureWarnings() call inside with statement in WarningsTest.test_warnings. by Vinay Sajip · 15 years ago
  5. 50ba6e1 #1726172: dont raise an unexpected IndexError if a voidresp() call has an empty response. by Georg Brandl · 15 years ago
  6. 37d89a2 Change the way unittest.TestSuite use their tests to always access them through iteration. Non behavior changing, this allows you to create custom subclasses that override __iter__. by Michael Foord · 15 years ago
  7. 1d22d00 compare types with is by Benjamin Peterson · 15 years ago
  8. 772033f No behavior change. by Hirokazu Yamamoto · 15 years ago
  9. e3bc557 Replace the localized min/max calls with normal if/else by Raymond Hettinger · 15 years ago
  10. 013d6cc Allow multiple IDLE GUI/subprocess pairs to exist by Kurt B. Kaiser · 15 years ago
  11. 6ecb1a3 Localize the function lookup in timeit. by Raymond Hettinger · 15 years ago
  12. 756ab67 Have namedtuple's field renamer assign names that by Raymond Hettinger · 15 years ago
  13. 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 15 years ago
  14. 48e3fd2 sys.long_info attributes should be ints, not longs by Mark Dickinson · 15 years ago
  15. dd98e04 Actually the displayhook should print the repr. by Georg Brandl · 15 years ago
  16. 52720c5 Add missing iteritems() call to the for loop in mailbox.MH.get_message(). by R. David Murray · 15 years ago
  17. e2942d0 Store the functions in the _type_equality_funcs as wrapped objects that are deep copyable. by Michael Foord · 15 years ago
  18. 7152f6d Add custom initializer argument to multiprocess.Manager*, courtesy of lekma by Jesse Noller · 15 years ago
  19. 345b2fe Better exception messages for unittest assert methods. by Michael Foord · 15 years ago
  20. c730a6a Fixing the issue4860. Escaping embedded '"' character in js_output() method of Morsel. by Senthil Kumaran · 15 years ago
  21. 4724f40 Remove port spec from run.py and fix bug where by Kurt B. Kaiser · 15 years ago
  22. 569fc96 Fix test_doctest, missed two assignments to curframe. by Georg Brandl · 15 years ago
  23. 3633c4f handle SEEK_ constants in test_io by Benjamin Peterson · 15 years ago
  24. e361bcb Cache the f_locals dict of the current frame, since every access to frame.f_locals overrides its contents with the real locals which undoes modifications made by the debugging user. by Georg Brandl · 15 years ago
  25. 71095ae remove double underscores by Benjamin Peterson · 15 years ago
  26. 58b8b95 In Pdb, stop assigning values to __builtin__._ which interferes with the one commonly installed by gettext. by Georg Brandl · 15 years ago
  27. 3864459 Add tests checking the CSV module's ability to handle by R. David Murray · 15 years ago
  28. cafc225 add seek constants to __all__ by Benjamin Peterson · 15 years ago
  29. 00b6590 Revert accidental checkin. by Georg Brandl · 15 years ago
  30. 5942b91 Add NEWS item. by Georg Brandl · 15 years ago
  31. 88ed8f2 #4572: add SEEK_* values as constants in io.py. by Georg Brandl · 15 years ago
  32. 20d114c Fix for issue5040. Adding test for Content-Length by Senthil Kumaran · 15 years ago
  33. 2ecd3c3 bounds check arguments to mmap.move(). All of them. Really. by Jack Diederich · 15 years ago
  34. ce3d221 test_warnings ironically had a single test that was not protecting the warnings by Brett Cannon · 15 years ago
  35. 2da4d62 test_logging was blindly clearing the warnings filter. This caused by Brett Cannon · 15 years ago
  36. 66c4a6b Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. by Raymond Hettinger · 15 years ago
  37. 15ba4da _warnings was importing itself to get an attribute. That's bad if warnings gets by Brett Cannon · 15 years ago
  38. 3ade761 #5655: fix docstring oversight. by Georg Brandl · 15 years ago
  39. ad078a0 The cgitb module had imports in its functions. This can cause deadlock with the by Brett Cannon · 15 years ago
  40. 61fce38 Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH. by Georg Brandl · 15 years ago
  41. 63959bb #5631: add upload to list of possible commands, which is presented in --help-commands. by Georg Brandl · 15 years ago
  42. e92d4b6 The SimpleXMLRPCServer's CGI handler now runs like a pony. by Georg Brandl · 15 years ago
  43. 02cb0eb Fix multiprocessing.event to match the new threading.Event API by Jesse Noller · 15 years ago
  44. a83da35 Fix issue 2522. locale.format now checks that it is passed by R. David Murray · 15 years ago
  45. bb94d43 Fix for failing asyncore tests. by Josiah Carlson · 15 years ago
  46. d8fb6ac Issue #5635: Fix running test_sys with tracing enabled. by Georg Brandl · 15 years ago
  47. d60c29e #5228: add pickle support to functools.partial by Jack Diederich · 15 years ago
  48. 840ac92 Fix Windows test skip error revealed by buildbot. Also a comment spelling by R. David Murray · 15 years ago
  49. 3bb5a96 fixed the test for win32 CompileError by Tarek Ziadé · 15 years ago
  50. 2bdefb3 catching msvc9compiler error as well by Tarek Ziadé · 15 years ago
  51. 9e47ce4 #5583 Added optional Extensions in Distutils by Tarek Ziadé · 15 years ago
  52. 0c7b2c9 #1651995: fix _convert_ref for non-ASCII characters. by Georg Brandl · 15 years ago
  53. aba27dd Made handle_expt_event() be called last, so that we don't accidentally read by Josiah Carlson · 15 years ago
  54. d906ea6 fix Thread.ident when it is the main thread or a dummy thread #5632 by Benjamin Peterson · 15 years ago
  55. bd9dd31 take the usual lock precautions around _active_limbo_lock by Benjamin Peterson · 15 years ago
  56. 1a1158f making sdist and config test silents by Tarek Ziadé · 15 years ago
  57. 899dd12 added tests to the install_headers command by Tarek Ziadé · 15 years ago
  58. a961a04 added test to the install_data command by Tarek Ziadé · 15 years ago
  59. e899b71 more tests for the upload command by Tarek Ziadé · 15 years ago
  60. ca2b8d2 more tests for the register command by Tarek Ziadé · 15 years ago
  61. 0238628 added tests for the clean command by Tarek Ziadé · 15 years ago
  62. c7cd138 using log.warn for sys.stderr by Tarek Ziadé · 15 years ago
  63. ef660e8 #1674032: return value of flag from Event.wait(). OKed by Guido. by Georg Brandl · 15 years ago
  64. 1d7d532 Issue #5387: Fixed mmap.move crash by integer overflow. (take2) by Hirokazu Yamamoto · 15 years ago
  65. 65ff005 Issue an actual PendingDeprecationWarning for the TestCase.fail* methods. by Gregory P. Smith · 15 years ago
  66. 612f1d5 Remove the regrtest check that turns any ImportError into a skipped test. by R. David Murray · 15 years ago
  67. bdeacba Improve test_support.import_module docstring, remove by R. David Murray · 15 years ago
  68. df90b02 This resolves issue 1161031. Tests pass. by Josiah Carlson · 15 years ago
  69. 73fba69 Delete out-of-date and little-known README from the test by R. David Murray · 15 years ago
  70. c5d8c63 #5190: export make_option in __all__. by Georg Brandl · 15 years ago
  71. 7558d57 Rename the actual method definitions to the official assertFoo names. by Gregory P. Smith · 15 years ago
  72. 597ebab A few more test skips via import_module, and change import_module to by R. David Murray · 15 years ago
  73. 3476d12 Per the language summit, the optional fastpath imports should use from-import-star. by Raymond Hettinger · 15 years ago
  74. 2839985 The unittest.TestCase.assertEqual() now displays the differences in lists, by Gregory P. Smith · 15 years ago
  75. 88f1c04 Global statements from one function leaked into parallel functions. by Jeremy Hylton · 15 years ago
  76. 1c157ea Add is_declared_global() which distinguishes between implicit and by Jeremy Hylton · 15 years ago
  77. 9d2ee5d Issue #5387: Fixed mmap.move crash by integer overflow. by Hirokazu Yamamoto · 15 years ago
  78. b2898e0 add JoinableQueue to __all__ by Jesse Noller · 15 years ago
  79. 82eb590 merge in patch from tim golden to fix contextmanager support for mp.Lock() by Jesse Noller · 15 years ago
  80. d7bf8a5 Actually suppress warnings in test_at_least_import_untested_modules by R. David Murray · 15 years ago
  81. e0154ed Fix issue #4865: add /Library/Python/2.7/site-packages to by Ronald Oussoren · 15 years ago
  82. 3db8a34 Change more tests to use import_module for the modules that by R. David Murray · 15 years ago
  83. dbf95a3 A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht), by Barry Warsaw · 15 years ago
  84. 019ce77 finalize the queue prior to shutdown by Jesse Noller · 15 years ago
  85. 5e95e76 Fix for bugs: Issue4675 and Issue4962. by Senthil Kumaran · 15 years ago
  86. e7c9e09 Remove references to test_socket_ssl which was deleted in trunk by R. David Murray · 15 years ago
  87. 59beec3 Add import_function method to test.test_support, and modify a number of by R. David Murray · 15 years ago
  88. ce46511 Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed space/tab properly. Issue 5120, patch by Guilherme Polo. by Kurt B. Kaiser · 15 years ago
  89. 459a648 Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets by Jesse Noller · 15 years ago
  90. 5cb104d Revert incorrect change. by R. David Murray · 15 years ago
  91. 68ffe3e don't rely on the order dict repr #5605 by Benjamin Peterson · 15 years ago
  92. ad74dfe Convert import try/except to use test_support.import_module(). by R. David Murray · 15 years ago
  93. 3c87e22 add missing import by Benjamin Peterson · 15 years ago
  94. 33cd7ef fix import by Benjamin Peterson · 15 years ago
  95. 76a982a Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container by Bob Ippolito · 15 years ago
  96. 8e1a338 add missing import by Benjamin Peterson · 15 years ago
  97. 83db765 thanks to guido's bytecode verifier, this is fixed by Benjamin Peterson · 15 years ago
  98. d2c1846 this has been fixed since 2.6 (I love removing these) by Benjamin Peterson · 15 years ago
  99. b006fcc Make life easier for non-CPython implementations. by Raymond Hettinger · 15 years ago
  100. 3109162 Typo fix. by Guilherme Polo · 15 years ago