1. ab8f392 3.3.0a1 is done. by Georg Brandl · 13 years ago
  2. 67245a6 Issue #14168: Check for presence of _attrs before accessing it. by Martin v. Löwis · 13 years ago
  3. f1c4259 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
  4. 653f932 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
  5. 8d3c290 Issue #14166: Pickler objects now have an optional `dispatch_table` attribute which allows to set custom per-pickler reduction functions. by Antoine Pitrou · 13 years ago
  6. 6c8850d Bump to 3.3.0a1. by Georg Brandl · 13 years ago
  7. 0d3a003 - Issue #14177: marshal.loads() now raises TypeError when given an unicode by Antoine Pitrou · 13 years ago
  8. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 13 years ago
  9. 135b6d8 Close #13550: Remove the debug machinery from the threading module: remove by Victor Stinner · 13 years ago
  10. b2677c7 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 13 years ago
  11. 679e9d3 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 13 years ago
  12. 0836baa Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 13 years ago
  13. bbe2f60 Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 13 years ago
  14. 049242b Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 13 years ago
  15. d311374 Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 13 years ago
  16. 40e0f35 Fix comparison bug with 'rc' versions in packaging.version (#11841). by Éric Araujo · 13 years ago
  17. 70d2717 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 13 years ago
  18. e965d97 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 13 years ago
  19. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 13 years ago
  20. cda6b6d #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearray.split may now be passed as keyword arguments. by Ezio Melotti · 13 years ago
  21. 7d32e7e Port the #6884 fix to packaging by Éric Araujo · 13 years ago
  22. f716545 Merge from 3.2 by Éric Araujo · 13 years ago
  23. e7295a7 Add news entry for previous commit by Éric Araujo · 13 years ago
  24. c071a61 Merge 3.2 by Éric Araujo · 13 years ago
  25. 2e0a0e1 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
  26. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 13 years ago
  27. afe05bd Bump version to 3.2.3rc1. by Georg Brandl · 13 years ago
  28. cf1c833 Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. by Antoine Pitrou · 13 years ago
  29. 4f22a8d Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. by Antoine Pitrou · 13 years ago
  30. 6721149 Merge: #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 13 years ago
  31. 9f64f73 Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 13 years ago
  32. c9f54cf enable hash randomization by default by Benjamin Peterson · 13 years ago
  33. dc4170c merge 2.6 by Martin v. Löwis · 13 years ago
  34. dbd3f61 Issue #6807: Run msisupport.mak earlier. by Martin v. Löwis · 13 years ago
  35. f9caee9 merge 3.2 by Martin v. Löwis · 13 years ago
  36. 26bb3cf Issue #10580: Minor grammar change in Windows installer. by Martin v. Löwis · 13 years ago
  37. 8b24506 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  38. 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  39. 307da2b Merge the HTMLParser fix with 3.2. by Ezio Melotti · 13 years ago
  40. 29877e8 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 13 years ago
  41. 71f660e update to Unicode 6.1 by Benjamin Peterson · 13 years ago
  42. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  43. 09562b4 Fix typo. by Georg Brandl · 13 years ago
  44. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  45. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  46. c229e6e Issue #14040: Remove rarely used file name suffixes for C extensions (under POSIX mainly). by Antoine Pitrou · 13 years ago
  47. ea6b4d5 Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode strings. by Antoine Pitrou · 13 years ago
  48. 8eb1269 add generic implementation of a __dict__ descriptor for C types by Benjamin Peterson · 13 years ago
  49. c541f8e Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new importlib.invalidate_caches() function. by Antoine Pitrou · 13 years ago
  50. 01d7eba allow arbitrary attributes on classmethod and staticmethod (closes #14051) by Benjamin Peterson · 13 years ago
  51. 3ccc918 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  52. cd96b4f Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  53. ec1712a Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  54. aa2c670 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  55. c86d9e2 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 13 years ago
  56. ba17fe2 Have importlib use os.replace() for atomic renaming. by Brett Cannon · 13 years ago
  57. 22e7c88 Merge by Brett Cannon · 13 years ago
  58. 3b1a06c importlib.__import__() now raises ValueError when level < 0. by Brett Cannon · 13 years ago
  59. 17f1be6 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  60. b389022 sqlite3: Fix documentation errors concerning Cursor.rowcount by Petri Lehtinen · 13 years ago
  61. 5b791fb Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. by Gregory P. Smith · 13 years ago
  62. 58e7c1d NEWS entry for previous commit. by Gregory P. Smith · 13 years ago
  63. 04d4ee4 Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). by Antoine Pitrou · 13 years ago
  64. 2f5a163 Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). by Antoine Pitrou · 13 years ago
  65. be2cf33 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  66. 1ca9395 Issue #13491: Fix many errors in sqlite3 documentation by Petri Lehtinen · 13 years ago
  67. 4575afc Fix parsing of packaging’s build_ext --libraries option (#1326113) by Éric Araujo · 13 years ago
  68. 1d175f7 Merge fixes for #1326113 and #12297 from 3.2 by Éric Araujo · 13 years ago
  69. b2f5c0a Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 13 years ago
  70. 8b4d64f Move NEWS entry to correct section. by Antoine Pitrou · 13 years ago
  71. 552be9b Issue #13020: Fix a reference leak when allocating a structsequence object fails. by Antoine Pitrou · 13 years ago
  72. 37784ba Issue #13020: Fix a reference leak when allocating a structsequence object fails. by Antoine Pitrou · 13 years ago
  73. 15af7b4 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. by Antoine Pitrou · 13 years ago
  74. f5f1fe0 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. by Antoine Pitrou · 13 years ago
  75. 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
  76. 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
  77. ffeee35 Issue #13979: Fix ctypes.util.find_library ldconfig regex by Meador Inge · 13 years ago
  78. a72a98f Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. by Florent Xicluna · 13 years ago
  79. d1c7b1a #13993: merge with 3.2. by Ezio Melotti · 13 years ago
  80. 5211ffe #13993: HTMLParser is now able to handle broken end tags when strict=False. by Ezio Melotti · 13 years ago
  81. db66310 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 13 years ago
  82. 58f23ff Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 13 years ago
  83. c7551a1 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  84. 51d04d1 Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 13 years ago
  85. 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 · 13 years ago
  86. 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 · 13 years ago
  87. b9df745 Port the fix for #13193 to packaging by Éric Araujo · 13 years ago
  88. a9d2b64 Merge fixes for #13193 and FAQ from 3.2 by Éric Araujo · 13 years ago
  89. 9ce366a Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 13 years ago
  90. d1a1071 Merge: #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 13 years ago
  91. 30d94b7 Issue #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 13 years ago
  92. 7347df1 Issue #13590: merge by Ned Deily · 13 years ago
  93. 9937748 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 13 years ago
  94. 176630e #13960: merge with 3.2. by Ezio Melotti · 13 years ago
  95. fa3702d #13960: HTMLParser is now able to handle broken comments when strict=False. by Ezio Melotti · 13 years ago
  96. bc35beb Undocument and clean up sqlite3.OptimizedUnicode by Petri Lehtinen · 13 years ago
  97. f0f9679 merge from 3.2 by Senthil Kumaran · 13 years ago
  98. 5b14d73 Issue #9021 - Introduce copy module better. Doc changes suggested by Terry by Senthil Kumaran · 13 years ago
  99. 0bfa963 merged from 3.2 by Senthil Kumaran · 13 years ago
  100. 6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 13 years ago