1. 6d09f09 Issue14255 Don't flatten case of tempdir by Tim Golden · 11 years ago
  2. 8fea252 Issue #18520: fix reference leak in _PySys_Init() by Victor Stinner · 11 years ago
  3. 22da967 Null merge by Serhiy Storchaka · 11 years ago
  4. 8797dcd Fixed merge test for Tcl/Tk <8.5 (issue #18964). by Serhiy Storchaka · 11 years ago
  5. dfcd467 Issue #19390: Argument Clinic no longer accepts malformed Python and C ids. by Larry Hastings · 11 years ago
  6. 186729e merge with 3.3 by Georg Brandl · 11 years ago
  7. d2d6bea Added tag v3.3.3rc1 for changeset fd53c500f8b8 by Georg Brandl · 11 years ago
  8. 78abc9d Skip overzealous test for existence of the online license.html for pre-release versions. by Georg Brandl · 11 years ago
  9. 2d34f41 Bump to 3.3.3rc1. by Georg Brandl · 11 years ago
  10. 325a1c2 Fix markup errors in the docs and amend suspicious ignores. by Georg Brandl · 11 years ago
  11. c9d597a Update pydoc topics. by Georg Brandl · 11 years ago
  12. fb404f5 #19227: merge with 3.3 by Georg Brandl · 11 years ago
  13. 81be27d Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL by Georg Brandl · 11 years ago
  14. b89b5df merge with 3.3 by Georg Brandl · 11 years ago
  15. 045ee06 merge by Georg Brandl · 11 years ago
  16. bf3f8eb Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 11 years ago
  17. 28e7841 Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Georg Brandl · 11 years ago
  18. 7e27abb Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Georg Brandl · 11 years ago
  19. 68457be Issue #19329: Optimized compiling charsets in regular expressions. by Serhiy Storchaka · 11 years ago
  20. 72c98d3 Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125, by Georg Brandl · 11 years ago
  21. 1985f7b Issue #19405: Fixed outdated comments in the _sre module. by Serhiy Storchaka · 11 years ago
  22. efa5a39 Issue #19405: Fixed outdated comments in the _sre module. by Serhiy Storchaka · 11 years ago
  23. ca580f4 Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit by Georg Brandl · 11 years ago
  24. b9dcfea Issue Issue #15663: merge from 3.3 by Ned Deily · 11 years ago
  25. 246eb11 Issue #15663: Force IDLE.app to run the GUI process in 32-bit mode. by Ned Deily · 11 years ago
  26. 624a74e Mitigate #19412: restore test skips for --without-doc-strings by Nick Coghlan · 11 years ago
  27. 7735366 merge 3.3 (#19393) by Benjamin Peterson · 11 years ago
  28. 89d8cd9 just return toplevel symbol table rather than all blocks (closes #19393) by Benjamin Peterson · 11 years ago
  29. a577f1e Changed a comment to end grammar bikeshedding ;-) by Tim Peters · 11 years ago
  30. 367df12 Assorted 3.4 What's New updates by Nick Coghlan · 11 years ago
  31. 862542e Close #19409: add missing import in pkgutil by Nick Coghlan · 11 years ago
  32. 561eb5c Issue #19330: Handle the no-docstrings case in tests by Nick Coghlan · 11 years ago
  33. 40820f8 null merge by Ned Deily · 11 years ago
  34. f87cfce Issue #15663: OS X installer builtin Tcl/Tk support by Ned Deily · 11 years ago
  35. 050fcd5 Issue #15663: OS X installer builtin Tcl/Tk support by Ned Deily · 11 years ago
  36. 8444ebb Issue #18685: Extract template part of _sre.c into separated sre_lib.h file. by Serhiy Storchaka · 11 years ago
  37. 059def5 Close #19330 by using public classes in contextlib by Nick Coghlan · 11 years ago
  38. 9eabac6 Issue #18685: Restore re performance to pre-PEP 393 levels. by Serhiy Storchaka · 11 years ago
  39. ffb58e9 Move Misc/NEWS entries in correct secton. by Serhiy Storchaka · 11 years ago
  40. ebca392 (Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() when by Victor Stinner · 11 years ago
  41. 2ff68dd Close #19339: telnetlib module is now using time.monotonic() when available to by Victor Stinner · 11 years ago
  42. 0ddaed3 Close #19396: make test_contextlib tolerate -S by Nick Coghlan · 11 years ago
  43. 7bad39f Fiddled Thread.join() to be a little simpler. Kinda ;-) by Tim Peters · 11 years ago
  44. e5bb0bf Issue #19399: fix sporadic test_subprocess failure. by Tim Peters · 11 years ago
  45. bdb6138 null merge by Ned Deily · 11 years ago
  46. 3d2f68d Issue #19400: Prevent extension module build failures with Xcode 5 on OS X by Ned Deily · 11 years ago
  47. 1cc3540 Correct whitespace in test_os by Tim Golden · 11 years ago
  48. 0fb23a2 Issue13234 Credit Santoso for the patch and add NEWS item by Tim Golden · 11 years ago
  49. 781bbeb Issue13234 Allow listdir to handle extended paths on Windows (Patch by Santoso Wijaya) by Tim Golden · 11 years ago
  50. 502834c merge by Brett Cannon · 11 years ago
  51. a20800d test_resource should not assume all attributes are available when they by Brett Cannon · 11 years ago
  52. 3b2f0f0 Issue #19375: The site module adding a "site-python" directory to sys.path, if it exists, is now deprecated. by Antoine Pitrou · 11 years ago
  53. e38b054 Issue #16803: Move test.test_importlib.extension to use both frozen and source importlib code by Brett Cannon · 11 years ago
  54. 79aa68d Issue #19387: explain and test the sre overlap table by Antoine Pitrou · 11 years ago
  55. 6a4cbc0 merge by Brett Cannon · 11 years ago
  56. 8ad3786 Tweak some doc wording for importlib.reload by Brett Cannon · 11 years ago
  57. c00cf53 Merge. by bquinlan · 11 years ago
  58. 7749cb5 Issue #11161: Update the documentation for ProcessPoolExecutor to note that it will not work in the interactive shell. by bquinlan · 11 years ago
  59. 50aa324 merge from 3.3 by Brett Cannon · 11 years ago
  60. 6fd25c3 Issue #19392: Document that imp.reload() now relies on __loader__ by Brett Cannon · 11 years ago
  61. ffd33c2 Issue #16803: Have test.test_importlib.builtin test both frozen and by Brett Cannon · 11 years ago
  62. b3d6aff Issue #16803: Stop having test.test_importlib.abc ABCs inherit from by Brett Cannon · 11 years ago
  63. c60dd5b test_selectors: make timeout-related errors report the actual elapsed timeout. by Charles-François Natali · 11 years ago
  64. 052058f test_selectors: rename test_interrupted_retry() (since it doesn't actually by Charles-François Natali · 11 years ago
  65. 2300508 Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Eckhardt) by Tim Golden · 11 years ago
  66. 7d05236 Closes issue #19273: clean up the pcbuild readme.txt (Patch by Zachary Ware) by Tim Golden · 11 years ago
  67. 5afe6d6 null merge with 3.3 by Ned Deily · 11 years ago
  68. 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
  69. 4b7a023 Issue #19019: Change the OS X installer build script to use CFLAGS instead by Ned Deily · 11 years ago
  70. 5b3582c Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+ by Ned Deily · 11 years ago
  71. 65657c2 Issue #1584: Provide options to override default search paths for Tcl and Tk by Ned Deily · 11 years ago
  72. 349b04e Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa. by Christian Heimes · 11 years ago
  73. c4a4b34 Issue #16595: prlimit() needs Linux kernel 2.6.36+ by Christian Heimes · 11 years ago
  74. 2bcb1f6 remove unused imports from statistics module by Christian Heimes · 11 years ago
  75. 4f056d4 Issue #19288: Fixed the "in" operator of dbm.gnu databases for string by Serhiy Storchaka · 11 years ago
  76. 7d6392c Issue #19288: Fixed the "in" operator of dbm.gnu databases for string by Serhiy Storchaka · 11 years ago
  77. 124a0b3 Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string by Serhiy Storchaka · 11 years ago
  78. 9da33ab Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string by Serhiy Storchaka · 11 years ago
  79. 7cb11fa Close #19379: Lazily import linecache in the warnings module, to make startup with warnings faster until a warning gets printed. by Antoine Pitrou · 11 years ago
  80. f740d46 Issue #19369: Optimized the usage of __length_hint__(). by Serhiy Storchaka · 11 years ago
  81. 8b150ec Issue #19327: Fixed the working of regular expressions with too big charset. by Serhiy Storchaka · 11 years ago
  82. be80fc9 Issue #19327: Fixed the working of regular expressions with too big charset. by Serhiy Storchaka · 11 years ago
  83. e5019d5 #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS by Peter Moody · 11 years ago
  84. a46079e merge from 3.3: Increase the test coverage of macurl2path module. Patch by Colin Williams. by Senthil Kumaran · 11 years ago
  85. b82a3dc Increase the coverage of macurl2path. Patch by Colin Williams. by Senthil Kumaran · 11 years ago
  86. dfea312 Issue #19360: fix test_site when Python is installed into $HOME/.local by Antoine Pitrou · 11 years ago
  87. a1782e1 Issue #19360: fix test_site when Python is installed into $HOME/.local by Antoine Pitrou · 11 years ago
  88. 9c15ec1 Issue #19365: Optimized the parsing of long replacement string in re.sub*() by Serhiy Storchaka · 11 years ago
  89. 4d39700 Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers. by Antoine Pitrou · 11 years ago
  90. 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
  91. 6c6b3f7 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
  92. 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
  93. 3d3e1ba Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. by Antoine Pitrou · 11 years ago
  94. dde25c4 Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. by Antoine Pitrou · 11 years ago
  95. 3dd263f Close #19345: fix typo by Victor Stinner · 11 years ago
  96. ef3b1fb Two small, quick bugfixes for Argument Clinic. by Larry Hastings · 11 years ago
  97. 0db06a1 [Issue #19357] Ensure module "loaded" during tests gets forgotten. by Eric Snow · 11 years ago
  98. 776b888 [Issue #19357] Ensure module "loaded" during tests gets forgotten. by Eric Snow · 11 years ago
  99. be9c1b1 #17400: fix documentation, add cache to is_global and correctly handle 100.64.0.0/10 by Peter Moody · 11 years ago
  100. a4df90c Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago