| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #25280: Import trace messages emitted in verbose (-v) mode are no | Serhiy Storchaka | 2015-10-01 | 1 | -4/+4 |
|\ |
|
| * | Issue #25280: Import trace messages emitted in verbose (-v) mode are no | Serhiy Storchaka | 2015-10-01 | 1 | -4/+4 |
| |\ |
|
| | * | Issue #25280: Import trace messages emitted in verbose (-v) mode are no | Serhiy Storchaka | 2015-10-01 | 1 | -4/+4 |
|
|
| * | | Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() | Victor Stinner | 2015-10-01 | 1 | -7/+9 |
|
|
* | | | (Merge 3.5) Issue #25274: test_recursionlimit_recovery() of test_sys now checks | Victor Stinner | 2015-10-01 | 1 | -2/+3 |
|\ \ \
| |/ / |
|
| * | | (Merge 3.4) Issue #25274: test_recursionlimit_recovery() of test_sys now checks | Victor Stinner | 2015-10-01 | 1 | -2/+3 |
| |\ \
| | |/ |
|
| | * | Issue #25274: test_recursionlimit_recovery() of test_sys now checks | Victor Stinner | 2015-10-01 | 1 | -2/+3 |
|
|
* | | | Fix regrtest --coverage on Windows | Victor Stinner | 2015-09-30 | 2 | -6/+1 |
|
|
* | | | Issue #25220: Fix "-m test --forever" | Victor Stinner | 2015-09-30 | 4 | -44/+100 |
|
|
* | | | Issue #25220, libregrtest: more verbose output for -jN | Victor Stinner | 2015-09-30 | 1 | -11/+28 |
|
|
* | | | Issue #25220, libregrtest: Cleanup | Victor Stinner | 2015-09-30 | 2 | -9/+9 |
|
|
* | | | Issue #25220, libregrtest: Pass directly ns to runtest() | Victor Stinner | 2015-09-30 | 3 | -45/+44 |
|
|
* | | | Issue #25220, libregrtest: Set support.use_resources in setup_tests() | Victor Stinner | 2015-09-30 | 4 | -11/+8 |
|
|
* | | | Issue #25274: Workaround test_sys crash just to keep buildbots usable | Victor Stinner | 2015-09-30 | 1 | -1/+4 |
|
|
* | | | Issue #25220, libregrtest: Call setup_python(ns) in the slaves | Victor Stinner | 2015-09-29 | 4 | -9/+7 |
|
|
* | | | Issue #25220, libregrtest: Add runtest_ns() function | Victor Stinner | 2015-09-29 | 3 | -22/+26 |
|
|
* | | | Issue #25220, libregrtest: Move setup_python() to a new submodule | Victor Stinner | 2015-09-29 | 2 | -110/+123 |
|
|
* | | | Issue #25220, libregrtest: Cleanup setup code | Victor Stinner | 2015-09-29 | 1 | -47/+49 |
|
|
* | | | Issue #25220: Use print(flush=True) in libregrtest | Victor Stinner | 2015-09-29 | 4 | -25/+15 |
|
|
* | | | Issue #25220: Enhance regrtest -jN | Victor Stinner | 2015-09-29 | 1 | -37/+90 |
|
|
* | | | Don't strip refcount in libregrtest/runtest_mp.py | Victor Stinner | 2015-09-29 | 1 | -6/+0 |
|
|
* | | | Issue #25220, libregrtest: Remove unused import | Victor Stinner | 2015-09-29 | 1 | -4/+0 |
|
|
* | | | Issue #25220: truncate some long lines in libregrtest/*.py | Victor Stinner | 2015-09-29 | 2 | -11/+24 |
|
|
* | | | Issue #25220: regrtest setups Python after parsing command line options | Victor Stinner | 2015-09-29 | 1 | -1/+1 |
|
|
* | | | Issue #25220: Enhance regrtest --coverage | Victor Stinner | 2015-09-29 | 1 | -10/+18 |
|
|
* | | | Issue #25220: Create libregrtest/runtest_mp.py | Victor Stinner | 2015-09-29 | 3 | -147/+164 |
|
|
* | | | Issue #25220: Split the huge main() function of libregrtest.main into a class | Victor Stinner | 2015-09-29 | 1 | -314/+387 |
|
|
* | | | Issue #22958: Constructor and update method of weakref.WeakValueDictionary | Serhiy Storchaka | 2015-09-29 | 2 | -2/+40 |
|\ \ \
| |/ / |
|
| * | | Issue #22958: Constructor and update method of weakref.WeakValueDictionary | Serhiy Storchaka | 2015-09-29 | 2 | -2/+40 |
| |\ \
| | |/ |
|
| | * | Issue #22958: Constructor and update method of weakref.WeakValueDictionary | Serhiy Storchaka | 2015-09-29 | 2 | -2/+40 |
|
|
* | | | Issue #22609: Constructor of collections.UserDict now accepts the self keyword | Serhiy Storchaka | 2015-09-29 | 2 | -2/+42 |
|\ \ \
| |/ / |
|
| * | | Issue #22609: Constructor of collections.UserDict now accepts the self keyword | Serhiy Storchaka | 2015-09-29 | 2 | -2/+42 |
| |\ \
| | |/ |
|
| | * | Issue #22609: Constructor of collections.UserDict now accepts the self keyword | Serhiy Storchaka | 2015-09-29 | 2 | -2/+42 |
|
|
* | | | Issue #25111: Fixed comparison of traceback.FrameSummary. | Serhiy Storchaka | 2015-09-29 | 2 | -9/+19 |
|\ \ \
| |/ / |
|
| * | | Issue #25111: Fixed comparison of traceback.FrameSummary. | Serhiy Storchaka | 2015-09-29 | 2 | -9/+19 |
|
|
* | | | Issue #25262. Added support for BINBYTES8 opcode in Python implementation of | Serhiy Storchaka | 2015-09-29 | 2 | -0/+28 |
|\ \ \
| |/ / |
|
| * | | Issue #25262. Added support for BINBYTES8 opcode in Python implementation of | Serhiy Storchaka | 2015-09-29 | 2 | -0/+28 |
| |\ \
| | |/ |
|
| | * | Issue #25262. Added support for BINBYTES8 opcode in Python implementation of | Serhiy Storchaka | 2015-09-29 | 2 | -0/+28 |
|
|
* | | | Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge 3.5-... | Guido van Rossum | 2015-09-29 | 2 | -25/+64 |
|\ \ \
| |/ / |
|
| * | | Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge 3.4-... | Guido van Rossum | 2015-09-29 | 2 | -25/+64 |
| |\ \
| | |/ |
|
| | * | Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). | Guido van Rossum | 2015-09-29 | 2 | -25/+64 |
|
|
* | | | Merge 3.5 -> default | Andrew Svetlov | 2015-09-29 | 2 | -1/+43 |
|\ \ \
| |/ / |
|
| * | | Merge 3.4 -> 3.5 | Andrew Svetlov | 2015-09-29 | 2 | -1/+43 |
| |\ \
| | |/ |
|
| | * | Fix StreamReader.__repr__ | Andrew Svetlov | 2015-09-29 | 2 | -1/+43 |
|
|
* | | | Issue #25034: Merge from 3.5. | Eric V. Smith | 2015-09-29 | 2 | -5/+8 |
|\ \ \
| |/ / |
|
| * | | Issue #25034: Merge from 3.4. | Eric V. Smith | 2015-09-29 | 2 | -5/+8 |
| |\ \
| | |/ |
|
| | * | Fixed issue #25034: Fix string.Formatter problem with auto-numbering | Eric V. Smith | 2015-09-29 | 2 | -5/+8 |
|
|
* | | | Added additional unpickling tests. | Serhiy Storchaka | 2015-09-29 | 1 | -37/+229 |
|\ \ \
| |/ / |
|
| * | | Added additional unpickling tests. | Serhiy Storchaka | 2015-09-29 | 1 | -37/+229 |
| |\ \
| | |/ |
|
| | * | Added additional unpickling tests. | Serhiy Storchaka | 2015-09-29 | 1 | -37/+229 |
|
|