- a4de6d8 Improve faulthandler.enable(all_threads=True) by Victor Stinner · 14 years ago
- c790a53 faulthandler: dump_tracebacks_later() displays also the timeout by Victor Stinner · 14 years ago
- 9418932 faulthandler: fix variable name, timeout_ms => timeout_us by Victor Stinner · 14 years ago
- de10f40 faulthandler: one more time, fix usage of locks in the watchdog thread by Victor Stinner · 14 years ago
- cfa7123 faulthandler: fix unregister() if it is called before register() by Victor Stinner · 14 years ago
- 7ede59d Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 14 years ago
- 80221ed Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 14 years ago
- e1292a2 #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 14 years ago
- 63d320b Merge: Improve test coverage of _split_ascii method. by R David Murray · 14 years ago
- b65df26 Merge: Improve test coverage of _split_ascii method. by R David Murray · 14 years ago
- 7da4db1 Improve test coverage of _split_ascii method. by R David Murray · 14 years ago
- d35d64b Merged whitespace fix. by Vinay Sajip · 14 years ago
- 77f8d29 Normalised whitespace. by Vinay Sajip · 14 years ago
- bfd463c Merged doc fix in 3.2. by Vinay Sajip · 14 years ago
- c46102c Updated Formatter documentation. by Vinay Sajip · 14 years ago
- d08b330 Merge to tip. by Brian Quinlan · 14 years ago
- f007876 Issue #11777: Executor.map does not submit futures until iter.next() is called by Brian Quinlan · 14 years ago
- b1eb660 Fix faulthandler timeout to avoid breaking buildbots by Antoine Pitrou · 14 years ago
- 6537be7 #7311: merge with 3.2. by Ezio Melotti · 14 years ago
- 2e3607c #7311: fix html.parser to accept non-ASCII attribute values. by Ezio Melotti · 14 years ago
- cece8cf Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the by Barry Warsaw · 14 years ago
- 9b5ac3e Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the by Barry Warsaw · 14 years ago
- 88e1945 Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the by Barry Warsaw · 14 years ago
- ff4cd88 faulthandler: fix compilating without threads by Victor Stinner · 14 years ago
- 44e31ba faulthandler: we don't use (or need) SA_SIGINFO flag of sigaction() by Victor Stinner · 14 years ago
- 9699440 faulthandler: check PyThreadState_Get() result in dump_tracebacks_later() by Victor Stinner · 14 years ago
- 0df8092 Removed 'or long integer' from bin, oct, and hex docstrings. by Alexander Belopolsky · 14 years ago
- 12338ab Removed 'or long integer' from bin, oct, and hex docstrings. by Alexander Belopolsky · 14 years ago
- efbcb18 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 14 years ago
- 540ab06 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 14 years ago
- 59c8ac7 Issue 11715: Merge multiarch fix from 3.1 branch. by Barry Warsaw · 14 years ago
- 3178b7d Issue 11715: Merge multiarch fix from 3.1 branch. by Barry Warsaw · 14 years ago
- 5ca305a Issue 11715: Build extension modules on multiarch Debian and Ubuntu by by Barry Warsaw · 14 years ago
- 8debacb #1690608: make formataddr RFC2047 aware. by R David Murray · 14 years ago
- a0b1c77 Merge #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 14 years ago
- c5c1472 #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 14 years ago
- 736975a merge from 3.2 by Senthil Kumaran · 14 years ago
- ae664fb Merge from 3.1 by Senthil Kumaran · 14 years ago
- 8f377a3 Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. by Senthil Kumaran · 14 years ago
- 28deea1 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 14 years ago
- b6f5ec7 Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 14 years ago
- 3bd9729 implement tp_clear by Benjamin Peterson · 14 years ago
- e21a596 Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 14 years ago
- 04026cf Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 14 years ago
- c824e9a Try to fix sporadic test_multiprocessing failure by Antoine Pitrou · 14 years ago
- 0b9ea93 Merge with 3.2 by Ross Lagerwall · 14 years ago
- 02ba73c Merge with 3.1 by Ross Lagerwall · 14 years ago
- 4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 14 years ago
- 7a8d081 Issue #11757: subprocess ensures that select() and poll() timeout >= 0 by Victor Stinner · 14 years ago
- 446c8d5 Issue #11707: Fix compilation errors with Visual Studio by Victor Stinner · 14 years ago
- 7ab9e22 Issue #11707: Fast C version of functools.cmp_to_key() by Raymond Hettinger · 14 years ago
- 271b27e Issue #11768: add debug messages in test_threadsignals.test_signals by Victor Stinner · 14 years ago
- fe7c5b5 Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. by Victor Stinner · 14 years ago
- 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 14 years ago
- 9bdb43e Issue #11765: don't test time.sleep() in test_faulthandler by Victor Stinner · 14 years ago
- 2d32227 Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes by Victor Stinner · 14 years ago
- 54e7135 Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 14 years ago
- 4333aff Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 14 years ago
- 45fdb45 Try to fix sporadic failure in test_thread/test_threading by Antoine Pitrou · 14 years ago
- 6b4be36 Clarify that GzipFile.read1() is now implemented by Antoine Pitrou · 14 years ago
- e886047 Clarify that GzipFile.read1() isn't implemented. by Antoine Pitrou · 14 years ago
- 4ec4b0c Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile by Antoine Pitrou · 14 years ago
- 457cdf5 Ignore other MSVC by-products by Antoine Pitrou · 14 years ago
- 8079f58 Ignore AMD64 build files under Windows by Antoine Pitrou · 14 years ago
- 3ff3521 Ignore build/ and Doc/build by Antoine Pitrou · 14 years ago
- 71cc78a Add x64-temp to ignore, prepend a forward slash to "build/" to include by brian.curtin · 14 years ago
- d11f76f Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 14 years ago
- e9b2a4c Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 14 years ago
- b35f29a Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 14 years ago
- c800af4 Update timeit to use the new string formatting syntax. by Raymond Hettinger · 14 years ago
- f7ec169 Reenable regrtest.py timeout (30 min): #11738 and #11753 looks to be fixed by Victor Stinner · 14 years ago
- da9edae Issue #11753: faulthandler thread uses pthread_sigmask() by Victor Stinner · 14 years ago
- 58f41c2 Merge by Steven Bethard · 14 years ago
- 7c8ea37 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 14 years ago
- 7cb20a8 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 14 years ago
- f4e1810 Fix TraceCallbackTests to not use bound parameters (followup to issue #11688) by Antoine Pitrou · 14 years ago
- fc2e376 Issue #11749: try to fix transient test_socket failure by Antoine Pitrou · 14 years ago
- 43bf045 Issue #11749: try to fix transient test_socket failure by Antoine Pitrou · 14 years ago
- 43b2168 Improve error message in test by Antoine Pitrou · 14 years ago
- 5bfa062 Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff. by Antoine Pitrou · 14 years ago
- d7edf3b Issue #11727, issue #11753, issue #11755: disable regrtest timeout by Victor Stinner · 14 years ago
- f77ccc6 test_faulthandler: improve the test on dump_tracebacks_later(cancel=True) by Victor Stinner · 14 years ago
- 1b3241f test_faulthandler: fix regex on the check_dump_traceback_threads() traceback by Victor Stinner · 14 years ago
- 6dca527 Issue #11748: try to fix sporadic failures in test_ftplib by Antoine Pitrou · 14 years ago
- a7caec7 Merge fix for issue #11746 by Antoine Pitrou · 14 years ago
- 9c25486 Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve private keys. by Antoine Pitrou · 14 years ago
- 24ce386 Fix whitespace by Antoine Pitrou · 14 years ago
- 37dc5f8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept by Antoine Pitrou · 14 years ago
- 0f53501 #11282: add back the fail* methods and assertDictContainsSubset. by Ezio Melotti · 14 years ago
- b7af620 #11282: merge with 3.2. by Ezio Melotti · 14 years ago
- 361467e #11282: the fail* methods will stay around a few more versions. by Ezio Melotti · 14 years ago
- c9a5272 Merge with 3.2 by Ezio Melotti · 14 years ago
- 9481e41 Merge with 3.1 by Ezio Melotti · 14 years ago
- b5ff3e4 Fix typo noticed by Sandro Tosi. by Ezio Melotti · 14 years ago
- d91a5ca Issue #11727: set regrtest default timeout to 30 minutes by Victor Stinner · 14 years ago
- 305bff1 Issue #11727: set regrtest default timeout to 15 minutes by Victor Stinner · 14 years ago
- 44378d4 Issue #11393: signal of user signal displays tracebacks even if tstate==NULL by Victor Stinner · 14 years ago
- fcb88c4 Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame by Victor Stinner · 14 years ago
- a01ca12 Issue #11393: Fix faulthandler.disable() and add a test by Victor Stinner · 14 years ago
- d727e23 Issue #11393: The fault handler handles also SIGABRT by Victor Stinner · 14 years ago