1. 3d7e115 Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character by Serhiy Storchaka · 11 years ago
  2. 8a1d1e6 #19532: make compileall with no file/dir args respect -f and -q. by R David Murray · 11 years ago
  3. c836a28 Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e. by Serhiy Storchaka · 11 years ago
  4. 84d28b4 Issue #19623: Fixed writing to unseekable files in the aifc module. by Serhiy Storchaka · 11 years ago
  5. 5da107a Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 11 years ago
  6. fc06999 #19970: Fix some comment typos. by R David Murray · 11 years ago
  7. c9362cf Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c" by Victor Stinner · 11 years ago
  8. 3ad2d70 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 11 years ago
  9. 1310510 Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 11 years ago
  10. 0f533ac Avoid UnicodeEncodeError by only printing ASCII. by Zachary Ware · 11 years ago
  11. 36193e7 Issue #19828: Fixed test_site when the whole suite is run with -S. by Zachary Ware · 11 years ago
  12. d5c4c74 #19063: partially fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  13. 31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  14. acd1730 Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the by Gregory P. Smith · 11 years ago
  15. f3c6589 Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial by Ned Deily · 11 years ago
  16. ea6854a Issue #19928: Fix test on Windows by Zachary Ware · 11 years ago
  17. d082b68 #19943: fix typo noticed by Jakub Wilk. by Ezio Melotti · 11 years ago
  18. 1f79cdf Issue #19928: Implemented a test for repr() of cell objects. by Serhiy Storchaka · 11 years ago
  19. 9df8a1c Issue #19481: print() of string subclass instance in IDLE no more hangs. by Serhiy Storchaka · 11 years ago
  20. 271493b Issue #17429: Oops, remove unused import by Victor Stinner · 11 years ago
  21. 620c48b Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 by Victor Stinner · 11 years ago
  22. 589ecda Fixes issue #19929: Call os.read with 32768 within subprocess.Popen by Gregory P. Smith · 11 years ago
  23. 3e60a9d Issue #19535: Fixed test_docxmlrpc when python is run with -OO. by Serhiy Storchaka · 11 years ago
  24. a82f74d Remove mentions of Python 2.x and being externally maintained from by Gregory P. Smith · 11 years ago
  25. 4adb37c Issue #19926: Removed unneeded test_main from test_abstract_numbers. by Zachary Ware · 11 years ago
  26. 7ef00ff Normalize whitespace by Zachary Ware · 11 years ago
  27. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  28. 774f909 Fixes issue #19506: Use a memoryview to avoid a data copy when piping data by Gregory P. Smith · 11 years ago
  29. 6c527cf Issue #19857: Make sure that test_imaplib reaps server threads even in face of by Charles-François Natali · 11 years ago
  30. 9c72ebc #19839: Fix lzma module's handling of non-lzma data at EOF. by Nadeem Vawda · 11 years ago
  31. 1de19ac #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. by Nadeem Vawda · 11 years ago
  32. 13e6d23 Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 11 years ago
  33. 827f5d3 Issue #19665: Increased timeout for SMTPHandler test. by Vinay Sajip · 11 years ago
  34. 9d1dbca Fix issue #19834: Support unpickling of exceptions pickled by Python 2. by Walter Doerwald · 11 years ago
  35. 708a318 Fixes issue #15798: subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  36. 5c1c3b4 Issue #11480: Fixed copy.copy to work with classes with custom metaclasses. by Alexandre Vassalotti · 11 years ago
  37. 361e30c Undo supposed fix for Issue #15798 until I understand why this is by Gregory P. Smith · 11 years ago
  38. 1eda9e7 Fixes Issue #15798 - subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  39. 19b6fa6 Issue #6477: Added support for pickling the types of built-in singletons. by Alexandre Vassalotti · 11 years ago
  40. 896414f Fixed _pickle.Unpickler to handle empty persistent IDs correctly. by Alexandre Vassalotti · 11 years ago
  41. 04a684b Issue #19595: Re-enable a long-disabled test in test_winsound by Zachary Ware · 11 years ago
  42. 5dd40e5 Issue #19815: Fix segfault when parsing empty namespace declaration. by Eli Bendersky · 11 years ago
  43. c303cfd Skip test_find_mac on Windows (issue #19804). by Serhiy Storchaka · 11 years ago
  44. 0ee22bf fix format spec recursive expansion (closes #19729) by Benjamin Peterson · 11 years ago
  45. 99fb051 Merge heads by Zachary Ware · 11 years ago
  46. a6edea5 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 11 years ago
  47. 56507c7 Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago
  48. a04f4e0 Use @bigmemtest more accurately. by Mark Dickinson · 11 years ago
  49. c93329b Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  50. f45bbb6 Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float. by Mark Dickinson · 11 years ago
  51. 4bcc796 #19620: Fix typo in docstring (noticed by Christopher Welborn). by Ezio Melotti · 11 years ago
  52. 45059eb 1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects by Stefan Krah · 11 years ago
  53. cdac302 Issue #19545: Avoid chained exceptions while passing stray % to by Serhiy Storchaka · 11 years ago
  54. a8892a1 Issue #19743: fix test_gdb on some optimized Python builds by Antoine Pitrou · 11 years ago
  55. b17d2aa Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 11 years ago
  56. c17565e Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 11 years ago
  57. 0b1386d Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  58. d9a0182 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 11 years ago
  59. 8db1823 Print Tk patchlevel in test_tcl in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  60. fb099c9 #19449: Handle non-string keys when generating 'fieldnames' error. by R David Murray · 11 years ago
  61. 7ad11bf - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py by doko@ubuntu.com · 11 years ago
  62. 4accf45 Issue #19596: Set untestable tests in test_importlib to None by Zachary Ware · 11 years ago
  63. 30d8e16 Cleanup this test's modification of os.environ in teardown (this already by Gregory P. Smith · 11 years ago
  64. 162307f Fix test.support.bind_port() to not cause an error when Python was compiled by Gregory P. Smith · 11 years ago
  65. 76edd21 Issue #19603: Use specific asserts in test_decr. by Serhiy Storchaka · 11 years ago
  66. 46b4a5e Issue #19599: Increase sleep period. by Richard Oudkerk · 11 years ago
  67. 8731d7b Fix handling of SystemExit and exit code. Patch by Brodie Rao. by Richard Oudkerk · 11 years ago
  68. 9d282f6 Issue #19606: Use specific asserts in http.cookiejar tests. by Serhiy Storchaka · 11 years ago
  69. 2e29c9e Issue #19607: Use specific asserts in weakref tests. by Serhiy Storchaka · 11 years ago
  70. 3df4dcc Issue #19605: Use specific asserts in datetime tests by Serhiy Storchaka · 11 years ago
  71. 3afec4e Merge heads by Serhiy Storchaka · 11 years ago
  72. 497b394 merge with 3.3.3 release clone by Georg Brandl · 11 years ago
  73. 9e2043a Bump to 3.3.3 final. by Georg Brandl · 11 years ago
  74. 91b3e77 Issue #19604: Use specific asserts in array tests. by Serhiy Storchaka · 11 years ago
  75. e3b5a76 Issue #19602: Use specific asserts in tkinter tests. by Serhiy Storchaka · 11 years ago
  76. 78ee078 Issue #19601: Use specific asserts in sqlite3 tests. by Serhiy Storchaka · 11 years ago
  77. 3998915 Issue #19600: Use specific asserts in distutils tests. by Serhiy Storchaka · 11 years ago
  78. 5665bc5 Issue #19594: Use specific asserts in unittest tests. by Serhiy Storchaka · 11 years ago
  79. 7c5e24f Issue #19591: Use specific asserts in ctype tests. by Serhiy Storchaka · 11 years ago
  80. 328cf3c Issue #19590: Use specific asserts in email tests. by Serhiy Storchaka · 11 years ago
  81. 9c10d6b Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  82. a76157d Issue #19523: Closed FileHandler leak which occurred when delay was set. by Vinay Sajip · 11 years ago
  83. 8bdc130 Issue #19592: Use specific asserts in lib2to3 tests. by Serhiy Storchaka · 11 years ago
  84. 98a0d06 Closes #12828: add docstring text noting this is an internal-only module by Andrew Kuchling · 11 years ago
  85. 6e51b8f Issue13674 Correct crash with strftime %y format under Windows by Tim Golden · 11 years ago
  86. c12f09e Issue #19440: Clean up test_capi by Zachary Ware · 11 years ago
  87. acea823 Remove outdated comment by Tim Golden · 11 years ago
  88. 4cf9b20 Bump to 3.3.3rc2. by Georg Brandl · 11 years ago
  89. a2ebfd0 Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2. by Jason R. Coombs · 11 years ago
  90. 3492e39 Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. by Jason R. Coombs · 11 years ago
  91. a44372f Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  92. affb9b2 Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). by Serhiy Storchaka · 11 years ago
  93. b3acacc Transplant of rev 544b654d000c: directory traversal attack in CGIHttpRequestHandler. by Georg Brandl · 11 years ago
  94. 7165d8b #19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard. by Ezio Melotti · 11 years ago
  95. 7c934da Revert wrong change in previous commit (issue #19085). by Serhiy Storchaka · 11 years ago
  96. 8f9f587 Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). by Serhiy Storchaka · 11 years ago
  97. 98555f3 Fix typo in tkinter tests (issue #19085). by Serhiy Storchaka · 11 years ago
  98. 5c81164 Issue #19397: test_pydoc now works with -S (help not added to builtins). by Terry Jan Reedy · 11 years ago
  99. 2028e01 Issue #19085: Fix running test_ttk_textonly on displayless host. by Serhiy Storchaka · 11 years ago
  100. 8d8599c Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. by Serhiy Storchaka · 11 years ago