1. aa204db Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface. by Jason R. Coombs · 13 years ago
  2. a90e364 Issue #12666: Added section about map changes. by Jason R. Coombs · 13 years ago
  3. df9a5f5 Issue #12666: Clarifying changes in map for Python 3 by Jason R. Coombs · 13 years ago
  4. 9aa20af Issue #13439: Fix many errors in turtle docstrings. by Petri Lehtinen · 13 years ago
  5. c1f26f6 #13494: s/cast/convert/. Also add a link. by Ezio Melotti · 13 years ago
  6. b1b3fd2 #13499: fix example adding >>> before the comments. by Ezio Melotti · 13 years ago
  7. 6cc5bf7 #8414: add more tests for "assert". Initial patch by Gregory Nofi. by Ezio Melotti · 13 years ago
  8. 71bca34 Issue #1040439: better document how to compile and link an embedded Python interpreter. by Antoine Pitrou · 13 years ago
  9. a74f8ef Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487). by Éric Araujo · 13 years ago
  10. c4d7d8c Mark up constants in sockets docs as such by Éric Araujo · 13 years ago
  11. e1886bf Fix instructions on how to rebuild some modules by Éric Araujo · 13 years ago
  12. ff91306 Add a regrtest cleanup check for shutil registries by Éric Araujo · 13 years ago
  13. a2b89e3 Fix last remaining references to ex-devguide by Éric Araujo · 13 years ago
  14. 2bddc53 Fix typo (#13467) by Éric Araujo · 13 years ago
  15. b9bb1f4 Fix curses module for strict SysV implementation (without has_key function) by Victor Stinner · 13 years ago
  16. f1c141b Fix resource warning in test_xmlrpc_net by Antoine Pitrou · 13 years ago
  17. 5a88c38 Issue #13434: skip the time.xmlrpc.com test, and reenable the buildbot test. by Antoine Pitrou · 13 years ago
  18. 11942a5 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 13 years ago
  19. 22b9b37 Issue #12618: py_compile cannot create files in current directory by Meador Inge · 13 years ago
  20. 7be8f68 Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X. by Charles-François Natali · 13 years ago
  21. 6613c18 Issue #13415: Test in configure if unsetenv() has a return value or not. by Charles-François Natali · 13 years ago
  22. 6d47db3 Closes issue #13488: Some old preprocessors have problem with #define not in the first column by Jesus Cea · 13 years ago
  23. 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
  24. fb36b3f Issue #12618: fix py_compile unit tests to handle different drives on Windows by Meador Inge · 13 years ago
  25. 6f16660 Issue #12618: create unit tests for the py_compile module by Meador Inge · 13 years ago
  26. 11e3813 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
  27. 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
  28. fd9ebd4 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  29. 5a53f36 fix some typos in Doc/c-api/memoryview.rst by Eli Bendersky · 13 years ago
  30. f27be5c testFnNames is assigned twice. by Senthil Kumaran · 13 years ago
  31. 631a7e2 Added a configuration dictionary example to the logging cookbook. by Vinay Sajip · 13 years ago
  32. 287f246 Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch. by Vinay Sajip · 13 years ago
  33. 06403cf decref correct object by Benjamin Peterson · 13 years ago
  34. 4bb867d plug refleak by Benjamin Peterson · 13 years ago
  35. 116d6b9 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 13 years ago
  36. b3f8268 Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 13 years ago
  37. 896f471 Merge branch 3.2 by Victor Stinner · 13 years ago
  38. 60b385e Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
  39. 5e8f810 Issue #13436: commit regenerated Python-ast.c by Amaury Forgeot d'Arc · 13 years ago
  40. 58e8761 Issue #13436: Fix a bogus error message when an AST object was passed by Amaury Forgeot d'Arc · 13 years ago
  41. a233df8 Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the by Charles-François Natali · 13 years ago
  42. 3b1acf1 bytes() can't be used to get a representation of an object. by Amaury Forgeot d'Arc · 13 years ago
  43. 3be0095 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 13 years ago
  44. ab1d16b Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 13 years ago
  45. 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  46. a04b39b Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 13 years ago
  47. 8d40f16 Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER by Petri Lehtinen · 13 years ago
  48. b1e58fe Issue #12245: Document sys.float_info.rounds better. by Mark Dickinson · 13 years ago
  49. fabf027 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 13 years ago
  50. 7f78ddc #11112: Fix typo in a base class in test_socket. by Ezio Melotti · 13 years ago
  51. 15cb489 #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 13 years ago
  52. 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
  53. e62aad3 #13426: fix typos in pickle doc. by Ezio Melotti · 13 years ago
  54. eeae149 fixing typos in optparse doc by Eli Bendersky · 13 years ago
  55. ca88e9c Branch merge by Éric Araujo · 13 years ago
  56. 5418ee0 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 13 years ago
  57. 04e6909 Fix markup by Éric Araujo · 13 years ago
  58. c2fe577 #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 13 years ago
  59. b245ed1 Group tests about attributes in a separate class. by Ezio Melotti · 13 years ago
  60. 0e79b7e Clarify the existence of the <> operator in Grammar/Grammar with a comment, for issue 13239 by Eli Bendersky · 13 years ago
  61. 9ec2593 Fix memory leak with FLUFL-related syntax errors (!) by Antoine Pitrou · 13 years ago
  62. 7abe61f Restore smtpd.DEBUGSTREAM at the end of test_smtpd. (backport of 6b9f547e92d8) by Antoine Pitrou · 13 years ago
  63. 2515c4d Merge heads by Petri Lehtinen · 13 years ago
  64. c153cd3 Update mailbox.Maildir tests by Petri Lehtinen · 13 years ago
  65. d44af82 Issue #12767: documenting threading.Condition.notify by Eli Bendersky · 13 years ago
  66. 3714c1e Add NEWS entry for #13193 by Antoine Pitrou · 13 years ago
  67. 8f0ffe5 Issue #13193: fix distutils.filelist.FileList under Windows by Antoine Pitrou · 13 years ago
  68. 599d76b Reformat paragraphs. by Florent Xicluna · 13 years ago
  69. 45c6c3e Few typos in the documentation. by Florent Xicluna · 13 years ago
  70. 992d9e0 Fix few typos. by Florent Xicluna · 13 years ago
  71. 490062b Remove duplicate ACKS. by Florent Xicluna · 13 years ago
  72. 675f6b8 Fix #13384. Remove __future__ import in 3.x code. by Brian Curtin · 13 years ago
  73. d3baae7 Issue #13161: fix doc strings of __i*__ operators by Eli Bendersky · 13 years ago
  74. a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  75. c2c8960 Issue #13365: correct an error in the documentation of str.expandtabs by Eli Bendersky · 13 years ago
  76. 98d2c0a #13379: update Unicode version in unicodedata docstrings and comments. by Ezio Melotti · 13 years ago
  77. a365113 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
  78. 69d44fd test_import: test_execute_bit_not_copied() was actually a no-op: fix it. by Charles-François Natali · 13 years ago
  79. bc91b46 Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 13 years ago
  80. c241df8 Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 13 years ago
  81. 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
  82. 69ce0d8 Issue #13237: Remove duplicate data value descriptions from the subprocess docs by Nick Coghlan · 13 years ago
  83. 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
  84. 23760e9 Don’t interpret backslashes in ASCII diagram in a docstring by Éric Araujo · 13 years ago
  85. 06c42a3 Document that shutil.make_archive does not typecheck its logger argument by Éric Araujo · 13 years ago
  86. 3bd5638 Closes #13361: Raise correct exception type. by Vinay Sajip · 13 years ago
  87. 61b787e Closes #13661: Check added for type of logger name. by Vinay Sajip · 13 years ago
  88. ebfaabd Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  89. fd6b582 curses.tparm() is expecting a byte string, not curses.tigetstr() by Petri Lehtinen · 13 years ago
  90. 1ce4b14 Skip early if stdin and stdout are not ttys by Antoine Pitrou · 13 years ago
  91. 413d497 Backport robustness fix for test_builtin by Antoine Pitrou · 13 years ago
  92. 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  93. c2f0a46 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 13 years ago
  94. 4e6bf41 Improve Counter.__repr__() to not fail with unorderable values by Raymond Hettinger · 13 years ago
  95. 0115fae Update .gitignore by Petri Lehtinen · 13 years ago
  96. bc74ee0 Remove __pycache__ directories correctly on OpenBSD by Petri Lehtinen · 13 years ago
  97. 395ca72 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  98. 8c482ee Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  99. 97c1bef Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  100. 3c85fe0 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 13 years ago