1. a5afa49 patchcheck: don’t talk about the test suite when no code file were changed. by Éric Araujo · 13 years ago
  2. fe5c297 Fix find command in makefile “funny” target by Éric Araujo · 13 years ago
  3. e68d450 Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 13 years ago
  4. afd2fe2 Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 13 years ago
  5. e7329f4 Guard shutil._make_archive against a logger=None argument. by Éric Araujo · 13 years ago
  6. 99c4c34 Add missing documentation for logger argument of shutil.make_archive by Éric Araujo · 13 years ago
  7. bd858b7 Turn last automatic footnote in this file into a manually-numbered one by Éric Araujo · 13 years ago
  8. cdb86f1 Branch merge by Éric Araujo · 13 years ago
  9. 29a0b57 Backport source links from 3.x. by Éric Araujo · 13 years ago
  10. d478a46 Use standard heading for ast module docs by Éric Araujo · 13 years ago
  11. 67719bd Synchronize argparse docs with 3.x versions by Éric Araujo · 13 years ago
  12. d9aeb60 Remove unneeded reST target by Éric Araujo · 13 years ago
  13. a8f66dd Synchronize glossary with py3k. by Éric Araujo · 13 years ago
  14. 52a5a03 Add Python porting howto from 3.x. by Éric Araujo · 13 years ago
  15. f595a76 Backport source role for linking to files in the cpython repo. by Éric Araujo · 13 years ago
  16. 100df0f Issue #12650: only run the tests on Unix. by Charles-François Natali · 13 years ago
  17. b02302c Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 13 years ago
  18. 02ebf4f grammatical fixes; from Darren Yin on docs@ by Sandro Tosi · 13 years ago
  19. de66ecc fix possible refleaks by Benjamin Peterson · 13 years ago
  20. 4047d68 #12761: fix wording of zlib license section by Sandro Tosi · 13 years ago
  21. 39935f4 NEWS entry. by Barry Warsaw · 13 years ago
  22. edfba82 The simplest possible fix for the regression in bug 12752 by encoding unicodes by Barry Warsaw · 13 years ago
  23. 5085e8a #12204: document that str.upper().isupper() might be False and add a note about cased characters. by Ezio Melotti · 13 years ago
  24. ea7b6f6 #12266: move the tests in test_unicode. by Ezio Melotti · 13 years ago
  25. 15d6b65 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 13 years ago
  26. ca5e908 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  27. 569ff91 Avoid title case in flowing text (backport from 3.2) by Éric Araujo · 13 years ago
  28. 92be113 let PySequence_Check me a link; thanks to tomo cocoa from docs@ by Sandro Tosi · 13 years ago
  29. c67975b it's 'rather than'; reported by James Bateman on docs@ by Sandro Tosi · 13 years ago
  30. 71a5ea0 English fixup, from Mike MacCana on docs@ by Sandro Tosi · 13 years ago
  31. 5088b50 Issue #12718: Add documentation on using custom importers. by Vinay Sajip · 13 years ago
  32. 93e6a3d Remove the un-exercised in-module test code. by Senthil Kumaran · 13 years ago
  33. ea75f4c Fix closes Issue12722 - link heapq source in the text format in the documentation. by Senthil Kumaran · 13 years ago
  34. 3ea5224 Issue 12717: Fix-up an earlier backport in ConfigParser. by Raymond Hettinger · 13 years ago
  35. d7fbc8b Repair markup. by Georg Brandl · 13 years ago
  36. 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
  37. a9c9b2c #12709: add error_callback argument to map_async documentation by Sandro Tosi · 13 years ago
  38. 9943c0d #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  39. 1381a31 #12677: correct turtle orientation in doc by Sandro Tosi · 13 years ago
  40. ef651ac whitespace fix. by Senthil Kumaran · 13 years ago
  41. 351950f Remove the old dead test program within the module in 2.7. by Senthil Kumaran · 13 years ago
  42. e11af59 Fix grammar by Eli Bendersky · 13 years ago
  43. b8b7172 Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 13 years ago
  44. ceed525 s/a/an - grammar? by Senthil Kumaran · 13 years ago
  45. 54f84d7 Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 13 years ago
  46. 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
  47. 0f8aceb dosmodule is, thankfully, no more by Benjamin Peterson · 13 years ago
  48. 28696fe add svn+ssh testcase for urljoin. by Senthil Kumaran · 13 years ago
  49. 0df24c9 include svn+ssh as well. by Senthil Kumaran · 13 years ago
  50. f432aec Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  51. c1ee4ef Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  52. 3427839 Branch merge by Éric Araujo · 13 years ago
  53. 25fb852 #12670: Fix struct code after forward declaration on ctypes doc by Sandro Tosi · 13 years ago
  54. 22a7b48 Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. by Senthil Kumaran · 13 years ago
  55. 33af263 Fix incorrect mtime comparison in distutils (#11933). by Éric Araujo · 13 years ago
  56. 01a3ee8 Backport 68b5f87566fb by Stefan Krah · 13 years ago
  57. 93d3a8d Use attribute access instead of index access for namedtuple. by Georg Brandl · 13 years ago
  58. 0db7f72 Branch merge by Éric Araujo · 13 years ago
  59. 5d09ba4 Closes #12667: Corrected documentation for SMTPHandler secure argument. by Vinay Sajip · 13 years ago
  60. c1fc2e1 Fix typo reported by Sandro Tosi. by Ezio Melotti · 13 years ago
  61. 498da2c Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 13 years ago
  62. 3facb8c running tests enables us to discover that they actually work by Benjamin Peterson · 13 years ago
  63. d741d2b merge heads. by Senthil Kumaran · 13 years ago
  64. 23c2104 using test_support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 13 years ago
  65. e62bada merge heads by Benjamin Peterson · 13 years ago
  66. 35fd1b9 be precise by Benjamin Peterson · 13 years ago
  67. 560bf85 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 13 years ago
  68. 35a7f55 Let “make patchcheck” work for out-of-dir builds (#9860) by Éric Araujo · 13 years ago
  69. 4cfdb07 #12531: Fix spaces. by Ezio Melotti · 13 years ago
  70. 110b781 note Ellipsis syntax by Benjamin Peterson · 13 years ago
  71. 6726af7 add space by Benjamin Peterson · 13 years ago
  72. f444f94 document NotImplemented by Benjamin Peterson · 13 years ago
  73. dedb502 Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen by Eli Bendersky · 13 years ago
  74. 43162e2 Document that atexit execution order is undefined (#9788) by Éric Araujo · 13 years ago
  75. f0d44bc Add a link target for argparse.Namespace (#8982) by Éric Araujo · 13 years ago
  76. 9a52830 Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 13 years ago
  77. 271208e Backout duplicate changeset ed34ca4e639c by Éric Araujo · 13 years ago
  78. b274586 Add missing reST target to one heading in the tutorial by Éric Araujo · 13 years ago
  79. fea8ac4 Branch merge by Éric Araujo · 13 years ago
  80. 2cdf383 Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  81. 55e5e27 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 13 years ago
  82. bd21b01 Turn raw URI into real link by Éric Araujo · 13 years ago
  83. d01aebe Update documentation for shutil.move (#12043) and fix a few typos. by Éric Araujo · 13 years ago
  84. 3037bb7 Stop ignoring Mercurial merge conflits files (#12255). by Éric Araujo · 13 years ago
  85. 2636d77 Make VCSes ignore the compiled shared library file (#12255) by Éric Araujo · 13 years ago
  86. 0fb681e Fix missing or shebangs and executable bits for scripts (#10318) by Éric Araujo · 13 years ago
  87. 4af1c6a Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with a high number so that code relying on them does not break. by Senthil Kumaran · 13 years ago
  88. fee7745 Fixes #10639: reindent.py should not convert newlines by Jason R. Coombs · 13 years ago
  89. 0cf7e25 - Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 13 years ago
  90. d8e3901 Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 13 years ago
  91. 5e3a19d merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. by Senthil Kumaran · 13 years ago
  92. 8171cf5 #12642: fix args names in open() doc. by Ezio Melotti · 13 years ago
  93. 7d7702b merge from 3.2 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 13 years ago
  94. d8b1723 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 13 years ago
  95. d88131a Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 13 years ago
  96. 299172b Make indentation comply with our style guide and the rest of the file by Éric Araujo · 13 years ago
  97. 2e1c294 Fix “anyways” (following R. David Murray in 5c7520e02d5a) by Éric Araujo · 13 years ago
  98. ad84ea1 Add links from builtins module docs to built-in functions and constants docs by Éric Araujo · 13 years ago
  99. 8d2a6fd Fix typo in 97a75fccd7c8 by Éric Araujo · 13 years ago
  100. 528c4ad Issue #12102: Document that buffered files must be flushed before being used by Ross Lagerwall · 13 years ago