1. 70c94e7 Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). by Christian Heimes · 11 years ago
  2. 6ca8a05 Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. CID 486199 by Christian Heimes · 11 years ago
  3. 704e2d3 Issue #18560: Fix potential NULL pointer dereference in sum() by Christian Heimes · 11 years ago
  4. 9ee5c37 Issue #18559: Fix NULL pointer dereference error in _pickle module by Christian Heimes · 11 years ago
  5. 845f784 Issue #18556: Check the return value for PyUnicode_AsWideChar() in by Brett Cannon · 11 years ago
  6. 9228837 Issue #18549: Eliminate dead code in socket_ntohl(). CID 982369 by Christian Heimes · 11 years ago
  7. fa6bc29 Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 11 years ago
  8. 60a6067 Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], by Christian Heimes · 11 years ago
  9. 6e2711b Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. by Terry Jan Reedy · 11 years ago
  10. 8c4c1f6 Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() by Christian Heimes · 11 years ago
  11. 58ceecf Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results. by Mark Dickinson · 11 years ago
  12. 138d080 #18480: Add missing PyType_Ready call to _elementtree extension by Ronald Oussoren · 11 years ago
  13. c406a12 Issue #18266: test_largefile now works with unittest test discovery and by Serhiy Storchaka · 11 years ago
  14. 880254e Issue #17767: test_locale now works with unittest test discovery. by Serhiy Storchaka · 11 years ago
  15. 6a98fe9 Issue #18448: Fix a typo in Tools/demo/eiffel.py. by Serhiy Storchaka · 11 years ago
  16. ec7ddd9 Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. by Serhiy Storchaka · 11 years ago
  17. d15642e Issue #17778: Fix test discovery for test_multiprocessing. (Patch by by Richard Oudkerk · 11 years ago
  18. 224a599 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  19. 9ad51ec Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all(). by Richard Oudkerk · 11 years ago
  20. 2670b9a Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 11 years ago
  21. 889b92d Issue #18432: Fix unintended API change in the sched module by Raymond Hettinger · 11 years ago
  22. 4f133e2 Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 11 years ago
  23. 923512f #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  24. 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  25. 3641a74 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
  26. 275d5fd Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  27. 848ee09 Issue #18426: Fix NULL pointer dereference in C extension import when by Christian Heimes · 11 years ago
  28. b08495b #17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
  29. 331c3fd Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form. by Florent Xicluna · 11 years ago
  30. a53cca3 Issue #18351: Fix various issues with importlib._bootstrap._get_sourcefile(). by Brett Cannon · 11 years ago
  31. fd1c69e2 Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters. by Ronald Oussoren · 11 years ago
  32. d9e7c86 Issue #18375: Assume --randomize when --randseed is used for running the testsuite. by Florent Xicluna · 11 years ago
  33. 54ad7e3 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 11 years ago
  34. be9c841 Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 11 years ago
  35. e3e8bcf Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 11 years ago
  36. 8d37954 Issue #18343: faulthandler.register() now keeps the previous signal handler by Victor Stinner · 11 years ago
  37. b9dbc7d Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the by Christian Heimes · 11 years ago
  38. cca8c53 Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 11 years ago
  39. a24b4d2 Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a by Christian Heimes · 11 years ago
  40. 8a0b775 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 11 years ago
  41. 61d003a Issue #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ... by Vinay Sajip · 11 years ago
  42. 925a322 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 11 years ago
  43. 02e4a7b #14360: Add news item. by R David Murray · 11 years ago
  44. 6efa965 Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input by Victor Stinner · 11 years ago
  45. 8eeae21 Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 11 years ago
  46. 9ee0203 Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write() by Victor Stinner · 11 years ago
  47. 2f084ec Issue #18137: Detect integer overflow on precision in float.__format__() and by Victor Stinner · 11 years ago
  48. 19886b8 fix libffi build on AIX (closes #18248) by Benjamin Peterson · 11 years ago
  49. d9a52f2 merge heads by Christian Heimes · 11 years ago
  50. d2774c7 Issue #18259: Declare sethostname in socketmodule.c for AIX by Christian Heimes · 11 years ago
  51. 9a00e0a Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  52. c7bfe0e Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 11 years ago
  53. 893f2ff news entry for subprocess double close fix. by Gregory P. Smith · 11 years ago
  54. 53e5ea7 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 11 years ago
  55. 27bbfdb Drop some dead imports of imp by Brett Cannon · 11 years ago
  56. c81549f Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 on Windows by Christian Heimes · 11 years ago
  57. f467521 #18196: Avoid displaying spurious SystemExit tracebacks. by Roger Serwy · 11 years ago
  58. 036e849 #5492: Avoid traceback when exiting IDLE caused by a race condition. by Roger Serwy · 11 years ago
  59. 391f469 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 11 years ago
  60. 7e30373 remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value (see #18183) by Benjamin Peterson · 11 years ago
  61. 409f902 Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows(). by Richard Oudkerk · 11 years ago
  62. 6f50b81 Issue #16102: Make uuid._netbios_getnode() work again on Python 3. by Serhiy Storchaka · 11 years ago
  63. e7275ff Issue #15239: Make mkstringprep.py work again on Python 3. by Serhiy Storchaka · 11 years ago
  64. 3af14aa Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 11 years ago
  65. 28b0d9d #17691: test_univnewlines now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  66. 50793b4 Issue #18055: Move to importlib from imp for IDLE. by Brett Cannon · 11 years ago
  67. a534fc4 Close #18109: os.uname() now decodes fields from the locale encoding, and by Victor Stinner · 11 years ago
  68. 7d15b54 Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  69. b1165f0 Issue #15392: Finish news entry. by Terry Jan Reedy · 11 years ago
  70. c70a6ae #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 11 years ago
  71. 9734568 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  72. 37a79a1 Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 11 years ago
  73. ea2b490 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  74. 3a09286 Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory. by Jason R. Coombs · 11 years ago
  75. db4e5c5 Issue #15392: Create a unittest framework for IDLE. by Terry Jan Reedy · 11 years ago
  76. c3511c1 Issue #17953: document that sys.modules shouldn't be replaced (thanks by Brett Cannon · 11 years ago
  77. 27a4ac5 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  78. 7f0882c Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 11 years ago
  79. 66d53fa Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  80. 9e62d35 Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  81. caf3024 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 11 years ago
  82. 86aecc3 #14097: improve the "introduction" page of the tutorial. by Ezio Melotti · 11 years ago
  83. 916fc7b Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  84. 2c3f2f1 Issue #17812: Fixed quadratic complexity of base64.b32encode(). by Serhiy Storchaka · 11 years ago
  85. 636f93c Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099). by Antoine Pitrou · 11 years ago
  86. d2b58a9 only recursively expand in the format spec (closes #17644) by Benjamin Peterson · 11 years ago
  87. 862b15e Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 11 years ago
  88. 1e93b06 complain about "global __class__" in a class body (closes #17983) by Benjamin Peterson · 11 years ago
  89. c032f16 post-release update. by Georg Brandl · 11 years ago
  90. 9df891c - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  91. ef53558 - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 11 years ago
  92. dbbf4c8 Misc/NEWS: Add 3.3.3 section and move entries made after the 3.3.2 release by doko@ubuntu.com · 11 years ago
  93. e1b4cbc when arguments are cells clear the locals slot (backport of #17927) by Benjamin Peterson · 11 years ago
  94. d486707 - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 11 years ago
  95. 7f98739 Issue #17968: Fix memory leak in os.listxattr(). by Antoine Pitrou · 11 years ago
  96. 84fc4ba Closes #17962: Build with OpenSSL 1.0.1e on Windows. by Georg Brandl · 11 years ago
  97. 997d05d merge by Georg Brandl · 11 years ago
  98. 3eab6b3 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  99. 88f4dd6 bump to 3.3.2 by Georg Brandl · 11 years ago
  100. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 11 years ago