1. 77657e4 Issue #4106: Fix occasional exceptions printed out by multiprocessing on interpreter shutdown. by Antoine Pitrou · 13 years ago
  2. a1a8da8 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  3. cdaafe0 Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 13 years ago
  4. 12682b1 #9200: backport tests but run them on wide builds only. by Ezio Melotti · 13 years ago
  5. 367d4c8 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 13 years ago
  6. a75039a #5301: add image/vnd.microsoft.icon (.ico) MIME type by Sandro Tosi · 13 years ago
  7. b384356 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  8. 9b68092 #12787: link original MultiCall proposal to webarchive and in a footnote by Sandro Tosi · 13 years ago
  9. 808cec5 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  10. acacbaa Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 13 years ago
  11. a7eb3c8 fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 13 years ago
  12. da5a962 merge heads by Sandro Tosi · 13 years ago
  13. 657a7fc mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ by Sandro Tosi · 13 years ago
  14. 410024a Branch merge by Éric Araujo · 13 years ago
  15. 0dcf59a Fix typo in command name by Éric Araujo · 13 years ago
  16. a2596a4 Remove obsolete term + indicate how to find the program (#1626300). by Éric Araujo · 13 years ago
  17. e0054c5 Link isinstance/issubclass to the ABC glossary entry (#12256) by Éric Araujo · 13 years ago
  18. f06568c Fix a typo and remove some unneeded markup by Éric Araujo · 13 years ago
  19. a5afa49 patchcheck: don’t talk about the test suite when no code file were changed. by Éric Araujo · 13 years ago
  20. fe5c297 Fix find command in makefile “funny” target by Éric Araujo · 13 years ago
  21. e68d450 Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 13 years ago
  22. afd2fe2 Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 13 years ago
  23. 7ceef09 Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  24. 8605936 Fix resource leaks in test_subprocess. by Nadeem Vawda · 13 years ago
  25. e7329f4 Guard shutil._make_archive against a logger=None argument. by Éric Araujo · 13 years ago
  26. 99c4c34 Add missing documentation for logger argument of shutil.make_archive by Éric Araujo · 13 years ago
  27. bd858b7 Turn last automatic footnote in this file into a manually-numbered one by Éric Araujo · 13 years ago
  28. cdb86f1 Branch merge by Éric Araujo · 13 years ago
  29. 29a0b57 Backport source links from 3.x. by Éric Araujo · 13 years ago
  30. d478a46 Use standard heading for ast module docs by Éric Araujo · 13 years ago
  31. 67719bd Synchronize argparse docs with 3.x versions by Éric Araujo · 13 years ago
  32. d9aeb60 Remove unneeded reST target by Éric Araujo · 13 years ago
  33. a8f66dd Synchronize glossary with py3k. by Éric Araujo · 13 years ago
  34. 52a5a03 Add Python porting howto from 3.x. by Éric Araujo · 13 years ago
  35. a8085d3 Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 13 years ago
  36. f595a76 Backport source role for linking to files in the cpython repo. by Éric Araujo · 13 years ago
  37. 100df0f Issue #12650: only run the tests on Unix. by Charles-François Natali · 13 years ago
  38. b02302c Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 13 years ago
  39. 02ebf4f grammatical fixes; from Darren Yin on docs@ by Sandro Tosi · 13 years ago
  40. de66ecc fix possible refleaks by Benjamin Peterson · 13 years ago
  41. 4047d68 #12761: fix wording of zlib license section by Sandro Tosi · 13 years ago
  42. 39935f4 NEWS entry. by Barry Warsaw · 13 years ago
  43. edfba82 The simplest possible fix for the regression in bug 12752 by encoding unicodes by Barry Warsaw · 13 years ago
  44. 5085e8a #12204: document that str.upper().isupper() might be False and add a note about cased characters. by Ezio Melotti · 13 years ago
  45. ea7b6f6 #12266: move the tests in test_unicode. by Ezio Melotti · 13 years ago
  46. 15d6b65 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 13 years ago
  47. ca5e908 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  48. 569ff91 Avoid title case in flowing text (backport from 3.2) by Éric Araujo · 13 years ago
  49. 92be113 let PySequence_Check me a link; thanks to tomo cocoa from docs@ by Sandro Tosi · 13 years ago
  50. c67975b it's 'rather than'; reported by James Bateman on docs@ by Sandro Tosi · 13 years ago
  51. 71a5ea0 English fixup, from Mike MacCana on docs@ by Sandro Tosi · 13 years ago
  52. 5088b50 Issue #12718: Add documentation on using custom importers. by Vinay Sajip · 13 years ago
  53. 93e6a3d Remove the un-exercised in-module test code. by Senthil Kumaran · 13 years ago
  54. ea75f4c Fix closes Issue12722 - link heapq source in the text format in the documentation. by Senthil Kumaran · 13 years ago
  55. 3ea5224 Issue 12717: Fix-up an earlier backport in ConfigParser. by Raymond Hettinger · 13 years ago
  56. d7fbc8b Repair markup. by Georg Brandl · 13 years ago
  57. a350f0f 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
  58. a9c9b2c #12709: add error_callback argument to map_async documentation by Sandro Tosi · 13 years ago
  59. 9943c0d #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  60. 1381a31 #12677: correct turtle orientation in doc by Sandro Tosi · 13 years ago
  61. ef651ac whitespace fix. by Senthil Kumaran · 13 years ago
  62. 351950f Remove the old dead test program within the module in 2.7. by Senthil Kumaran · 13 years ago
  63. e11af59 Fix grammar by Eli Bendersky · 13 years ago
  64. b8b7172 Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 13 years ago
  65. ceed525 s/a/an - grammar? by Senthil Kumaran · 13 years ago
  66. 54f84d7 Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 13 years ago
  67. b5bd4c8 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
  68. 0f8aceb dosmodule is, thankfully, no more by Benjamin Peterson · 13 years ago
  69. 28696fe add svn+ssh testcase for urljoin. by Senthil Kumaran · 13 years ago
  70. 0df24c9 include svn+ssh as well. by Senthil Kumaran · 13 years ago
  71. f432aec Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  72. c1ee4ef Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  73. 3427839 Branch merge by Éric Araujo · 13 years ago
  74. 25fb852 #12670: Fix struct code after forward declaration on ctypes doc by Sandro Tosi · 13 years ago
  75. 22a7b48 Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. by Senthil Kumaran · 13 years ago
  76. 33af263 Fix incorrect mtime comparison in distutils (#11933). by Éric Araujo · 13 years ago
  77. 01a3ee8 Backport 68b5f87566fb by Stefan Krah · 13 years ago
  78. 93d3a8d Use attribute access instead of index access for namedtuple. by Georg Brandl · 13 years ago
  79. 0db7f72 Branch merge by Éric Araujo · 13 years ago
  80. 5d09ba4 Closes #12667: Corrected documentation for SMTPHandler secure argument. by Vinay Sajip · 13 years ago
  81. c1fc2e1 Fix typo reported by Sandro Tosi. by Ezio Melotti · 13 years ago
  82. 498da2c Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 13 years ago
  83. 3facb8c running tests enables us to discover that they actually work by Benjamin Peterson · 13 years ago
  84. d741d2b merge heads. by Senthil Kumaran · 13 years ago
  85. 23c2104 using test_support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 13 years ago
  86. e62bada merge heads by Benjamin Peterson · 13 years ago
  87. 35fd1b9 be precise by Benjamin Peterson · 13 years ago
  88. 560bf85 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 13 years ago
  89. 35a7f55 Let “make patchcheck” work for out-of-dir builds (#9860) by Éric Araujo · 13 years ago
  90. 4cfdb07 #12531: Fix spaces. by Ezio Melotti · 13 years ago
  91. 110b781 note Ellipsis syntax by Benjamin Peterson · 13 years ago
  92. 6726af7 add space by Benjamin Peterson · 13 years ago
  93. f444f94 document NotImplemented by Benjamin Peterson · 13 years ago
  94. dedb502 Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen by Eli Bendersky · 13 years ago
  95. 43162e2 Document that atexit execution order is undefined (#9788) by Éric Araujo · 13 years ago
  96. f0d44bc Add a link target for argparse.Namespace (#8982) by Éric Araujo · 13 years ago
  97. 9a52830 Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 13 years ago
  98. 271208e Backout duplicate changeset ed34ca4e639c by Éric Araujo · 13 years ago
  99. b274586 Add missing reST target to one heading in the tutorial by Éric Araujo · 13 years ago
  100. fea8ac4 Branch merge by Éric Araujo · 13 years ago