1. c9e7ef7 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 14 years ago
  2. 65992c1 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 14 years ago
  3. 131c707 Issue #13862: Relax zlib version test to avoid spurious failures. by Nadeem Vawda · 14 years ago
  4. 61baebd Issue #12804: Fix test failures on systems without internet access. by Nadeem Vawda · 14 years ago
  5. 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 · 14 years ago
  6. 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 · 14 years ago
  7. 91ecea2 Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 14 years ago
  8. 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 14 years ago
  9. 33b24f7 A Misc/NEWS entry for issue 8052. by Gregory P. Smith · 14 years ago
  10. 9564e4c Add a Misc/NEWS entry for issue 8052. by Gregory P. Smith · 14 years ago
  11. 3242577 merge from 3.2 by Senthil Kumaran · 14 years ago
  12. 3800ea9 Fix Issue6631 - Disallow relative file paths in urllib urlopen by Senthil Kumaran · 14 years ago
  13. 2396c0a Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 14 years ago
  14. a3443d9 Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 14 years ago
  15. fa21bf0 Issue #12705: Raise SyntaxError when compiling multiple statements as single interactive statement by Meador Inge · 14 years ago
  16. 00c7f85 Issue #2134: Add support for tokenize.TokenInfo.exact_type. by Meador Inge · 14 years ago
  17. 972cfb9 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. by Meador Inge · 14 years ago
  18. f0ecdd2 Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. by Antoine Pitrou · 14 years ago
  19. 1b468af Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. by Antoine Pitrou · 14 years ago
  20. 165e01f Fix the builtin module initialization code to store the init function for future reinitialization. by Antoine Pitrou · 14 years ago
  21. 6c40eb7 Fix the builtin module initialization code to store the init function for future reinitialization. by Antoine Pitrou · 14 years ago
  22. 50a4d5d Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 14 years ago
  23. 892b0b9 Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 14 years ago
  24. 44acda4 MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 14 years ago
  25. 8874fd6 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 14 years ago
  26. b94b266 Close #10278: Add time.wallclock() function, monotonic clock. by Victor Stinner · 14 years ago
  27. 72750a8 Issue #13809: Make bz2 module work with threads disabled. by Nadeem Vawda · 14 years ago
  28. 5e8260b Issue #13727: Add 3 macros to access PyDateTime_Delta members: by Amaury Forgeot d'Arc · 14 years ago
  29. 0174db5 Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 14 years ago
  30. 03757ec Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 14 years ago
  31. da05f45 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 14 years ago
  32. 3388060 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 14 years ago
  33. d5890c8 add str.casefold() (closes #13752) by Benjamin Peterson · 14 years ago
  34. 94d5a71 Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 14 years ago
  35. b0ae0ac Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 14 years ago
  36. d61fdc1 Issue #13725: Add a NEWS entry. by Meador Inge · 14 years ago
  37. f37c198 Issue #13725: Add a NEWS entry. by Meador Inge · 14 years ago
  38. 4479577 merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 14 years ago
  39. c5c5a14 Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 14 years ago
  40. 0e0772d merge from 3.2 by Senthil Kumaran · 14 years ago
  41. bcfe56d Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for printing the 10 slowest test. by Senthil Kumaran · 14 years ago
  42. 138f465 Add a separate NEWS entry for a change to PyObject_CallMethod in the PEP 380 patch, and make the private CallMethod variants consistent with the public one by Nick Coghlan · 14 years ago
  43. 66e2fb6 Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor. by Ross Lagerwall · 14 years ago
  44. ded0348 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 14 years ago
  45. dee45e2 Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 14 years ago
  46. 6497aa3 Issue13696 - Fix 302 Redirection for Relative urls. by Senthil Kumaran · 14 years ago
  47. 8f85f90 Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 14 years ago
  48. 366999a Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 14 years ago
  49. 83194f5 News entry for Issue12798 by Senthil Kumaran · 14 years ago
  50. 031bf95 Issue #11006: Don't issue low level warning in subprocess when pipe2() fails. by Ross Lagerwall · 14 years ago
  51. 3ba95f8 Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger code execution with inspect.getattr_static. by Michael Foord · 14 years ago
  52. 86a8a9a Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 14 years ago
  53. d208416 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python by Victor Stinner · 14 years ago
  54. a51623b Fix inspect.getattr_static to work on modules (again). Closes issue 11813. by Michael Foord · 14 years ago
  55. a742526 Merge by Antoine Pitrou · 14 years ago
  56. 2bc801c Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 14 years ago
  57. 6d5f9e7 Issue #11870: threading: Properly reinitialize threads internal locks and by Charles-François Natali · 14 years ago
  58. cf53ae2 Issue #8035: urllib: Fix a bug where the client could remain stuck after a by Charles-François Natali · 14 years ago
  59. bc3b682 Closes #13761: add a "flush" keyword argument to print(). by Georg Brandl · 14 years ago
  60. 5136ac0 Issue #13645: pyc files now contain the size of the corresponding source by Antoine Pitrou · 14 years ago
  61. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 14 years ago
  62. 3a5d4cb Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`. by Antoine Pitrou · 14 years ago
  63. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 14 years ago
  64. dc3044c Issue #12760: Add a create mode to open(). Patch by David Townshend. by Charles-François Natali · 14 years ago
  65. 94f6fa6 Issue #13738: Simplify implementation of bytes.lower() and bytes.upper(). by Antoine Pitrou · 14 years ago
  66. 69f39a5 Merge with 3.2 for #12364. by Ross Lagerwall · 14 years ago
  67. 61d28d6 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 14 years ago
  68. 0a08d7a Issue #9993: When the source and destination are on different filesystems, by Antoine Pitrou · 14 years ago
  69. 8f771a4 Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 14 years ago
  70. 239a042 merge from 3.2 by Senthil Kumaran · 14 years ago
  71. 72aeec3 Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 14 years ago
  72. 4266333 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 14 years ago
  73. 78091e6 Issue #12715: Add an optional symlinks argument to shutil functions (copyfile, copymode, copystat, copy, copy2). by Antoine Pitrou · 14 years ago
  74. 2fb9ae9 add a flags parameter to select.epoll by Benjamin Peterson · 14 years ago
  75. 5b62942 Issue #13577: Built-in methods and functions now have a __qualname__. by Antoine Pitrou · 14 years ago
  76. 19d2d08 merge from 3.2. News update. by Senthil Kumaran · 14 years ago
  77. 0e576f1 Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the by Antoine Pitrou · 14 years ago
  78. 0b77ac3 Merge with 3.2 for #11006. by Ross Lagerwall · 14 years ago
  79. 85530aa Merge by Michael Foord · 14 years ago
  80. c909599 Docs and News update for Issue13620. Chrome support in webbrowser.py by Senthil Kumaran · 14 years ago
  81. de911b2 Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool. by Antoine Pitrou · 14 years ago
  82. 12f65d1 Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 14 years ago
  83. 0831676 Issue #13637: "a2b" functions in the binascii module now accept ASCII-only unicode strings. by Antoine Pitrou · 14 years ago
  84. 8abdb8a Issue #13634: Add support for querying and disabling SSL compression. by Antoine Pitrou · 14 years ago
  85. 923df6f Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman by Antoine Pitrou · 14 years ago
  86. d974393 (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames in by Victor Stinner · 14 years ago
  87. 6db4944 Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers by Antoine Pitrou · 14 years ago
  88. a699a2d Merge 3.2 by Michael Foord · 14 years ago
  89. 92d4acb Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 14 years ago
  90. b055bf6 Issue #11870: threading: Properly reinitialize threads internal locks and by Charles-François Natali · 14 years ago
  91. 3c4dcea Issue #8035: urllib: Fix a bug where the client could remain stuck after a by Charles-François Natali · 14 years ago
  92. 1f33f2b Issue #13560: os.strerror() now uses the current locale encoding instead of UTF-8 by Victor Stinner · 14 years ago
  93. f2ea71f Issue #13560: Add PyUnicode_EncodeLocale() by Victor Stinner · 14 years ago
  94. 6ec29e2 Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem by Antoine Pitrou · 14 years ago
  95. ab0e9f7 Issue #10350: Read and save errno before calling a function which might overwrite it. by Antoine Pitrou · 14 years ago
  96. c345ce1 Issue #10350: Read and save errno before calling a function which might overwrite it. by Antoine Pitrou · 14 years ago
  97. 093ce9c Issue #6695: Full garbage collection runs now clear the freelist of set objects. by Antoine Pitrou · 14 years ago
  98. bfebb7b improve abstract property support (closes #11610) by Benjamin Peterson · 14 years ago
  99. e0e2735 Fix OSError.__init__ and OSError.__new__ so that each of them can be by Antoine Pitrou · 14 years ago
  100. d73a9ac Fix the fix for issue #12149: it was incorrect, although it had the side by Antoine Pitrou · 14 years ago