1. 085ab4a Merge. by Richard Oudkerk · 11 years ago
  2. 8b3f5aa Issue #19112: avoid using function defined in method. by Richard Oudkerk · 11 years ago
  3. 84c1205 merge 3.3 (#19127) by Benjamin Peterson · 11 years ago
  4. 72a9854 remove duplicate method (closes #19127) by Benjamin Peterson · 11 years ago
  5. 5395d21 merge 3.3 (#19114) by Benjamin Peterson · 11 years ago
  6. 56b143d condense two tests with the same name (closes #19114) by Benjamin Peterson · 11 years ago
  7. 70157e8 merge 3.3 (#19112) by Benjamin Peterson · 11 years ago
  8. cc6ef36 move helper function into its test method (closes #19112) by Benjamin Peterson · 11 years ago
  9. 353d450 merge 3.3 (#19117) by Benjamin Peterson · 11 years ago
  10. 52010b4 fix duplicate test names in test_dis (closes #19117) by Benjamin Peterson · 11 years ago
  11. 42686e4 merge 3.3 (#19118) by Benjamin Peterson · 11 years ago
  12. f8ab760 remove duplicate test_mkd (closes #19118) by Benjamin Peterson · 11 years ago
  13. 3dcdacf merge 3.3 (#19116) by Benjamin Peterson · 11 years ago
  14. db0601f combine two tests to avoid duplicate names (closes #19116) by Benjamin Peterson · 11 years ago
  15. 177d89c merge 3.3 (#19126) by Benjamin Peterson · 11 years ago
  16. e8c8a59 fix duplicate test name (closes #19126) by Benjamin Peterson · 11 years ago
  17. e86eb89 merge 3.3 (#19125) by Benjamin Peterson · 11 years ago
  18. 1eca062 fix test to run and test that smtpd does support ELHO (closes #19125) by Benjamin Peterson · 11 years ago
  19. 11f34ca delete duplicate test (closes #19123) by Benjamin Peterson · 11 years ago
  20. 96609b7 merge 3.3 (#19122) by Benjamin Peterson · 11 years ago
  21. 05ab702 remove duplicate test from test_import (closes #19122) by Benjamin Peterson · 11 years ago
  22. 61e10a5 Issue #4366: Fix building extensions on all platforms when --enable-shared is used. by Antoine Pitrou · 11 years ago
  23. 643238e Issue #4366: Fix building extensions on all platforms when --enable-shared is used. by Antoine Pitrou · 11 years ago
  24. b3b0720 merge 3.3 (#19115) by Benjamin Peterson · 11 years ago
  25. 3103631 fix duplicate test names (closes #19115) by Benjamin Peterson · 11 years ago
  26. f7622bf Issue #18950: Fix miscellaneous bugs in the sunau module. by Serhiy Storchaka · 11 years ago
  27. 0300a8d Issue #18950: Fix miscellaneous bugs in the sunau module. by Serhiy Storchaka · 11 years ago
  28. 6ba64f4 Close #18596: Support address sanity checking in clang/GCC by Nick Coghlan · 11 years ago
  29. 4cc2afa Close #18990: remove root attribute from XMLPullParser by Nick Coghlan · 11 years ago
  30. 33918c1 Issue19030: fixed comment that was still referring to a changed descriptor. by Ethan Furman · 11 years ago
  31. 9a1daf5 Close #19011: Add documentation on some of the non-standard Enum behavior. by Ethan Furman · 11 years ago
  32. ab25c7c Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty by Serhiy Storchaka · 11 years ago
  33. d2c07a5 Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty by Serhiy Storchaka · 11 years ago
  34. cb2c4fe Updated test_logging so that errors don't occur in the absence of threading. by Vinay Sajip · 11 years ago
  35. f6cdffe Streamlined logging tests by moving common code to a helper function. by Vinay Sajip · 11 years ago
  36. 5421f35 logging: added support for Unix domain sockets to SocketHandler and DatagramHandler. by Vinay Sajip · 11 years ago
  37. 5579889 Fix .hgtouch to list the dependencies for auto-generated AST code correctly. by Eli Bendersky · 11 years ago
  38. c3034b1 merge 3.3 by Benjamin Peterson · 11 years ago
  39. 1f09c66 let this work with system Python 2.5 by Benjamin Peterson · 11 years ago
  40. c51c3ed merge 3.3 by Benjamin Peterson · 11 years ago
  41. eecdd77 fix my absurd spelling by Benjamin Peterson · 11 years ago
  42. c30d058 merge 3.3 (#19098) by Benjamin Peterson · 11 years ago
  43. 305e5aa don't scale compiler stack frames if the recursion limit is huge (closes #19098) by Benjamin Peterson · 11 years ago
  44. 1891cff Move open outside try/finally by Eli Bendersky · 11 years ago
  45. 9908123 Don't use fancy new Python features like 'with' - some bots don't have them by Eli Bendersky · 11 years ago
  46. 58fe1b1 Normalize whitespace by Eli Bendersky · 11 years ago
  47. b788a38 Small fixes in Parser/asdl.py - no change in functionality. by Eli Bendersky · 11 years ago
  48. e03ea37 Close #19030: improvements to inspect and Enum. by Ethan Furman · 11 years ago
  49. 7cba5fd Fix minor typo. by Georg Brandl · 11 years ago
  50. 0fc5b27 Null merge (tkinter.Tkapp.merge() was removed in 3.4). by Serhiy Storchaka · 11 years ago
  51. 369606d Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments. by Serhiy Storchaka · 11 years ago
  52. 77622f5 Issue #18996: TestCase.assertEqual() now more cleverly shorten differing by Serhiy Storchaka · 11 years ago
  53. 463bd4b Issue #19034: repr() for tkinter.Tcl_Obj now exposes string reperesentation. by Serhiy Storchaka · 11 years ago
  54. 64a9972 Close #19025: Better error message when trying to delete an Enum member. by Ethan Furman · 11 years ago
  55. 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
  56. 838521e Close #18978: Merge changes. by Jason R. Coombs · 11 years ago
  57. ea9e097 Update NEWS by Jason R. Coombs · 11 years ago
  58. f94a16b Close #18626: add a basic CLI for the inspect module by Nick Coghlan · 11 years ago
  59. 4c7fe6a Avoid inconsistent use of 'finalizer' by Nick Coghlan · 11 years ago
  60. be57ab8 Close #19047: weakref doc cleanups by Nick Coghlan · 11 years ago
  61. a283887 merge with 3.3 by Georg Brandl · 11 years ago
  62. 587b305 Closes #19043: remove detailed listing of versions from license files by Georg Brandl · 11 years ago
  63. df4cb12 Merge from 3.3 by Nick Coghlan · 11 years ago
  64. ce34687 Fix comment in test_gdb by Nick Coghlan · 11 years ago
  65. 710a67e Note that LINEAR_PROBES can be set to zero. by Raymond Hettinger · 11 years ago
  66. 4ef0528 Minor beautification. Put updates and declarations in a more logical order. by Raymond Hettinger · 11 years ago
  67. a78cccb test_gdb: skip pretty-printing of sets with gdb < 7.3 by Antoine Pitrou · 11 years ago
  68. d0f3e07 test_gdb: dump gdb version in verbose mode by Antoine Pitrou · 11 years ago
  69. 0ce1953 When LINEAR_PROBES=0, let the compiler remove the dead code on its own. by Raymond Hettinger · 11 years ago
  70. c70a2b7 Make the linear probe sequence clearer. by Raymond Hettinger · 11 years ago
  71. 1eb8762 Merge heads by Serhiy Storchaka · 11 years ago
  72. dac8b8b Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call by Serhiy Storchaka · 11 years ago
  73. 31f477c Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call by Serhiy Storchaka · 11 years ago
  74. b4a46cb Add a comment making it explicit that itertools.tee() is already 64bit-safe (issue #19049) by Antoine Pitrou · 11 years ago
  75. de24a1f Null merge by Serhiy Storchaka · 11 years ago
  76. c8bf95c Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0 by Serhiy Storchaka · 11 years ago
  77. df099f5 Update internal comments to say _something_ about the "API ID". by Tim Peters · 11 years ago
  78. 3af4fad Correcting the mistake in 678e3c0d2d99 by Senthil Kumaran · 11 years ago
  79. 2a97cee Correcting the mistake in 14ba90816930 by Senthil Kumaran · 11 years ago
  80. 6bd3e44 Merge #14984: only import pwd on POSIX. by R David Murray · 11 years ago
  81. 4b49ae6 Merge #14984: only import pwd on POSIX. by R David Murray · 11 years ago
  82. 58bf8d2 Merge #14984: only import pwd on POSIX. by R David Murray · 11 years ago
  83. 505be21 #14984: only import pwd on POSIX. by R David Murray · 11 years ago
  84. cf6d0e7 Merge #19037: adjust file times *before* moving maildir files into place. by R David Murray · 11 years ago
  85. 41a22f1 #19037: adjust file times *before* moving maildir files into place. by R David Murray · 11 years ago
  86. b7c1a5d Merge merge heads. by R David Murray · 11 years ago
  87. 4feddde Merge heads. by R David Murray · 11 years ago
  88. 825b50a Merge heads. by R David Murray · 11 years ago
  89. 9937155 - followup for issue #18997, make _clear_joined_ptr static. by doko@ubuntu.com · 11 years ago
  90. 0648bf7 - followup for issue #18997, make _clear_joined_ptr static. by doko@ubuntu.com · 11 years ago
  91. 4750fa8 Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  92. fb9dc0b Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  93. 8270a2c Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  94. 104aab9 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  95. 9353494 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  96. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  97. 3c41154 Issue #17003: Unified the size argument names in the io module with common by Serhiy Storchaka · 11 years ago
  98. b3955fe Issue #19029: Change non-existing since 3.0 StringType to str. by Serhiy Storchaka · 11 years ago
  99. 975fce3 Issue #19029: Change non-existing since 3.0 StringType to str. by Serhiy Storchaka · 11 years ago
  100. c6ebbef One more markup fix. by Georg Brandl · 11 years ago