1. 97aa21b Do not try to insert control characters. by Martin v. Löwis · 12 years ago
  2. 862d13a Issue #14937: Perform auto-completion of filenames in strings even for non-ASCII filenames. by Martin v. Löwis · 12 years ago
  3. e606e23 Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name by Terry Jan Reedy · 12 years ago
  4. a948c79 Issue 10365: Add and replace comments; condense defaulted attribute access. by Terry Jan Reedy · 12 years ago
  5. 7f67133 backport c4bd68be5fc6 to 3.2 by Sandro Tosi · 12 years ago
  6. 29d09aa Issue #14926: fix docstring highlight by Sandro Tosi · 12 years ago
  7. 964f205 refer to time.strftime by Sandro Tosi · 12 years ago
  8. 554b348 #14957: fix doc typo. by R David Murray · 12 years ago
  9. 8e8fbea don't leak if the __class__ closure is set by Benjamin Peterson · 12 years ago
  10. ae1b94b #14957: clarify splitlines docs. by R David Murray · 12 years ago
  11. 3f7d1d3 Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck by Sandro Tosi · 12 years ago
  12. 8b2a56b Issue #14962: Update text coloring in IDLE shell window after changing by Ned Deily · 12 years ago
  13. d70be9b Added test skip under Windows, as not applicable there. by Vinay Sajip · 12 years ago
  14. cf4a1b7 Add news item for #14943 by Brian Curtin · 12 years ago
  15. 13c7034 Fix #14943. Update the proper default value and list the proper argument names in the explanation. by Brian Curtin · 12 years ago
  16. 3aee941 Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. by Ned Deily · 12 years ago
  17. e1ad3da Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. by Antoine Pitrou · 12 years ago
  18. 031e25b Issue #9041: raised exception is misleading by Meador Inge · 12 years ago
  19. 4b6045c Issue #14443: Tell rpmbuild to use the correct version of Python by Nick Coghlan · 12 years ago
  20. e1c5087 Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping. by Terry Jan Reedy · 12 years ago
  21. c5301ef Issue12510: Attempting to get invalid tooltip no longer closes Idle. by Terry Jan Reedy · 12 years ago
  22. e1398f7 #11785: fix the :mod: references in email package submodule titles. by R David Murray · 12 years ago
  23. 3fde191 #10365 Trim trailing whitespace by Terry Jan Reedy · 12 years ago
  24. cd6b8c6 Issue #10365: File open dialog now works instead of crashing by Terry Jan Reedy · 12 years ago
  25. 809309a Issue #14876: Use user-selected font for highlight configuration. by Terry Jan Reedy · 12 years ago
  26. ffa4b2c Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just have ascii in help msg by Senthil Kumaran · 12 years ago
  27. 54454e7 Issue #14881: Allow normal non-main thread to spawn a dummy process by Richard Oudkerk · 12 years ago
  28. 2cc7156 #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 12 years ago
  29. 1a01ebc #14863: Update the documentation of os.fdopen() by Petri Lehtinen · 12 years ago
  30. 2fc5a50 Issue #14036: return None when port in urlparse cross 65535 by Senthil Kumaran · 12 years ago
  31. 346c5de Remove duplicate entries in Misc/NEWS. by Florent Xicluna · 12 years ago
  32. 1f50389 #14472: Update .gitignore by Petri Lehtinen · 12 years ago
  33. 979f37a Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  34. 898d51d #14875: Use float('inf') instead of float('1e66666') in the json module. by Ezio Melotti · 12 years ago
  35. dfa4652 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  36. f54c060 Fix `versionchanged` tags for json.load by Hynek Schlawack · 12 years ago
  37. 69d8493 Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call. by Vinay Sajip · 12 years ago
  38. 1203e83 Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 12 years ago
  39. aeeba26 Fix for issue14426 - buildbots here I come by Senthil Kumaran · 12 years ago
  40. 6e8ba0a news for Issue14426 by Senthil Kumaran · 12 years ago
  41. 00c2ec2 Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert by Senthil Kumaran · 12 years ago
  42. 079bfc9 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 12 years ago
  43. 6709b7d #14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter. by Ezio Melotti · 12 years ago
  44. 5fa4a89 Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 12 years ago
  45. 1be320e Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 12 years ago
  46. 8d88604 #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 12 years ago
  47. 1033b31 Fix time.time() references in the time module docs by Petri Lehtinen · 12 years ago
  48. b15d1a7 Drop double quoting again. I'm at a loss when to quote and when not. by Martin v. Löwis · 12 years ago
  49. 3407dfb Upgrade OpenSSL to 1.0.0j by Martin v. Löwis · 12 years ago
  50. 0d635ae merge heads by Martin v. Löwis · 12 years ago
  51. e9dfb0f Add another set of quotes to make cmd.exe happy. by Martin v. Löwis · 12 years ago
  52. 71f3f92 Fetch openssl directory from pyproject.vsprops. by Martin v. Löwis · 12 years ago
  53. f7a6615 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 12 years ago
  54. 9729fd4 #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 12 years ago
  55. fb5b954 Forward port additional tests from 2.7 (issue #14829). by Antoine Pitrou · 12 years ago
  56. a103b96 Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows. by Antoine Pitrou · 12 years ago
  57. 5cdc630 Cleanup so subsequent tests won't fail. Needs to be moved into a support routine (see 14715). by Eric V. Smith · 12 years ago
  58. 28e68ea #1440472: reflow by R David Murray · 12 years ago
  59. ea1badb #1440472: Explain that email parser/generator isn't *quite* "idempotent" by R David Murray · 12 years ago
  60. 4d377d9 Issue #14777: In an X11 windowing environment, tkinter may return by Ned Deily · 12 years ago
  61. a790c9b Issue #14817: Add rudimentary tests for pkgutil.extend_path. by Eric V. Smith · 12 years ago
  62. 0ea91cb Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 12 years ago
  63. 34f3fcc Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2. by Senthil Kumaran · 12 years ago
  64. 539f239 #14766: Reflow the altered paragraphs. by R David Murray · 12 years ago
  65. 9075d8b #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  66. 1f24548 bsddb never existed in 3.x, no need to keep downloading sleepycat by Brian Curtin · 12 years ago
  67. 072e4a3 Followup to issue #14157: respect the relative ordering of values produced by time.strptime(). by Antoine Pitrou · 12 years ago
  68. 2d82d04 Stop deleting non-existing bytecode files. by Martin v. Löwis · 12 years ago
  69. a1433fe Remove tab characters by Antoine Pitrou · 12 years ago
  70. 682d94c Use size_t, not ssize_t (issue #14801). by Antoine Pitrou · 12 years ago
  71. 87960da Upgrade bzip2 to 1.0.6. by Martin v. Löwis · 12 years ago
  72. e768b06 #14405: remove outdated/broken/duplicate links. by Ezio Melotti · 12 years ago
  73. ba3b0d8 Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejewski-Szmek for some of the wording. by Mark Dickinson · 12 years ago
  74. b35480e #14770: improve the library FAQ. by Ezio Melotti · 12 years ago
  75. 3918b1e Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  76. 38b86b4 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ by Sandro Tosi · 12 years ago
  77. 5fddf86 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
  78. 1682e5d Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 12 years ago
  79. a9494f6 Some nits in the pickle docs. by Antoine Pitrou · 12 years ago
  80. cc6c673 Removed outdated statement about pickle's and marshal's relative performance. by Antoine Pitrou · 12 years ago
  81. bf3165b #14763: document default maxsplit value for str.split. by Ezio Melotti · 12 years ago
  82. 7f0d888 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 12 years ago
  83. d576c71 Issue #14761: Fix potential leak on an error case in the import machinery. by Antoine Pitrou · 12 years ago
  84. b98b37f Improve the grammar of a non-sentence. by R David Murray · 12 years ago
  85. 89a6e9a fix possible refleak (closes #14752) by Benjamin Peterson · 12 years ago
  86. d9e4a41 Issue #14749: Add support for 'Z' to skipitem() in Python/getargs.c. by Larry Hastings · 12 years ago
  87. 3b66623 remove basically bitrotted XXXs by Benjamin Peterson · 12 years ago
  88. da029fb Issue #14741: Fix missing support for ellipsis in parser module. by Mark Dickinson · 12 years ago
  89. 11c1dee Issue #14697: Fix missing parser module support for set displays and set comprehensions. by Mark Dickinson · 12 years ago
  90. cf360b9 Issue #14701: Add missing support for 'raise ... from' in parser module. by Mark Dickinson · 12 years ago
  91. 640335c Fix issue number in Misc/NEWS. by Mark Dickinson · 12 years ago
  92. 0958a4d Fix document title for Sphinx. by Georg Brandl · 12 years ago
  93. 1b2e944 Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. by Mark Dickinson · 12 years ago
  94. 9ab3fdd #14034: fix indentation. by Ezio Melotti · 12 years ago
  95. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  96. b4c8902 #13183: backport fixes to test_pdb to 3.2 branch by Georg Brandl · 12 years ago
  97. 7ef909c Fix for issue 14725 for 3.2 branch by Richard Oudkerk · 12 years ago
  98. 16f6f83 Fix test connecting to sha256.tbs-internet.com. by Antoine Pitrou · 12 years ago
  99. ab3da29 close() doesn't take any args (closes #14717) by Benjamin Peterson · 12 years ago
  100. 89282af Changed order of cleanup operations to be more sensible. by Vinay Sajip · 12 years ago