1. f187a02 Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug. by Stefan Krah · 13 years ago
  2. aa71583 Use attribute access instead of index access for namedtuple. by Georg Brandl · 13 years ago
  3. ccf03a1 Fix resource warning when looking at turtledemo’s help (#12295) by Éric Araujo · 13 years ago
  4. 2ffea0e Branch merge by Éric Araujo · 13 years ago
  5. 9525956 Closes #12667: Added documentation for SMTPHandler secure argument. by Vinay Sajip · 13 years ago
  6. 222e61e Fix typo reported by Sandro Tosi. by Ezio Melotti · 13 years ago
  7. 548c054 Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 13 years ago
  8. e324c57 using support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 13 years ago
  9. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 13 years ago
  10. a3e072b Let “make patchcheck” work for out-of-dir builds (#9860) by Éric Araujo · 13 years ago
  11. 5925632 #12531: Fix spaces and markup. by Ezio Melotti · 13 years ago
  12. 497cd65 add space by Benjamin Peterson · 13 years ago
  13. 50211fa document NotImplemented by Benjamin Peterson · 13 years ago
  14. b603b27 merging Georg's revision by Eli Bendersky · 13 years ago
  15. e250358 Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen by Eli Bendersky · 13 years ago
  16. eea6cda Change test.support docs to be more specific about the nature of this module. by Georg Brandl · 13 years ago
  17. 7bd081c Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  18. 43a976e remove duplicated type ready by Benjamin Peterson · 13 years ago
  19. b9c73e8 Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 13 years ago
  20. def3543 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 13 years ago
  21. fe1e298 Document that atexit execution order is undefined (#9788) by Éric Araujo · 13 years ago
  22. 63b18a4 Add a link target for argparse.Namespace (#8982) by Éric Araujo · 13 years ago
  23. e801aa2 Let the doc of __import__ link to importlib (#9254). by Éric Araujo · 13 years ago
  24. e64e51b Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 13 years ago
  25. 158d769 Branch merge by Éric Araujo · 13 years ago
  26. 3a081f5 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 13 years ago
  27. 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
  28. aa95ccd Change one line I missed in 7527f3f9829 by Éric Araujo · 13 years ago
  29. cf53481 Branch merge by Éric Araujo · 13 years ago
  30. fc662dd Merge profile docs followup (#12417) from 3.1 by Éric Araujo · 13 years ago
  31. ee19c77 Remove mentions of previous license in profile module docs (#12417 followup). by Éric Araujo · 13 years ago
  32. f5e10d1 Turn raw URI into real link by Éric Araujo · 13 years ago
  33. 14382dc Update documentation for shutil.move (#12043) and fix a few typos. by Éric Araujo · 13 years ago
  34. 2f834f2 Stop ignoring Mercurial merge conflits files (#12255). by Éric Araujo · 13 years ago
  35. 5c8545b Make VCSes ignore the compiled shared library file (#12255) by Éric Araujo · 13 years ago
  36. 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
  37. d4d1d06 Issue #11871: In test_threading.BarrierTests, bump the default barrier timeout by Charles-François Natali · 13 years ago
  38. 27c4e88 Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 13 years ago
  39. 53516a8 Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. by Senthil Kumaran · 13 years ago
  40. d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 13 years ago
  41. 45686b4 Correcting issue 12576 fix, which resulted in buildbot failures. by Senthil Kumaran · 13 years ago
  42. f25e3d5 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 13 years ago
  43. 1299a8f Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 13 years ago
  44. 5cd3e30 When testing for an hg repo, use a file that always exists, even with the "shared" extension by Antoine Pitrou · 13 years ago
  45. 2a20f9b Backport 0398f07d4827 (fix for weird buildbot failures) by Antoine Pitrou · 13 years ago
  46. ba2eab2 Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 13 years ago
  47. 9e1af03 Branch merge. by Éric Araujo · 13 years ago
  48. a0e92a8 Fix missing or wrong shebangs and missing executable bits for scripts (#10318) by Éric Araujo · 13 years ago
  49. 1ce7b17 Fix string exception and a few style issues in mailerdaemon script by Éric Araujo · 13 years ago
  50. cab106c Fix sorting or wording of some NEWS entries. by Éric Araujo · 13 years ago
  51. 6c0ba44 Fix style in code added by edba722f3b02 by Éric Araujo · 13 years ago
  52. 76748b7 Fixes #10639: reindent.py should not convert newlines by Jason R. Coombs · 13 years ago
  53. 72db345 Make indentation comply with our style guide and the rest of the file by Éric Araujo · 13 years ago
  54. 59e387e Fix “anyways” (following R. David Murray in 4d5a546b6186) by Éric Araujo · 13 years ago
  55. 7c12bae Fix reST references by Éric Araujo · 13 years ago
  56. 41bade9 Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger) by Éric Araujo · 13 years ago
  57. 45dedaa Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de Gaye for the patch." by Vinay Sajip · 13 years ago
  58. 59c01ed Issue #12102: Document that buffered files must be flushed before being used by Ross Lagerwall · 13 years ago
  59. 749400a Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 13 years ago
  60. 0e3c5a8 Add a test for issue #1813: getlocale() failing under a Turkish locale by Antoine Pitrou · 13 years ago
  61. cf9d3c0 Issue #1813: Fix codec lookup under Turkish locales. by Antoine Pitrou · 13 years ago
  62. 216a3bc Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 13 years ago
  63. ab85ff3 Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 13 years ago
  64. e96ec68 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 13 years ago
  65. ce7e51e Add Misc/NEWS entry for c741ba9e37ef. by Nadeem Vawda · 13 years ago
  66. 08f5f7a Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  67. de02a71 Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Petter Haggholm. by Senthil Kumaran · 13 years ago
  68. 06ad13e Fix function name: open -> urlopen. by Georg Brandl · 13 years ago
  69. beed47e Issue #12592: Make Python build on OpenBSD 5 (and future major releases). by Charles-François Natali · 13 years ago
  70. 180e635 None is ok for identifiers but not strings by Benjamin Peterson · 13 years ago
  71. efad244 hardcode the old svn __version__ by Benjamin Peterson · 13 years ago
  72. 2193d2b type check AST strings and identifiers by Benjamin Peterson · 13 years ago
  73. 996f606 Issue #12372: POSIX semaphores are broken on AIX: don't use them. by Charles-François Natali · 13 years ago
  74. 1beea5b #12601: fix typo. by Ezio Melotti · 13 years ago
  75. bca31b5 #11435: link to the correct branch. by Ezio Melotti · 13 years ago
  76. 96c84a4 Fix closes issue12524 - update http.client POST example with a working example. by Senthil Kumaran · 13 years ago
  77. 346f95f Upstream merge by Barry Warsaw · 13 years ago
  78. 2ea6fcc Issue #12587: Correct faulty test file and reference in test_tokenize. by Ned Deily · 13 years ago
  79. d460a76 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper by Barry Warsaw · 13 years ago
  80. c57ed91 Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 13 years ago
  81. 4634676 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
  82. ae4a78b Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  83. 0e752dd Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  84. 12ebefc Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. by Eric V. Smith · 13 years ago
  85. b899007 Better English. by R David Murray · 13 years ago
  86. 3e7f33f fix whitespace nit. by Senthil Kumaran · 13 years ago
  87. 0215d09 Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 13 years ago
  88. ed270fa Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 13 years ago
  89. 023c6f7 Fix Issue10403 - datetime documentation clarification based on review in the reitveld by Alexendar belopolsky. by Senthil Kumaran · 13 years ago
  90. ad3882a Fix closes Issue11436 - Minor clarification to struct documentation for 's' format character. by Senthil Kumaran · 13 years ago
  91. 0b44795 Close the call queue in concurrent.futures.ProcessPoolExecutor when by Antoine Pitrou · 13 years ago
  92. f7f5475 Use test.script_helper in test_pydoc by Antoine Pitrou · 13 years ago
  93. a6e81a2 test_pydoc needs to cleanup after itself by Antoine Pitrou · 13 years ago
  94. 707f228 Try harder to reap dangling threads in test.support.reap_threads(). by Antoine Pitrou · 13 years ago
  95. c081c0c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  96. b8298a0 Merge by Antoine Pitrou · 13 years ago
  97. ff35050 Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  98. 8cdc40e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  99. 5805919 merge heads by Benjamin Peterson · 13 years ago
  100. 5afa03a catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) by Benjamin Peterson · 13 years ago