1. c13516b merge by Raymond Hettinger · 11 years ago
  2. 2ff2190 Issue #18594: Fix the fast path for collections.Counter(). by Raymond Hettinger · 11 years ago
  3. 6587083 merge from 3.3. Minor urllib.parse.rst docs fix. by Senthil Kumaran · 11 years ago
  4. 21b2933 Minor doc fix in urllib.parse.rst by Senthil Kumaran · 11 years ago
  5. 6a9c0e5 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  6. 3c678c3 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  7. c8fb4fc Add a "skull and crossbones" to Py_AddPendingCall. by Antoine Pitrou · 11 years ago
  8. 1a67bee Add a "skull and crossbones" to Py_AddPendingCall. by Antoine Pitrou · 11 years ago
  9. 63f03ed Issue #19134: Make a test in inspect conditional on multiprocessing by Brett Cannon · 11 years ago
  10. 2512cae Merge 3.3 by Martin v. Löwis · 11 years ago
  11. 7ab8c87 Issue #19106: Add buildbottouch target. by Martin v. Löwis · 11 years ago
  12. a27af80 Merge 3.3 by Martin v. Löwis · 11 years ago
  13. bf52648 Issue #19106: Touch generated files to be 1s newer than their youngest source. by Martin v. Löwis · 11 years ago
  14. b0ce820 merge from 3.3 by Senthil Kumaran · 11 years ago
  15. 600b735 Minor code improvement. Review comment by Eric V. Smith by Senthil Kumaran · 11 years ago
  16. d92af0f Merge 3.4.0a3 release changes. by Larry Hastings · 11 years ago
  17. e9cbd18 Post-version release cleanup. by Larry Hastings · 11 years ago
  18. 5d23e6d Issue #5845: In site.py, only load readline history from ~/.python_history if no history has been read already. This avoids double writes to the history file at shutdown. by Antoine Pitrou · 11 years ago
  19. 95536b8 rename some more tests to avoid duplicate names (#19123) by Benjamin Peterson · 11 years ago
  20. c82d9de merge heads by Benjamin Peterson · 11 years ago
  21. eea020f merge 3.3 by Benjamin Peterson · 11 years ago
  22. f63d558 merge heads by Benjamin Peterson · 11 years ago
  23. b321fe1 merge 3.3 by Benjamin Peterson · 11 years ago
  24. a5ec63b remove unused imports by Benjamin Peterson · 11 years ago
  25. dcdd794 Issue #19128: Remove nonfunctional, unused Mac help indexing tool from repo. by Ned Deily · 11 years ago
  26. b2201e1 Properly initialize all fields of a SSL object after allocation. by Antoine Pitrou · 11 years ago
  27. 860aee7 Properly initialize all fields of a SSL object after allocation. by Antoine Pitrou · 11 years ago
  28. 20b8555 Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL handshake hasn't been done. by Antoine Pitrou · 11 years ago
  29. cf892ac Issue #19130: mention historic VS 2008 build dir, too by Christian Heimes · 11 years ago
  30. 5176337 Issue #19130: mention historic VS 2008 build dir, too by Christian Heimes · 11 years ago
  31. cb1915a Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010 by Christian Heimes · 11 years ago
  32. 9c99cc0 Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010 by Christian Heimes · 11 years ago
  33. 085ab4a Merge. by Richard Oudkerk · 11 years ago
  34. 8b3f5aa Issue #19112: avoid using function defined in method. by Richard Oudkerk · 11 years ago
  35. 84c1205 merge 3.3 (#19127) by Benjamin Peterson · 11 years ago
  36. 72a9854 remove duplicate method (closes #19127) by Benjamin Peterson · 11 years ago
  37. 5395d21 merge 3.3 (#19114) by Benjamin Peterson · 11 years ago
  38. 56b143d condense two tests with the same name (closes #19114) by Benjamin Peterson · 11 years ago
  39. 70157e8 merge 3.3 (#19112) by Benjamin Peterson · 11 years ago
  40. cc6ef36 move helper function into its test method (closes #19112) by Benjamin Peterson · 11 years ago
  41. 353d450 merge 3.3 (#19117) by Benjamin Peterson · 11 years ago
  42. 52010b4 fix duplicate test names in test_dis (closes #19117) by Benjamin Peterson · 11 years ago
  43. 42686e4 merge 3.3 (#19118) by Benjamin Peterson · 11 years ago
  44. f8ab760 remove duplicate test_mkd (closes #19118) by Benjamin Peterson · 11 years ago
  45. 3dcdacf merge 3.3 (#19116) by Benjamin Peterson · 11 years ago
  46. db0601f combine two tests to avoid duplicate names (closes #19116) by Benjamin Peterson · 11 years ago
  47. 177d89c merge 3.3 (#19126) by Benjamin Peterson · 11 years ago
  48. e8c8a59 fix duplicate test name (closes #19126) by Benjamin Peterson · 11 years ago
  49. e86eb89 merge 3.3 (#19125) by Benjamin Peterson · 11 years ago
  50. 1eca062 fix test to run and test that smtpd does support ELHO (closes #19125) by Benjamin Peterson · 11 years ago
  51. 11f34ca delete duplicate test (closes #19123) by Benjamin Peterson · 11 years ago
  52. 96609b7 merge 3.3 (#19122) by Benjamin Peterson · 11 years ago
  53. 05ab702 remove duplicate test from test_import (closes #19122) by Benjamin Peterson · 11 years ago
  54. 61e10a5 Issue #4366: Fix building extensions on all platforms when --enable-shared is used. by Antoine Pitrou · 11 years ago
  55. 643238e Issue #4366: Fix building extensions on all platforms when --enable-shared is used. by Antoine Pitrou · 11 years ago
  56. d3f9776 Added tag v3.4.0a3 for changeset dd9cdf90a507 by Larry Hastings · 11 years ago
  57. 44719a7 Version bump to 3.4.0a3. by Larry Hastings · 11 years ago
  58. 346f402 Updated pydoc topics.py for 3.4a3 release. by Larry Hastings · 11 years ago
  59. b3b0720 merge 3.3 (#19115) by Benjamin Peterson · 11 years ago
  60. 3103631 fix duplicate test names (closes #19115) by Benjamin Peterson · 11 years ago
  61. f7622bf Issue #18950: Fix miscellaneous bugs in the sunau module. by Serhiy Storchaka · 11 years ago
  62. 0300a8d Issue #18950: Fix miscellaneous bugs in the sunau module. by Serhiy Storchaka · 11 years ago
  63. 6ba64f4 Close #18596: Support address sanity checking in clang/GCC by Nick Coghlan · 11 years ago
  64. 4cc2afa Close #18990: remove root attribute from XMLPullParser by Nick Coghlan · 11 years ago
  65. 33918c1 Issue19030: fixed comment that was still referring to a changed descriptor. by Ethan Furman · 11 years ago
  66. 9a1daf5 Close #19011: Add documentation on some of the non-standard Enum behavior. by Ethan Furman · 11 years ago
  67. ab25c7c Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty by Serhiy Storchaka · 11 years ago
  68. d2c07a5 Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty by Serhiy Storchaka · 11 years ago
  69. cb2c4fe Updated test_logging so that errors don't occur in the absence of threading. by Vinay Sajip · 11 years ago
  70. f6cdffe Streamlined logging tests by moving common code to a helper function. by Vinay Sajip · 11 years ago
  71. 5421f35 logging: added support for Unix domain sockets to SocketHandler and DatagramHandler. by Vinay Sajip · 11 years ago
  72. 5579889 Fix .hgtouch to list the dependencies for auto-generated AST code correctly. by Eli Bendersky · 11 years ago
  73. c3034b1 merge 3.3 by Benjamin Peterson · 11 years ago
  74. 1f09c66 let this work with system Python 2.5 by Benjamin Peterson · 11 years ago
  75. c51c3ed merge 3.3 by Benjamin Peterson · 11 years ago
  76. eecdd77 fix my absurd spelling by Benjamin Peterson · 11 years ago
  77. c30d058 merge 3.3 (#19098) by Benjamin Peterson · 11 years ago
  78. 305e5aa don't scale compiler stack frames if the recursion limit is huge (closes #19098) by Benjamin Peterson · 11 years ago
  79. 1891cff Move open outside try/finally by Eli Bendersky · 11 years ago
  80. 9908123 Don't use fancy new Python features like 'with' - some bots don't have them by Eli Bendersky · 11 years ago
  81. 58fe1b1 Normalize whitespace by Eli Bendersky · 11 years ago
  82. b788a38 Small fixes in Parser/asdl.py - no change in functionality. by Eli Bendersky · 11 years ago
  83. e03ea37 Close #19030: improvements to inspect and Enum. by Ethan Furman · 11 years ago
  84. 7cba5fd Fix minor typo. by Georg Brandl · 11 years ago
  85. 0fc5b27 Null merge (tkinter.Tkapp.merge() was removed in 3.4). by Serhiy Storchaka · 11 years ago
  86. 369606d Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments. by Serhiy Storchaka · 11 years ago
  87. 77622f5 Issue #18996: TestCase.assertEqual() now more cleverly shorten differing by Serhiy Storchaka · 11 years ago
  88. 463bd4b Issue #19034: repr() for tkinter.Tcl_Obj now exposes string reperesentation. by Serhiy Storchaka · 11 years ago
  89. 64a9972 Close #19025: Better error message when trying to delete an Enum member. by Ethan Furman · 11 years ago
  90. 0c47f34 Issue #18978: Update docs to reflect explicitly the ability to set the attribute at the class level. by Jason R. Coombs · 11 years ago
  91. 838521e Close #18978: Merge changes. by Jason R. Coombs · 11 years ago
  92. ea9e097 Update NEWS by Jason R. Coombs · 11 years ago
  93. f94a16b Close #18626: add a basic CLI for the inspect module by Nick Coghlan · 11 years ago
  94. 4c7fe6a Avoid inconsistent use of 'finalizer' by Nick Coghlan · 11 years ago
  95. be57ab8 Close #19047: weakref doc cleanups by Nick Coghlan · 11 years ago
  96. a283887 merge with 3.3 by Georg Brandl · 11 years ago
  97. 587b305 Closes #19043: remove detailed listing of versions from license files by Georg Brandl · 11 years ago
  98. df4cb12 Merge from 3.3 by Nick Coghlan · 11 years ago
  99. ce34687 Fix comment in test_gdb by Nick Coghlan · 11 years ago
  100. 710a67e Note that LINEAR_PROBES can be set to zero. by Raymond Hettinger · 11 years ago