1. 8788024 convert generator exc state functions into static functions by Benjamin Peterson · 13 years ago
  2. 536feac merge 3.2 by Benjamin Peterson · 13 years ago
  3. ac91341 never retain a generator's caller's exception state on the generator after a yield/return by Benjamin Peterson · 13 years ago
  4. ffada78 merge 3.2 by Benjamin Peterson · 13 years ago
  5. 9cf960c add ' by Benjamin Peterson · 13 years ago
  6. 7b7099c merge 3.2 (#12475) by Benjamin Peterson · 13 years ago
  7. 92843e3 merge heads by Benjamin Peterson · 13 years ago
  8. d2ed630 merge heads by Benjamin Peterson · 13 years ago
  9. 83195c3 restore a generator's caller's exception state both on yield and (last) return by Benjamin Peterson · 13 years ago
  10. 774f83c merge 3.2 by Benjamin Peterson · 13 years ago
  11. c77eccd add 3.2.2 heading by Benjamin Peterson · 13 years ago
  12. 37d72b7 merge from 3.2 by Senthil Kumaran · 13 years ago
  13. aeaeefa Remove mention of medical condition from the test suite. by Georg Brandl · 13 years ago
  14. 946eb86 reST indentation fix in sqlite3 docs. rst uses 3 space indentation. by Senthil Kumaran · 13 years ago
  15. 1c405b3 Followup to 51c1f2cedb96 (and issue #12456): by Antoine Pitrou · 13 years ago
  16. 4334d74 Issue #12406: Added upates for packaging's .exe files, command_template, and sysconfig.cfg. by Vinay Sajip · 13 years ago
  17. 21e4a0a Dummy-merge configure change from 3.2 that is already in default. by Georg Brandl · 13 years ago
  18. 187c111 Regenerate configure. by Georg Brandl · 13 years ago
  19. db4120b merge #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  20. ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  21. 020436b Issue #12456: fix a possible hang on shutdown of a concurrent.futures.ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
  22. aac0f75 Correct uninitialized data problem in marshal code. by Vinay Sajip · 13 years ago
  23. 401d09d Merged unused variable removal from 3.2. by Vinay Sajip · 13 years ago
  24. 623e8b8 Removed some unused local variables. by Vinay Sajip · 13 years ago
  25. 3232284 Removed breaking typo accidentally introduced during merge with 3.2. by Vinay Sajip · 13 years ago
  26. 65897a3 Closes #12291 for 3.3 - merged fix from 3.2. by Vinay Sajip · 13 years ago
  27. 5bdae3b Closes #12291: Fixed bug which was found when doing multiple loads from one stream. by Vinay Sajip · 13 years ago
  28. 2ee6188 Clean up NEWS entry and tests for shutil.disk_usage (#12442) by Éric Araujo · 13 years ago
  29. 9d872e1 fix possibily uninitialized memory usage (closes #12474) by Benjamin Peterson · 13 years ago
  30. 723585b Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 13 years ago
  31. a4a0406 Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 13 years ago
  32. 778db49 Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 13 years ago
  33. 7ae4448 merge #11873: another try at fixing the regex, courtesy of Victor Stinner by R David Murray · 13 years ago
  34. ee1a7cb #11873: another try at fixing the regex, courtesy of Victor Stinner by R David Murray · 13 years ago
  35. 296b96c merge #11873: fix test regex so it covers windows os.sep as well. by R David Murray · 13 years ago
  36. a3bb2f5 #11873: fix test regex so it covers windows os.sep as well. by R David Murray · 13 years ago
  37. 19e5bcd (merge 3.2) Issue #12363: increase the timeout of siginterrupt() tests by Victor Stinner · 13 years ago
  38. dfde0d4 Issue #12363: increase the timeout of siginterrupt() tests by Victor Stinner · 13 years ago
  39. 77c7218 (null merge 3.2, patch already applied to 3.3) by Victor Stinner · 13 years ago
  40. 8d64248 Issue #12363: improve siginterrupt() tests by Victor Stinner · 13 years ago
  41. 2555b0a (merge 3.2) Issue #11870: Skip test_threading.test_2_join_in_forked_process() by Victor Stinner · 13 years ago
  42. 26d3186 Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms by Victor Stinner · 13 years ago
  43. 48b1ce5 Issue #12462: time.sleep() now calls immediatly the (Python) signal handler if by Victor Stinner · 13 years ago
  44. 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
  45. 59929d9 (merge 3.2) test_os: remove now useless TemporaryFileTests testcase by Victor Stinner · 13 years ago
  46. bef7fdf test_os: remove now useless TemporaryFileTests testcase by Victor Stinner · 13 years ago
  47. c9e07a3 (merge 3.2) libpython.py (gdb) now catchs IOError in py-list and py-bt commands by Victor Stinner · 13 years ago
  48. d57c5c8 libpython.py (gdb) now catchs IOError in py-list and py-bt commands by Victor Stinner · 13 years ago
  49. 4497445 (merge 3.2) test_os: add TemporaryFileTests to the testcase list by Victor Stinner · 13 years ago
  50. 98b3722 test_os: add TemporaryFileTests to the testcase list by Victor Stinner · 13 years ago
  51. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
  52. 61600cb Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. by Antoine Pitrou · 13 years ago
  53. 71cbafb Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. by Antoine Pitrou · 13 years ago
  54. 5de1532 Issue 12139: ftplib - remove 'post CCC' test to fix various buildot failures due to dummy test server not properly handling SSL shutdown(), see http://bugs.python.org/msg139499 by Giampaolo Rodola' · 13 years ago
  55. 938f635 Issue #12451: Open the test file in binary mode in test_bz2, the text file is by Victor Stinner · 13 years ago
  56. 2f655b7 (merge 3.2) Issue #12451: Open files in binary mode in some tests when the text by Victor Stinner · 13 years ago
  57. a6d2c76 Issue #12451: Open files in binary mode in some tests when the text file is not by Victor Stinner · 13 years ago
  58. 3909da7 (merge 3.2) Issue #12451: The XInclude default loader of xml.etree now decodes by Victor Stinner · 13 years ago
  59. eaf399e Issue #12451: The XInclude default loader of xml.etree now decodes files from by Victor Stinner · 13 years ago
  60. a0b12a1 (merge 3.2) Issue #12451: doctest.debug_script() doesn't create a temporary by Victor Stinner · 13 years ago
  61. 12b8d14 Issue #12451: doctest.debug_script() doesn't create a temporary file anymore to by Victor Stinner · 13 years ago
  62. 319672e (merge 3.2) Issue #12451: pydoc.synopsis() now reads the encoding cookie if by Victor Stinner · 13 years ago
  63. e6c910e Issue #12451: pydoc.synopsis() now reads the encoding cookie if available, to by Victor Stinner · 13 years ago
  64. 0b5e049 (merge 3.2) Issue #12451: distutils now opens the setup script in binary mode by Victor Stinner · 13 years ago
  65. dc9b1ea Issue #12451: distutils now opens the setup script in binary mode to read the by Victor Stinner · 13 years ago
  66. 844315c merge heads by Benjamin Peterson · 13 years ago
  67. 609da58 store the current scope on the stack right away by Benjamin Peterson · 13 years ago
  68. 7f86811 Issue #12400: test_cprofile now restores correctly the previous sys.stderr by Victor Stinner · 13 years ago
  69. 0aafa4f faulthandler: add missing include, pthread.h, for FreeBSD 6 by Victor Stinner · 13 years ago
  70. 7248850 Issue #12400: test_faulthandler now uses sys.__stderr__ by Victor Stinner · 13 years ago
  71. c2575d5 remove VISIT_*_IN_BLOCK macros by Benjamin Peterson · 13 years ago
  72. e15bfeb (merge 3.2) Issue #12400: regrtest.runtest() uses stream.seek(0) before .truncate() by Victor Stinner · 13 years ago
  73. fcc2a21 Issue #12400: regrtest.runtest() uses stream.seek(0) before .truncate() by Victor Stinner · 13 years ago
  74. e6db144 (merge 3.2) Issue #12400: test_zipimport_support doesn't restore original by Victor Stinner · 13 years ago
  75. 592f679 Issue #12400: test_zipimport_support doesn't restore original sys.stdout anymore by Victor Stinner · 13 years ago
  76. fa832de (merge 3.2) Issue #12400: runtest() truncates the StringIO stream before a new by Victor Stinner · 13 years ago
  77. 85b3a49 Issue #12400: runtest() truncates the StringIO stream before a new test by Victor Stinner · 13 years ago
  78. 68416f0 (merge 3.2) Issue #12400: Add missing import (os) to test_kqueue by Victor Stinner · 13 years ago
  79. 125b2ba Issue #12400: Add missing import (os) to test_kqueue by Victor Stinner · 13 years ago
  80. 05d34fc Issue #12400: test.support.run_doctest() doesn't change sys.stdout anymore by Victor Stinner · 13 years ago
  81. bddc4d4 Issue #12400: test.support.run_doctest() doesn't change sys.stdout anymore by Victor Stinner · 13 years ago
  82. ba08905 (merge 3.2) Issue #12400: regrtest, force verbose mode to True with option -W by Victor Stinner · 13 years ago
  83. ea95de7 Issue #12400: regrtest, force verbose mode to True with option -W by Victor Stinner · 13 years ago
  84. d71bd9a (merge 3.2) Issue #12400: runtest() reuses the same io.StringIO instance for by Victor Stinner · 13 years ago
  85. 8313d6a Issue #12400: runtest() reuses the same io.StringIO instance for all calls by Victor Stinner · 13 years ago
  86. 7348c6b (merge 3.2) Issue #12400: don't use sys.stderr in test_kqueue because it may be by Victor Stinner · 13 years ago
  87. 46b2091 Issue #12400: don't use sys.stderr in test_kqueue because it may be replaced by by Victor Stinner · 13 years ago
  88. 7e32f3a Issue #12400: fix test_faulthandler if regrtest captures sys.stderr by Victor Stinner · 13 years ago
  89. 0b8f0c2 (merge 3.2) Issue #12400: remove unused import by Victor Stinner · 13 years ago
  90. bd98f93 Issue #12400: remove unused variable by Victor Stinner · 13 years ago
  91. 565dbad Issue #12400: oops, remove debug code... by Victor Stinner · 13 years ago
  92. e2185d7 (merge 3.2) Issue #12400: regrtest -W doesn't rerun the tests twice anymore, by Victor Stinner · 13 years ago
  93. a7c33e5 Issue #12400: regrtest -W doesn't rerun the tests twice anymore, but captures by Victor Stinner · 13 years ago
  94. 9e8b82f Issue #12303: run sig*wait*() tests in a subprocesss by Victor Stinner · 13 years ago
  95. 470e0dc Merge 3.2 to default by Ned Deily · 13 years ago
  96. eb5af22 Merge 3.2 by Ned Deily · 13 years ago
  97. bf430cd Merge default. by Ned Deily · 13 years ago
  98. 044369f Issue #9516: Update Misc/NEWS to include packaging. by Ned Deily · 13 years ago
  99. fceb412 Issue #9516: Port the revised deployment target processing for OSX from by Ned Deily · 13 years ago
  100. 5c727cb Issue #9516: Port OS X deployment target tests from distutils to packaging by Ned Deily · 13 years ago