1. e451ec3 merge heads by Benjamin Peterson · 13 years ago
  2. 9aae3a8 merge 3.2 (#12719) by Benjamin Peterson · 13 years ago
  3. 832bfe2 add a AST validator (closes #12575) by Benjamin Peterson · 13 years ago
  4. 450bb59 forgotten in f578ca44193d by Benjamin Peterson · 13 years ago
  5. 4dc6499 the bool asdl type died a while ago by Benjamin Peterson · 13 years ago
  6. e249841 add a asdl bytes type, so Bytes.s be properly typechecked by Benjamin Peterson · 13 years ago
  7. 77c4fd0 note mutating tp_dict is bad (closes #12719) by Benjamin Peterson · 13 years ago
  8. fcb393c Add support for unary plus and unary minus to collections.Counter() by Raymond Hettinger · 13 years ago
  9. 18205ba Merge 3.2 by Éric Araujo · 13 years ago
  10. 19272be Branch merge by Éric Araujo · 13 years ago
  11. da3f4ae Branch merge by Éric Araujo · 13 years ago
  12. a8db378 Issue #12700: fix test_faulthandler for Mac OS X Lion by Victor Stinner · 13 years ago
  13. 96598af Merge with 3.2. by Georg Brandl · 13 years ago
  14. bdbdfb1 Confirm that the prime example is actually correct. We get so many complaints about a "buggy example" on docs@python, let us hope this cuts them in half at least. by Georg Brandl · 13 years ago
  15. a9ef4a0 Merge 3.2 by Éric Araujo · 13 years ago
  16. 5c3f648 Branch merge by Éric Araujo · 13 years ago
  17. 54a1d05 Branch merge by Éric Araujo · 13 years ago
  18. e4d5b8e Clean up shutil.disk_usage. by Éric Araujo · 13 years ago
  19. 1a41a41 #12709: merge with 3.2 by Sandro Tosi · 13 years ago
  20. db79e95 #12709: add error_callback argument to map_async documentation by Sandro Tosi · 13 years ago
  21. 1e8d8fd #10741: merge with 3.2 by Sandro Tosi · 13 years ago
  22. 61baee0 #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  23. c42a568 #12677: merge with 3.2 by Sandro Tosi · 13 years ago
  24. 2a389e4 #12677: correct turtle orientation in doc by Sandro Tosi · 13 years ago
  25. 7dc76fd Merge doc changes from 3.2 (#8617, #10745). by Éric Araujo · 13 years ago
  26. 6ef038e Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 13 years ago
  27. de8c100 Fix grammar by Eli Bendersky · 13 years ago
  28. ebd4805 Fix grammar by Eli Bendersky · 13 years ago
  29. 31c2e37 merge from 3.2 - Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 13 years ago
  30. 2e01535 Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 13 years ago
  31. ef94203 merge from 3.2 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 13 years ago
  32. a3b2316 merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 13 years ago
  33. 0c81089 merge from 3.2 - Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) by Senthil Kumaran · 13 years ago
  34. 89976f1 Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) by Senthil Kumaran · 13 years ago
  35. de4f05b Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 13 years ago
  36. 4dc9c84 #11572: improvements to copy module tests along with removal of old test suite by Sandro Tosi · 13 years ago
  37. 29f6297 Fix wrong use of root logger in packaging (also a NameError) by Éric Araujo · 13 years ago
  38. 2ef905d Issue #12540: Prevent zombie IDLE processes on Windows due to changes by Ned Deily · 13 years ago
  39. 252365b Silence the altered state warning about threadgs when running test_httplib. by Brett Cannon · 13 years ago
  40. 40ccea7 Silence altered execution state warnings from test_telnetlib involving threads. by Brett Cannon · 13 years ago
  41. a426554 Explicitly close a file to stop raising a ResourceWarning. by Brett Cannon · 13 years ago
  42. 087a2a9 merge 3.2 by Benjamin Peterson · 13 years ago
  43. fc9bbd1 dosmodule is, thankfully, no more by Benjamin Peterson · 13 years ago
  44. 12fe953 merge from 3.2 - change the extra svn to svn+ssh by Senthil Kumaran · 13 years ago
  45. 7ce71f6 change the redundant svn scheme urljoin test case to svn+ssh scheme. by Senthil Kumaran · 13 years ago
  46. 5d4390e merge heads by Benjamin Peterson · 13 years ago
  47. 7ac9214 fix arg strings by Benjamin Peterson · 13 years ago
  48. 56ee6d1 merged heads by Senthil Kumaran · 13 years ago
  49. 8283a62 merge heads by Senthil Kumaran · 13 years ago
  50. 8a984b5 merge from 3.2 - Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  51. 2a157d2 Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  52. 83fad3e Merge with 3.2. by Georg Brandl · 13 years ago
  53. 25e2cd1 Fix spacing in string literal. by Georg Brandl · 13 years ago
  54. 43234ab handle sched_rr_get_interval not working on current by Benjamin Peterson · 13 years ago
  55. 50ba271 fix punctuation by Benjamin Peterson · 13 years ago
  56. c158158 fix indentation by Benjamin Peterson · 13 years ago
  57. b0fc9c4 merge heads by Benjamin Peterson · 13 years ago
  58. 539b6c4 OSX doesn't check sched_get_priority_(min/max) argument by Benjamin Peterson · 13 years ago
  59. 2b6ee28 Issue #11049: fix test_forget on installed Python - add os.curdir to sys.path by Eli Bendersky · 13 years ago
  60. e5cad23 Issue #12540: Prevent zombie IDLE processes on Windows due to changes by Ned Deily · 13 years ago
  61. 4e36d5a need NULL sentinel by Benjamin Peterson · 13 years ago
  62. 05cd4c6 merge heads by Benjamin Peterson · 13 years ago
  63. 18592ca bsd doesn't like letting normal processes set the scheduler by Benjamin Peterson · 13 years ago
  64. bbb8dec merge heads. by Senthil Kumaran · 13 years ago
  65. 90ceb47 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  66. 86a1a89 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  67. bad9c2f avoid warning when SchedParamType is not used by Benjamin Peterson · 13 years ago
  68. e3298dd only add sched_param if it is initialized by Benjamin Peterson · 13 years ago
  69. 8f7bdd3 I have been spoiled by chained comparisons in python by Benjamin Peterson · 13 years ago
  70. 9b374bf comparing on number of cpus makes more sense by Benjamin Peterson · 13 years ago
  71. 0163c9a fix sched defines by Benjamin Peterson · 13 years ago
  72. c5fce4d check individually for some for sched_ functions by Benjamin Peterson · 13 years ago
  73. 28da7b8 move news note to correct section by Benjamin Peterson · 13 years ago
  74. e870fe6 make_new_cpu_set takes the number of cpus by Benjamin Peterson · 13 years ago
  75. 2740af8 sched.h can exist without sched affinity support by Benjamin Peterson · 13 years ago
  76. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
  77. 4e4d5d2 NEWS note for bbeda42ea6a8 by Benjamin Peterson · 13 years ago
  78. 9c46480 merge heads by Benjamin Peterson · 13 years ago
  79. 7761b95 add ThreadError to threading.__all__ (closes #12679) by Benjamin Peterson · 13 years ago
  80. e4f9e2f #12665: merge with 3.2 by Sandro Tosi · 13 years ago
  81. 2a8d195 #12665: Dictionary view example has error in set operation by Sandro Tosi · 13 years ago
  82. b1290a5 #12670: merge with 3.2 by Sandro Tosi · 13 years ago
  83. 3083c88 #12183: merge with 3.2. by Ezio Melotti · 13 years ago
  84. 692dba2 #12670: Fix struct code after forward declaration on ctypes doc by Sandro Tosi · 13 years ago
  85. 88bf51b Corrected attribute docstring per pep-257 (reference #10639) by Jason R. Coombs · 13 years ago
  86. ef5c716 Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. by Senthil Kumaran · 13 years ago
  87. d61535d Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
  88. eb71ad4 Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
  89. 328b501 Clean up description of Tools/scripts/run_tests.py. by Nadeem Vawda · 13 years ago
  90. 8db645f Issue #11049: fix test_forget to work on installed Python, by using a temporary module for import/forget by Eli Bendersky · 13 years ago
  91. d9c665b Merge 68b5f87566fb by Stefan Krah · 13 years ago
  92. f187a02 Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug. by Stefan Krah · 13 years ago
  93. 3c01d16 Issue #11651: Move options for running tests into a Python script. by Nadeem Vawda · 13 years ago
  94. b0fa4b8 Merge with 3.2 by Georg Brandl · 13 years ago
  95. aa71583 Use attribute access instead of index access for namedtuple. by Georg Brandl · 13 years ago
  96. eec1ed8 Merge #12295 fix from 3.2 by Éric Araujo · 13 years ago
  97. ccf03a1 Fix resource warning when looking at turtledemo’s help (#12295) by Éric Araujo · 13 years ago
  98. cee6bb5 Fix bug I unwittingly added in 1521d9837d16 (found by Ezio Melotti) by Éric Araujo · 13 years ago
  99. 23457f1 Merge 3.2 by Éric Araujo · 13 years ago
  100. 7dfdac0 Branch merge by Éric Araujo · 13 years ago