1. 5c727cb Issue #9516: Port OS X deployment target tests from distutils to packaging by Ned Deily · 13 years ago
  2. 8c86d30 Issue #9516: Merge Distutils changes from 3.2 by Ned Deily · 13 years ago
  3. 657b2de Issue #9516: Update Misc/NEWS. by Ned Deily · 13 years ago
  4. a8f8b50 Issue #9516: Change distutils to no longer globally attempt to check and by Ned Deily · 13 years ago
  5. d13007f Issue #9516: Correct and expand OS X deployment target tests in distutils by Ned Deily · 13 years ago
  6. 274271d remove unused imports (closes #12432) by Benjamin Peterson · 13 years ago
  7. e4a51e6 use the Include in srcdir by Benjamin Peterson · 13 years ago
  8. 4a1ec12 Issue #12141: Install copies of template C module file so that by Ned Deily · 13 years ago
  9. 58f27b2 Issue #12141: Install a copy of template C module file so that by Ned Deily · 13 years ago
  10. 8b56c4b Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  11. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  12. f6837aa Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 13 years ago
  13. 11f00f3 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 13 years ago
  14. 4177eff general cleaning up by Benjamin Peterson · 13 years ago
  15. fbf528f remove svn support by Benjamin Peterson · 13 years ago
  16. b37db00 merge 3.2 by Benjamin Peterson · 13 years ago
  17. 68b543a fix ws by Benjamin Peterson · 13 years ago
  18. 9df8874 merge 3.2 (#11302) by Benjamin Peterson · 13 years ago
  19. 6ccfe85 add more ast tests (closes #11302) by Benjamin Peterson · 13 years ago
  20. e90ec36 don't memoize objects that are their own copies (closes #12422) by Benjamin Peterson · 13 years ago
  21. 31877c9 merge from 3.2 by Senthil Kumaran · 13 years ago
  22. 84e3ccc Fix closes Issue12385 - Clarify maketrans method docstring for bytes and bytearray object. by Senthil Kumaran · 13 years ago
  23. 2353e35 Closes #12419: Added ident to SysLogHandler. by Vinay Sajip · 13 years ago
  24. 345a5d7 merge 3.2 by Benjamin Peterson · 13 years ago
  25. 0f93d3d strip trailing ws by Benjamin Peterson · 13 years ago
  26. 16ba98c merge heads by Benjamin Peterson · 13 years ago
  27. dd6098b merge 3.2 by Benjamin Peterson · 13 years ago
  28. a63a530 merge heads by Benjamin Peterson · 13 years ago
  29. 68151d4 merge 3.2 (#12417) by Benjamin Peterson · 13 years ago
  30. 8d77069 update profile license (closes #12417) by Benjamin Peterson · 13 years ago
  31. 096dcb1 Issue 12139: add CCC command support to FTP_TLS class to revert the SSL connection back to clear-text. by Giampaolo Rodola' · 13 years ago
  32. 5047839 merge from 3.2 by Senthil Kumaran · 13 years ago
  33. 7d80bd1 Fix closes issue 11568 - update select.epoll.register docstring with mention of correct behavior. by Senthil Kumaran · 13 years ago
  34. ea30a5e Issue #8890: Remove /tmp from examples. by Raymond Hettinger · 13 years ago
  35. b34705f Issue #8890: Remove /tmp from examples. by Raymond Hettinger · 13 years ago
  36. 29e2c64 Issue #4608: urllib.request.urlopen does not return an iterable object by Raymond Hettinger · 13 years ago
  37. 038018a Issue #4608: urllib.request.urlopen does not return an iterable object by Raymond Hettinger · 13 years ago
  38. 58ff003 #11363: merge with 3.2. by Ezio Melotti · 13 years ago
  39. 4850d52 #11363: add missing functions from curses doc. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  40. b6b7371 #11363: clean up curses doc. by Ezio Melotti · 13 years ago
  41. 2df0549 #11669: merge with 3.2. by Ezio Melotti · 13 years ago
  42. fc3db8a #11669: rephrase footnote in the Compound Statements page. by Ezio Melotti · 13 years ago
  43. 9003760 map cells to arg slots at code creation time (closes #12399) by Benjamin Peterson · 13 years ago
  44. 935fa01 Merge heads. by Ezio Melotti · 13 years ago
  45. 5778671 Backed out changeset ef306bd1d122 by Ezio Melotti · 13 years ago
  46. 54cc5fd Use correct markup in zipimport.rst. Patch by Sara Magliacane. by Ezio Melotti · 13 years ago
  47. 2d826e8 Use correct markup in zipimport.rst. Patch by Sara Magliacane. by Ezio Melotti · 13 years ago
  48. 7079719 Issue 11802: filecmp cache was growing without bound. by Raymond Hettinger · 13 years ago
  49. 6ddefd7 Issue 12086: add example showing how to use name mangling. by Raymond Hettinger · 13 years ago
  50. 9d3df6d Issue 11889: Clarify docs for enumerate. by Raymond Hettinger · 13 years ago
  51. eceebeb Issue #12408: Fix relative import in test_future5.py. Thanks Cesare Di Mauro. by Mark Dickinson · 13 years ago
  52. 7e4b5c6 Merge #12228 by Mark Dickinson · 13 years ago
  53. 40d9ebe Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi. by Mark Dickinson · 13 years ago
  54. 91b79af merge by Raymond Hettinger · 13 years ago
  55. 4d5208d Fix typo (reported by Hiro Ashiya). by Raymond Hettinger · 13 years ago
  56. 33409d7 #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  57. d0de3d4 Issue 11802: filecmp cache was growing without bound. by Raymond Hettinger · 13 years ago
  58. 142d0f5 Issue 12086: add example showing how to use name mangling. by Raymond Hettinger · 13 years ago
  59. 06eef9c Issue 11758: increase xml.dom.minidom test coverage (contributed by mdorn, reviewed by Sandro Tosi). by Raymond Hettinger · 13 years ago
  60. 7f48578 Fix test_signal on Windows after #12303. by Ross Lagerwall · 13 years ago
  61. 04e1012 Issue 11889: Clarify docs for enumerate. by Raymond Hettinger · 13 years ago
  62. 36a9de0 Issue #12408: Merge. by Mark Dickinson · 13 years ago
  63. bc80822 Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. by Ross Lagerwall · 13 years ago
  64. bb66972 Merge #12228 by Mark Dickinson · 13 years ago
  65. f20dd53 merge by Raymond Hettinger · 13 years ago
  66. ddc56e0 merge by Raymond Hettinger · 13 years ago
  67. 5d35959 merge by Raymond Hettinger · 13 years ago
  68. f68f714 Fix typo (reported by Hiro Ashiya). by Raymond Hettinger · 13 years ago
  69. 473bc27 Merge with 3.2. by Ezio Melotti · 13 years ago
  70. f00bfa2 #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  71. 12fb2f4 Code simplification suggested by Sven Marnach. by Raymond Hettinger · 13 years ago
  72. 5279fb9 Code simplification suggested by Sven Marnach. by Raymond Hettinger · 13 years ago
  73. 1db37f3 Merge with 3.2 (Issue #12404). by Ross Lagerwall · 13 years ago
  74. dbfb9b8 Issue 12404: Remove C89 incompatible code from mmap module. by Ross Lagerwall · 13 years ago
  75. e71db44 Issue #12392: fix thread initialization on FreeBSD 6 by Victor Stinner · 13 years ago
  76. fcb17e1 Merge #10206: add test for previously fixed bug. by R David Murray · 13 years ago
  77. e697e37 #10206: add test for previously fixed bug. by R David Murray · 13 years ago
  78. e109c70 give the names of missing positional or keyword-only arguments (closes #12356) by Benjamin Peterson · 13 years ago
  79. 947d6b0 merge #9921: clarify os.path.join joining algorithm by R David Murray · 13 years ago
  80. 24eb4bc #9921: clarify os.path.join joining algorithm by R David Murray · 13 years ago
  81. 4c6330c (null merge 3.2 for issue #11223) python 3.3 has already a better fix by Victor Stinner · 13 years ago
  82. 66f7d66 Issue #11223: skip also test_rlock_acquire_interruption() on FreeBSD6 by Victor Stinner · 13 years ago
  83. d474380 (null merge 3.2 for issue #11223) python 3.3 has already a better fix by Victor Stinner · 13 years ago
  84. f25ae48 Issue #11223: skip test_lock_acquire_interruption() on FreeBSD6 by Victor Stinner · 13 years ago
  85. 3a420c7 #10354: remove last public mentions of 'template' and comment as private. by R David Murray · 13 years ago
  86. 8153b7a (merge 3.2) Issue #12383: skip test_empty_env() of subprocess on Windows by Victor Stinner · 13 years ago
  87. 62d5118 Issue #12383: skip test_empty_env() of subprocess on Windows by Victor Stinner · 13 years ago
  88. 4527365 Issue #12363: improve siginterrupt() tests by Victor Stinner · 13 years ago
  89. c0a9f75 (merge 3.2) Issue #12383: fix test_empty_env() of subprocess on Mac OS X by Victor Stinner · 13 years ago
  90. 237e5cb Issue #12383: fix test_empty_env() of subprocess on Mac OS X by Victor Stinner · 13 years ago
  91. 749073a #1874: detect invalid multipart CTE and report it as a defect. by R David Murray · 13 years ago
  92. 11cc475 (merge 3.2) Issue #12383: skip test_empty_env() if compiled is compiled in by Victor Stinner · 13 years ago
  93. 372309a Issue #12383: skip test_empty_env() if compiled is compiled in shared mode by Victor Stinner · 13 years ago
  94. 372b838 (merge 3.2) Close #12383: Fix subprocess module with env={}: don't copy the by Victor Stinner · 13 years ago
  95. f1512a2 Close #12383: Fix subprocess module with env={}: don't copy the environment by Victor Stinner · 13 years ago
  96. 28db0fd merge 3.2 by Benjamin Peterson · 13 years ago
  97. b7149ca fix indentation by Benjamin Peterson · 13 years ago
  98. 267ca6c merge 3.2 by Benjamin Peterson · 13 years ago
  99. 66b371e merge heads by Benjamin Peterson · 13 years ago
  100. f63d615 fix indentation by Benjamin Peterson · 13 years ago