1. 6636887 Fix intermittent test_ssl failure. by Antoine Pitrou · 13 years ago
  2. eced82e Fix intermittent test_ssl failure. by Antoine Pitrou · 13 years ago
  3. bc9f1b5 merge heads (#13887) by Benjamin Peterson · 13 years ago
  4. 871b9d1 note that get() is not affected by default_factory (closes #13887) by Benjamin Peterson · 13 years ago
  5. b46d4b7 Fix error handling in examples of C API use. by Antoine Pitrou · 13 years ago
  6. 04707c0 Fix error handling in examples of C API use. by Antoine Pitrou · 13 years ago
  7. 2d843d2 Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  8. 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  9. e10ae88 Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. by Antoine Pitrou · 13 years ago
  10. 9f6b02e Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. by Antoine Pitrou · 13 years ago
  11. 9e2e532 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  12. 3f36631 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  13. f2bf8a6 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  14. c9f7148 Merge by Brett Cannon · 13 years ago
  15. 51d14f8 Relocate importlib._case_ok to importlib._bootstrap. by Brett Cannon · 13 years ago
  16. 53d3645 Issue #13847: Make test_localtime_failure() more robust by Victor Stinner · 13 years ago
  17. 2cbae98 Issue #13847: Fix test_mktime(), time.localtime() now raises OSError by Victor Stinner · 13 years ago
  18. 85fdfa8 Issue #13847: time.clock() now raises a RuntimeError if the processor time used by Victor Stinner · 13 years ago
  19. 722db7b merge by Brett Cannon · 13 years ago
  20. e9cd900 Merge by Brett Cannon · 13 years ago
  21. fc70cbc Issue #13883: PYTHONCASEOK also works with OS X. by Brett Cannon · 13 years ago
  22. 1740afd Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 13 years ago
  23. c1b5d34 Issue #13847: time.localtime() and time.gmtime() now raise an OSError instead by Victor Stinner · 13 years ago
  24. c9e7ef7 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 13 years ago
  25. 65992c1 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 13 years ago
  26. 7f2b576 Merge by Brett Cannon · 13 years ago
  27. 4fd3f0c Merge by Raymond Hettinger · 13 years ago
  28. eaac4f0 Issue 13870: Fix out of date comment. by Raymond Hettinger · 13 years ago
  29. c264e3e Move some code from importlib.__init__ to importlib._bootstrap that by Brett Cannon · 13 years ago
  30. a3dd409 Remove now useless arbitrary limit of module name length by Victor Stinner · 13 years ago
  31. b0f30c9 merge with 3.2 by Georg Brandl · 13 years ago
  32. 6c89a79 #13852: some small doc fixes. by Georg Brandl · 13 years ago
  33. 4f99ce9 merge heads by Benjamin Peterson · 13 years ago
  34. a5f6d0e merge 3.2 by Benjamin Peterson · 13 years ago
  35. b4b0b35 kill extra word by Benjamin Peterson · 13 years ago
  36. e9fca25 say bitwise (because I have no idea what a bit-string is) by Benjamin Peterson · 13 years ago
  37. 131c707 Issue #13862: Relax zlib version test to avoid spurious failures. by Nadeem Vawda · 13 years ago
  38. 9b727ec Closes #13859: Merged fix from 3.2 - thanks to Matt Joiner for spotting this and the patch. by Vinay Sajip · 13 years ago
  39. a50c284 Closes #13859: Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch. by Vinay Sajip · 13 years ago
  40. 5816166 Port import fixes from 2.7. by Antoine Pitrou · 13 years ago
  41. 33d15f7 Port import fixes from 2.7. by Antoine Pitrou · 13 years ago
  42. 61baebd Issue #12804: Fix test failures on systems without internet access. by Nadeem Vawda · 13 years ago
  43. a58c01b Remove redundant resource check in test_socket. by Nadeem Vawda · 13 years ago
  44. 157c126 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 13 years ago
  45. dd21f68 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 13 years ago
  46. 05f29b7 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 13 years ago
  47. abaf89b Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 13 years ago
  48. 2be60af Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 13 years ago
  49. a10999d merge 3.2 by Benjamin Peterson · 13 years ago
  50. 7fa5a99 merge heads by Benjamin Peterson · 13 years ago
  51. 8485ad1 merge heads by Benjamin Peterson · 13 years ago
  52. 91ecea2 Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
  53. 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
  54. 0940602 Sort functions in the doc of the time module by Victor Stinner · 13 years ago
  55. 4ccc727 Issue #10278: wallclock() cannot go backward, but two consecutive calls by Victor Stinner · 13 years ago
  56. 6d766fc Silence last compilation warning. by Amaury Forgeot d'Arc · 13 years ago
  57. cd27df3 Fix compilation warnings (seen on win32 buildbot) by Amaury Forgeot d'Arc · 13 years ago
  58. 5b45a01 merge from 3.2 by Georg Brandl · 13 years ago
  59. 3b65fd7 #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. by Georg Brandl · 13 years ago
  60. 3ef2f8c merge 3.2 by Benjamin Peterson · 13 years ago
  61. 91eef98 fix declaration style by Benjamin Peterson · 13 years ago
  62. 20f6bc2 merge with 3.2 by Georg Brandl · 13 years ago
  63. beca27a Fix #13834: strip() strips leading and trailing whitespace. by Georg Brandl · 13 years ago
  64. ce79852 use the static identifier api for looking up special methods by Benjamin Peterson · 13 years ago
  65. cd89912 Issue #13835: fixes to What's new 3.3; patch by July Tikhonov by Sandro Tosi · 13 years ago
  66. 0648458 Fix a unittest error seen on NetBSD 5. by Gregory P. Smith · 13 years ago
  67. 886455c Fix a unittest error seen on NetBSD 5. by Gregory P. Smith · 13 years ago
  68. 08c1278 Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix. by Gregory P. Smith · 13 years ago
  69. 4842efc Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix. by Gregory P. Smith · 13 years ago
  70. 1577cf7 Improve the test for dirfd(). Some systems #define it rather than by Gregory P. Smith · 13 years ago
  71. df300d5 Improve the test for dirfd(), some systems #define it rather than have by Gregory P. Smith · 13 years ago
  72. d45382d bugfix for *BSD platforms. (oops messed up #define) by Gregory P. Smith · 13 years ago
  73. 61f0da8 bugfix for issue 8052 fixes on *BSD platforms. by Gregory P. Smith · 13 years ago
  74. e9b7cab Another issue #8052 bugfix (related to previous commit). by Gregory P. Smith · 13 years ago
  75. e3f7848 Bugfix for issue #8052 fix on *BSD variants. by Gregory P. Smith · 13 years ago
  76. 33b24f7 A Misc/NEWS entry for issue 8052. by Gregory P. Smith · 13 years ago
  77. 9564e4c Add a Misc/NEWS entry for issue 8052. by Gregory P. Smith · 13 years ago
  78. d635af5 Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 13 years ago
  79. 8facece Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 13 years ago
  80. e961bd4 Avoid the compiler warning about the unused return value. by Gregory P. Smith · 13 years ago
  81. 12fdca5 Avoid the compiler warning about the unused return value. by Gregory P. Smith · 13 years ago
  82. 1fde8a3 Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. by Antoine Pitrou · 13 years ago
  83. f49d152 Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. by Antoine Pitrou · 13 years ago
  84. a4ac600 Issue #13706: Support non-ASCII fill characters by Victor Stinner · 13 years ago
  85. a2a9071 merge with 3.2 by Sandro Tosi · 13 years ago
  86. 41b2404 fix typo; thanks to Justin Watt from docs@ by Sandro Tosi · 13 years ago
  87. 3242577 merge from 3.2 by Senthil Kumaran · 13 years ago
  88. 3800ea9 Fix Issue6631 - Disallow relative file paths in urllib urlopen by Senthil Kumaran · 13 years ago
  89. 77fc1f3 add another test case by Benjamin Peterson · 13 years ago
  90. d6d2cd2 phony merge of 76077971ee1f from 3.2 by Łukasz Langa · 13 years ago
  91. 0028908 #13760: picklability tests for configparser exceptions by Łukasz Langa · 13 years ago
  92. e785195 #13760: picklability tests for configparser exceptions by Łukasz Langa · 13 years ago
  93. 5d116b7 Closes #13807: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  94. 315a62b Closes #13807: Merged fix from 3.1. by Vinay Sajip · 13 years ago
  95. 889bb29 Closes #13807: Now checks for sys.stderr being there before writing to it. by Vinay Sajip · 13 years ago
  96. 2396c0a Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 13 years ago
  97. a3443d9 Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 13 years ago
  98. 2dd254d Issue #10278: Be more explicit in tests than wallclock() is monotonic (cannot by Victor Stinner · 13 years ago
  99. d25cfe6 Improve exception text. Closes issue 13811. by Eric V. Smith · 13 years ago
  100. cff9237 check after comments, too (#13832) by Benjamin Peterson · 13 years ago