1. 2736c5d Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 13 years ago
  2. 72d161a Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 13 years ago
  3. ea35d39 merge heads by Benjamin Peterson · 13 years ago
  4. c07f3be merge 3.2 by Benjamin Peterson · 13 years ago
  5. acaeff8 merge heads by Benjamin Peterson · 13 years ago
  6. e518d4c merge 3.2 by Benjamin Peterson · 13 years ago
  7. 7a6b44a the named of the character is actually NUL by Benjamin Peterson · 13 years ago
  8. 558639f Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 13 years ago
  9. 134a8ba Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 13 years ago
  10. 020340f merge 3.2 by Benjamin Peterson · 13 years ago
  11. 5ad517a NUL -> NULL by Benjamin Peterson · 13 years ago
  12. 9c3de4a Issue #12326: don't test the major version of sys.platform by Victor Stinner · 13 years ago
  13. c772396 change word by Benjamin Peterson · 13 years ago
  14. 01fc6cd make __doc__ mutable on heaptypes (closes #12773) by Benjamin Peterson · 13 years ago
  15. d9f23d2 factor out common checks for setting special type attributes by Benjamin Peterson · 13 years ago
  16. af3dcd2 improve test name by Benjamin Peterson · 13 years ago
  17. d17cefc crush other possible refleaks in this section by Benjamin Peterson · 13 years ago
  18. 3e6267e merge 3.2 by Benjamin Peterson · 13 years ago
  19. ae13c88 fix possible refleaks by Benjamin Peterson · 13 years ago
  20. c4085c8 complain when a class variable shadows a name in __slots__ (closes #12766) by Benjamin Peterson · 13 years ago
  21. 51be6e0 merge heads by Benjamin Peterson · 13 years ago
  22. ae6ae02 some *nixes decided not to call init process 1 (closes #12763) by Benjamin Peterson · 13 years ago
  23. d6fe58d merge heads by Sandro Tosi · 13 years ago
  24. b51a3c9 merge with 3.2 by Sandro Tosi · 13 years ago
  25. f6b25b9 #12761: fix wording of zlib license section by Sandro Tosi · 13 years ago
  26. 7f0a6dd Use -n for tests under Windows by Antoine Pitrou · 13 years ago
  27. 6e5222d Branch merge by Éric Araujo · 13 years ago
  28. 65d81f4 Merge Makefile fix from 3.2 (thanks Georg) by Éric Araujo · 13 years ago
  29. b389eec Move versionadded directive to the top level, as we do in other files by Éric Araujo · 13 years ago
  30. e5905a9 Fix typo by Éric Araujo · 13 years ago
  31. b5da6e9 Revert change that was not a syntax fix but actually a behavior change by Éric Araujo · 13 years ago
  32. 67321cc #9723: refactor regex. by Ezio Melotti · 13 years ago
  33. ae0cbde #12204: merge with 3.2. by Ezio Melotti · 13 years ago
  34. 0656a56 #12204: document that str.upper().isupper() might be False and add a note about cased characters. by Ezio Melotti · 13 years ago
  35. 269e3ee #12266: merge with 3.2. by Ezio Melotti · 13 years ago
  36. ee8d998 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 13 years ago
  37. 7ec7fc4 #12725: merge with 3.2. by Ezio Melotti · 13 years ago
  38. 388c945 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  39. 8567493 Monotonic, not monotonous by Antoine Pitrou · 13 years ago
  40. e58bffb Followup to 8e824e09924a: fix regression on 32-bit builds by Antoine Pitrou · 13 years ago
  41. 3c7e928 Issue #12744: Fix inefficient representation of integers by Antoine Pitrou · 13 years ago
  42. 780199e Issue #12669: Fix test_curses so that it can run on the buildbots. by Nadeem Vawda · 13 years ago
  43. 3bf71c5 Fix incorrect comment in zlib.Decompress.flush(). by Nadeem Vawda · 13 years ago
  44. 1c38546 Issue #12646: Add an 'eof' attribute to zlib.Decompress. by Nadeem Vawda · 13 years ago
  45. 74b6abf Merge with 3.2. by Georg Brandl · 13 years ago
  46. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 13 years ago
  47. 3672c4e merge 3.2 by Benjamin Peterson · 13 years ago
  48. 963e402 tokenize is just broken on test_pep3131.py by Benjamin Peterson · 13 years ago
  49. 478267f merge 3.2 by Benjamin Peterson · 13 years ago
  50. be66287 normalization is different between unicode builds, so use a new non-BMP char and add normalization test by Benjamin Peterson · 13 years ago
  51. ea281a5 include header with PyAST_Validate by Benjamin Peterson · 13 years ago
  52. f8e7543 merge 3.2 (#12732) by Benjamin Peterson · 13 years ago
  53. f413b80 in narrow builds, make sure to test codepoints as identifier characters (closes #12732) by Benjamin Peterson · 13 years ago
  54. 98d95a5 merge with 3.2 by Sandro Tosi · 13 years ago
  55. 7bf4363 let PySequence_Check me a link; thanks to tomo cocoa from docs@ by Sandro Tosi · 13 years ago
  56. 147cd50 Merge 3.2 by Éric Araujo · 13 years ago
  57. fdea624 Branch merge by Éric Araujo · 13 years ago
  58. c2d2c72 Branch merge by Éric Araujo · 13 years ago
  59. a7e33a1 Clean up test_shutil, to facilitate upcoming improvements (#12721). by Éric Araujo · 13 years ago
  60. 1bf5b6a Update crlf and lfcr scripts for 3.x bytes semantics (#12032). by Éric Araujo · 13 years ago
  61. b90770d merge with 3.2 by Sandro Tosi · 13 years ago
  62. 8a3b657 it's 'rather than'; reported by James Bateman on docs@ by Sandro Tosi · 13 years ago
  63. f04488e Merge 3.2 by Éric Araujo · 13 years ago
  64. 14eba5f Brench merge by Éric Araujo · 13 years ago
  65. fbc5ff6 patchcheck: don’t talk about the test suite when no code file were changed. by Éric Araujo · 13 years ago
  66. 28d39a0 Branch merge by Éric Araujo · 13 years ago
  67. 47fe5c0 Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance by Eli Bendersky · 13 years ago
  68. 4460abe Use our existing drop-in, no-op decorator instead of redefining it. by Éric Araujo · 13 years ago
  69. ff3d3e4 merge heads by Benjamin Peterson · 13 years ago
  70. b684702 make only files which use AST depend on Python-ast.h by Benjamin Peterson · 13 years ago
  71. 5a3f49b revert code which conditionally writes Python-ast.h (closes #12727) by Benjamin Peterson · 13 years ago
  72. fdf4a27 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  73. f6c7a85 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  74. 4928107 Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724. by Brian Curtin · 13 years ago
  75. f0dda5f Closes #12718: Merge documentation fix from 3.2. by Vinay Sajip · 13 years ago
  76. 817495a Issue #12718: Add documentation on using custom importers. by Vinay Sajip · 13 years ago
  77. c29966f merge by Brian Curtin · 13 years ago
  78. 0275fc1 News item for #12724 by Brian Curtin · 13 years ago
  79. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  80. 5b0a4d2 merge from 3.2 by Senthil Kumaran · 13 years ago
  81. 9dc4cad News item for Issue10087. by Senthil Kumaran · 13 years ago
  82. 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
  83. 7d2f9e1 Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724. by Brian Curtin · 13 years ago
  84. 54dbfbd Fix directive markup by Éric Araujo · 13 years ago
  85. e9715b9 Merge 3.2 by Éric Araujo · 13 years ago
  86. cfcc977 Remove unused names in except clauses by Éric Araujo · 13 years ago
  87. d9d7bca Use real word in English text (i.e. not code) by Éric Araujo · 13 years ago
  88. 25785e9 Revert cosmetic change. by Éric Araujo · 13 years ago
  89. 1c608e3 Fix find command in makefile “funny” target by Éric Araujo · 13 years ago
  90. 257a1d0 2.x syntax by Benjamin Peterson · 13 years ago
  91. 4ec450d make this work on 2.4 by Benjamin Peterson · 13 years ago
  92. 6f75004 make this work with py2.5 by Benjamin Peterson · 13 years ago
  93. a17a5d6 typo by Benjamin Peterson · 13 years ago
  94. 398256b don't rewrite the header file if it hasn't changed; this reduces development build time by Benjamin Peterson · 13 years ago
  95. 7fc0394 Avoid unwanted behavior change in shlex.quote (see #9723). by Éric Araujo · 13 years ago
  96. 71ce897 fix indentation by Benjamin Peterson · 13 years ago
  97. e451ec3 merge heads by Benjamin Peterson · 13 years ago
  98. 9aae3a8 merge 3.2 (#12719) by Benjamin Peterson · 13 years ago
  99. 832bfe2 add a AST validator (closes #12575) by Benjamin Peterson · 13 years ago
  100. 450bb59 forgotten in f578ca44193d by Benjamin Peterson · 13 years ago