1. 30d5e6c Issue #7163: Propagate return value of sys.stdout.write. Patch by Roger Serwy. by Martin v. Löwis · 12 years ago
  2. c882b7c Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. by Martin v. Löwis · 12 years ago
  3. 186396d #15232: make NEWS entry more accurate. by R David Murray · 12 years ago
  4. ecd4e9d Issue #14197: For OS X framework builds, ensure links to the shared by Ned Deily · 12 years ago
  5. 55624da Rollback an incorrect Doc/ACKS.txt entry by Jesus Cea · 12 years ago
  6. 189fdf1 Better test for Issue #15402: Add a __sizeof__ method to struct.Struct by Jesus Cea · 12 years ago
  7. b14d8c9 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 12 years ago
  8. 7e918cf merge heads. by Senthil Kumaran · 12 years ago
  9. 28a9f21 - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  10. 6a31bc6 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  11. e60e12b #15429: Fix invalid mention of types.NoneType from None docs. by R David Murray · 12 years ago
  12. 76c28f7 Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 12 years ago
  13. 00528e8 #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 12 years ago
  14. b94082a #12353: argparse now correctly handles null argument values. by R David Murray · 12 years ago
  15. 15cd9a0 #14391: clarify docstring discussion of Action's 'type' argument's value. by R David Murray · 12 years ago
  16. e3de175 #15342: Add clarifying sentence to posixpath.join docstring. by R David Murray · 12 years ago
  17. ef391ac Raise ImportError if pyexpat's version is incompatible by Eli Bendersky · 12 years ago
  18. 6e571d6 Fix test_pprint random dict ordering. by Florent Xicluna · 12 years ago
  19. d6da90f Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key. by Florent Xicluna · 12 years ago
  20. b4bbee2 Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after error handling. by Antoine Pitrou · 12 years ago
  21. ca9652e Issue #15406: Fix deprecation warning in ctypes test_bitfields.py by Meador Inge · 12 years ago
  22. ddcb620 Issue #15404: Refleak in PyMethodObject repr. by Andrew Svetlov · 12 years ago
  23. 3be7a8b Issue #15399: Added versionchanged for processName. by Vinay Sajip · 12 years ago
  24. 62a5c32 Closes #15395: memory leaks in selectmodule.c by Jesus Cea · 12 years ago
  25. ef86d12 Closes #15396: memory leak in tkinter by Jesus Cea · 12 years ago
  26. 29e49d6 Issue #15394: Fix ref leaks in PyModule_Create. by Meador Inge · 12 years ago
  27. 60c2266 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  28. 996ae04 remove unused variable by Meador Inge · 12 years ago
  29. f69e24e Issue #15368: fixing variable typo. by Meador Inge · 12 years ago
  30. 2ca6315 Issue #15368: make bytecode generation deterministic. by Meador Inge · 12 years ago
  31. 0b350c6 Use posixpath.join() explicitely in posixpath.join() test by Hynek Schlawack · 12 years ago
  32. ceb2331 merge heads by Eli Bendersky · 12 years ago
  33. 66099b0 ISsue #14988: restore Python 2's behavior of raising ImportError when unable to load pyexpat, instead of a SystemError/RuntimeError by Eli Bendersky · 12 years ago
  34. c5a4566 #15377: Make posixpath.join() more strict when checking for str/bytes mix by Hynek Schlawack · 12 years ago
  35. eb3e62f Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp dir symlink in the test suite by Nick Coghlan · 12 years ago
  36. 7cdc2bd Fix context manager use in posixpath.join() tests by Hynek Schlawack · 12 years ago
  37. 954d46b one more test fix for systems without select.poll. tested by deleting by Gregory P. Smith · 12 years ago
  38. ac14aa5 Fix unchecked select.poll reference in setUp and tearDown for by Gregory P. Smith · 12 years ago
  39. 5bcd005 Fix the with_poll tests for platforms without poll. missing import. by Gregory P. Smith · 12 years ago
  40. dad5711 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible by Gregory P. Smith · 12 years ago
  41. 4774946 #15180: Clarify posixpath.join() error message when mixing str & bytes by Hynek Schlawack · 12 years ago
  42. a3d1cac Issue #15230: Update runpy docs to clarify a couple of points that came up in this issue by Nick Coghlan · 12 years ago
  43. 761bb11 Close #15230: runpy.run_path now sets __package__ correctly. Also refactored the runpy tests to use a more systematic approach by Nick Coghlan · 12 years ago
  44. 2bb3021 Try other approach to fix issue #15334. by Antoine Pitrou · 12 years ago
  45. 924ae1b Remove duplicate entry and fix order by Antoine Pitrou · 12 years ago
  46. f0b1baf Issue #15334: skip test_dynamic_key when run in non-interactive mode. by Antoine Pitrou · 12 years ago
  47. 68f4247 Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path. by Antoine Pitrou · 12 years ago
  48. 52cc722 Add c_size_t and c_ssize_t to the ctypes summary table. by Antoine Pitrou · 12 years ago
  49. 921d124 Show the proper way to exit a cmd shell by Raymond Hettinger · 12 years ago
  50. 282083d Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build. by Antoine Pitrou · 12 years ago
  51. 67097fd Use _RPCFile.write properly. by Martin v. Löwis · 12 years ago
  52. c276165 Don't use TextIOBase implementations in _RPCFile. by Martin v. Löwis · 12 years ago
  53. 8a75bed Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  54. 59b9a7b Backport test for nested namespace packages. by Antoine Pitrou · 12 years ago
  55. 1d0f6dd normalize whitespace by Martin v. Löwis · 12 years ago
  56. 9ae3f7a Issue #13532: Check that arguments to sys.stdout.write are strings. by Martin v. Löwis · 12 years ago
  57. 44dea9d Issue 12510: Delete actual first param name for all methods; revise tests. by Terry Jan Reedy · 12 years ago
  58. 168456d revert the changes done for issue14826 - quoting witin Request is not desirable. by Senthil Kumaran · 12 years ago
  59. 83efd6c Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 12 years ago
  60. 45ce4dc issue 14826 - Address the buildbot failure ( explanation msg164973) by Senthil Kumaran · 12 years ago
  61. b7451ce Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. by Senthil Kumaran · 12 years ago
  62. 11f0b41 Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding declaration. by Florent Xicluna · 12 years ago
  63. 9235b25 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  64. 01cca5e Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python". by Antoine Pitrou · 12 years ago
  65. f01a337 Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp by Senthil Kumaran · 12 years ago
  66. 035997f Issue #1677: Unused variable warning in Non-Windows by Jesus Cea · 12 years ago
  67. 29feb1f Make call of os.getppid() conditional: it is not available on Windows. by Georg Brandl · 12 years ago
  68. 3aa0c9d Fix inconsistent function name in embedding howto. by Georg Brandl · 12 years ago
  69. 4cf1cc7 Issue #15171: Quote the variable that expands to the current directory. by Stefan Krah · 12 years ago
  70. c399185 Issue #9239: add tests for modifying zipfile comments in append mode. by Antoine Pitrou · 12 years ago
  71. 4854533 Merged by Tim Golden · 12 years ago
  72. eda29f4 urllib.parse cleanup. rename keywords used as variables by Senthil Kumaran · 12 years ago
  73. b8b6a68 Better diagnose test failure by Antoine Pitrou · 12 years ago
  74. b92b757 Issue #1677: Handle better a race condition between the interactive interpreter and by Tim Golden · 12 years ago
  75. 5b5619f #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 12 years ago
  76. b6ee3d6 #9559: Don't call _pre_mailbox_hook more than once by Petri Lehtinen · 12 years ago
  77. 4a27d9f urlparse docs clean up - no reference to earlier draft by Senthil Kumaran · 12 years ago
  78. 2d24e94 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  79. 24319ac Issue #10571: Fix the "--sign" option of distutils' upload command. by Antoine Pitrou · 12 years ago
  80. f29435f #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 12 years ago
  81. 8237258 Flush stdout and stderr when running tests in parallel by Antoine Pitrou · 12 years ago
  82. d0bb9c6 Allow passing extra testing options to the buildbot test scripts by Antoine Pitrou · 12 years ago
  83. 79035bd Issue #15079: make a test applicable to both C and Python versions of the pickle module. by Antoine Pitrou · 12 years ago
  84. b837192 Issue #14443: ensure that brp-python-bytecompile is invoked with the correct by David Malcolm · 12 years ago
  85. 72a80e8 issue13666 - Fixing datetime documentation example when using tzinfo by Senthil Kumaran · 12 years ago
  86. f21804a Issue #13685 - Update argparse help message for % sign usage. by Senthil Kumaran · 12 years ago
  87. 3e6d71d Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch. by Vinay Sajip · 12 years ago
  88. 1dd75a6 Backport test_nntplib fixes from default. by Antoine Pitrou · 12 years ago
  89. 62ba042 Issue #15171: Try the HOST_PYTHON hack for 3.2. by Stefan Krah · 12 years ago
  90. b5ba203 Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test by Gregory P. Smith · 12 years ago
  91. 33369cf Fix a bunch of "versionchanged" related markup errors. by Georg Brandl · 12 years ago
  92. 26af3b2 Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org. by Georg Brandl · 12 years ago
  93. 496660c Partial backport of 612f34e31270: fix spacing error in exception message. by Georg Brandl · 12 years ago
  94. 5135992 Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 12 years ago
  95. 8150492 Speed up test_io by >2x by reducing the sleep time using setitimer instead of by Gregory P. Smith · 12 years ago
  96. 7349eb2 The build target of this makefile is python3.dll, not python32.dll. by Martin v. Löwis · 12 years ago
  97. 99cc629 Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec(). by Antoine Pitrou · 12 years ago
  98. b8dc3ab Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah. by Mark Dickinson · 12 years ago
  99. f0acfee Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 12 years ago
  100. 0a22924 Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 12 years ago