1. b4e63b3 Use the cwd when the empty string is found in sys.path. This leads to by Brett Cannon · 14 years ago
  2. bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 14 years ago
  3. 72476ea Issue #13845: Fix NEWS entry, the change is specific to Windows by Victor Stinner · 14 years ago
  4. ed4a8fc Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection by Charles-François Natali · 14 years ago
  5. 09225b7 Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime() by Victor Stinner · 14 years ago
  6. 8b30201 Issue #13846: Add time.monotonic(), monotonic clock. by Victor Stinner · 14 years ago
  7. 96356d4 Merge branch '3.2' by Petri Lehtinen · 14 years ago
  8. 4a84f58 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 14 years ago
  9. 7794090 Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to by Charles-François Natali · 14 years ago
  10. 6b1aecf Issue #10881: merge by Ned Deily · 14 years ago
  11. d531b29 Issue #10881: Fix test_site failure with OS X framework builds. by Ned Deily · 14 years ago
  12. ea4afbb Merge with 3.2 #964437 by Terry Jan Reedy · 14 years ago
  13. e91e763 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 14 years ago
  14. 7372b06 Issue #13734: Add os.fwalk(), a directory walking function yielding file by Charles-François Natali · 14 years ago
  15. cd0d951 Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) by Éric Araujo · 14 years ago
  16. cd2a603 Branch merge by Éric Araujo · 14 years ago
  17. 04410c0 Branch merge by Éric Araujo · 14 years ago
  18. dcfcb64 Stop converting package_data to extra_files in pysetup create (#13712). by Éric Araujo · 14 years ago
  19. 31aefde Allow multiple values for package_data in setup.cfg (#11805). by Éric Araujo · 14 years ago
  20. 08d052a Issue #13933: merge by Ned Deily · 14 years ago
  21. ed3b867 Issue #13933: IDLE auto-complete did not work with some imported by Ned Deily · 14 years ago
  22. 9d6c669 Issue #13777: Add PF_SYSTEM sockets on OS X. Patch by Michael Goderbauer. by Martin v. Löwis · 14 years ago
  23. f9b0255 merge by Ned Deily · 14 years ago
  24. cf550dc Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 14 years ago
  25. 4b0eab6 Merge branch 3.2 by Petri Lehtinen · 14 years ago
  26. 9713321 Document absoluteness of sys.executable by Petri Lehtinen · 14 years ago
  27. 8940f62 Merge branch 3.2 by Petri Lehtinen · 14 years ago
  28. 023fe33 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 14 years ago
  29. f8672be Merge 3.2 by Terry Jan Reedy · 14 years ago
  30. da4c467 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 14 years ago
  31. f3b2d88 Issue #8828: Add new function os.replace(), for cross-platform renaming with overwriting. by Antoine Pitrou · 14 years ago
  32. 2372bb0 merge 3.2 (closes #13908) by Benjamin Peterson · 14 years ago
  33. 2652d25 ready types returned from PyType_FromSpec by Benjamin Peterson · 14 years ago
  34. 7ab4af0 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 14 years ago
  35. 1334884 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 14 years ago
  36. 04d9dd0 Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 14 years ago
  37. 75ff65e Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 14 years ago
  38. 2d843d2 Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 14 years ago
  39. 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 14 years ago
  40. 9e2e532 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 14 years ago
  41. 3f36631 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 14 years ago
  42. f2bf8a6 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 14 years ago
  43. 85fdfa8 Issue #13847: time.clock() now raises a RuntimeError if the processor time used by Victor Stinner · 14 years ago
  44. 722db7b merge by Brett Cannon · 14 years ago
  45. e9cd900 Merge by Brett Cannon · 14 years ago
  46. fc70cbc Issue #13883: PYTHONCASEOK also works with OS X. by Brett Cannon · 14 years ago
  47. 1740afd Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 14 years ago
  48. c1b5d34 Issue #13847: time.localtime() and time.gmtime() now raise an OSError instead by Victor Stinner · 14 years ago
  49. c9e7ef7 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 14 years ago
  50. 65992c1 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 14 years ago
  51. 131c707 Issue #13862: Relax zlib version test to avoid spurious failures. by Nadeem Vawda · 14 years ago
  52. 61baebd Issue #12804: Fix test failures on systems without internet access. by Nadeem Vawda · 14 years ago
  53. 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
  54. 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
  55. 91ecea2 Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 14 years ago
  56. 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 14 years ago
  57. 33b24f7 A Misc/NEWS entry for issue 8052. by Gregory P. Smith · 14 years ago
  58. 9564e4c Add a Misc/NEWS entry for issue 8052. by Gregory P. Smith · 14 years ago
  59. 3242577 merge from 3.2 by Senthil Kumaran · 14 years ago
  60. 3800ea9 Fix Issue6631 - Disallow relative file paths in urllib urlopen by Senthil Kumaran · 14 years ago
  61. 2396c0a Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 14 years ago
  62. a3443d9 Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 14 years ago
  63. fa21bf0 Issue #12705: Raise SyntaxError when compiling multiple statements as single interactive statement by Meador Inge · 14 years ago
  64. 00c7f85 Issue #2134: Add support for tokenize.TokenInfo.exact_type. by Meador Inge · 14 years ago
  65. 972cfb9 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. by Meador Inge · 14 years ago
  66. f0ecdd2 Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. by Antoine Pitrou · 14 years ago
  67. 1b468af Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. by Antoine Pitrou · 14 years ago
  68. 165e01f Fix the builtin module initialization code to store the init function for future reinitialization. by Antoine Pitrou · 14 years ago
  69. 6c40eb7 Fix the builtin module initialization code to store the init function for future reinitialization. by Antoine Pitrou · 14 years ago
  70. 50a4d5d Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 14 years ago
  71. 892b0b9 Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 14 years ago
  72. 44acda4 MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 14 years ago
  73. 8874fd6 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 14 years ago
  74. b94b266 Close #10278: Add time.wallclock() function, monotonic clock. by Victor Stinner · 14 years ago
  75. 72750a8 Issue #13809: Make bz2 module work with threads disabled. by Nadeem Vawda · 14 years ago
  76. 5e8260b Issue #13727: Add 3 macros to access PyDateTime_Delta members: by Amaury Forgeot d'Arc · 14 years ago
  77. 0174db5 Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 14 years ago
  78. 03757ec Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 14 years ago
  79. da05f45 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 14 years ago
  80. 3388060 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 14 years ago
  81. 73cec21 Stop ignoring RPMs in distutils' upload command (#2945). by Éric Araujo · 14 years ago
  82. d5890c8 add str.casefold() (closes #13752) by Benjamin Peterson · 14 years ago
  83. 94d5a71 Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 14 years ago
  84. b0ae0ac Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 14 years ago
  85. d61fdc1 Issue #13725: Add a NEWS entry. by Meador Inge · 14 years ago
  86. f37c198 Issue #13725: Add a NEWS entry. by Meador Inge · 14 years ago
  87. 4479577 merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 14 years ago
  88. c5c5a14 Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 14 years ago
  89. 0e0772d merge from 3.2 by Senthil Kumaran · 14 years ago
  90. 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
  91. 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
  92. 66e2fb6 Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor. by Ross Lagerwall · 14 years ago
  93. ded0348 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 14 years ago
  94. dee45e2 Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 14 years ago
  95. 6497aa3 Issue13696 - Fix 302 Redirection for Relative urls. by Senthil Kumaran · 14 years ago
  96. 8f85f90 Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 14 years ago
  97. 366999a Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 14 years ago
  98. 83194f5 News entry for Issue12798 by Senthil Kumaran · 14 years ago
  99. 031bf95 Issue #11006: Don't issue low level warning in subprocess when pipe2() fails. by Ross Lagerwall · 14 years ago
  100. 3ba95f8 Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger code execution with inspect.getattr_static. by Michael Foord · 14 years ago