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