1. 52b201f Add missing closing paren in docstring (thanks Ezio) by Éric Araujo · 13 years ago
  2. 83f7d34 #5301: add image/vnd.microsoft.icon (.ico) MIME type by Sandro Tosi · 13 years ago
  3. 36aa372 Branch merge by Éric Araujo · 13 years ago
  4. ff53146 Branch merge by Éric Araujo · 13 years ago
  5. 13d2895 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  6. 9daf98d #12787: link original MultiCall proposal to webarchive and in a footnote by Sandro Tosi · 13 years ago
  7. e05565e Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  8. a370fcf Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  9. 0c17d0d Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 13 years ago
  10. e1e1331 Dedent example in docstring by Éric Araujo · 13 years ago
  11. 1772541 Add a test for extension modules in the distutils record file. by Éric Araujo · 13 years ago
  12. 9358bfd Rework test_record a bit to make the test more exact by Éric Araujo · 13 years ago
  13. def15da Refactor the copying of xxmodule.c in distutils tests (#12141). by Éric Araujo · 13 years ago
  14. 6a633bb fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 13 years ago
  15. 20db511 Fix typo in test names by Antoine Pitrou · 13 years ago
  16. f693810 mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ by Sandro Tosi · 13 years ago
  17. 57bee66 Branch merge by Éric Araujo · 13 years ago
  18. 355d48a Typo by Éric Araujo · 13 years ago
  19. 04ac59a Mention virtual subclasses in the glossary entry for ABCs (#12256). by Éric Araujo · 13 years ago
  20. 2da23ca Issue #12780: Removed checks in logging for .pyc/.pyo in __file__. by Vinay Sajip · 13 years ago
  21. 729a42f Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  22. 0d7cda3 Fix ResourceWarnings in test_subprocess. by Nadeem Vawda · 13 years ago
  23. 4d71a66 Fix typo in command name by Éric Araujo · 13 years ago
  24. a2d2618 Fix instance I missed in 59f7bbe1236c (#1626300) by Éric Araujo · 13 years ago
  25. 43a7ee1 Make logging call lazy by Éric Araujo · 13 years ago
  26. e197df0 Remove obsolete term + indicate how to find the program (#1626300). by Éric Araujo · 13 years ago
  27. e8b7eb0 Link isinstance/issubclass to the ABC glossary entry (#12256) by Éric Araujo · 13 years ago
  28. 543edbd Don’t quote characters twice. by Éric Araujo · 13 years ago
  29. fde9242 Don’t use “arg” for “argument” by Éric Araujo · 13 years ago
  30. 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 13 years ago
  31. d001ffe Minor improvements to BadZipFile and BadZipfile docs. by Éric Araujo · 13 years ago
  32. 5eada94 Fix markup to get a target instead of a comment by Éric Araujo · 13 years ago
  33. 889a7dc Fix a typo and touch up blank lines by Éric Araujo · 13 years ago
  34. 6e7d0ba Add missing reST target for one section of this file by Éric Araujo · 13 years ago
  35. 0519b09 Avoid splitting a word between a link and text by Éric Araujo · 13 years ago
  36. 72d161a Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 13 years ago
  37. acaeff8 merge heads by Benjamin Peterson · 13 years ago
  38. 7a6b44a the named of the character is actually NUL by Benjamin Peterson · 13 years ago
  39. 134a8ba Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 13 years ago
  40. 5ad517a NUL -> NULL by Benjamin Peterson · 13 years ago
  41. ae13c88 fix possible refleaks by Benjamin Peterson · 13 years ago
  42. f6b25b9 #12761: fix wording of zlib license section by Sandro Tosi · 13 years ago
  43. b5da6e9 Revert change that was not a syntax fix but actually a behavior change by Éric Araujo · 13 years ago
  44. 0656a56 #12204: document that str.upper().isupper() might be False and add a note about cased characters. by Ezio Melotti · 13 years ago
  45. ee8d998 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 13 years ago
  46. 388c945 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  47. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 13 years ago
  48. 963e402 tokenize is just broken on test_pep3131.py by Benjamin Peterson · 13 years ago
  49. be66287 normalization is different between unicode builds, so use a new non-BMP char and add normalization test by Benjamin Peterson · 13 years ago
  50. f413b80 in narrow builds, make sure to test codepoints as identifier characters (closes #12732) by Benjamin Peterson · 13 years ago
  51. 7bf4363 let PySequence_Check me a link; thanks to tomo cocoa from docs@ by Sandro Tosi · 13 years ago
  52. c2d2c72 Branch merge by Éric Araujo · 13 years ago
  53. 1bf5b6a Update crlf and lfcr scripts for 3.x bytes semantics (#12032). by Éric Araujo · 13 years ago
  54. 8a3b657 it's 'rather than'; reported by James Bateman on docs@ by Sandro Tosi · 13 years ago
  55. fbc5ff6 patchcheck: don’t talk about the test suite when no code file were changed. by Éric Araujo · 13 years ago
  56. 28d39a0 Branch merge by Éric Araujo · 13 years ago
  57. f6c7a85 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  58. 817495a Issue #12718: Add documentation on using custom importers. by Vinay Sajip · 13 years ago
  59. 9dc4cad News item for Issue10087. by Senthil Kumaran · 13 years ago
  60. 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
  61. d9d7bca Use real word in English text (i.e. not code) by Éric Araujo · 13 years ago
  62. 1c608e3 Fix find command in makefile “funny” target by Éric Araujo · 13 years ago
  63. 77c4fd0 note mutating tp_dict is bad (closes #12719) by Benjamin Peterson · 13 years ago
  64. ef1e94a8 Test pipes.quote with a few non-ASCII characters (see #9723). by Éric Araujo · 13 years ago
  65. da3f4ae Branch merge by Éric Araujo · 13 years ago
  66. 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
  67. 54a1d05 Branch merge by Éric Araujo · 13 years ago
  68. db79e95 #12709: add error_callback argument to map_async documentation by Sandro Tosi · 13 years ago
  69. 61baee0 #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  70. 2a389e4 #12677: correct turtle orientation in doc by Sandro Tosi · 13 years ago
  71. 6ef038e Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 13 years ago
  72. ebd4805 Fix grammar by Eli Bendersky · 13 years ago
  73. 2e01535 Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. 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. 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
  76. de4f05b Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 13 years ago
  77. e5cad23 Issue #12540: Prevent zombie IDLE processes on Windows due to changes by Ned Deily · 13 years ago
  78. fc9bbd1 dosmodule is, thankfully, no more by Benjamin Peterson · 13 years ago
  79. 7ce71f6 change the redundant svn scheme urljoin test case to svn+ssh scheme. by Senthil Kumaran · 13 years ago
  80. 56ee6d1 merged heads by Senthil Kumaran · 13 years ago
  81. 2a157d2 Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  82. 25e2cd1 Fix spacing in string literal. by Georg Brandl · 13 years ago
  83. 86a1a89 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  84. 2a8d195 #12665: Dictionary view example has error in set operation by Sandro Tosi · 13 years ago
  85. 692dba2 #12670: Fix struct code after forward declaration on ctypes doc by Sandro Tosi · 13 years ago
  86. ef5c716 Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. by Senthil Kumaran · 13 years ago
  87. eb71ad4 Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
  88. f187a02 Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug. by Stefan Krah · 13 years ago
  89. aa71583 Use attribute access instead of index access for namedtuple. by Georg Brandl · 13 years ago
  90. ccf03a1 Fix resource warning when looking at turtledemo’s help (#12295) by Éric Araujo · 13 years ago
  91. 2ffea0e Branch merge by Éric Araujo · 13 years ago
  92. 9525956 Closes #12667: Added documentation for SMTPHandler secure argument. by Vinay Sajip · 13 years ago
  93. 222e61e Fix typo reported by Sandro Tosi. by Ezio Melotti · 13 years ago
  94. 548c054 Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 13 years ago
  95. e324c57 using support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 13 years ago
  96. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 13 years ago
  97. a3e072b Let “make patchcheck” work for out-of-dir builds (#9860) by Éric Araujo · 13 years ago
  98. 5925632 #12531: Fix spaces and markup. by Ezio Melotti · 13 years ago
  99. 497cd65 add space by Benjamin Peterson · 13 years ago
  100. 50211fa document NotImplemented by Benjamin Peterson · 13 years ago