1. 7ac9214 fix arg strings by Benjamin Peterson · 13 years ago
  2. 43234ab handle sched_rr_get_interval not working on current by Benjamin Peterson · 13 years ago
  3. 50ba271 fix punctuation by Benjamin Peterson · 13 years ago
  4. c158158 fix indentation by Benjamin Peterson · 13 years ago
  5. b0fc9c4 merge heads by Benjamin Peterson · 13 years ago
  6. 539b6c4 OSX doesn't check sched_get_priority_(min/max) argument by Benjamin Peterson · 13 years ago
  7. 2b6ee28 Issue #11049: fix test_forget on installed Python - add os.curdir to sys.path by Eli Bendersky · 13 years ago
  8. 4e36d5a need NULL sentinel by Benjamin Peterson · 13 years ago
  9. 05cd4c6 merge heads by Benjamin Peterson · 13 years ago
  10. 18592ca bsd doesn't like letting normal processes set the scheduler by Benjamin Peterson · 13 years ago
  11. bbb8dec merge heads. by Senthil Kumaran · 13 years ago
  12. 90ceb47 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  13. 86a1a89 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  14. bad9c2f avoid warning when SchedParamType is not used by Benjamin Peterson · 13 years ago
  15. e3298dd only add sched_param if it is initialized by Benjamin Peterson · 13 years ago
  16. 8f7bdd3 I have been spoiled by chained comparisons in python by Benjamin Peterson · 13 years ago
  17. 9b374bf comparing on number of cpus makes more sense by Benjamin Peterson · 13 years ago
  18. 0163c9a fix sched defines by Benjamin Peterson · 13 years ago
  19. c5fce4d check individually for some for sched_ functions by Benjamin Peterson · 13 years ago
  20. 28da7b8 move news note to correct section by Benjamin Peterson · 13 years ago
  21. e870fe6 make_new_cpu_set takes the number of cpus by Benjamin Peterson · 13 years ago
  22. 2740af8 sched.h can exist without sched affinity support by Benjamin Peterson · 13 years ago
  23. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
  24. 4e4d5d2 NEWS note for bbeda42ea6a8 by Benjamin Peterson · 13 years ago
  25. 9c46480 merge heads by Benjamin Peterson · 13 years ago
  26. 7761b95 add ThreadError to threading.__all__ (closes #12679) by Benjamin Peterson · 13 years ago
  27. e4f9e2f #12665: merge with 3.2 by Sandro Tosi · 13 years ago
  28. 2a8d195 #12665: Dictionary view example has error in set operation by Sandro Tosi · 13 years ago
  29. b1290a5 #12670: merge with 3.2 by Sandro Tosi · 13 years ago
  30. 3083c88 #12183: merge with 3.2. by Ezio Melotti · 13 years ago
  31. 692dba2 #12670: Fix struct code after forward declaration on ctypes doc by Sandro Tosi · 13 years ago
  32. 88bf51b Corrected attribute docstring per pep-257 (reference #10639) by Jason R. Coombs · 13 years ago
  33. ef5c716 Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. by Senthil Kumaran · 13 years ago
  34. d61535d Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
  35. eb71ad4 Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
  36. 328b501 Clean up description of Tools/scripts/run_tests.py. by Nadeem Vawda · 13 years ago
  37. 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
  38. d9c665b Merge 68b5f87566fb by Stefan Krah · 13 years ago
  39. f187a02 Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug. by Stefan Krah · 13 years ago
  40. 3c01d16 Issue #11651: Move options for running tests into a Python script. by Nadeem Vawda · 13 years ago
  41. b0fa4b8 Merge with 3.2 by Georg Brandl · 13 years ago
  42. aa71583 Use attribute access instead of index access for namedtuple. by Georg Brandl · 13 years ago
  43. eec1ed8 Merge #12295 fix from 3.2 by Éric Araujo · 13 years ago
  44. ccf03a1 Fix resource warning when looking at turtledemo’s help (#12295) by Éric Araujo · 13 years ago
  45. cee6bb5 Fix bug I unwittingly added in 1521d9837d16 (found by Ezio Melotti) by Éric Araujo · 13 years ago
  46. 23457f1 Merge 3.2 by Éric Araujo · 13 years ago
  47. 7dfdac0 Branch merge by Éric Araujo · 13 years ago
  48. 2ffea0e Branch merge by Éric Araujo · 13 years ago
  49. b07df00 Closes #12667: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  50. 9525956 Closes #12667: Added documentation for SMTPHandler secure argument. by Vinay Sajip · 13 years ago
  51. e906c13 Merge typo fix. by Ezio Melotti · 13 years ago
  52. 222e61e Fix typo reported by Sandro Tosi. by Ezio Melotti · 13 years ago
  53. b85b966 Stop trying to write into the stdlib during packaging tests (#12331). by Éric Araujo · 13 years ago
  54. 56ec5fe Small cleanup by Éric Araujo · 13 years ago
  55. ad548b8 Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 by Éric Araujo · 13 years ago
  56. 548c054 Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 13 years ago
  57. 9e2e990 Fix build error in _curses module when not using libncursesw. by Nadeem Vawda · 13 years ago
  58. 4fbff6c Oops, "make buildbottest" isn't supposed to use -j0. by Nadeem Vawda · 13 years ago
  59. 2f7c695 using support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 13 years ago
  60. e324c57 using support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 13 years ago
  61. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 13 years ago
  62. a7cbf04 merge heads. by Senthil Kumaran · 13 years ago
  63. b351a48 Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtplib.py. Review comments by Ezio Melotti for smtplib.rst by Senthil Kumaran · 13 years ago
  64. ecd3e38 Issue #11651: Improve Makefile test targets. by Nadeem Vawda · 13 years ago
  65. 3fc5868 test_smtpnet: Skip STARTTLS test if the server doesn't support it. by Nadeem Vawda · 13 years ago
  66. a3e072b Let “make patchcheck” work for out-of-dir builds (#9860) by Éric Araujo · 13 years ago
  67. 6e3b975 #12531: merge with 3.2. by Ezio Melotti · 13 years ago
  68. 5925632 #12531: Fix spaces and markup. by Ezio Melotti · 13 years ago
  69. 98f2b9b transition move technically correct to obviously so by Benjamin Peterson · 13 years ago
  70. 2c69e3d we can call singleton types now by Benjamin Peterson · 13 years ago
  71. 7f94feb merge 3.2 by Benjamin Peterson · 13 years ago
  72. 497cd65 add space by Benjamin Peterson · 13 years ago
  73. 50211fa document NotImplemented by Benjamin Peterson · 13 years ago
  74. 052c83c merge from 3.2 - heads by Eli Bendersky · 13 years ago
  75. b603b27 merging Georg's revision by Eli Bendersky · 13 years ago
  76. d18ee3b Merge 3.2: Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen by Eli Bendersky · 13 years ago
  77. e250358 Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen by Eli Bendersky · 13 years ago
  78. 39112a9 Merge with 3.2. by Georg Brandl · 13 years ago
  79. eea6cda Change test.support docs to be more specific about the nature of this module. by Georg Brandl · 13 years ago
  80. 6e5b2ac Merge from 3.2: Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  81. 7bd081c Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  82. ecb3bd9 merge 3.2 by Benjamin Peterson · 13 years ago
  83. 43a976e remove duplicated type ready by Benjamin Peterson · 13 years ago
  84. a06c029 merge heads by Benjamin Peterson · 13 years ago
  85. 405f32c plug refleak by Benjamin Peterson · 13 years ago
  86. 63d4fb4 fixing the smtplib.rst whitespaces. by Senthil Kumaran · 13 years ago
  87. 193cd2f merge heads. by Senthil Kumaran · 13 years ago
  88. 3d23fd6 Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine. by Senthil Kumaran · 13 years ago
  89. 18d7d7a also make NotImplementedType callable by Benjamin Peterson · 13 years ago
  90. d83be99 merge heads by Benjamin Peterson · 13 years ago
  91. c4607ae make the types of None and Ellipsis callable by Benjamin Peterson · 13 years ago
  92. f83e4ac Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 13 years ago
  93. b9c73e8 Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 13 years ago
  94. 4f921c2 bytes -> bytearray by Benjamin Peterson · 13 years ago
  95. ce071ca bytes should be verboten in sum() (fixes #12654) by Benjamin Peterson · 13 years ago
  96. e12c0b1 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 13 years ago
  97. def3543 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 13 years ago
  98. 516c51c Merge from 3.2 (#9254, #8982, #9788) by Éric Araujo · 13 years ago
  99. fe1e298 Document that atexit execution order is undefined (#9788) by Éric Araujo · 13 years ago
  100. 63b18a4 Add a link target for argparse.Namespace (#8982) by Éric Araujo · 13 years ago