1. cb66eb0 Issue #13959: Deprecate imp.get_suffixes() for new attributes on by Brett Cannon · 12 years ago
  2. 810c64d Issue #14764: Update importlib.test.benchmark to work in a world where by Brett Cannon · 12 years ago
  3. baf7571 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
  4. 569d087 use yield from by Benjamin Peterson · 12 years ago
  5. e8751e0 Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 12 years ago
  6. 1682e5d Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 12 years ago
  7. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 12 years ago
  8. b58ab2c MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 12 years ago
  9. 7f0d888 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 12 years ago
  10. f59c28c unicode_writer_finish() checks string consistency by Victor Stinner · 12 years ago
  11. 5d73c17 Issue #14727: Fix race in test_multiprocessing by Richard Oudkerk · 12 years ago
  12. 104b3f4 Minor fix for test_multiprocessing by Richard Oudkerk · 12 years ago
  13. 869b1f9 merge 3.2 by Benjamin Peterson · 12 years ago
  14. 3b66623 remove basically bitrotted XXXs by Benjamin Peterson · 12 years ago
  15. bbf8393 explicitly set UnsupportedOperation's module rather than relying on incorrect globals on startup (closes #14745) by Benjamin Peterson · 12 years ago
  16. 79575b2 Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tools until we can speed it up. by Mark Dickinson · 12 years ago
  17. 6efa50a Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error. by Antoine Pitrou · 12 years ago
  18. 943cab2 Issue #14741: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  19. da029fb Issue #14741: Fix missing support for ellipsis in parser module. by Mark Dickinson · 12 years ago
  20. 72f6095 Issue #14697: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  21. 11c1dee Issue #14697: Fix missing parser module support for set displays and set comprehensions. by Mark Dickinson · 12 years ago
  22. cf360b9 Issue #14701: Add missing support for 'raise ... from' in parser module. by Mark Dickinson · 12 years ago
  23. 9fad160 Issue #14701: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  24. 99e2e55 Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks in old-style string formatting. Thanks Serhiy Storchaka for report and original patch. by Mark Dickinson · 12 years ago
  25. 44ceea9 Issue #14695: Run Tools/parser/test_unparse.py as part of test_tools. by Mark Dickinson · 12 years ago
  26. bc459bb Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion. by Nadeem Vawda · 12 years ago
  27. f55b329 Add lzma.{encode,decode}_filter_properties(). by Nadeem Vawda · 12 years ago
  28. 11328e4 Really fix test_gzip failures on Windows. by Nadeem Vawda · 12 years ago
  29. 6dbca36 Make test_multiprocessing more lenient about another timeout check by Richard Oudkerk · 12 years ago
  30. 41eb85b Make AcquirerProxy.acquire() support timeout argument by Richard Oudkerk · 12 years ago
  31. 9d9dc8e Fix test_gzip failures on Windows. by Nadeem Vawda · 12 years ago
  32. 1b8a14d Separate tests for gzip.GzipFile and gzip.open. by Nadeem Vawda · 12 years ago
  33. 7e12620 Closes #13989: Add support for text modes to gzip.open(). by Nadeem Vawda · 12 years ago
  34. f1b34ee #12660: Skip test_gdb when run from an installed Python. by Vinay Sajip · 12 years ago
  35. 7395404 Issue #9116: Allowed test to pass on Windows by adjusting the test condition slightly to allow for a Windows-specific error message. by Vinay Sajip · 12 years ago
  36. 3637123 Closes #14729: Allowed test to pass on Windows by adjusting the test condition slightly to allow for a Windows-specific error message. by Vinay Sajip · 12 years ago
  37. b4c8902 #13183: backport fixes to test_pdb to 3.2 branch by Georg Brandl · 12 years ago
  38. faf91e7 Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. by Larry Hastings · 12 years ago
  39. 7ef909c Fix for issue 14725 for 3.2 branch by Richard Oudkerk · 12 years ago
  40. fdb8dcf Fix for Issue 14725 for 3.3 branch. by Richard Oudkerk · 12 years ago
  41. 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 12 years ago
  42. ef5a463 don't append the bytecode suffix to the source suffixes global by Benjamin Peterson · 12 years ago
  43. feccc09 Clean up a docstring. by Brett Cannon · 12 years ago
  44. f19c191 Jython-friendly tweak. by Brett Cannon · 12 years ago
  45. 2657df4 Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. by Brett Cannon · 12 years ago
  46. 17098a5 Properly mark names in importlib._bootstrap as private. by Brett Cannon · 12 years ago
  47. f340c21 Fix test connecting to sha256.tbs-internet.com. by Antoine Pitrou · 12 years ago
  48. 16f6f83 Fix test connecting to sha256.tbs-internet.com. by Antoine Pitrou · 12 years ago
  49. 009b15e Give test_multiprocessing better chance of avoiding timeout failures on Windows by Richard Oudkerk · 12 years ago
  50. b145448 Issue #14127: Fix no-op stub for platforms that lack some "os" functions. by Larry Hastings · 12 years ago
  51. a6becaa Fix dangling warning for test_multiprocessing by Richard Oudkerk · 12 years ago
  52. ac20f46 Merged hanged order of cleanup operations from 3.2. by Vinay Sajip · 12 years ago
  53. 89282af Changed order of cleanup operations to be more sensible. by Vinay Sajip · 12 years ago
  54. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 12 years ago
  55. 598b2f6 Merge. by Charles-François Natali · 12 years ago
  56. 360b3c2 os.popen().close() returns None on success, not 0... by Charles-François Natali · 12 years ago
  57. 39687ee os.popen().close() returns None on success, not 0... by Charles-François Natali · 12 years ago
  58. 225cb8d Make test_multiprocessing cleanup properly by Richard Oudkerk · 12 years ago
  59. d59240d Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 12 years ago
  60. e8a255a Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 12 years ago
  61. 67880cc Issue #13183: Revert 0b53b70a40a0 (reenable test on windows) by Martin v. Löwis · 12 years ago
  62. bf6c195 fix closes issue13183 - windows test failure by Senthil Kumaran · 12 years ago
  63. cb17204 fix windows test failure - issue13183 by Senthil Kumaran · 12 years ago
  64. cc1c146 Merge sphinx changes by Martin v. Löwis · 12 years ago
  65. 1c5ae55 don't use assertEqual for test for bool equality by Benjamin Peterson · 12 years ago
  66. 7f9d181 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  67. 8fbd295 merge 3.2 (#14699) by Benjamin Peterson · 12 years ago
  68. 7295c6a fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 12 years ago
  69. 49a69e4 strip is_ prefixes on clock_info fields by Benjamin Peterson · 12 years ago
  70. d099b56 Check extract_version when opening a zipfile. by Martin v. Löwis · 12 years ago
  71. c9d77b2 Add an option to timeit to use time.process_time() and mark -t and -c as deprecated. by Georg Brandl · 12 years ago
  72. b613a3d Disable test_13183 temporarily on Windows for 3.3a3 release. by Georg Brandl · 12 years ago
  73. ab0ef20 Bump to 3.3.0a3. by Georg Brandl · 12 years ago
  74. 0aca6a8 Regenerate pydoc topics. by Georg Brandl · 12 years ago
  75. 4bde9ca test_pdb: fix failure of test_issue13183 in debug mode, and make sure files are cleaned up. by Georg Brandl · 12 years ago
  76. 5c01678 Add missing comma in __all__ list. by Georg Brandl · 12 years ago
  77. 2a2ce32 Recognize unsupported feature "compressed patch data set" from zip 2.7. by Martin v. Löwis · 12 years ago
  78. b3260f0 Detect unsupported compression types. by Martin v. Löwis · 12 years ago
  79. f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  80. 9acbb60 Move make_key() out of the decorator body. Make keys that only need to be hashed once. by Raymond Hettinger · 12 years ago
  81. 018b4fb Use a flag to indicate when the circular queue is fully populated and stable. by Raymond Hettinger · 12 years ago
  82. 417c384 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 12 years ago
  83. 42d7081 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 12 years ago
  84. 34d94a2 Handle a possible race condition by Raymond Hettinger · 12 years ago
  85. 2452419 Issue #14669: Skip multiprocessing connection pickling test on MacOSX by Richard Oudkerk · 12 years ago
  86. 4460c34 Minor fix for multiprocessing unit test by Richard Oudkerk · 12 years ago
  87. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 12 years ago
  88. b6b98c0 Track the cache size directly. by Raymond Hettinger · 12 years ago
  89. 9a8ad0c Issue #14428: Remove test_process_time_threads() from test_time by Victor Stinner · 12 years ago
  90. 5df72c2 Issue #14428: Make test_process_time_threads() less strict by Victor Stinner · 12 years ago
  91. 934cb18 merged by Alexander Belopolsky · 12 years ago
  92. b8f02b5 fixed test_imaplib failure on Win by Alexander Belopolsky · 12 years ago
  93. a6df2ee merge by Raymond Hettinger · 12 years ago
  94. 9f0ab9f Factor out shared variables. by Raymond Hettinger · 12 years ago
  95. 5740489 Issue #14696: Merge from 3.2 by Mark Dickinson · 12 years ago
  96. 407b3bd Issue #14696: Fix parser module to understand 'nonlocal' declarations. by Mark Dickinson · 12 years ago
  97. 53c6651 merge by Alexander Belopolsky · 12 years ago
  98. 5a38f80 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 12 years ago
  99. 2420d83 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 12 years ago
  100. 678e7f3 Flatten the lru cache keyword args tuple for better memory utilization. by Raymond Hettinger · 12 years ago