1. c7c953a typo, changeset dd0d751cc7f1 belongs to issue #16499 not issue #16400 by Christian Heimes · 11 years ago
  2. ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
  3. 562d9cb Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 11 years ago
  4. 43694a5 Issue #18668: Further clarify m_size setting for non-negative values by Eli Bendersky · 11 years ago
  5. 8a44c05 Null merge related to #18600. by R David Murray · 11 years ago
  6. fb1a7bc #18600: In 3.3, as_string does not accept a policy keyword. by R David Murray · 11 years ago
  7. bb17d2b #18600: add policy to add_string, and as_bytes and __bytes__ methods. by R David Murray · 11 years ago
  8. 3f58277 Closes #18671: Output more information when logging exceptions occur. by Vinay Sajip · 11 years ago
  9. d119b7b #18357: merge with 3.3. by Ezio Melotti · 11 years ago
  10. 2532635 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 11 years ago
  11. e1a6edc #18581: merge with 3.3. by Ezio Melotti · 11 years ago
  12. 4e4f3b8 #18581: remove duplicate test and run a test class that was skipped. Initial patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  13. 0738aff Fix a typo in PyUnicode_CopyCharacters() documentation. by Serhiy Storchaka · 11 years ago
  14. cdd0279 Fix a typo in PyUnicode_CopyCharacters() documentation. by Serhiy Storchaka · 11 years ago
  15. 3e4477c #18267: merge with 3.3. by Ezio Melotti · 11 years ago
  16. 79016e1 #18267: make whitespace consistent and fix an operator. by Ezio Melotti · 11 years ago
  17. 5cc06fd #18273: merge with 3.3. by Ezio Melotti · 11 years ago
  18. 66f2ea0 #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  19. a27b83a Issue #15301: Parsing fd, uid, and gid parameters for builtins by Larry Hastings · 11 years ago
  20. 7533137 Closing #18668: Properly document setting m_size in PyModuleDef by Eli Bendersky · 11 years ago
  21. 0d2d2b8 Issue #18668: Properly document setting m_size in PyModuleDef by Eli Bendersky · 11 years ago
  22. 236a547 Issue #18665: fix typos. Patch by Vajrasky Kok. by Antoine Pitrou · 11 years ago
  23. dbfc129 Issue #18666: improve test_frame a bit. Patch by Vajrasky Kok. by Antoine Pitrou · 11 years ago
  24. 47cd96e Normalize whitespace by Antoine Pitrou · 11 years ago
  25. 853395b Issue #18621: Prevent the site module's patched builtins from keeping too many references alive for too long. by Antoine Pitrou · 11 years ago
  26. 79ba388 Improve verbose reporting of shutdown phase by using the "public" module name by Antoine Pitrou · 11 years ago
  27. 257cf2f In _PyGC_Fini(), lose the reference that was kept to the time module by Antoine Pitrou · 11 years ago
  28. 0e0ccf7 #18443: remove the TextMate entry now that the bundle has been removed and fix ordering. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  29. 73207e0 Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails. by Christian Heimes · 11 years ago
  30. 9ae513c Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails. by Christian Heimes · 11 years ago
  31. 9b855de Issue #14323: Expanded the number of digits in the coefficients for the by Serhiy Storchaka · 11 years ago
  32. 536f9fd Put the most important and most frequency accessed struct member first. by Raymond Hettinger · 11 years ago
  33. c629d4c Replace outdated optimization with clearer code that compiles better. by Raymond Hettinger · 11 years ago
  34. 9e3d27b Followup to 862ab99ab570: I forgot to add the magnificent test_frame.py. by Antoine Pitrou · 11 years ago
  35. 58720d6 Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles. by Antoine Pitrou · 11 years ago
  36. c53204b Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert. by Antoine Pitrou · 11 years ago
  37. 914061a * Fix the assertions in hashlib to use unittest assertion methods instead of by Gregory P. Smith · 11 years ago
  38. e5192cd Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). Thanks Vajrasky Kok. by Mark Dickinson · 11 years ago
  39. fb29a16 Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok. by Mark Dickinson · 11 years ago
  40. f3e4b62 Issue #18659: Backed out changeset cfd875bcbe41 after buildbot failures. by Mark Dickinson · 11 years ago
  41. a9e626f Issue #18659: fix test_format test that wasn't being executed. Thanks Vajrasky Kok for the patch. by Mark Dickinson · 11 years ago
  42. 2833f42 #18657: remove duplicate entries from Misc/ACKS. by R David Murray · 11 years ago
  43. d7bd7a5 Silence compiler warnings for strict function prototype declarations. by Raymond Hettinger · 11 years ago
  44. 95f34ab Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'. by Terry Jan Reedy · 11 years ago
  45. c86d7e9 Silence compiler warning for an unused declaration by Raymond Hettinger · 11 years ago
  46. e56666d Silence compiler warning about an uninitialized variable by Raymond Hettinger · 11 years ago
  47. b2aa6f4 Issue 18532: Added tests and documentation to formally specify the .name attribute on hashlib objects. by Jason R. Coombs · 11 years ago
  48. 21e9ac7 Merge: #18657: remove duplicate entries from Misc/ACKS. by R David Murray · 11 years ago
  49. 28dc9b9 merge by Raymond Hettinger · 11 years ago
  50. ec53111 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  51. 44473f2 Merge. by Alexander Belopolsky · 11 years ago
  52. df7027b Reuse us_per_second in delta_total_seconds. by Alexander Belopolsky · 11 years ago
  53. b3325a1 merge by Raymond Hettinger · 11 years ago
  54. 0d4f94a Merge. by Alexander Belopolsky · 11 years ago
  55. 790d269 Fixes #8860: Round half-microseconds to even in the timedelta constructor. by Alexander Belopolsky · 11 years ago
  56. 5ed1b38 merge by Raymond Hettinger · 11 years ago
  57. 5e5a823 Close #18635: Move class level private attribute from instance to class. by Ethan Furman · 11 years ago
  58. af760db Null merge. by Charles-François Natali · 11 years ago
  59. 8580dab Hum, VMS code is still present by Victor Stinner · 11 years ago
  60. f3fd13b Complete What's New in Python 3.4 by Victor Stinner · 11 years ago
  61. b90f417 Merging the 3.4.0a1 head. by Larry Hastings · 11 years ago
  62. a3c6a1f Cycled Misc/NEWS for alpha 2, touched patchlevel. by Larry Hastings · 11 years ago
  63. c4216ab Issue #17902: Clarify doc of ElementTree.iterparse and IncrementalParser by Eli Bendersky · 11 years ago
  64. ca97fd3 Issue #17902: Clarify doc of ElementTree.iterparse by Eli Bendersky · 11 years ago
  65. b9b6ce6 Merge fix for Issue #17011 from 3.3 by Eli Bendersky · 11 years ago
  66. 2acc525 Issue #17011: Fix caching of xpath path when namespaces are present. by Eli Bendersky · 11 years ago
  67. 739e750 Issue #16741: Remove testing of implementation artifact. by Serhiy Storchaka · 11 years ago
  68. 3ceaff0 Issue #16741: Remove testing of implementation artifact. by Serhiy Storchaka · 11 years ago
  69. 3efad82 Issue #18647: Temporary disable the "nothing to repeat" check to make buildbots happy. by Serhiy Storchaka · 11 years ago
  70. 5e376a7 Issue #18647: Temporary disable the "nothing to repeat" check to make buildbots happy. by Serhiy Storchaka · 11 years ago
  71. 436151e Merge from v3.4.0a1 head. by Larry Hastings · 11 years ago
  72. 70a892b Added tag v3.4.0a1 for changeset 46535f65e7f3 by Larry Hastings · 11 years ago
  73. 1f08c77 Bumped version to 3.4.0a1. by Larry Hastings · 11 years ago
  74. 4e0f663 Updated pydoc topics for Python 3.4.0a1 release. by Larry Hastings · 11 years ago
  75. 7e53793 Null merge by Serhiy Storchaka · 11 years ago
  76. 616c441 Merge heads by Serhiy Storchaka · 11 years ago
  77. 3610286 Merge heads by Serhiy Storchaka · 11 years ago
  78. 579ddc2 Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
  79. d87c3d3 Issue #16067: Merge with 3.3 by Martin v. Löwis · 11 years ago
  80. 78fa5e3 Issue #16067: Add description into MSI file to replace installer's temporary name. by Martin v. Löwis · 11 years ago
  81. f6d0aee Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
  82. e633bed Merge heads by Serhiy Storchaka · 11 years ago
  83. b94f61b Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 11 years ago
  84. 1f35ae0 Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 11 years ago
  85. d41102d Remove debugging print. by Mark Dickinson · 11 years ago
  86. fb0ffa1 - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). by doko@ubuntu.com · 11 years ago
  87. 1dfb918 - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). by doko@ubuntu.com · 11 years ago
  88. 1337130 Merge #18396 from 3.3 by Nick Coghlan · 11 years ago
  89. 60b3ac7 Close #18396: fix spurious test_signal failure on Windows by Nick Coghlan · 11 years ago
  90. 02515f7 Minor consistency fixes for some longobject.c exception messages: by Mark Dickinson · 11 years ago
  91. d36fc43 Fix minor documentation markup error. by Larry Hastings · 11 years ago
  92. 582583b Issue #17046: merge from 3.3 by Ned Deily · 11 years ago
  93. e92dfbf Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case. by Ned Deily · 11 years ago
  94. 95db2e7 Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deallocating a Tkapp object. by Antoine Pitrou · 11 years ago
  95. 865d12a Fix warning: ‘ptr2’ may be used uninitialized in this function by Christian Heimes · 11 years ago
  96. 1d7ec8f Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event by Charles-François Natali · 11 years ago
  97. 6ddd265 Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event by Charles-François Natali · 11 years ago
  98. b467d15 Issue #18517: merge from 3.3 by Ned Deily · 11 years ago
  99. cd3d8fb Issue #18517: Move definition of "xxlimited" extension to detect_modules(). by Ned Deily · 11 years ago
  100. 970a87f Closes #18627: merge from 3.3 by Ned Deily · 11 years ago