1. 388c945 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  2. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 13 years ago
  3. 963e402 tokenize is just broken on test_pep3131.py by Benjamin Peterson · 13 years ago
  4. be66287 normalization is different between unicode builds, so use a new non-BMP char and add normalization test by Benjamin Peterson · 13 years ago
  5. f413b80 in narrow builds, make sure to test codepoints as identifier characters (closes #12732) by Benjamin Peterson · 13 years ago
  6. 7bf4363 let PySequence_Check me a link; thanks to tomo cocoa from docs@ by Sandro Tosi · 13 years ago
  7. c2d2c72 Branch merge by Éric Araujo · 13 years ago
  8. 1bf5b6a Update crlf and lfcr scripts for 3.x bytes semantics (#12032). by Éric Araujo · 13 years ago
  9. 8a3b657 it's 'rather than'; reported by James Bateman on docs@ by Sandro Tosi · 13 years ago
  10. fbc5ff6 patchcheck: don’t talk about the test suite when no code file were changed. by Éric Araujo · 13 years ago
  11. 28d39a0 Branch merge by Éric Araujo · 13 years ago
  12. f6c7a85 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  13. 817495a Issue #12718: Add documentation on using custom importers. by Vinay Sajip · 13 years ago
  14. 9dc4cad News item for Issue10087. by Senthil Kumaran · 13 years ago
  15. 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
  16. d9d7bca Use real word in English text (i.e. not code) by Éric Araujo · 13 years ago
  17. 1c608e3 Fix find command in makefile “funny” target by Éric Araujo · 13 years ago
  18. 77c4fd0 note mutating tp_dict is bad (closes #12719) by Benjamin Peterson · 13 years ago
  19. ef1e94a8 Test pipes.quote with a few non-ASCII characters (see #9723). by Éric Araujo · 13 years ago
  20. da3f4ae Branch merge by Éric Araujo · 13 years ago
  21. 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
  22. 54a1d05 Branch merge by Éric Araujo · 13 years ago
  23. db79e95 #12709: add error_callback argument to map_async documentation by Sandro Tosi · 13 years ago
  24. 61baee0 #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  25. 2a389e4 #12677: correct turtle orientation in doc by Sandro Tosi · 13 years ago
  26. 6ef038e Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 13 years ago
  27. ebd4805 Fix grammar by Eli Bendersky · 13 years ago
  28. 2e01535 Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 13 years ago
  29. a3b2316 merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 13 years ago
  30. 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
  31. de4f05b Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 13 years ago
  32. e5cad23 Issue #12540: Prevent zombie IDLE processes on Windows due to changes by Ned Deily · 13 years ago
  33. fc9bbd1 dosmodule is, thankfully, no more by Benjamin Peterson · 13 years ago
  34. 7ce71f6 change the redundant svn scheme urljoin test case to svn+ssh scheme. by Senthil Kumaran · 13 years ago
  35. 56ee6d1 merged heads by Senthil Kumaran · 13 years ago
  36. 2a157d2 Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  37. 25e2cd1 Fix spacing in string literal. by Georg Brandl · 13 years ago
  38. 86a1a89 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  39. 2a8d195 #12665: Dictionary view example has error in set operation by Sandro Tosi · 13 years ago
  40. 692dba2 #12670: Fix struct code after forward declaration on ctypes doc by Sandro Tosi · 13 years ago
  41. ef5c716 Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. by Senthil Kumaran · 13 years ago
  42. eb71ad4 Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
  43. f187a02 Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug. by Stefan Krah · 13 years ago
  44. aa71583 Use attribute access instead of index access for namedtuple. by Georg Brandl · 13 years ago
  45. ccf03a1 Fix resource warning when looking at turtledemo’s help (#12295) by Éric Araujo · 13 years ago
  46. 2ffea0e Branch merge by Éric Araujo · 13 years ago
  47. 9525956 Closes #12667: Added documentation for SMTPHandler secure argument. by Vinay Sajip · 13 years ago
  48. 222e61e Fix typo reported by Sandro Tosi. by Ezio Melotti · 13 years ago
  49. 548c054 Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 13 years ago
  50. e324c57 using support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 13 years ago
  51. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 13 years ago
  52. a3e072b Let “make patchcheck” work for out-of-dir builds (#9860) by Éric Araujo · 13 years ago
  53. 5925632 #12531: Fix spaces and markup. by Ezio Melotti · 13 years ago
  54. 497cd65 add space by Benjamin Peterson · 13 years ago
  55. 50211fa document NotImplemented by Benjamin Peterson · 13 years ago
  56. b603b27 merging Georg's revision by Eli Bendersky · 13 years ago
  57. e250358 Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen by Eli Bendersky · 13 years ago
  58. eea6cda Change test.support docs to be more specific about the nature of this module. by Georg Brandl · 13 years ago
  59. 7bd081c Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  60. 43a976e remove duplicated type ready by Benjamin Peterson · 13 years ago
  61. b9c73e8 Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 13 years ago
  62. def3543 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 13 years ago
  63. fe1e298 Document that atexit execution order is undefined (#9788) by Éric Araujo · 13 years ago
  64. 63b18a4 Add a link target for argparse.Namespace (#8982) by Éric Araujo · 13 years ago
  65. e801aa2 Let the doc of __import__ link to importlib (#9254). by Éric Araujo · 13 years ago
  66. e64e51b Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 13 years ago
  67. 158d769 Branch merge by Éric Araujo · 13 years ago
  68. 3a081f5 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 13 years ago
  69. 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
  70. aa95ccd Change one line I missed in 7527f3f9829 by Éric Araujo · 13 years ago
  71. cf53481 Branch merge by Éric Araujo · 13 years ago
  72. fc662dd Merge profile docs followup (#12417) from 3.1 by Éric Araujo · 13 years ago
  73. ee19c77 Remove mentions of previous license in profile module docs (#12417 followup). by Éric Araujo · 13 years ago
  74. f5e10d1 Turn raw URI into real link by Éric Araujo · 13 years ago
  75. 14382dc Update documentation for shutil.move (#12043) and fix a few typos. by Éric Araujo · 13 years ago
  76. 2f834f2 Stop ignoring Mercurial merge conflits files (#12255). by Éric Araujo · 13 years ago
  77. 5c8545b Make VCSes ignore the compiled shared library file (#12255) by Éric Araujo · 13 years ago
  78. 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
  79. d4d1d06 Issue #11871: In test_threading.BarrierTests, bump the default barrier timeout by Charles-François Natali · 13 years ago
  80. 27c4e88 Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 13 years ago
  81. 53516a8 Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. by Senthil Kumaran · 13 years ago
  82. d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 13 years ago
  83. 45686b4 Correcting issue 12576 fix, which resulted in buildbot failures. by Senthil Kumaran · 13 years ago
  84. f25e3d5 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 13 years ago
  85. 1299a8f Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 13 years ago
  86. 5cd3e30 When testing for an hg repo, use a file that always exists, even with the "shared" extension by Antoine Pitrou · 13 years ago
  87. 2a20f9b Backport 0398f07d4827 (fix for weird buildbot failures) by Antoine Pitrou · 13 years ago
  88. ba2eab2 Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 13 years ago
  89. 9e1af03 Branch merge. by Éric Araujo · 13 years ago
  90. a0e92a8 Fix missing or wrong shebangs and missing executable bits for scripts (#10318) by Éric Araujo · 13 years ago
  91. 1ce7b17 Fix string exception and a few style issues in mailerdaemon script by Éric Araujo · 13 years ago
  92. cab106c Fix sorting or wording of some NEWS entries. by Éric Araujo · 13 years ago
  93. 6c0ba44 Fix style in code added by edba722f3b02 by Éric Araujo · 13 years ago
  94. 76748b7 Fixes #10639: reindent.py should not convert newlines by Jason R. Coombs · 13 years ago
  95. 72db345 Make indentation comply with our style guide and the rest of the file by Éric Araujo · 13 years ago
  96. 59e387e Fix “anyways” (following R. David Murray in 4d5a546b6186) by Éric Araujo · 13 years ago
  97. 7c12bae Fix reST references by Éric Araujo · 13 years ago
  98. 41bade9 Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger) by Éric Araujo · 13 years ago
  99. 45dedaa Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de Gaye for the patch." by Vinay Sajip · 13 years ago
  100. 59c01ed Issue #12102: Document that buffered files must be flushed before being used by Ross Lagerwall · 13 years ago