1. 147cd50 Merge 3.2 by Éric Araujo · 13 years ago
  2. fdea624 Branch merge by Éric Araujo · 13 years ago
  3. c2d2c72 Branch merge by Éric Araujo · 13 years ago
  4. a7e33a1 Clean up test_shutil, to facilitate upcoming improvements (#12721). by Éric Araujo · 13 years ago
  5. 1bf5b6a Update crlf and lfcr scripts for 3.x bytes semantics (#12032). by Éric Araujo · 13 years ago
  6. b90770d merge with 3.2 by Sandro Tosi · 13 years ago
  7. 8a3b657 it's 'rather than'; reported by James Bateman on docs@ by Sandro Tosi · 13 years ago
  8. f04488e Merge 3.2 by Éric Araujo · 13 years ago
  9. 14eba5f Brench merge by Éric Araujo · 13 years ago
  10. fbc5ff6 patchcheck: don’t talk about the test suite when no code file were changed. by Éric Araujo · 13 years ago
  11. 28d39a0 Branch merge by Éric Araujo · 13 years ago
  12. 47fe5c0 Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance by Eli Bendersky · 13 years ago
  13. 4460abe Use our existing drop-in, no-op decorator instead of redefining it. by Éric Araujo · 13 years ago
  14. ff3d3e4 merge heads by Benjamin Peterson · 13 years ago
  15. b684702 make only files which use AST depend on Python-ast.h by Benjamin Peterson · 13 years ago
  16. 5a3f49b revert code which conditionally writes Python-ast.h (closes #12727) by Benjamin Peterson · 13 years ago
  17. fdf4a27 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  18. f6c7a85 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  19. 4928107 Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724. by Brian Curtin · 13 years ago
  20. f0dda5f Closes #12718: Merge documentation fix from 3.2. by Vinay Sajip · 13 years ago
  21. 817495a Issue #12718: Add documentation on using custom importers. by Vinay Sajip · 13 years ago
  22. c29966f merge by Brian Curtin · 13 years ago
  23. 0275fc1 News item for #12724 by Brian Curtin · 13 years ago
  24. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  25. 5b0a4d2 merge from 3.2 by Senthil Kumaran · 13 years ago
  26. 9dc4cad News item for Issue10087. by Senthil Kumaran · 13 years ago
  27. 962fed9 Fix closes Issue10087 - fixing the output of calendar display in the html format. Patch by Chris Lambacher. Test Contributed by catherine. by Senthil Kumaran · 13 years ago
  28. 7d2f9e1 Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724. by Brian Curtin · 13 years ago
  29. 54dbfbd Fix directive markup by Éric Araujo · 13 years ago
  30. e9715b9 Merge 3.2 by Éric Araujo · 13 years ago
  31. cfcc977 Remove unused names in except clauses by Éric Araujo · 13 years ago
  32. d9d7bca Use real word in English text (i.e. not code) by Éric Araujo · 13 years ago
  33. 25785e9 Revert cosmetic change. by Éric Araujo · 13 years ago
  34. 1c608e3 Fix find command in makefile “funny” target by Éric Araujo · 13 years ago
  35. 257a1d0 2.x syntax by Benjamin Peterson · 13 years ago
  36. 4ec450d make this work on 2.4 by Benjamin Peterson · 13 years ago
  37. 6f75004 make this work with py2.5 by Benjamin Peterson · 13 years ago
  38. a17a5d6 typo by Benjamin Peterson · 13 years ago
  39. 398256b don't rewrite the header file if it hasn't changed; this reduces development build time by Benjamin Peterson · 13 years ago
  40. 7fc0394 Avoid unwanted behavior change in shlex.quote (see #9723). by Éric Araujo · 13 years ago
  41. 71ce897 fix indentation by Benjamin Peterson · 13 years ago
  42. e451ec3 merge heads by Benjamin Peterson · 13 years ago
  43. 9aae3a8 merge 3.2 (#12719) by Benjamin Peterson · 13 years ago
  44. 832bfe2 add a AST validator (closes #12575) by Benjamin Peterson · 13 years ago
  45. 450bb59 forgotten in f578ca44193d by Benjamin Peterson · 13 years ago
  46. 4dc6499 the bool asdl type died a while ago by Benjamin Peterson · 13 years ago
  47. e249841 add a asdl bytes type, so Bytes.s be properly typechecked by Benjamin Peterson · 13 years ago
  48. 77c4fd0 note mutating tp_dict is bad (closes #12719) by Benjamin Peterson · 13 years ago
  49. ef1e94a8 Test pipes.quote with a few non-ASCII characters (see #9723). by Éric Araujo · 13 years ago
  50. fcb393c Add support for unary plus and unary minus to collections.Counter() by Raymond Hettinger · 13 years ago
  51. 18205ba Merge 3.2 by Éric Araujo · 13 years ago
  52. 19272be Branch merge by Éric Araujo · 13 years ago
  53. da3f4ae Branch merge by Éric Araujo · 13 years ago
  54. a8db378 Issue #12700: fix test_faulthandler for Mac OS X Lion by Victor Stinner · 13 years ago
  55. 96598af Merge with 3.2. by Georg Brandl · 13 years ago
  56. 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
  57. a9ef4a0 Merge 3.2 by Éric Araujo · 13 years ago
  58. 5c3f648 Branch merge by Éric Araujo · 13 years ago
  59. 54a1d05 Branch merge by Éric Araujo · 13 years ago
  60. e4d5b8e Clean up shutil.disk_usage. by Éric Araujo · 13 years ago
  61. 1a41a41 #12709: merge with 3.2 by Sandro Tosi · 13 years ago
  62. db79e95 #12709: add error_callback argument to map_async documentation by Sandro Tosi · 13 years ago
  63. 1e8d8fd #10741: merge with 3.2 by Sandro Tosi · 13 years ago
  64. 61baee0 #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  65. c42a568 #12677: merge with 3.2 by Sandro Tosi · 13 years ago
  66. 2a389e4 #12677: correct turtle orientation in doc by Sandro Tosi · 13 years ago
  67. 7dc76fd Merge doc changes from 3.2 (#8617, #10745). by Éric Araujo · 13 years ago
  68. 6ef038e Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 13 years ago
  69. de8c100 Fix grammar by Eli Bendersky · 13 years ago
  70. ebd4805 Fix grammar by Eli Bendersky · 13 years ago
  71. 31c2e37 merge from 3.2 - Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 13 years ago
  72. 2e01535 Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 13 years ago
  73. ef94203 merge from 3.2 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 13 years ago
  74. a3b2316 merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 13 years ago
  75. 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
  76. 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
  77. de4f05b Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 13 years ago
  78. 4dc9c84 #11572: improvements to copy module tests along with removal of old test suite by Sandro Tosi · 13 years ago
  79. 29f6297 Fix wrong use of root logger in packaging (also a NameError) by Éric Araujo · 13 years ago
  80. 2ef905d Issue #12540: Prevent zombie IDLE processes on Windows due to changes by Ned Deily · 13 years ago
  81. 252365b Silence the altered state warning about threadgs when running test_httplib. by Brett Cannon · 13 years ago
  82. 40ccea7 Silence altered execution state warnings from test_telnetlib involving threads. by Brett Cannon · 13 years ago
  83. a426554 Explicitly close a file to stop raising a ResourceWarning. by Brett Cannon · 13 years ago
  84. 087a2a9 merge 3.2 by Benjamin Peterson · 13 years ago
  85. fc9bbd1 dosmodule is, thankfully, no more by Benjamin Peterson · 13 years ago
  86. 12fe953 merge from 3.2 - change the extra svn to svn+ssh by Senthil Kumaran · 13 years ago
  87. 7ce71f6 change the redundant svn scheme urljoin test case to svn+ssh scheme. by Senthil Kumaran · 13 years ago
  88. 5d4390e merge heads by Benjamin Peterson · 13 years ago
  89. 7ac9214 fix arg strings by Benjamin Peterson · 13 years ago
  90. 56ee6d1 merged heads by Senthil Kumaran · 13 years ago
  91. 8283a62 merge heads by Senthil Kumaran · 13 years ago
  92. 8a984b5 merge from 3.2 - Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  93. 2a157d2 Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  94. 83fad3e Merge with 3.2. by Georg Brandl · 13 years ago
  95. 25e2cd1 Fix spacing in string literal. by Georg Brandl · 13 years ago
  96. 43234ab handle sched_rr_get_interval not working on current by Benjamin Peterson · 13 years ago
  97. 50ba271 fix punctuation by Benjamin Peterson · 13 years ago
  98. c158158 fix indentation by Benjamin Peterson · 13 years ago
  99. b0fc9c4 merge heads by Benjamin Peterson · 13 years ago
  100. 539b6c4 OSX doesn't check sched_get_priority_(min/max) argument by Benjamin Peterson · 13 years ago