1. 8797dcd Fixed merge test for Tcl/Tk <8.5 (issue #18964). by Serhiy Storchaka · 11 years ago
  2. d2d6bea Added tag v3.3.3rc1 for changeset fd53c500f8b8 by Georg Brandl · 11 years ago
  3. 78abc9d Skip overzealous test for existence of the online license.html for pre-release versions. by Georg Brandl · 11 years ago
  4. 2d34f41 Bump to 3.3.3rc1. by Georg Brandl · 11 years ago
  5. 325a1c2 Fix markup errors in the docs and amend suspicious ignores. by Georg Brandl · 11 years ago
  6. c9d597a Update pydoc topics. by Georg Brandl · 11 years ago
  7. 81be27d Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL by Georg Brandl · 11 years ago
  8. 045ee06 merge by Georg Brandl · 11 years ago
  9. bf3f8eb Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 11 years ago
  10. 28e7841 Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Georg Brandl · 11 years ago
  11. 7e27abb Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Georg Brandl · 11 years ago
  12. 72c98d3 Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125, by Georg Brandl · 11 years ago
  13. efa5a39 Issue #19405: Fixed outdated comments in the _sre module. by Serhiy Storchaka · 11 years ago
  14. ca580f4 Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit by Georg Brandl · 11 years ago
  15. 246eb11 Issue #15663: Force IDLE.app to run the GUI process in 32-bit mode. by Ned Deily · 11 years ago
  16. 89d8cd9 just return toplevel symbol table rather than all blocks (closes #19393) by Benjamin Peterson · 11 years ago
  17. 050fcd5 Issue #15663: OS X installer builtin Tcl/Tk support by Ned Deily · 11 years ago
  18. 2ff68dd Close #19339: telnetlib module is now using time.monotonic() when available to by Victor Stinner · 11 years ago
  19. 3d2f68d Issue #19400: Prevent extension module build failures with Xcode 5 on OS X by Ned Deily · 11 years ago
  20. 6fd25c3 Issue #19392: Document that imp.reload() now relies on __loader__ by Brett Cannon · 11 years ago
  21. a4f6b00 Sync 2.7.x, 3.3.x, and 3.4.x versions of OS X build-installer.py. by Ned Deily · 11 years ago
  22. 4b7a023 Issue #19019: Change the OS X installer build script to use CFLAGS instead by Ned Deily · 11 years ago
  23. 5b3582c Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+ by Ned Deily · 11 years ago
  24. 65657c2 Issue #1584: Provide options to override default search paths for Tcl and Tk by Ned Deily · 11 years ago
  25. 7d6392c Issue #19288: Fixed the "in" operator of dbm.gnu databases for string by Serhiy Storchaka · 11 years ago
  26. 9da33ab Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string by Serhiy Storchaka · 11 years ago
  27. be80fc9 Issue #19327: Fixed the working of regular expressions with too big charset. by Serhiy Storchaka · 11 years ago
  28. b82a3dc Increase the coverage of macurl2path. Patch by Colin Williams. by Senthil Kumaran · 11 years ago
  29. a1782e1 Issue #19360: fix test_site when Python is installed into $HOME/.local by Antoine Pitrou · 11 years ago
  30. 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
  31. 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
  32. dde25c4 Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. by Antoine Pitrou · 11 years ago
  33. 776b888 [Issue #19357] Ensure module "loaded" during tests gets forgotten. by Eric Snow · 11 years ago
  34. 27a8564 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
  35. 49e6180 Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the by Christian Heimes · 11 years ago
  36. e459750 #19319: fix ctypes docs: sizeof is an operator in C, not a function. by Ezio Melotti · 11 years ago
  37. f076f53 #8964: fix platform._sys_version to handle IronPython 2.6+. by Ezio Melotti · 11 years ago
  38. c318442 #19238, #19289: fix description of the align and fill values of the format specification. by Ezio Melotti · 11 years ago
  39. 6e9e4fe Make test_audioop discoverable by unittest. by Serhiy Storchaka · 11 years ago
  40. c30b178 Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Serhiy Storchaka · 11 years ago
  41. 0abb218 Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX. by Antoine Pitrou · 11 years ago
  42. 0e071c9 Fixed tests for issue #19279. by Serhiy Storchaka · 11 years ago
  43. b649ed7 Ignore PyCharm project directory by Christian Heimes · 11 years ago
  44. 35804e4 Issue #19279: UTF-7 decoder no more produces illegal strings. by Serhiy Storchaka · 11 years ago
  45. 507c591 Ensure setup.py looks for zlib.h in an OS X SDK. by Ned Deily · 11 years ago
  46. ac25ca1 Update OS X installer for building on 10.9. by Ned Deily · 11 years ago
  47. 910a665 fix description of super() behavior on descriptors by Benjamin Peterson · 11 years ago
  48. 90b41f0 Remove redundant empty lines. by Serhiy Storchaka · 11 years ago
  49. 3353313 Fix markup. by Serhiy Storchaka · 11 years ago
  50. d3b7505 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. by Serhiy Storchaka · 11 years ago
  51. 9ff06dc Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support. by Georg Brandl · 11 years ago
  52. c955291 Issue 19276: Fix tests for wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  53. 9816a1e Issue #14407: Fix unittest test discovery in test_concurrent_futures. by Antoine Pitrou · 11 years ago
  54. b46fe79 Print process instead of pid. by Richard Oudkerk · 11 years ago
  55. c3a9b35 Issue #18919: Add test/audiodata to LIBSUBDIRS. by Serhiy Storchaka · 11 years ago
  56. 85812bc Issue #18919: Fixed resource leaks in audio tests. by Serhiy Storchaka · 11 years ago
  57. 4606d36 Issue #18919: Check warnings messages in the aifc module tests. by Serhiy Storchaka · 11 years ago
  58. d98d6cb Closes #19258: close WSGI server after handling request in demo code. by Georg Brandl · 11 years ago
  59. 0079ffc Closes #17154: error out gracefully on "ignore" or "condition" without argument. by Georg Brandl · 11 years ago
  60. 5bbbc94 Issue #19189: Improved cross-references in the pickle module documentation. by Serhiy Storchaka · 11 years ago
  61. 47fd9d8 #4965: Implement intelligent scrolling of the sidebar in the docs. by Ezio Melotti · 11 years ago
  62. 9e091e1 Closes #16657: fix docstring of traceback.format_tb(). by Georg Brandl · 11 years ago
  63. 72aabb6 Merge heads by Serhiy Storchaka · 11 years ago
  64. 810f1d5 Wing IDE is switching to PyQt... by Georg Brandl · 11 years ago
  65. c3a2916 Closes #19248: actually check for Python 3.x in tools/sphinx-build.py. by Georg Brandl · 11 years ago
  66. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  67. 24201d4 Issue #18776: atexit callbacks now display their full traceback when they raise an exception. by Antoine Pitrou · 11 years ago
  68. 4e98567 Issue #19197: Improved cross-references in the shlex module documentation. by Serhiy Storchaka · 11 years ago
  69. dab8354 Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 11 years ago
  70. 5e1c053 Improve #19204: Improved cross-references in the urllib package documentation. by Serhiy Storchaka · 11 years ago
  71. b7117af Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 11 years ago
  72. 04d11a7 Issue #19203: Improved cross-references in the curses howto. by Serhiy Storchaka · 11 years ago
  73. fd1c3d3 Issue #19198: Improved cross-references in the cgi module documentation. by Serhiy Storchaka · 11 years ago
  74. 8362006 Merge heads by Serhiy Storchaka · 11 years ago
  75. 1b80e63 Issue #18919: Unified and extended tests for audio modules: aifc, sunau and by Serhiy Storchaka · 11 years ago
  76. 6cb2b5b Issue #17827: Document codecs.encode and codecs.decode by Nick Coghlan · 11 years ago
  77. aeaecfd Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. by Georg Brandl · 11 years ago
  78. c30b59f Closes #17375: port new threading docstrings from 2.7. by Georg Brandl · 11 years ago
  79. 5d5b375 Fix a small CSS glitch with deprecated blocks and Sphinx 1.2. by Georg Brandl · 11 years ago
  80. 1e32011 Fix display of deprecated blocks with Sphinx 1.2. by Georg Brandl · 11 years ago
  81. 4f35079 Make test_terminate() succeed or fail quickly. by Richard Oudkerk · 11 years ago
  82. 6480168 Issue #19202: Add cross-reference and a rough code equivalent by Raymond Hettinger · 11 years ago
  83. 5d4121a Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 11 years ago
  84. a140348 Invert logic of new limited-API annotation and call it "stable ABI". by Georg Brandl · 11 years ago
  85. f54ab1f backport media types from default by Benjamin Peterson · 11 years ago
  86. 239990d Fix compatibility with upcoming Sphinx 1.2. by Georg Brandl · 11 years ago
  87. e23b2d0 Issue #18919: If the close() method of a writer in the sunau or wave module by Serhiy Storchaka · 11 years ago
  88. 5c01d99 Introduce support for documenting which C API elements are not part of the stable/limited API. by Georg Brandl · 11 years ago
  89. 5db7c54 Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP 3147). by Georg Brandl · 11 years ago
  90. ae30a81 Closes #13833: document PyStructSequence C-API functions. by Georg Brandl · 11 years ago
  91. c96ef1f Closes #13026: fix documentation of MAKE_FUNCTION for 3.x. by Georg Brandl · 11 years ago
  92. 57f936e Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. by Georg Brandl · 11 years ago
  93. d8ede4f Closes #13203: add a FAQ section about seemingly duplicate id()s. by Georg Brandl · 11 years ago
  94. 4b53259 Issue #19131: The aifc module now correctly reads and writes sampwidth of by Serhiy Storchaka · 11 years ago
  95. 8aa7b89 replace hardcoded version by Benjamin Peterson · 11 years ago
  96. 577dd61 make sure the docstring is never out of date wrt unicode data version by Benjamin Peterson · 11 years ago
  97. a4cf1c8 remove url from docstring (closes #19220) by Benjamin Peterson · 11 years ago
  98. 8ee7708 Issue #19005: Fix documentation for PyIter_Next(). by Raymond Hettinger · 11 years ago
  99. 3415fa3 Repair format of NEWS entry. by Tim Peters · 11 years ago
  100. cbd4d08 Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago