1. ea3eb88 Issue #9260: A finer-grained import lock. by Antoine Pitrou · 12 years ago
  2. de9ac6c Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use the default certificate store. by Antoine Pitrou · 12 years ago
  3. 5d95318 Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig. by Stefan Krah · 12 years ago
  4. 019ff19 Issue #14693: Under non-Windows platforms, hashlib's fallback modules are always compiled, even if OpenSSL is present at build time. by Antoine Pitrou · 12 years ago
  5. 26fd8fe merge heads by Giampaolo Rodola' · 12 years ago
  6. e126678 #14807: fix BB failures on Windows - avoid to to rely too many details of the mode string. by Giampaolo Rodola' · 12 years ago
  7. 7ca2950 Forward port additional tests from 2.7 (issue #14829). by Antoine Pitrou · 12 years ago
  8. fb5b954 Forward port additional tests from 2.7 (issue #14829). by Antoine Pitrou · 12 years ago
  9. 5cdc630 Cleanup so subsequent tests won't fail. Needs to be moved into a support routine (see 14715). by Eric V. Smith · 12 years ago
  10. 51b2ed5 #14809: Add HTTP status codes from RFC 6585 to http.server and http.client by Hynek Schlawack · 12 years ago
  11. 313fbe2 Merge from 3.2. by Eric V. Smith · 12 years ago
  12. a008278 Issue #14777: merge by Ned Deily · 12 years ago
  13. 4d377d9 Issue #14777: In an X11 windowing environment, tkinter may return by Ned Deily · 12 years ago
  14. c8e106b Merge from 3.2. by Eric V. Smith · 12 years ago
  15. a790c9b Issue #14817: Add rudimentary tests for pkgutil.extend_path. by Eric V. Smith · 12 years ago
  16. 12ea86a merge heads by Giampaolo Rodola' · 12 years ago
  17. b28df76 #14807: fix bb failure due to symlink test relying on hard-coded permissions by Giampaolo Rodola' · 12 years ago
  18. 39bf90d Add two more sorts to test_os.WalkTests I've missed before by Hynek Schlawack · 12 years ago
  19. c5f31ed merge heads by Senthil Kumaran · 12 years ago
  20. 92a5bf0 Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 12 years ago
  21. 0ea91cb Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 12 years ago
  22. c96f5a0 Sort file list in test_os.WalkTests by Hynek Schlawack · 12 years ago
  23. acfc26a merge heads by Senthil Kumaran · 12 years ago
  24. b26fe2f merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2. by Senthil Kumaran · 12 years ago
  25. 66bfcc1 #14773: Fix os.fwalk() failing on dangling symlinks by Hynek Schlawack · 12 years ago
  26. 34f3fcc Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2. by Senthil Kumaran · 12 years ago
  27. ffa1d0b #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning. by Giampaolo Rodola' · 12 years ago
  28. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 12 years ago
  29. e2eab5e Followup to issue #14157: respect the relative ordering of values produced by time.strptime(). by Antoine Pitrou · 12 years ago
  30. 072e4a3 Followup to issue #14157: respect the relative ordering of values produced by time.strptime(). by Antoine Pitrou · 12 years ago
  31. a6bedde Issue 14800: add comments explaining stat.py constants + docstring for S_* functions. by Giampaolo Rodola' · 12 years ago
  32. b062a2f Issue #13815: Resurrect the ExFileObject class. by Lars Gustäbel · 12 years ago
  33. 9a23490 Issue #14417: Mutating a dict during lookup now restarts the lookup instead of raising a RuntimeError (undoes issue #14205). by Antoine Pitrou · 12 years ago
  34. 7feb9f4 Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate by Charles-François Natali · 12 years ago
  35. d200bf5 Add importlib.util.resolve_name(). by Brett Cannon · 12 years ago
  36. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
  37. 7fb79fc Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  38. ee78a2b Issue #13959: Introduce importlib.find_loader(). by Brett Cannon · 12 years ago
  39. acc0c18 Remove a now worthless test. by Brett Cannon · 12 years ago
  40. 61597d3 Try to fix test_shutil failure under Fedora - patch by Hynek. by Antoine Pitrou · 12 years ago
  41. 094d0e0 Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bit by Stefan Krah · 12 years ago
  42. 424246f Issue #14082: shutil.copy2() now copies extended attributes, if possible. by Antoine Pitrou · 12 years ago
  43. c049952 Issue #13959: Have by Brett Cannon · 12 years ago
  44. cb66eb0 Issue #13959: Deprecate imp.get_suffixes() for new attributes on by Brett Cannon · 12 years ago
  45. 810c64d Issue #14764: Update importlib.test.benchmark to work in a world where by Brett Cannon · 12 years ago
  46. 5fddf86 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
  47. baf7571 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
  48. 569d087 use yield from by Benjamin Peterson · 12 years ago
  49. e8751e0 Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 12 years ago
  50. 1682e5d Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 12 years ago
  51. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 12 years ago
  52. b58ab2c MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 12 years ago
  53. 7f0d888 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 12 years ago
  54. f59c28c unicode_writer_finish() checks string consistency by Victor Stinner · 12 years ago
  55. 5d73c17 Issue #14727: Fix race in test_multiprocessing by Richard Oudkerk · 12 years ago
  56. 104b3f4 Minor fix for test_multiprocessing by Richard Oudkerk · 12 years ago
  57. 869b1f9 merge 3.2 by Benjamin Peterson · 12 years ago
  58. 3b66623 remove basically bitrotted XXXs by Benjamin Peterson · 12 years ago
  59. bbf8393 explicitly set UnsupportedOperation's module rather than relying on incorrect globals on startup (closes #14745) by Benjamin Peterson · 12 years ago
  60. 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
  61. 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
  62. 943cab2 Issue #14741: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  63. da029fb Issue #14741: Fix missing support for ellipsis in parser module. by Mark Dickinson · 12 years ago
  64. 72f6095 Issue #14697: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  65. 11c1dee Issue #14697: Fix missing parser module support for set displays and set comprehensions. by Mark Dickinson · 12 years ago
  66. cf360b9 Issue #14701: Add missing support for 'raise ... from' in parser module. by Mark Dickinson · 12 years ago
  67. 9fad160 Issue #14701: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  68. 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
  69. 44ceea9 Issue #14695: Run Tools/parser/test_unparse.py as part of test_tools. by Mark Dickinson · 12 years ago
  70. bc459bb Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion. by Nadeem Vawda · 12 years ago
  71. f55b329 Add lzma.{encode,decode}_filter_properties(). by Nadeem Vawda · 12 years ago
  72. 11328e4 Really fix test_gzip failures on Windows. by Nadeem Vawda · 12 years ago
  73. 6dbca36 Make test_multiprocessing more lenient about another timeout check by Richard Oudkerk · 12 years ago
  74. 41eb85b Make AcquirerProxy.acquire() support timeout argument by Richard Oudkerk · 12 years ago
  75. 9d9dc8e Fix test_gzip failures on Windows. by Nadeem Vawda · 12 years ago
  76. 1b8a14d Separate tests for gzip.GzipFile and gzip.open. by Nadeem Vawda · 12 years ago
  77. 7e12620 Closes #13989: Add support for text modes to gzip.open(). by Nadeem Vawda · 12 years ago
  78. f1b34ee #12660: Skip test_gdb when run from an installed Python. by Vinay Sajip · 12 years ago
  79. 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
  80. 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
  81. b4c8902 #13183: backport fixes to test_pdb to 3.2 branch by Georg Brandl · 12 years ago
  82. faf91e7 Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. by Larry Hastings · 12 years ago
  83. 7ef909c Fix for issue 14725 for 3.2 branch by Richard Oudkerk · 12 years ago
  84. fdb8dcf Fix for Issue 14725 for 3.3 branch. by Richard Oudkerk · 12 years ago
  85. 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 12 years ago
  86. ef5a463 don't append the bytecode suffix to the source suffixes global by Benjamin Peterson · 12 years ago
  87. feccc09 Clean up a docstring. by Brett Cannon · 12 years ago
  88. f19c191 Jython-friendly tweak. by Brett Cannon · 12 years ago
  89. 2657df4 Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. by Brett Cannon · 12 years ago
  90. 17098a5 Properly mark names in importlib._bootstrap as private. by Brett Cannon · 12 years ago
  91. f340c21 Fix test connecting to sha256.tbs-internet.com. by Antoine Pitrou · 12 years ago
  92. 16f6f83 Fix test connecting to sha256.tbs-internet.com. by Antoine Pitrou · 12 years ago
  93. 009b15e Give test_multiprocessing better chance of avoiding timeout failures on Windows by Richard Oudkerk · 12 years ago
  94. b145448 Issue #14127: Fix no-op stub for platforms that lack some "os" functions. by Larry Hastings · 12 years ago
  95. a6becaa Fix dangling warning for test_multiprocessing by Richard Oudkerk · 12 years ago
  96. ac20f46 Merged hanged order of cleanup operations from 3.2. by Vinay Sajip · 12 years ago
  97. 89282af Changed order of cleanup operations to be more sensible. by Vinay Sajip · 12 years ago
  98. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 12 years ago
  99. 598b2f6 Merge. by Charles-François Natali · 12 years ago
  100. 360b3c2 os.popen().close() returns None on success, not 0... by Charles-François Natali · 12 years ago