1. be2cf33 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  2. 1ca9395 Issue #13491: Fix many errors in sqlite3 documentation by Petri Lehtinen · 13 years ago
  3. 4575afc Fix parsing of packaging’s build_ext --libraries option (#1326113) by Éric Araujo · 13 years ago
  4. 1d175f7 Merge fixes for #1326113 and #12297 from 3.2 by Éric Araujo · 13 years ago
  5. b2f5c0a Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 13 years ago
  6. 8b4d64f Move NEWS entry to correct section. by Antoine Pitrou · 13 years ago
  7. 552be9b Issue #13020: Fix a reference leak when allocating a structsequence object fails. by Antoine Pitrou · 13 years ago
  8. 37784ba Issue #13020: Fix a reference leak when allocating a structsequence object fails. by Antoine Pitrou · 13 years ago
  9. 15af7b4 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. by Antoine Pitrou · 13 years ago
  10. f5f1fe0 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. by Antoine Pitrou · 13 years ago
  11. 06b57ef Issue #10287: nntplib now queries the server's CAPABILITIES first before sending MODE READER, and only sends it if not already in READER mode. by Antoine Pitrou · 13 years ago
  12. 7113562 Issue #10287: nntplib now queries the server's CAPABILITIES first before sending MODE READER, and only sends it if not already in READER mode. by Antoine Pitrou · 13 years ago
  13. ffeee35 Issue #13979: Fix ctypes.util.find_library ldconfig regex by Meador Inge · 14 years ago
  14. a72a98f Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. by Florent Xicluna · 14 years ago
  15. d1c7b1a #13993: merge with 3.2. by Ezio Melotti · 14 years ago
  16. 5211ffe #13993: HTMLParser is now able to handle broken end tags when strict=False. by Ezio Melotti · 14 years ago
  17. db66310 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 14 years ago
  18. 58f23ff Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 14 years ago
  19. c7551a1 Merge branch '3.2' by Petri Lehtinen · 14 years ago
  20. 51d04d1 Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 14 years ago
  21. 425b8e8 Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643). by Antoine Pitrou · 14 years ago
  22. 54411c1 Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643). by Antoine Pitrou · 14 years ago
  23. b9df745 Port the fix for #13193 to packaging by Éric Araujo · 14 years ago
  24. a9d2b64 Merge fixes for #13193 and FAQ from 3.2 by Éric Araujo · 14 years ago
  25. 9ce366a Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 14 years ago
  26. d1a1071 Merge: #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 14 years ago
  27. 30d94b7 Issue #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 14 years ago
  28. 7347df1 Issue #13590: merge by Ned Deily · 14 years ago
  29. 9937748 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 14 years ago
  30. 176630e #13960: merge with 3.2. by Ezio Melotti · 14 years ago
  31. fa3702d #13960: HTMLParser is now able to handle broken comments when strict=False. by Ezio Melotti · 14 years ago
  32. bc35beb Undocument and clean up sqlite3.OptimizedUnicode by Petri Lehtinen · 14 years ago
  33. f0f9679 merge from 3.2 by Senthil Kumaran · 14 years ago
  34. 5b14d73 Issue #9021 - Introduce copy module better. Doc changes suggested by Terry by Senthil Kumaran · 14 years ago
  35. 0bfa963 merged from 3.2 by Senthil Kumaran · 14 years ago
  36. 6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 14 years ago
  37. 32b66be Clarify a NEWS entry. by Brett Cannon · 14 years ago
  38. b4e63b3 Use the cwd when the empty string is found in sys.path. This leads to by Brett Cannon · 14 years ago
  39. bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 14 years ago
  40. 72476ea Issue #13845: Fix NEWS entry, the change is specific to Windows by Victor Stinner · 14 years ago
  41. ed4a8fc Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection by Charles-François Natali · 14 years ago
  42. 09225b7 Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime() by Victor Stinner · 14 years ago
  43. 8b30201 Issue #13846: Add time.monotonic(), monotonic clock. by Victor Stinner · 14 years ago
  44. 96356d4 Merge branch '3.2' by Petri Lehtinen · 14 years ago
  45. 4a84f58 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 14 years ago
  46. 7794090 Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to by Charles-François Natali · 14 years ago
  47. 6b1aecf Issue #10881: merge by Ned Deily · 14 years ago
  48. d531b29 Issue #10881: Fix test_site failure with OS X framework builds. by Ned Deily · 14 years ago
  49. ea4afbb Merge with 3.2 #964437 by Terry Jan Reedy · 14 years ago
  50. e91e763 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 14 years ago
  51. 7372b06 Issue #13734: Add os.fwalk(), a directory walking function yielding file by Charles-François Natali · 14 years ago
  52. cd0d951 Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) by Éric Araujo · 14 years ago
  53. cd2a603 Branch merge by Éric Araujo · 14 years ago
  54. 04410c0 Branch merge by Éric Araujo · 14 years ago
  55. dcfcb64 Stop converting package_data to extra_files in pysetup create (#13712). by Éric Araujo · 14 years ago
  56. 31aefde Allow multiple values for package_data in setup.cfg (#11805). by Éric Araujo · 14 years ago
  57. 08d052a Issue #13933: merge by Ned Deily · 14 years ago
  58. ed3b867 Issue #13933: IDLE auto-complete did not work with some imported by Ned Deily · 14 years ago
  59. 9d6c669 Issue #13777: Add PF_SYSTEM sockets on OS X. Patch by Michael Goderbauer. by Martin v. Löwis · 14 years ago
  60. f9b0255 merge by Ned Deily · 14 years ago
  61. cf550dc Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 14 years ago
  62. 4b0eab6 Merge branch 3.2 by Petri Lehtinen · 14 years ago
  63. 9713321 Document absoluteness of sys.executable by Petri Lehtinen · 14 years ago
  64. 8940f62 Merge branch 3.2 by Petri Lehtinen · 14 years ago
  65. 023fe33 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 14 years ago
  66. f8672be Merge 3.2 by Terry Jan Reedy · 14 years ago
  67. da4c467 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 14 years ago
  68. f3b2d88 Issue #8828: Add new function os.replace(), for cross-platform renaming with overwriting. by Antoine Pitrou · 14 years ago
  69. 2372bb0 merge 3.2 (closes #13908) by Benjamin Peterson · 14 years ago
  70. 2652d25 ready types returned from PyType_FromSpec by Benjamin Peterson · 14 years ago
  71. 7ab4af0 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 14 years ago
  72. 1334884 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 14 years ago
  73. 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
  74. 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
  75. 2d843d2 Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 14 years ago
  76. 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 14 years ago
  77. 9e2e532 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 14 years ago
  78. 3f36631 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 14 years ago
  79. f2bf8a6 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 14 years ago
  80. 85fdfa8 Issue #13847: time.clock() now raises a RuntimeError if the processor time used by Victor Stinner · 14 years ago
  81. 722db7b merge by Brett Cannon · 14 years ago
  82. e9cd900 Merge by Brett Cannon · 14 years ago
  83. fc70cbc Issue #13883: PYTHONCASEOK also works with OS X. by Brett Cannon · 14 years ago
  84. 1740afd Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 14 years ago
  85. c1b5d34 Issue #13847: time.localtime() and time.gmtime() now raise an OSError instead by Victor Stinner · 14 years ago
  86. c9e7ef7 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 14 years ago
  87. 65992c1 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 14 years ago
  88. 131c707 Issue #13862: Relax zlib version test to avoid spurious failures. by Nadeem Vawda · 14 years ago
  89. 61baebd Issue #12804: Fix test failures on systems without internet access. by Nadeem Vawda · 14 years ago
  90. 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
  91. 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
  92. 91ecea2 Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 14 years ago
  93. 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 14 years ago
  94. 33b24f7 A Misc/NEWS entry for issue 8052. by Gregory P. Smith · 14 years ago
  95. 9564e4c Add a Misc/NEWS entry for issue 8052. by Gregory P. Smith · 14 years ago
  96. 3242577 merge from 3.2 by Senthil Kumaran · 14 years ago
  97. 3800ea9 Fix Issue6631 - Disallow relative file paths in urllib urlopen by Senthil Kumaran · 14 years ago
  98. 2396c0a Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 14 years ago
  99. a3443d9 Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 14 years ago
  100. fa21bf0 Issue #12705: Raise SyntaxError when compiling multiple statements as single interactive statement by Meador Inge · 14 years ago