1. 653f932 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
  2. 5102bf4 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 13 years ago
  3. 942f2dd Issue #14171: Add valgrind suppressions for OpenSSL issue. by Martin v. Löwis · 13 years ago
  4. f7dabd8 Merge by Antoine Pitrou · 13 years ago
  5. a14bd00 Port 2.7 fix for sporadic failure in test_weakset. by Antoine Pitrou · 13 years ago
  6. 9c47ac0 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 13 years ago
  7. 0b2b583 Fix spelling. by Georg Brandl · 13 years ago
  8. de89d4b Port 2.7 fix for sporadic failure in test_weakset. by Antoine Pitrou · 13 years ago
  9. ed7b51f Enable PGI/PGO builds for x64 python3.dll by Martin v. Löwis · 13 years ago
  10. f2f592d Generate product code UUID from download URL. by Martin v. Löwis · 13 years ago
  11. 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
  12. d1c351d Added tag v3.3.0a1 for changeset f1a9a6505731 by Georg Brandl · 13 years ago
  13. f125bf5 Update copyright years and version name. by Georg Brandl · 13 years ago
  14. 6c8850d Bump to 3.3.0a1. by Georg Brandl · 13 years ago
  15. 0e475c3 Sort and clean up suspicious ignore file. by Georg Brandl · 13 years ago
  16. a673eb8 Fix invalid markup and update suspicious ignores. by Georg Brandl · 13 years ago
  17. 0f25cea Regenerate pydoc topics. by Georg Brandl · 13 years ago
  18. 50fdcdf Fix encoding handling of the pydoc-topics writer. by Georg Brandl · 13 years ago
  19. c0eaeca Updated tokenize to support the inverse byte literals new in 3.3 by Armin Ronacher · 13 years ago
  20. 50364b4 Basic documentation for PEP 414 by Armin Ronacher · 13 years ago
  21. 6ecf77b Basic support for PEP 414 without docs or tests. by Armin Ronacher · 13 years ago
  22. 745ccf8 fix trailing whitespace by Eli Bendersky · 13 years ago
  23. 092af1f Issue #14128: Exposing Element as an actual type from _elementtree, rather than a factory function. by Eli Bendersky · 13 years ago
  24. c9590ad Close #14085: remove assertions from PyUnicode_WRITE macro by Victor Stinner · 13 years ago
  25. d263d18 Fixed problem with diagnostic output. by Vinay Sajip · 13 years ago
  26. 0d3a003 - Issue #14177: marshal.loads() now raises TypeError when given an unicode by Antoine Pitrou · 13 years ago
  27. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 13 years ago
  28. 135b6d8 Close #13550: Remove the debug machinery from the threading module: remove by Victor Stinner · 13 years ago
  29. 643cd68 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple by Victor Stinner · 13 years ago
  30. 0d4d410 Remove a dead docstring. by Brett Cannon · 13 years ago
  31. 1c13f84 Simplify code in marshal.c. by Antoine Pitrou · 13 years ago
  32. b2677c7 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 13 years ago
  33. 679e9d3 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 13 years ago
  34. 83ac013 Clarify importlib.machinery.PathFinder's difference from what __import__() does. by Brett Cannon · 13 years ago
  35. 75321e8 Minor doc cleanup. by Brett Cannon · 13 years ago
  36. b2b1863 merge 3.2 heads by Eli Bendersky · 13 years ago
  37. 92818d5 Merge 3.2 by Eli Bendersky · 13 years ago
  38. 2029344 Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases by Eli Bendersky · 13 years ago
  39. 2f24d98 Closes #14158: merged test file resilience fix from 3.2. by Vinay Sajip · 13 years ago
  40. f959618 Closes #14158: improved resilience to test files left behind. by Vinay Sajip · 13 years ago
  41. be52d50 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  42. 4d2bfb5 sqlite3: Port documentation changes from the 2.7 branch by Petri Lehtinen · 13 years ago
  43. 493846e Add missing 'versionadded' for shlex.quote; closes #14165 by Eli Bendersky · 13 years ago
  44. 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
  45. 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
  46. d7aff2d update skip reason by Philip Jenvey · 13 years ago
  47. e308b7c also skip test_device_encoding when stdin isn't a tty by Philip Jenvey · 13 years ago
  48. efb00c0 Issue #14153 Create _Py_device_encoding() to prevent _io from having to import by Brett Cannon · 13 years ago
  49. 54c3203 Issue #10181: Add warning that structure layouts in memoryobject.h and by Stefan Krah · 13 years ago
  50. 95b1ba6 Add PyMemoryView_FromMemory() to whatsnew/3.3. by Stefan Krah · 13 years ago
  51. 0a971f1 Issue #14152: Merge fix from 3.2. by Stefan Krah · 13 years ago
  52. eb977da Issue #14152: Restore the Include/*.h dependencies for extension builds. by Stefan Krah · 13 years ago
  53. aba0b13 #14089: merge with 3.2. by Ezio Melotti · 13 years ago
  54. 682d374 #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
  55. 6ea00ef #14155: merge with 3.2. by Ezio Melotti · 13 years ago
  56. 443f000 #14155: remove duplication about search vs match in re doc. by Ezio Melotti · 13 years ago
  57. 0b8123d #10713: merge with 3.2. by Ezio Melotti · 13 years ago
  58. 5a045b9 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. by Ezio Melotti · 13 years ago
  59. 7b5649c Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. by Larry Hastings · 13 years ago
  60. 62417a0 Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.) by Larry Hastings · 13 years ago
  61. 3692453 Merge: Give better failure messages in test_strptime (cf. issue #14113). by Nadeem Vawda · 13 years ago
  62. aba2b06 Give better failure messages in test_strptime (cf. issue #14113). by Nadeem Vawda · 13 years ago
  63. 0109e3c merge with 3.2 by Sandro Tosi · 13 years ago
  64. 83c4882 s/div/truediv/; thanks to Félix-Antoine Fortin from docs@ by Sandro Tosi · 13 years ago
  65. 19b1d50 Added additional diagnostics to help with #12151. by Vinay Sajip · 13 years ago
  66. ff4b7bf Merged cookbook improvement from 3.2. by Vinay Sajip · 13 years ago
  67. 39b83ac Improved logging cookbook example. by Vinay Sajip · 13 years ago
  68. 86798d4 Merge with 3.2. by Georg Brandl · 13 years ago
  69. e998386 Fix markup errors. by Georg Brandl · 13 years ago
  70. b46a179 Update importlib.invalidate_caches() to be more general. by Brett Cannon · 13 years ago
  71. 9a4d7dd More debug output by Antoine Pitrou · 13 years ago
  72. ffd85c8 Improve debugging output for test failure by Antoine Pitrou · 13 years ago
  73. 049242b Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 13 years ago
  74. d311374 Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 13 years ago
  75. 49ac6f4 Some corrections for the Doc/extending documentation. Closes #14129 by Eli Bendersky · 13 years ago
  76. e13b7fe Null merge (fix is already in 3.3). by Stefan Krah · 13 years ago
  77. 2201ecb Issue #14125: backport refleak fix (d4adbf908983). by Stefan Krah · 13 years ago
  78. ad8586d typo by Benjamin Peterson · 13 years ago
  79. 4aea7d3 Issue #14125: Fix refleak in timemodule.c on Windows. Thanks sbt for pointing by Stefan Krah · 13 years ago
  80. a03422f Issue #14125: Fix multiprocessing refleak on Windows. Patch by sbt. by Stefan Krah · 13 years ago
  81. bd2c199 Merged cookbook update for LogRecord customisation. by Vinay Sajip · 13 years ago
  82. 982f534 Updated cookbook with information on customising LogRecords. by Vinay Sajip · 13 years ago
  83. 01121f2 Merged upstream changes. by Vinay Sajip · 13 years ago
  84. 22fa067 Merged cookbook update from 3.2. by Vinay Sajip · 13 years ago
  85. 6b883a2 Updated logging cookbook with info on alternative format styles. by Vinay Sajip · 13 years ago
  86. 40e0f35 Fix comparison bug with 'rc' versions in packaging.version (#11841). by Éric Araujo · 13 years ago
  87. 0509d94 Issue #14113: Fix a test_strptime failure caused by changes to LC_ALL. by Stefan Krah · 13 years ago
  88. 6a346db Merge by Antoine Pitrou · 13 years ago
  89. dde244d Merge by Antoine Pitrou · 13 years ago
  90. f12b447 Merge by Antoine Pitrou · 13 years ago
  91. 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
  92. 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
  93. ac3590d Null merge. by Nadeem Vawda · 13 years ago
  94. 05a4dd8 Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. by Nadeem Vawda · 13 years ago
  95. 6181b39 Remove duplicate label. by Georg Brandl · 13 years ago
  96. 9bd126a the days of pre-standard C compilers are gone by Benjamin Peterson · 13 years ago
  97. 4f92a68 Issue #14080: fix sporadic test_imp failure. Patch by Stefan Krah. by Antoine Pitrou · 13 years ago
  98. 9578757 Issue #14107: test: Fix a deadlock involving the memory watchdog thread. by Charles-François Natali · 13 years ago
  99. c45a8a1 Issue #14123: Explicitly mention that old style % string formatting has caveats but is not going away any time soon. by Gregory P. Smith · 13 years ago
  100. 3bbdc8e Issue #14123: Explicitly mention that old style % string formatting has caveats by Gregory P. Smith · 13 years ago