1. 0e79b7e Clarify the existence of the <> operator in Grammar/Grammar with a comment, for issue 13239 by Eli Bendersky · 13 years ago
  2. 9ec2593 Fix memory leak with FLUFL-related syntax errors (!) by Antoine Pitrou · 13 years ago
  3. 7abe61f Restore smtpd.DEBUGSTREAM at the end of test_smtpd. (backport of 6b9f547e92d8) by Antoine Pitrou · 13 years ago
  4. 2515c4d Merge heads by Petri Lehtinen · 13 years ago
  5. c153cd3 Update mailbox.Maildir tests by Petri Lehtinen · 13 years ago
  6. d44af82 Issue #12767: documenting threading.Condition.notify by Eli Bendersky · 13 years ago
  7. 3714c1e Add NEWS entry for #13193 by Antoine Pitrou · 13 years ago
  8. 8f0ffe5 Issue #13193: fix distutils.filelist.FileList under Windows by Antoine Pitrou · 13 years ago
  9. 599d76b Reformat paragraphs. by Florent Xicluna · 13 years ago
  10. 45c6c3e Few typos in the documentation. by Florent Xicluna · 13 years ago
  11. 992d9e0 Fix few typos. by Florent Xicluna · 13 years ago
  12. 490062b Remove duplicate ACKS. by Florent Xicluna · 13 years ago
  13. 675f6b8 Fix #13384. Remove __future__ import in 3.x code. by Brian Curtin · 13 years ago
  14. d3baae7 Issue #13161: fix doc strings of __i*__ operators by Eli Bendersky · 13 years ago
  15. a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  16. c2c8960 Issue #13365: correct an error in the documentation of str.expandtabs by Eli Bendersky · 13 years ago
  17. 98d2c0a #13379: update Unicode version in unicodedata docstrings and comments. by Ezio Melotti · 13 years ago
  18. a365113 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
  19. 69d44fd test_import: test_execute_bit_not_copied() was actually a no-op: fix it. by Charles-François Natali · 13 years ago
  20. bc91b46 Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 13 years ago
  21. c241df8 Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 13 years ago
  22. 32e4a58 Issue #13237: Fix formatting error - the legacy shell commands weren't meant to be under the Notes heading by Nick Coghlan · 13 years ago
  23. 69ce0d8 Issue #13237: Remove duplicate data value descriptions from the subprocess docs by Nick Coghlan · 13 years ago
  24. c29248f Issue #13237: Forward port subprocess module updates and explicitly document UTF-8 encoding assumption when universal_newlines=True by Nick Coghlan · 13 years ago
  25. 23760e9 Don’t interpret backslashes in ASCII diagram in a docstring by Éric Araujo · 13 years ago
  26. 06c42a3 Document that shutil.make_archive does not typecheck its logger argument by Éric Araujo · 13 years ago
  27. 3bd5638 Closes #13361: Raise correct exception type. by Vinay Sajip · 13 years ago
  28. 61b787e Closes #13661: Check added for type of logger name. by Vinay Sajip · 13 years ago
  29. ebfaabd Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  30. fd6b582 curses.tparm() is expecting a byte string, not curses.tigetstr() by Petri Lehtinen · 13 years ago
  31. 1ce4b14 Skip early if stdin and stdout are not ttys by Antoine Pitrou · 13 years ago
  32. 413d497 Backport robustness fix for test_builtin by Antoine Pitrou · 13 years ago
  33. 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  34. c2f0a46 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 13 years ago
  35. 4e6bf41 Improve Counter.__repr__() to not fail with unorderable values by Raymond Hettinger · 13 years ago
  36. 0115fae Update .gitignore by Petri Lehtinen · 13 years ago
  37. bc74ee0 Remove __pycache__ directories correctly on OpenBSD by Petri Lehtinen · 13 years ago
  38. 395ca72 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  39. 8c482ee Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  40. 97c1bef Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  41. 3c85fe0 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 13 years ago
  42. 12b66b5 Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn. by Florent Xicluna · 13 years ago
  43. dcfde5a Issue #13339: Fix compile error in posixmodule.c due to missing semicolon. by Ross Lagerwall · 13 years ago
  44. 7ab4192 Issue #12342: Improve _tkinter error message on unencodable character by Victor Stinner · 13 years ago
  45. b3bc7e7 Issue #10570: curses.putp() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  46. 9c2f42f Branch merge by Éric Araujo · 13 years ago
  47. a083823 Avoid relying on the default reST role in logging library doc by Éric Araujo · 13 years ago
  48. e2544bc Fix incorrect docstring I changed a while back. by Éric Araujo · 13 years ago
  49. c465b2f More fixes for PEP 3147 compliance in distutils (#11254) by Éric Araujo · 13 years ago
  50. 5df1108 Add signatures to the docstring of functions added to imp by PEP 3147 by Éric Araujo · 13 years ago
  51. 3bb1a6f State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B by Éric Araujo · 13 years ago
  52. cb2f84a Issue #13307: fix bdist_rpm test failures by Antoine Pitrou · 13 years ago
  53. 3924230 Fix typo by Éric Araujo · 13 years ago
  54. 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  55. f7ed9fc Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 13 years ago
  56. af2ffd7 Cleanups in distutils tests. by Éric Araujo · 13 years ago
  57. 91d5193 Closes #2892: preserve iterparse events in case of SyntaxError. by Florent Xicluna · 13 years ago
  58. c1e73c3 Make sure that the tolerant parser still parses valid HTML correctly. by Ezio Melotti · 13 years ago
  59. b9a48f7 Avoid reusing the same collector in the tests. by Ezio Melotti · 13 years ago
  60. 18b0e5b #12008: add a test. by Ezio Melotti · 13 years ago
  61. 7de56f6 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 13 years ago
  62. 4bfe03a correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ by Sandro Tosi · 13 years ago
  63. 316f573 Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 13 years ago
  64. ce26014 Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 13 years ago
  65. 53bcd66 use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang from docs@ by Sandro Tosi · 13 years ago
  66. 69e59a1 remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@ by Sandro Tosi · 13 years ago
  67. 5032292 Closes #13283: removal of two unused variable in locale.py by Jesus Cea · 13 years ago
  68. e348455 document turtle done() function; thanks to Csaba Szepesvari from docs@ by Sandro Tosi · 13 years ago
  69. 7aff451 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 13 years ago
  70. 567493f caught is the right pp of catch; thanks to Don Bennett from docs@ by Sandro Tosi · 13 years ago
  71. 6f45d18 Improve itertools docs with clearer examples of pure python equivalent code. by Raymond Hettinger · 13 years ago
  72. e584457 Issue 13274: Make the pure python code for heapq more closely match the C implementation for an undefined corner case. by Raymond Hettinger · 13 years ago
  73. 9783b44 Merge heads by Florent Xicluna · 13 years ago
  74. 93dfee1 Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client. by Florent Xicluna · 13 years ago
  75. c4fec93 Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes marshalling. by Florent Xicluna · 13 years ago
  76. 3fa29f7 Closes #13291: NameError in xmlrpc package. by Florent Xicluna · 13 years ago
  77. cd06a14 Add Misc/NEWS entry for issue #10519 by Petri Lehtinen · 13 years ago
  78. 2b50a01 remove unused variable by Benjamin Peterson · 13 years ago
  79. 8db076c Issue #10363: Deallocate global locks in Py_Finalize(). by Antoine Pitrou · 13 years ago
  80. e0aa803 Fix the return value of set_discard (issue #10519) by Petri Lehtinen · 13 years ago
  81. 5acc27e Avoid unnecessary recursive function calls (closes #10519) by Petri Lehtinen · 13 years ago
  82. f54f6f5 Add a button to the code examples in the doc to show/hide the prompts and output. by Ezio Melotti · 13 years ago
  83. f78869e #13289: fix typo. by Ezio Melotti · 13 years ago
  84. b3b8ba6 bring is_integer into tested existence by Benjamin Peterson · 13 years ago
  85. 5a8f03f - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 13 years ago
  86. 46ae0ef - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 13 years ago
  87. 305bb66 Documentation typo by Florent Xicluna · 13 years ago
  88. 83386da I should be someone by Florent Xicluna · 13 years ago
  89. 4d46c2a Remove unused variable. by Florent Xicluna · 13 years ago
  90. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  91. f99e4b5 Improve HTMLParser example in the doc and fix a couple minor things. by Ezio Melotti · 13 years ago
  92. f50ffa9 #13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False. by Ezio Melotti · 13 years ago
  93. 0b85cd0 Merge heads. by Ezio Melotti · 13 years ago
  94. d3cf0db #13278: fix typo. by Ezio Melotti · 13 years ago
  95. 74e6495 Fixes #13270: obsolete reference to old-style/new-style classes. by Florent Xicluna · 13 years ago
  96. 6187664 Added lost documentation cross-reference. by Vinay Sajip · 13 years ago
  97. e119c40 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 13 years ago
  98. fbb3981 Refactor a bit the codecs doc. by Ezio Melotti · 13 years ago
  99. 963004d Fix typo. by Ezio Melotti · 13 years ago
  100. 9a1b956 merge heads by Benjamin Peterson · 13 years ago