1. c60dd5b test_selectors: make timeout-related errors report the actual elapsed timeout. by Charles-François Natali · 11 years ago
  2. 052058f test_selectors: rename test_interrupted_retry() (since it doesn't actually by Charles-François Natali · 11 years ago
  3. 2300508 Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Eckhardt) by Tim Golden · 11 years ago
  4. 7d05236 Closes issue #19273: clean up the pcbuild readme.txt (Patch by Zachary Ware) by Tim Golden · 11 years ago
  5. 5afe6d6 null merge with 3.3 by Ned Deily · 11 years ago
  6. 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
  7. 4b7a023 Issue #19019: Change the OS X installer build script to use CFLAGS instead by Ned Deily · 11 years ago
  8. 5b3582c Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+ by Ned Deily · 11 years ago
  9. 65657c2 Issue #1584: Provide options to override default search paths for Tcl and Tk by Ned Deily · 11 years ago
  10. 349b04e Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa. by Christian Heimes · 11 years ago
  11. c4a4b34 Issue #16595: prlimit() needs Linux kernel 2.6.36+ by Christian Heimes · 11 years ago
  12. 2bcb1f6 remove unused imports from statistics module by Christian Heimes · 11 years ago
  13. 4f056d4 Issue #19288: Fixed the "in" operator of dbm.gnu databases for string by Serhiy Storchaka · 11 years ago
  14. 7d6392c Issue #19288: Fixed the "in" operator of dbm.gnu databases for string by Serhiy Storchaka · 11 years ago
  15. 124a0b3 Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string by Serhiy Storchaka · 11 years ago
  16. 9da33ab Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string by Serhiy Storchaka · 11 years ago
  17. 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
  18. f740d46 Issue #19369: Optimized the usage of __length_hint__(). by Serhiy Storchaka · 11 years ago
  19. 8b150ec Issue #19327: Fixed the working of regular expressions with too big charset. by Serhiy Storchaka · 11 years ago
  20. be80fc9 Issue #19327: Fixed the working of regular expressions with too big charset. by Serhiy Storchaka · 11 years ago
  21. e5019d5 #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS by Peter Moody · 11 years ago
  22. a46079e merge from 3.3: Increase the test coverage of macurl2path module. Patch by Colin Williams. by Senthil Kumaran · 11 years ago
  23. b82a3dc Increase the coverage of macurl2path. Patch by Colin Williams. by Senthil Kumaran · 11 years ago
  24. dfea312 Issue #19360: fix test_site when Python is installed into $HOME/.local by Antoine Pitrou · 11 years ago
  25. a1782e1 Issue #19360: fix test_site when Python is installed into $HOME/.local by Antoine Pitrou · 11 years ago
  26. 9c15ec1 Issue #19365: Optimized the parsing of long replacement string in re.sub*() by Serhiy Storchaka · 11 years ago
  27. 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
  28. 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
  29. 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
  30. 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
  31. 3d3e1ba Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. 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. 3dd263f Close #19345: fix typo by Victor Stinner · 11 years ago
  34. ef3b1fb Two small, quick bugfixes for Argument Clinic. by Larry Hastings · 11 years ago
  35. 0db06a1 [Issue #19357] Ensure module "loaded" during tests gets forgotten. by Eric Snow · 11 years ago
  36. 776b888 [Issue #19357] Ensure module "loaded" during tests gets forgotten. by Eric Snow · 11 years ago
  37. be9c1b1 #17400: fix documentation, add cache to is_global and correctly handle 100.64.0.0/10 by Peter Moody · 11 years ago
  38. a4df90c Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
  39. 27a8564 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
  40. d0a7e67 Merge 3.4.0a4 release head back into trunk. by Larry Hastings · 11 years ago
  41. e0d9a1c Post-release updates for 3.4.0a4. by Larry Hastings · 11 years ago
  42. 3f2f192 Issue #19030: fix new pydoc tests for --without-doc-strings by Ethan Furman · 11 years ago
  43. 327dd73 Issue #18742: Expose the internal hash type object for ABCs. by Christian Heimes · 11 years ago
  44. e535107 Issue #18742: Rework the internal hashlib construtor to pave the road for ABCs. by Christian Heimes · 11 years ago
  45. 086b1af Issue #19344: fix markup error in whatsnew Thanks to Marius Gedminas by Christian Heimes · 11 years ago
  46. d885aa4 Make resource tests more robust. by Christian Heimes · 11 years ago
  47. b7bd5df Issue #16595: Add prlimit() to resource module by Christian Heimes · 11 years ago
  48. 6fc79bf Issue #19324: Expose Linux-specific constants in resource module by Christian Heimes · 11 years ago
  49. d1d7576 Fix Misc/NEWS merge conflict, hurray by Christian Heimes · 11 years ago
  50. efa4867 Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the by Christian Heimes · 11 years ago
  51. 49e6180 Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the by Christian Heimes · 11 years ago
  52. b0fb94d Fix asyncio issue #19293 (hangs on AIX). by Guido van Rossum · 11 years ago
  53. f75debd Unsilence several asyncio AIX tests that no longer hang, and silence a new hang. by Guido van Rossum · 11 years ago
  54. 5875d74 Close #19263: add tests to ensure __objclass__ correctly set. by Ethan Furman · 11 years ago
  55. 934f6ea Switch subprocess stdin to a socketpair, attempting to fix issue #19293 (AIX hang). by Guido van Rossum · 11 years ago
  56. 8a0fe85 Avoid test_asyncio hang on AIX. by Guido van Rossum · 11 years ago
  57. 410d931 add filtering of individual files to PyZipFile by Christian Tismer · 11 years ago
  58. 8ed30c1 #17400; NEWS and ipaddress.rst change by Peter Moody · 11 years ago
  59. 8da15cc asyncio: be more lenient if we don't understand status returned by waitpid(). by Guido van Rossum · 11 years ago
  60. 22c3176 #17400; ipaddress should make it easy to identify rfc6598 addresses by Peter Moody · 11 years ago
  61. b7ddbc8 Load SSL's error strings in hashlib. by Christian Heimes · 11 years ago
  62. 1a82f7e Fix test_pydoc failure introduced by 2f09a6980e1a (issue #19030). by Charles-François Natali · 11 years ago
  63. 6459025 Issue #19170: telnetlib: use selectors. by Charles-François Natali · 11 years ago
  64. 6633c39 fix typo in what's new in 3.4 by Victor Stinner · 11 years ago
  65. e1bfd3e Fix typo in whatsnew by Christian Heimes · 11 years ago
  66. c20bcde Issue #18527: Upgrade internal copy of zlib to 1.2.8 by Christian Heimes · 11 years ago
  67. 3ac1eb1 merge by Christian Heimes · 11 years ago
  68. a3fdcaa Closes #19323: fix typo. Thanks to Michael Merickel. by Georg Brandl · 11 years ago
  69. 1a51b55 Simplify markup. by Georg Brandl · 11 years ago
  70. eb2aeec Reformat statistics.rst and remove unnecessary headings for each function. by Georg Brandl · 11 years ago
  71. a606542 #19274: use captured_stdout() in the test suite; add NEWS entry. by Georg Brandl · 11 years ago
  72. b0c84cd Issue #19030: final pieces for proper location of various class attributes located in the metaclass. by Ethan Furman · 11 years ago
  73. c93dbe2 Issue #19271: By Python3.4, the Python 2.4 backport links are no longer of much interest. by Raymond Hettinger · 11 years ago
  74. 2063aaf Update faulthandler docs. by Guido van Rossum · 11 years ago
  75. 59202e5 add a filterfunc to zip file.PyZipFile.writepy, issue 19274 by Christian Tismer · 11 years ago
  76. 47f1b76 #19319: merge with 3.3. by Ezio Melotti · 11 years ago
  77. e459750 #19319: fix ctypes docs: sizeof is an operator in C, not a function. by Ezio Melotti · 11 years ago
  78. 7be5d7d Issue 19306: Add extra hints to faulthandler stack dumps that they are upside down. by Guido van Rossum · 11 years ago
  79. 5c16c2e #8964: merge with 3.3. by Ezio Melotti · 11 years ago
  80. f076f53 #8964: fix platform._sys_version to handle IronPython 2.6+. by Ezio Melotti · 11 years ago
  81. 632f1bf #19238, #19289: merge with 3.3. by Ezio Melotti · 11 years ago
  82. c318442 #19238, #19289: fix description of the align and fill values of the format specification. by Ezio Melotti · 11 years ago
  83. 566a2be #18958: Improve error message for json.load(s) while passing a string that starts with a UTF-8 BOM. by Ezio Melotti · 11 years ago
  84. a0e768c #19307: Improve error message for json.load(s) while passing objects of the wrong type. by Ezio Melotti · 11 years ago
  85. 4ea16e5 remove backticks by Benjamin Peterson · 11 years ago
  86. 44c3065 fix declaration of StatisticsError by Benjamin Peterson · 11 years ago
  87. 6b4f780 cleanup the construction of __qualname__ (closes #19301 again) by Benjamin Peterson · 11 years ago
  88. a7a150c Close #19297: fix resource warnings in test_asyncio. Patch by Vajrasky Kok. by Antoine Pitrou · 11 years ago
  89. 5121deb Issue #19310: asyncio: fix child processes reaping logic. by Charles-François Natali · 11 years ago
  90. e5a3154 Grammar fix by Andrew Kuchling · 11 years ago
  91. 7d61800 Skip one asyncio test when IPv6 isn't supported (Windows buildbots) by Antoine Pitrou · 11 years ago
  92. cb1fe98 Make various asyncio test files individually runnable by Antoine Pitrou · 11 years ago
  93. bcd7682 Issue #19309: asyncio: make waitpid() wait for all child processes, not only by Charles-François Natali · 11 years ago
  94. f3e21ba Make test_audioop discoverable by unittest. by Serhiy Storchaka · 11 years ago
  95. 6e9e4fe Make test_audioop discoverable by unittest. by Serhiy Storchaka · 11 years ago
  96. 2acc456 Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Serhiy Storchaka · 11 years ago
  97. c30b178 Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Serhiy Storchaka · 11 years ago
  98. 6de9200 Close #19313: remove no longer needed Py_XINCREF by Nick Coghlan · 11 years ago
  99. c6564b9 Make PKCS5_PBKDF2_HMAC_fast() a static function by Christian Heimes · 11 years ago
  100. 36af10c Issue #17087: Improved the repr for regular expression match objects. by Serhiy Storchaka · 11 years ago