1. b9bb1f4 Fix curses module for strict SysV implementation (without has_key function) by Victor Stinner · 13 years ago
  2. f1c141b Fix resource warning in test_xmlrpc_net by Antoine Pitrou · 13 years ago
  3. 5a88c38 Issue #13434: skip the time.xmlrpc.com test, and reenable the buildbot test. by Antoine Pitrou · 13 years ago
  4. 11942a5 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 13 years ago
  5. 22b9b37 Issue #12618: py_compile cannot create files in current directory by Meador Inge · 13 years ago
  6. 7be8f68 Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X. by Charles-François Natali · 13 years ago
  7. 6613c18 Issue #13415: Test in configure if unsetenv() has a return value or not. by Charles-François Natali · 13 years ago
  8. 6d47db3 Closes issue #13488: Some old preprocessors have problem with #define not in the first column by Jesus Cea · 13 years ago
  9. d7c8fbf Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. by Antoine Pitrou · 13 years ago
  10. fb36b3f Issue #12618: fix py_compile unit tests to handle different drives on Windows by Meador Inge · 13 years ago
  11. 6f16660 Issue #12618: create unit tests for the py_compile module by Meador Inge · 13 years ago
  12. 11e3813 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
  13. 4558bad Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. by Antoine Pitrou · 13 years ago
  14. fd9ebd4 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  15. 5a53f36 fix some typos in Doc/c-api/memoryview.rst by Eli Bendersky · 13 years ago
  16. f27be5c testFnNames is assigned twice. by Senthil Kumaran · 13 years ago
  17. 631a7e2 Added a configuration dictionary example to the logging cookbook. by Vinay Sajip · 13 years ago
  18. 287f246 Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch. by Vinay Sajip · 13 years ago
  19. 06403cf decref correct object by Benjamin Peterson · 13 years ago
  20. 4bb867d plug refleak by Benjamin Peterson · 13 years ago
  21. 116d6b9 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 13 years ago
  22. b3f8268 Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 13 years ago
  23. 896f471 Merge branch 3.2 by Victor Stinner · 13 years ago
  24. 60b385e Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
  25. 5e8f810 Issue #13436: commit regenerated Python-ast.c by Amaury Forgeot d'Arc · 13 years ago
  26. 58e8761 Issue #13436: Fix a bogus error message when an AST object was passed by Amaury Forgeot d'Arc · 13 years ago
  27. a233df8 Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the by Charles-François Natali · 13 years ago
  28. 3b1acf1 bytes() can't be used to get a representation of an object. by Amaury Forgeot d'Arc · 13 years ago
  29. 3be0095 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 13 years ago
  30. ab1d16b Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 13 years ago
  31. 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  32. a04b39b Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 13 years ago
  33. 8d40f16 Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER by Petri Lehtinen · 13 years ago
  34. b1e58fe Issue #12245: Document sys.float_info.rounds better. by Mark Dickinson · 13 years ago
  35. fabf027 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 13 years ago
  36. 7f78ddc #11112: Fix typo in a base class in test_socket. by Ezio Melotti · 13 years ago
  37. 15cb489 #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 13 years ago
  38. 8008f2a #4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg. by Ezio Melotti · 13 years ago
  39. e62aad3 #13426: fix typos in pickle doc. by Ezio Melotti · 13 years ago
  40. eeae149 fixing typos in optparse doc by Eli Bendersky · 13 years ago
  41. ca88e9c Branch merge by Éric Araujo · 13 years ago
  42. 5418ee0 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 13 years ago
  43. 04e6909 Fix markup by Éric Araujo · 13 years ago
  44. c2fe577 #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 13 years ago
  45. b245ed1 Group tests about attributes in a separate class. by Ezio Melotti · 13 years ago
  46. 0e79b7e Clarify the existence of the <> operator in Grammar/Grammar with a comment, for issue 13239 by Eli Bendersky · 13 years ago
  47. 9ec2593 Fix memory leak with FLUFL-related syntax errors (!) by Antoine Pitrou · 13 years ago
  48. 7abe61f Restore smtpd.DEBUGSTREAM at the end of test_smtpd. (backport of 6b9f547e92d8) by Antoine Pitrou · 13 years ago
  49. 2515c4d Merge heads by Petri Lehtinen · 13 years ago
  50. c153cd3 Update mailbox.Maildir tests by Petri Lehtinen · 13 years ago
  51. d44af82 Issue #12767: documenting threading.Condition.notify by Eli Bendersky · 13 years ago
  52. 3714c1e Add NEWS entry for #13193 by Antoine Pitrou · 13 years ago
  53. 8f0ffe5 Issue #13193: fix distutils.filelist.FileList under Windows by Antoine Pitrou · 13 years ago
  54. 599d76b Reformat paragraphs. by Florent Xicluna · 13 years ago
  55. 45c6c3e Few typos in the documentation. by Florent Xicluna · 13 years ago
  56. 992d9e0 Fix few typos. by Florent Xicluna · 13 years ago
  57. 490062b Remove duplicate ACKS. by Florent Xicluna · 13 years ago
  58. 675f6b8 Fix #13384. Remove __future__ import in 3.x code. by Brian Curtin · 13 years ago
  59. d3baae7 Issue #13161: fix doc strings of __i*__ operators by Eli Bendersky · 13 years ago
  60. a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  61. c2c8960 Issue #13365: correct an error in the documentation of str.expandtabs by Eli Bendersky · 13 years ago
  62. 98d2c0a #13379: update Unicode version in unicodedata docstrings and comments. by Ezio Melotti · 13 years ago
  63. a365113 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
  64. 69d44fd test_import: test_execute_bit_not_copied() was actually a no-op: fix it. by Charles-François Natali · 13 years ago
  65. bc91b46 Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 13 years ago
  66. c241df8 Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 13 years ago
  67. 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
  68. 69ce0d8 Issue #13237: Remove duplicate data value descriptions from the subprocess docs by Nick Coghlan · 13 years ago
  69. 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
  70. 23760e9 Don’t interpret backslashes in ASCII diagram in a docstring by Éric Araujo · 13 years ago
  71. 06c42a3 Document that shutil.make_archive does not typecheck its logger argument by Éric Araujo · 13 years ago
  72. 3bd5638 Closes #13361: Raise correct exception type. by Vinay Sajip · 13 years ago
  73. 61b787e Closes #13661: Check added for type of logger name. by Vinay Sajip · 13 years ago
  74. ebfaabd Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  75. fd6b582 curses.tparm() is expecting a byte string, not curses.tigetstr() by Petri Lehtinen · 13 years ago
  76. 1ce4b14 Skip early if stdin and stdout are not ttys by Antoine Pitrou · 13 years ago
  77. 413d497 Backport robustness fix for test_builtin by Antoine Pitrou · 13 years ago
  78. 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  79. c2f0a46 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 13 years ago
  80. 4e6bf41 Improve Counter.__repr__() to not fail with unorderable values by Raymond Hettinger · 13 years ago
  81. 0115fae Update .gitignore by Petri Lehtinen · 13 years ago
  82. bc74ee0 Remove __pycache__ directories correctly on OpenBSD by Petri Lehtinen · 13 years ago
  83. 395ca72 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  84. 8c482ee Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  85. 97c1bef Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  86. 3c85fe0 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 13 years ago
  87. 12b66b5 Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn. by Florent Xicluna · 13 years ago
  88. dcfde5a Issue #13339: Fix compile error in posixmodule.c due to missing semicolon. by Ross Lagerwall · 13 years ago
  89. 7ab4192 Issue #12342: Improve _tkinter error message on unencodable character by Victor Stinner · 13 years ago
  90. b3bc7e7 Issue #10570: curses.putp() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  91. 9c2f42f Branch merge by Éric Araujo · 13 years ago
  92. a083823 Avoid relying on the default reST role in logging library doc by Éric Araujo · 13 years ago
  93. e2544bc Fix incorrect docstring I changed a while back. by Éric Araujo · 13 years ago
  94. c465b2f More fixes for PEP 3147 compliance in distutils (#11254) by Éric Araujo · 13 years ago
  95. 5df1108 Add signatures to the docstring of functions added to imp by PEP 3147 by Éric Araujo · 13 years ago
  96. 3bb1a6f State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B by Éric Araujo · 13 years ago
  97. cb2f84a Issue #13307: fix bdist_rpm test failures by Antoine Pitrou · 13 years ago
  98. 3924230 Fix typo by Éric Araujo · 13 years ago
  99. 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  100. f7ed9fc Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 13 years ago