1. 361e30c Undo supposed fix for Issue #15798 until I understand why this is by Gregory P. Smith · 11 years ago
  2. 1eda9e7 Fixes Issue #15798 - subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  3. 19b6fa6 Issue #6477: Added support for pickling the types of built-in singletons. by Alexandre Vassalotti · 11 years ago
  4. f8ceb04 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 11 years ago
  5. 896414f Fixed _pickle.Unpickler to handle empty persistent IDs correctly. by Alexandre Vassalotti · 11 years ago
  6. 1a83070 Issue #19088: Fix incorrect caching of the copyreg module. by Alexandre Vassalotti · 11 years ago
  7. 04a684b Issue #19595: Re-enable a long-disabled test in test_winsound by Zachary Ware · 11 years ago
  8. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  9. 0ee22bf fix format spec recursive expansion (closes #19729) by Benjamin Peterson · 11 years ago
  10. bb65b5b Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the by Zachary Ware · 11 years ago
  11. 99fb051 Merge heads by Zachary Ware · 11 years ago
  12. a6edea5 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 11 years ago
  13. 56507c7 Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago
  14. c93329b Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  15. f45bbb6 Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float. by Mark Dickinson · 11 years ago
  16. cdac302 Issue #19545: Avoid chained exceptions while passing stray % to by Serhiy Storchaka · 11 years ago
  17. e1391a0 Issue #18326: Clarify that list.sort's arguments are keyword-only. by Zachary Ware · 11 years ago
  18. d9a0182 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 11 years ago
  19. 2658dd7 Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for nmake.exe correctly. by Christian Heimes · 11 years ago
  20. fb099c9 #19449: Handle non-string keys when generating 'fieldnames' error. by R David Murray · 11 years ago
  21. 4accf45 Issue #19596: Set untestable tests in test_importlib to None by Zachary Ware · 11 years ago
  22. 162307f Fix test.support.bind_port() to not cause an error when Python was compiled by Gregory P. Smith · 11 years ago
  23. 7929a1d Fix compilation error under gcc of the ctypes module bundled libffi for arm. by Gregory P. Smith · 11 years ago
  24. 497b394 merge with 3.3.3 release clone by Georg Brandl · 11 years ago
  25. 9e2043a Bump to 3.3.3 final. by Georg Brandl · 11 years ago
  26. a76157d Issue #19523: Closed FileHandler leak which occurred when delay was set. by Vinay Sajip · 11 years ago
  27. 09a5f5e Issue #13674 Updated NEWS by Tim Golden · 11 years ago
  28. c12f09e Issue #19440: Clean up test_capi by Zachary Ware · 11 years ago
  29. 0eac43a Correct a merge error in Misc/NEWS by Zachary Ware · 11 years ago
  30. 4cf9b20 Bump to 3.3.3rc2. by Georg Brandl · 11 years ago
  31. 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
  32. 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
  33. a44372f Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  34. b3acacc Transplant of rev 544b654d000c: directory traversal attack in CGIHttpRequestHandler. by Georg Brandl · 11 years ago
  35. 85b8be1 Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3. by Ned Deily · 11 years ago
  36. 7165d8b #19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard. by Ezio Melotti · 11 years ago
  37. 6fc5f98 Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3. by Ned Deily · 11 years ago
  38. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  39. 49667f0 Issue #10197: merge heads by Tim Golden · 11 years ago
  40. e004175 Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan. by Tim Golden · 11 years ago
  41. 0b9e815 Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo. by Serhiy Storchaka · 11 years ago
  42. 2849e0d Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 11 years ago
  43. ca9242f Merge with 3.2 for Issue #19286. by Jason R. Coombs · 11 years ago
  44. 32bf5e1 Update NEWS for 265d369ad3b9. by Jason R. Coombs · 11 years ago
  45. 758c521 Issue #19085: Added basic tests for all tkinter widget options. by Serhiy Storchaka · 11 years ago
  46. a50f899 merge 3.2 (#19435) by Benjamin Peterson · 11 years ago
  47. 35aca89 merge 3.1 (#19435) by Benjamin Peterson · 11 years ago
  48. 04e9de4 use the collapsed path in the run_cgi method (closes #19435) by Benjamin Peterson · 11 years ago
  49. 3797065 #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). by Nadeem Vawda · 11 years ago
  50. 9b513bf Add news entry for 3.3.3 final. by Georg Brandl · 11 years ago
  51. ba4e58a Add NEWS header for 3.3.4. by Georg Brandl · 11 years ago
  52. 81be27d Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL by Georg Brandl · 11 years ago
  53. bf3f8eb Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 11 years ago
  54. 28e7841 Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Georg Brandl · 11 years ago
  55. 7e27abb Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Georg Brandl · 11 years ago
  56. 72c98d3 Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125, by Georg Brandl · 11 years ago
  57. ca580f4 Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit by Georg Brandl · 11 years ago
  58. 89d8cd9 just return toplevel symbol table rather than all blocks (closes #19393) by Benjamin Peterson · 11 years ago
  59. 2ff68dd Close #19339: telnetlib module is now using time.monotonic() when available to by Victor Stinner · 11 years ago
  60. 3d2f68d Issue #19400: Prevent extension module build failures with Xcode 5 on OS X by Ned Deily · 11 years ago
  61. 6fd25c3 Issue #19392: Document that imp.reload() now relies on __loader__ by Brett Cannon · 11 years ago
  62. 4b7a023 Issue #19019: Change the OS X installer build script to use CFLAGS instead by Ned Deily · 11 years ago
  63. 5b3582c Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+ by Ned Deily · 11 years ago
  64. 65657c2 Issue #1584: Provide options to override default search paths for Tcl and Tk by Ned Deily · 11 years ago
  65. 7d6392c Issue #19288: Fixed the "in" operator of dbm.gnu databases for string by Serhiy Storchaka · 11 years ago
  66. 9da33ab Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string by Serhiy Storchaka · 11 years ago
  67. be80fc9 Issue #19327: Fixed the working of regular expressions with too big charset. by Serhiy Storchaka · 11 years ago
  68. b82a3dc Increase the coverage of macurl2path. Patch by Colin Williams. by Senthil Kumaran · 11 years ago
  69. 09fcb72 Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers. by Antoine Pitrou · 11 years ago
  70. d5d0bc3 Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv). by Antoine Pitrou · 11 years ago
  71. 27a8564 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
  72. 49e6180 Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the by Christian Heimes · 11 years ago
  73. f076f53 #8964: fix platform._sys_version to handle IronPython 2.6+. by Ezio Melotti · 11 years ago
  74. c30b178 Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Serhiy Storchaka · 11 years ago
  75. 0abb218 Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX. by Antoine Pitrou · 11 years ago
  76. 35804e4 Issue #19279: UTF-7 decoder no more produces illegal strings. by Serhiy Storchaka · 11 years ago
  77. 90b41f0 Remove redundant empty lines. by Serhiy Storchaka · 11 years ago
  78. d3b7505 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. by Serhiy Storchaka · 11 years ago
  79. 9816a1e Issue #14407: Fix unittest test discovery in test_concurrent_futures. by Antoine Pitrou · 11 years ago
  80. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  81. 24201d4 Issue #18776: atexit callbacks now display their full traceback when they raise an exception. by Antoine Pitrou · 11 years ago
  82. 8362006 Merge heads by Serhiy Storchaka · 11 years ago
  83. 1b80e63 Issue #18919: Unified and extended tests for audio modules: aifc, sunau and by Serhiy Storchaka · 11 years ago
  84. 6cb2b5b Issue #17827: Document codecs.encode and codecs.decode by Nick Coghlan · 11 years ago
  85. 5d4121a Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 11 years ago
  86. e23b2d0 Issue #18919: If the close() method of a writer in the sunau or wave module by Serhiy Storchaka · 11 years ago
  87. 4b53259 Issue #19131: The aifc module now correctly reads and writes sampwidth of by Serhiy Storchaka · 11 years ago
  88. 3415fa3 Repair format of NEWS entry. by Tim Peters · 11 years ago
  89. cbd4d08 Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  90. 59c900d Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions. by Antoine Pitrou · 11 years ago
  91. 5c4b4c5 [issue19152] Revert 832579dbafd6. by Eric Snow · 11 years ago
  92. 48b42ec Fix typo. by Eric Snow · 11 years ago
  93. af8566c [issue19152] Add ExtensionFileLoader.get_filename(). by Eric Snow · 11 years ago
  94. efbc475 [issue19151] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples. by Eric Snow · 11 years ago
  95. 60b1834 Issue #19014: memoryview.cast() is now allowed on zero-length views. by Antoine Pitrou · 11 years ago
  96. def0a4c Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. by Serhiy Storchaka · 11 years ago
  97. 5184438 Issue #19137: The pprint module now correctly formats instances of set and by Serhiy Storchaka · 11 years ago
  98. 224c87d Issue #18594: Fix the fallback path in collections.Counter(). by Raymond Hettinger · 11 years ago
  99. 1a33b2f Close #19092: ExitStack now reraises exceptions from __exit__ by Nick Coghlan · 11 years ago
  100. 2ff2190 Issue #18594: Fix the fast path for collections.Counter(). by Raymond Hettinger · 11 years ago