1. 7b96984 Issue #1675951: Allow GzipFile to work with unseekable file objects. by Antoine Pitrou · 14 years ago
  2. dda7fdf Skip estLoadWithUNC when UNC is not available. by Hirokazu Yamamoto · 14 years ago
  3. b3b390d Issue #9868: locale was left changed after TestEnUSCollation#setUp raised by Hirokazu Yamamoto · 14 years ago
  4. 0637d49 logging: added QueueListener and documentation. by Vinay Sajip · 14 years ago
  5. d12a420 Fix encoding for test case added in r84967. by Florent Xicluna · 14 years ago
  6. 42d5445 Fix typo and add test case. by Florent Xicluna · 14 years ago
  7. 31c604d Issue 9916: Add some missing errno symbols. by Barry Warsaw · 14 years ago
  8. 0258ce8 logging: Added QueueHandler.prepare and updated documentation. by Vinay Sajip · 14 years ago
  9. c944cfc Issue9131: Mark fragile test as CPython-specific by Daniel Stutzbach · 14 years ago
  10. 3842529 Issue #9908: Fix os.stat() on bytes paths under Windows 7. by Antoine Pitrou · 14 years ago
  11. 3e62f78 Fixed microsecond rounding in python version of utcfromtimestamp by Alexander Belopolsky · 14 years ago
  12. b3bfc3d Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by by Antoine Pitrou · 14 years ago
  13. 212b590 logging: Updated LoggerAdapter implementation. by Vinay Sajip · 14 years ago
  14. c84f016 Added some methods to LoggerAdapter, and updated documentation. by Vinay Sajip · 14 years ago
  15. 26d64ae rewrite nocaret test to not rely on a specific SyntaxError by Benjamin Peterson · 14 years ago
  16. 0646b4b test_get_makefile_filename() is not compatible with Windows. by Barry Warsaw · 14 years ago
  17. ebbef6f Issue 9877: expose sysconfig.get_makefile_filename() in the public API. by Barry Warsaw · 14 years ago
  18. ae7d7fa Reverted changes which were inadvertently committed. by Vinay Sajip · 14 years ago
  19. 61c3f0d logging: added hasHandlers() to LoggerAdapter. by Vinay Sajip · 14 years ago
  20. b4a0809 logging: Add hasHandlers() method to Logger. by Vinay Sajip · 14 years ago
  21. 3d8580f Try a more robust implementation of _kill_process by Antoine Pitrou · 14 years ago
  22. 84e751a Try to fix buildbot failure (#9902) by Antoine Pitrou · 14 years ago
  23. 7c08744 Make error more explicit in test_finalize_with_trace by Antoine Pitrou · 14 years ago
  24. fedd481 Try to make signal-sending tests in test_subprocess more robust on slow machines by Antoine Pitrou · 14 years ago
  25. fb8db8f Try to fix test_subprocess on "x86 debian parallel 3.x" buildbot by Antoine Pitrou · 14 years ago
  26. 5cc9a05 Update the test_distutils mode test to test with umask value properly. by Senthil Kumaran · 14 years ago
  27. eb19dce Issue #1686: Fix string.Template when overriding the pattern attribute. by Florent Xicluna · 14 years ago
  28. 98b4670 Issue #9854: SocketIO objects now observe the RawIOBase interface in by Antoine Pitrou · 14 years ago
  29. 8db3027 Issue #9895: speed up test_subprocess by Antoine Pitrou · 14 years ago
  30. 81c4d36 Initial implementation of PEP 3148 by Brian Quinlan · 14 years ago
  31. 679e0f2 Issue #9894: Do not hardcode ENOENT in test_subprocess. by Antoine Pitrou · 14 years ago
  32. f2dec8d In Python3000, Tkinter was renamed to tkinter. And print is now function. by Hirokazu Yamamoto · 14 years ago
  33. 2cdacd7 Added missing BaseTest.tearDown(self). Fixed refleak. by Hirokazu Yamamoto · 14 years ago
  34. 0c25b45 Skip the distutils mode test on Windows OS. by Senthil Kumaran · 14 years ago
  35. bc85d84 Temporarily commented out test which succeeds locally but fails on buildbots, while investigating. by Vinay Sajip · 14 years ago
  36. e797c16 Issue #767645: Set os.path.supports_unicode_filenames to True in posixpath by Victor Stinner · 14 years ago
  37. d61d077 #1730136: Fix comparison between a tk Font object and an object of a different type. by Amaury Forgeot d'Arc · 14 years ago
  38. 19ec67a Issue #9441: logging: Improved test coverage for rotating file handlers. by Vinay Sajip · 14 years ago
  39. 9b86a69 Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameter by Senthil Kumaran · 14 years ago
  40. 35c87f2 Issue 9865: add __sizeof__ to OrderedDict. by Raymond Hettinger · 14 years ago
  41. aee4756 Relax test condition (fix failures on FreeBSD buildbots) by Antoine Pitrou · 14 years ago
  42. c1cc0d0 Remove unneeded exception chaining. by Raymond Hettinger · 14 years ago
  43. 3255c63 Improve comment by Raymond Hettinger · 14 years ago
  44. 86909b5 rename DISCONNECTED global constant in _DISCONNECTED by Giampaolo Rodolà · 14 years ago
  45. 985b68e Store all errors signaling a disconnection into a global frozenset to save some computation time on recv() and send(). by Giampaolo Rodolà · 14 years ago
  46. cf1dd71 Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output by Matthias Klose · 14 years ago
  47. 8dd2387 Reverted unwanted change in r84826 by Antoine Pitrou · 14 years ago
  48. 5aa0d10 Improve docs for socket.makefile() and SocketIO by Antoine Pitrou · 14 years ago
  49. 872b79d Add a comment explaining why SocketIO is needed by Antoine Pitrou · 14 years ago
  50. 1006bd4 Future proof total_ordering against changes in methods defined on object. by Raymond Hettinger · 14 years ago
  51. 2e55fec Make testDefaults in test.test_socket.BasicSocketPairTest more reliable. by Antoine Pitrou · 14 years ago
  52. f7328d0 Improve iteration speed by only proxying back links. by Raymond Hettinger · 14 years ago
  53. 328ec74 Issue #9854: The default read() implementation in io.RawIOBase now by Antoine Pitrou · 14 years ago
  54. 9e0b864 Issue #1552: socket.socketpair() now returns regular socket.socket by Antoine Pitrou · 14 years ago
  55. a468adc Issue #9853: Fix the signature of SSLSocket.recvfrom() and by Antoine Pitrou · 14 years ago
  56. 2ed94eb Do not print additional shutdown message when gc.DEBUG_SAVEALL is set by Antoine Pitrou · 14 years ago
  57. 8552d1f Added test for QueueHandler. by Vinay Sajip · 14 years ago
  58. e1b6a9a Added files missed in r84780. Thanks, Florent. by Alexander Belopolsky · 14 years ago
  59. 98a5f3f Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive calls to __repr__ methods. by Raymond Hettinger · 14 years ago
  60. 9f0cbf1 Issue #9213: Add index and count methods to range objects, needed to by Daniel Stutzbach · 14 years ago
  61. e4d6317 Issue 7994: Make object.__format__() raise a PendingDeprecationWarning by Eric Smith · 14 years ago
  62. af9d10a logging: enhanced HTTPHandler by Vinay Sajip · 14 years ago
  63. 9907918 Removed unused, commented-out code. by Vinay Sajip · 14 years ago
  64. ccb706c Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X by Victor Stinner · 14 years ago
  65. d8642c3 Removed debugging setting by Alexander Belopolsky · 14 years ago
  66. 4d77017 Issue #9315: Fix for the trace module to record correct class name by Alexander Belopolsky · 14 years ago
  67. dc69e72 Make test.regrtest.__file__ absolute, this was not always the case when running profile or trace, for example. (issue #9323) by Florent Xicluna · 14 years ago
  68. bea8ae7 get_build_version() is needed even where sys.platform != "win32". by Hirokazu Yamamoto · 14 years ago
  69. 68201bd Issue #9313: Use unittest.skipUnless to skip old MSVC. by Hirokazu Yamamoto · 14 years ago
  70. a87b383 Reenable test_ucs4 and remove some duplicated lines. by Florent Xicluna · 14 years ago
  71. f28f0d9 Issue #9313: Skips test_remove_visual_c_ref on old MSVC. by Hirokazu Yamamoto · 14 years ago
  72. f172529 Put tests in more logical order. by Raymond Hettinger · 14 years ago
  73. c5c29c0 Use weakrefs for both forward and backward links. by Raymond Hettinger · 14 years ago
  74. 6464d5f Issue #9837: The read() method of ZipExtFile objects (as returned by by Antoine Pitrou · 14 years ago
  75. 0b9489d reenable test_nis on solaris #3402 by Benjamin Peterson · 14 years ago
  76. 4c7db31 Issue #9738, #9836: Fix refleak introduced by r84704 by Victor Stinner · 14 years ago
  77. dc08a14 Issue #9826: Handle recursive repr in collections.OrderedDict. by Raymond Hettinger · 14 years ago
  78. fa11db0 Issue #9825: Replace OrderedDict.__del__() with weakrefs. by Raymond Hettinger · 14 years ago
  79. e861598 Fix typo in option name by Éric Araujo · 14 years ago
  80. ca6525a Issue #9819: don't try to encode TESTFN_UNICODE on Windows by Victor Stinner · 14 years ago
  81. bd88802 Revert r84700 which had an unfortunate performance cost. by Raymond Hettinger · 14 years ago
  82. 1205f27 Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on by Victor Stinner · 14 years ago
  83. 22b46e0 Separate positional arguments from localized globals. by Raymond Hettinger · 14 years ago
  84. 1017ae5 add reduce and partial to __all__ by Benjamin Peterson · 14 years ago
  85. b4ba986 Issue #9402: pyexpat uses Py_DECREF() instead of PyObject_DEL() by Victor Stinner · 14 years ago
  86. 3d75d0c Issue #8603: Environ.data is now protected -> Environ._data by Victor Stinner · 14 years ago
  87. 5b519e0 Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING by Victor Stinner · 14 years ago
  88. ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
  89. fe7b405 The "if 1": trick seems cleaner that the one with regular expressions. by Amaury Forgeot d'Arc · 14 years ago
  90. 8e6b407 Issue #941346: Improve the build process under AIX and allow Python to by Antoine Pitrou · 14 years ago
  91. dfa9b29 Use the "if 1:" prefix so that quoted code appears nicely by Amaury Forgeot d'Arc · 14 years ago
  92. e8814fb As per python-dev discussion with Eli, properly document and publish dis.show_code by Nick Coghlan · 14 years ago
  93. c02adca Leave show_code out of __all__ and make it clear that its lack of documentation is deliberate by Nick Coghlan · 14 years ago
  94. 7646f7e Fix dis.__all__ for new additions to module in 3.2(spotted by Eli Bendersky) by Nick Coghlan · 14 years ago
  95. 8ce7df6 Issue #9819: fix TESTFN_UNENCODABLE for japanese code page by Victor Stinner · 14 years ago
  96. 2314fc7 logging: Added threading interlock in basicConfig(). by Vinay Sajip · 14 years ago
  97. 460ff3d Skip socket tests that require the network, if the network resource is not enabled by Daniel Stutzbach · 14 years ago
  98. 4c7c421 Remove workaround by Antoine Pitrou · 14 years ago
  99. e4a1892 Issue #9804: ascii() now always represents unicode surrogate pairs as by Antoine Pitrou · 14 years ago
  100. ea99c5c Issue #9410: Various optimizations to the pickle module, leading to by Antoine Pitrou · 14 years ago