1. 4f921c2 bytes -> bytearray by Benjamin Peterson · 13 years ago
  2. ce071ca bytes should be verboten in sum() (fixes #12654) by Benjamin Peterson · 13 years ago
  3. e12c0b1 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 13 years ago
  4. def3543 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 13 years ago
  5. 516c51c Merge from 3.2 (#9254, #8982, #9788) by Éric Araujo · 13 years ago
  6. fe1e298 Document that atexit execution order is undefined (#9788) by Éric Araujo · 13 years ago
  7. 63b18a4 Add a link target for argparse.Namespace (#8982) by Éric Araujo · 13 years ago
  8. e801aa2 Let the doc of __import__ link to importlib (#9254). by Éric Araujo · 13 years ago
  9. c473f8c Merge fix for #8887 from 3.2 by Éric Araujo · 13 years ago
  10. e64e51b Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 13 years ago
  11. 947fed4 Merge fix for reindent.py by Jason R. Coombs · 13 years ago
  12. 4789104 Issue #10639: spec_newline wasn't defined globally unless main() was called; now spec_newline is set at module import/execution by Jason R. Coombs · 13 years ago
  13. 30e277b Expand shlex.quote example (#9723) by Éric Araujo · 13 years ago
  14. 8ef771f Merge 3.2 by Éric Araujo · 13 years ago
  15. 0bbacc6 Branch merge by Éric Araujo · 13 years ago
  16. 158d769 Branch merge by Éric Araujo · 13 years ago
  17. abe9dc3 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 13 years ago
  18. 3a081f5 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 13 years ago
  19. 1d8b968 Merge from 3.2: Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti by Eli Bendersky · 13 years ago
  20. ef4902a Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti by Eli Bendersky · 13 years ago
  21. 906b88f Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. by Eli Bendersky · 13 years ago
  22. aa95ccd Change one line I missed in 7527f3f9829 by Éric Araujo · 13 years ago
  23. bab50cb Minor packaging cleanup. by Éric Araujo · 13 years ago
  24. 7b0908a Make TypeError message from Command.__init__ more useful by Éric Araujo · 13 years ago
  25. 943006bf Let all pysetup actions return a meaningful 0 or 1 exit code (#12222). by Éric Araujo · 13 years ago
  26. 73c175f Let pysetup list exit with a non-zero code when no result is found (#11409). by Éric Araujo · 13 years ago
  27. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  28. 1e3a68d Modernize modulefinder module and tests a bit. by Éric Araujo · 13 years ago
  29. cdb3109 Fix reST role and missing word by Éric Araujo · 13 years ago
  30. cf53481 Branch merge by Éric Araujo · 13 years ago
  31. fc662dd Merge profile docs followup (#12417) from 3.1 by Éric Araujo · 13 years ago
  32. ee19c77 Remove mentions of previous license in profile module docs (#12417 followup). by Éric Araujo · 13 years ago
  33. f5e10d1 Turn raw URI into real link by Éric Araujo · 13 years ago
  34. 14382dc Update documentation for shutil.move (#12043) and fix a few typos. by Éric Araujo · 13 years ago
  35. 2f834f2 Stop ignoring Mercurial merge conflits files (#12255). by Éric Araujo · 13 years ago
  36. 5c8545b Make VCSes ignore the compiled shared library file (#12255) by Éric Araujo · 13 years ago
  37. 66d2be8 Issue 12647: Add __bool__() method to the None object. by Raymond Hettinger · 13 years ago
  38. a2250e6 merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. by Senthil Kumaran · 13 years ago
  39. 7c9719c Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. by Senthil Kumaran · 13 years ago
  40. 0cdd445 Remove indirection in threading (issue #10968). by Éric Araujo · 13 years ago
  41. fd96eb2 Issue #11871: In test_threading.BarrierTests, bump the default barrier timeout by Charles-François Natali · 13 years ago
  42. d4d1d06 Issue #11871: In test_threading.BarrierTests, bump the default barrier timeout by Charles-François Natali · 13 years ago
  43. 7a2f0c7 Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 13 years ago
  44. 27c4e88 Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 13 years ago
  45. c353f68 fix doc typo for library/test.rst by Eli Bendersky · 13 years ago
  46. d18a047 Issue #11049: added test_support to regrtest.STDTESTS list by Eli Bendersky · 13 years ago
  47. 9bce311 Add shlex.quote function, to escape filenames and command lines (#9723). by Éric Araujo · 13 years ago
  48. fcdaaa9 merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. by Senthil Kumaran · 13 years ago
  49. 53516a8 Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. by Senthil Kumaran · 13 years ago
  50. 114f0e4 Issue #12607: Merge with 3.2. by Ross Lagerwall · 13 years ago
  51. d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 13 years ago
  52. 4d90b19 merge from 3.2 - Correcting issue 12576 fix, which resulted in buildbot failures. by Senthil Kumaran · 13 years ago
  53. 45686b4 Correcting issue 12576 fix, which resulted in buildbot failures. by Senthil Kumaran · 13 years ago
  54. 12aa1ae Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 13 years ago
  55. f25e3d5 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 13 years ago
  56. 7496fef merge from 3.2 - Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 13 years ago
  57. 1299a8f Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 13 years ago
  58. d3b2aef Actually port ecfe9bf0117b to default by Antoine Pitrou · 13 years ago
  59. a40762f Null merge by Antoine Pitrou · 13 years ago
  60. 5cd3e30 When testing for an hg repo, use a file that always exists, even with the "shared" extension by Antoine Pitrou · 13 years ago
  61. 29b9277 Null merge by Antoine Pitrou · 13 years ago
  62. 2a20f9b Backport 0398f07d4827 (fix for weird buildbot failures) by Antoine Pitrou · 13 years ago
  63. d05066d Try to fix weird buildbot failures by Antoine Pitrou · 13 years ago
  64. 0975ded Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 13 years ago
  65. ba2eab2 Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 13 years ago
  66. 9e1af03 Branch merge. by Éric Araujo · 13 years ago
  67. a0e92a8 Fix missing or wrong shebangs and missing executable bits for scripts (#10318) by Éric Araujo · 13 years ago
  68. 76eec3d Issue #10639: reindent.py tool now accepts a --newline option to specify the newline to be used in the output of converted files. by Jason R. Coombs · 13 years ago
  69. 1322bd4 Merge with 3.2 Issue #10639: reindent.py should not convert newlines. by Jason R. Coombs · 13 years ago
  70. 1ce7b17 Fix string exception and a few style issues in mailerdaemon script by Éric Araujo · 13 years ago
  71. cab106c Fix sorting or wording of some NEWS entries. by Éric Araujo · 13 years ago
  72. 6c0ba44 Fix style in code added by edba722f3b02 by Éric Araujo · 13 years ago
  73. 76748b7 Fixes #10639: reindent.py should not convert newlines by Jason R. Coombs · 13 years ago
  74. 72db345 Make indentation comply with our style guide and the rest of the file by Éric Araujo · 13 years ago
  75. 59e387e Fix “anyways” (following R. David Murray in 4d5a546b6186) by Éric Araujo · 13 years ago
  76. 7c12bae Fix reST references by Éric Araujo · 13 years ago
  77. 41bade9 Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger) by Éric Araujo · 13 years ago
  78. 83d2193 Add debug output for failing buildbot by Antoine Pitrou · 13 years ago
  79. 04f648c #12547: Fix example in nntplib doc. Patch by July Tikhonov. by Ezio Melotti · 13 years ago
  80. 8188f58 Fixes #12637: Merged fix from 3.2 and added test. by Vinay Sajip · 13 years ago
  81. 45dedaa Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de Gaye for the patch." by Vinay Sajip · 13 years ago
  82. acd9f7c Issue #11784: Improve multiprocessing.Process.join() documentation. Patch by by Charles-François Natali · 13 years ago
  83. 432171c Issue #12102: Merge with 3.2. by Ross Lagerwall · 13 years ago
  84. 59c01ed Issue #12102: Document that buffered files must be flushed before being used by Ross Lagerwall · 13 years ago
  85. dc1d548 Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 13 years ago
  86. 749400a Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 13 years ago
  87. 5a24d82 Add a test for issue #1813: getlocale() failing under a Turkish locale by Antoine Pitrou · 13 years ago
  88. 0e3c5a8 Add a test for issue #1813: getlocale() failing under a Turkish locale by Antoine Pitrou · 13 years ago
  89. cf9d3c0 Issue #1813: Fix codec lookup under Turkish locales. by Antoine Pitrou · 13 years ago
  90. 8dbd857 Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 13 years ago
  91. 216a3bc Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 13 years ago
  92. e02891b Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 13 years ago
  93. ab85ff3 Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 13 years ago
  94. 664091b Followup to c3b47cdea0d1: document the *write_through* argument to TextIOWrapper. by Antoine Pitrou · 13 years ago
  95. d42c1d0 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 13 years ago
  96. e96ec68 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 13 years ago
  97. f23339a Issue 12620: Make pendingbusy flag static to Py_MakePendingCalls(). by Charles-François Natali · 13 years ago
  98. d2d7a3b Add Misc/NEWS entry for d68765bd6490. by Nadeem Vawda · 13 years ago
  99. ce7e51e Add Misc/NEWS entry for c741ba9e37ef. by Nadeem Vawda · 13 years ago
  100. 0200016 Merge: #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago