1. 4dcf474 Fix indentation. by Georg Brandl · 12 years ago
  2. 50dbb3f Issue #14205: document the change of dict[key] behaviour if dict is modified by Victor Stinner · 12 years ago
  3. 704cae5 merge 3.2 (null) by Benjamin Peterson · 12 years ago
  4. 8f40860 Close #14223: curses.addch() is no more limited to the range 0-255 when the by Victor Stinner · 12 years ago
  5. 9a63386 merge 3.2 (#3787e896dbe9) by Benjamin Peterson · 12 years ago
  6. dae9f83 this stuff will actually be new in 3.2.4 by Benjamin Peterson · 12 years ago
  7. 52c4243 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 12 years ago
  8. 657e9eb make gi_running a boolean by Benjamin Peterson · 12 years ago
  9. 9fc3090 indicate we're not running as we leave this block by Benjamin Peterson · 12 years ago
  10. 099a78f make delegating generators say they running (closes #14220) by Benjamin Peterson · 12 years ago
  11. 33d21a2 merge 3.2 (#14212) by Benjamin Peterson · 12 years ago
  12. 1ae230a merge heads by Benjamin Peterson · 12 years ago
  13. e48944b keep the buffer object around while we're using it (closes #14212) by Benjamin Peterson · 12 years ago
  14. 2fa0cbc Remove buggy change for #13719 in packaging by Éric Araujo · 12 years ago
  15. 00b41fc Merge 3.2 by Éric Araujo · 12 years ago
  16. a420c82 Backout buggy patch committed for #13719 by Éric Araujo · 12 years ago
  17. 7f4fdb2 Use ANSI C prototype instead of K&R style. by Ross Lagerwall · 12 years ago
  18. 30b8e54 Use PEP-8 style in logging example by Jason R. Coombs · 12 years ago
  19. 88748d7 Issue #10951: Fix compiler warnings in _sre.c by Ross Lagerwall · 12 years ago
  20. 8c15976 Issue #10951: Fix warnings in the socket module. by Ross Lagerwall · 12 years ago
  21. 8a56085 Merge: Use PEP-8 style in logging example by Jason R. Coombs · 12 years ago
  22. d6c4340 Add todo item about hash randomization. by Georg Brandl · 12 years ago
  23. f67e494 merge by Brett Cannon · 12 years ago
  24. 0119e47 Remove uuids, as they are now computed. by Martin v. Löwis · 12 years ago
  25. 41add01 Use hg manifest to compute list of library files to include. by Martin v. Löwis · 12 years ago
  26. 2318699 Whitespace. by Stefan Krah · 12 years ago
  27. 4e14174 Whitespace. by Stefan Krah · 12 years ago
  28. abd887d Issue #14181: Improve clarity in the documentation for the multi-purpose by Stefan Krah · 12 years ago
  29. 2d62798 Merge by Antoine Pitrou · 12 years ago
  30. 5bb9a8f Remove a couple of local imports. by Antoine Pitrou · 12 years ago
  31. 6c64cc1 Reap processes at test end to avoid false positives in reference leak detection. by Antoine Pitrou · 12 years ago
  32. b9b281b Add some simple examples to the PEP 380 section of What's New by Nick Coghlan · 12 years ago
  33. 98e2070 Add PEP 414 to What's New, consolidate memoryview entries by Nick Coghlan · 12 years ago
  34. de157cc Issue #14200: Add benchmark results to text flow. by Martin v. Löwis · 12 years ago
  35. 0644741 Fix a comment: PySequence_Fast() creates a list, not a tuple. by Larry Hastings · 12 years ago
  36. 0d03478 Remove an unused variable by Victor Stinner · 12 years ago
  37. b1f7f63 test_pty: fix ResourceWarning warnings by Victor Stinner · 12 years ago
  38. 198b291 Close #14205: dict lookup raises a RuntimeError if the dict is modified during by Victor Stinner · 12 years ago
  39. b2c7cca Move entry to right section. Mention minidom. by Martin v. Löwis · 12 years ago
  40. b2fcd3a Added delay before record creation. by Vinay Sajip · 12 years ago
  41. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 12 years ago
  42. 1e88f3f Merge. by Stefan Krah · 12 years ago
  43. 1649c1b Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do by Stefan Krah · 12 years ago
  44. c53d624 Merge 3.2 by Éric Araujo · 12 years ago
  45. b8e280d Make packaging’ upload command work with bdist_msi products (#13719) by Éric Araujo · 12 years ago
  46. c3705d3 Fix NameError from #13719 fix by Éric Araujo · 12 years ago
  47. d167123 Branch merge by Éric Araujo · 12 years ago
  48. 6a59b70 Merge 3.2 by Éric Araujo · 12 years ago
  49. 80f7102 Improve packaging.database documentation by Éric Araujo · 12 years ago
  50. 420f698 Backport minidom attribute tests from default (73c76466cf44). by Éric Araujo · 12 years ago
  51. e413c06 Make distutils’ upload command work with bdist_msi products (#13719). by Éric Araujo · 12 years ago
  52. 400a968 remove f_yieldfrom access from Python (closes #13970) by Benjamin Peterson · 12 years ago
  53. e5eec7e Move xml.etree higher and xml.parsers.expat lower in the markup ToC. by Éric Araujo · 12 years ago
  54. fdfaf0a Use source reST role instead of file where it makes sense. by Éric Araujo · 12 years ago
  55. d3899e3 Remove mention of defunct file. by Éric Araujo · 12 years ago
  56. c432a9d Use raw string for a docstring that uses a backslash by Éric Araujo · 12 years ago
  57. bf6c7ec Issue #14181: Test creating memoryviews from a static exporter with both by Stefan Krah · 12 years ago
  58. 8d217c6 Issue #12151: Added more info to diagnostics. by Vinay Sajip · 12 years ago
  59. 8cf4b51 xml.dom.minidom: add more __slots__ to limit resource usage. by Florent Xicluna · 12 years ago
  60. 6c75301 xml.dom: fix typo, drop unused imports. by Florent Xicluna · 12 years ago
  61. fb06746 Flatten nested try ... finally, try ... except. by Florent Xicluna · 12 years ago
  62. 49ab14f Merge. by Stefan Krah · 12 years ago
  63. fcbb416 Issue #10181: The decision was to raise a buffer error in memory_exit() by Stefan Krah · 12 years ago
  64. 682c979 Merged upstream changes. by Vinay Sajip · 12 years ago
  65. b6f6670 Added more diagnostics for diagnosing #12151. by Vinay Sajip · 12 years ago
  66. 75b5e7e Issue #14007: accept incomplete TreeBuilder objects (missing start/end/data/close) for the Python implementation as well. Add disabled tests for the doctype() method. by Florent Xicluna · 12 years ago
  67. 50eee83 Issue #14007: drop unused TreeBuilder().xml. by Florent Xicluna · 12 years ago
  68. 4e99a31 Issue #14181: Allow memoryview construction from an object that uses the by Stefan Krah · 12 years ago
  69. ab8f392 3.3.0a1 is done. by Georg Brandl · 12 years ago
  70. 67245a6 Issue #14168: Check for presence of _attrs before accessing it. by Martin v. Löwis · 12 years ago
  71. f1c4259 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 12 years ago
  72. 653f932 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 12 years ago
  73. 5102bf4 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 12 years ago
  74. 942f2dd Issue #14171: Add valgrind suppressions for OpenSSL issue. by Martin v. Löwis · 12 years ago
  75. f7dabd8 Merge by Antoine Pitrou · 12 years ago
  76. a14bd00 Port 2.7 fix for sporadic failure in test_weakset. by Antoine Pitrou · 12 years ago
  77. 9c47ac0 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 12 years ago
  78. 0b2b583 Fix spelling. by Georg Brandl · 12 years ago
  79. de89d4b Port 2.7 fix for sporadic failure in test_weakset. by Antoine Pitrou · 12 years ago
  80. ed7b51f Enable PGI/PGO builds for x64 python3.dll by Martin v. Löwis · 12 years ago
  81. f2f592d Generate product code UUID from download URL. by Martin v. Löwis · 12 years ago
  82. 8d3c290 Issue #14166: Pickler objects now have an optional `dispatch_table` attribute which allows to set custom per-pickler reduction functions. by Antoine Pitrou · 12 years ago
  83. d1c351d Added tag v3.3.0a1 for changeset f1a9a6505731 by Georg Brandl · 12 years ago
  84. f125bf5 Update copyright years and version name. by Georg Brandl · 12 years ago
  85. 6c8850d Bump to 3.3.0a1. by Georg Brandl · 12 years ago
  86. 0e475c3 Sort and clean up suspicious ignore file. by Georg Brandl · 12 years ago
  87. a673eb8 Fix invalid markup and update suspicious ignores. by Georg Brandl · 12 years ago
  88. 0f25cea Regenerate pydoc topics. by Georg Brandl · 12 years ago
  89. 50fdcdf Fix encoding handling of the pydoc-topics writer. by Georg Brandl · 12 years ago
  90. c0eaeca Updated tokenize to support the inverse byte literals new in 3.3 by Armin Ronacher · 12 years ago
  91. 50364b4 Basic documentation for PEP 414 by Armin Ronacher · 12 years ago
  92. 6ecf77b Basic support for PEP 414 without docs or tests. by Armin Ronacher · 12 years ago
  93. 745ccf8 fix trailing whitespace by Eli Bendersky · 12 years ago
  94. 092af1f Issue #14128: Exposing Element as an actual type from _elementtree, rather than a factory function. by Eli Bendersky · 12 years ago
  95. c9590ad Close #14085: remove assertions from PyUnicode_WRITE macro by Victor Stinner · 12 years ago
  96. d263d18 Fixed problem with diagnostic output. by Vinay Sajip · 12 years ago
  97. 0d3a003 - Issue #14177: marshal.loads() now raises TypeError when given an unicode by Antoine Pitrou · 12 years ago
  98. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 12 years ago
  99. 135b6d8 Close #13550: Remove the debug machinery from the threading module: remove by Victor Stinner · 12 years ago
  100. 643cd68 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple by Victor Stinner · 12 years ago