Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support "bpo-" in Misc/NEWS (#1) | Brett Cannon | 2017-02-10 | 1 | -4/+4 |
* | Fix formatting issue with Codecov badge | Brett Cannon | 2017-02-10 | 1 | -1/+2 |
* | Add the Codecov badge for master | Brett Cannon | 2017-02-10 | 1 | -0/+3 |
* | Add a Travis badge for the master branch | Brett Cannon | 2017-02-10 | 1 | -0/+2 |
* | Add a codecov configuration file | Brett Cannon | 2017-02-10 | 1 | -0/+26 |
* | Add a Travis configuration file | Brett Cannon | 2017-02-10 | 1 | -0/+81 |
* | Delete old pull request template | Brett Cannon | 2017-02-10 | 1 | -9/+0 |
* | Add a CONTRIBUTING file | Brett Cannon | 2017-02-10 | 1 | -0/+46 |
* | Backed out changeset f23fa1f7b68f | Victor Stinner | 2017-02-10 | 8 | -1390/+1345 |
* | Issue #29465: Add Objects/call.c file | Victor Stinner | 2017-02-10 | 8 | -1345/+1390 |
* | Merge 3.6 | Victor Stinner | 2017-02-10 | 1 | -2/+3 |
|\ | |||||
| * | Fix test_datetime on Windows | Victor Stinner | 2017-02-10 | 1 | -2/+3 |
* | | Merge 3.6 | Victor Stinner | 2017-02-10 | 1 | -3/+7 |
|\ \ | |/ | |||||
| * | Fix test_datetime on system with 32-bit time_t | Victor Stinner | 2017-02-10 | 1 | -3/+7 |
* | | Merge 3.6 | Victor Stinner | 2017-02-10 | 3 | -21/+79 |
|\ \ | |/ | |||||
| * | Fix datetime.fromtimestamp(): check bounds | Victor Stinner | 2017-02-10 | 3 | -21/+79 |
* | | Merge 3.6 (fix #29519) | Łukasz Langa | 2017-02-10 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge 3.5 (fix #29519) | Łukasz Langa | 2017-02-10 | 2 | -2/+5 |
| |\ | |||||
| | * | Fix #29519: weakref spewing exceptions during interp finalization | Łukasz Langa | 2017-02-10 | 2 | -2/+5 |
* | | | merge 3.6 | Benjamin Peterson | 2017-02-10 | 1 | -5/+7 |
|\ \ \ | |/ / | |||||
| * | | massage English for -X descriptions a bit | Benjamin Peterson | 2017-02-10 | 1 | -5/+7 |
* | | | Issue #29507: Fix _PyObject_CallFunctionVa() | Victor Stinner | 2017-02-09 | 1 | -2/+4 |
* | | | Issue #29507: Update test_exceptions | Victor Stinner | 2017-02-09 | 1 | -9/+2 |
* | | | Optimize slots: avoid temporary PyMethodObject | Victor Stinner | 2017-02-09 | 3 | -58/+166 |
* | | | Null merge | Serhiy Storchaka | 2017-02-09 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034. | Serhiy Storchaka | 2017-02-09 | 1 | -7/+0 |
* | | | Issue #29513: Fix outdated comment and remove redundand code is os.scandir(). | Serhiy Storchaka | 2017-02-09 | 1 | -7/+3 |
* | | | Merge issue #26355 fix from 3.6 | Nick Coghlan | 2017-02-09 | 3 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge issue #26355 fix from Python 3.5 | Nick Coghlan | 2017-02-09 | 3 | -0/+5 |
| |\ \ | | |/ | |||||
| | * | Issue #26355: Specify canonical URLs in docs pages | Nick Coghlan | 2017-02-09 | 3 | -0/+5 |
* | | | Fix PyCFunction_Call() performance issue | Victor Stinner | 2017-02-09 | 1 | -4/+50 |
* | | | support: temp_dir() and change_cwd() uses repr() in error message | Victor Stinner | 2017-02-08 | 2 | -5/+5 |
* | | | Fix refleaks if Py_EnterRecursiveCall() fails | Victor Stinner | 2017-02-08 | 1 | -1/+4 |
* | | | Fix regrtest -j0 -R output | Victor Stinner | 2017-02-08 | 1 | -1/+1 |
* | | | Update test_support for my temp_dir/change_cwd changes | Victor Stinner | 2017-02-08 | 2 | -6/+19 |
* | | | support: add more info on temp_dir() and change_cwd() failure | Victor Stinner | 2017-02-08 | 1 | -4/+6 |
* | | | Issue #29306: Fix usage of Py_EnterRecursiveCall() | Victor Stinner | 2017-02-08 | 2 | -73/+90 |
* | | | Issue #29441: Merge from 3.6 | Berker Peksag | 2017-02-07 | 1 | -17/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #29441: Merge from 3.5 | Berker Peksag | 2017-02-07 | 1 | -17/+4 |
| |\ \ | | |/ | |||||
| | * | Issue #29441: Update examples to use async and await keywords in asyncio-task... | Berker Peksag | 2017-02-07 | 1 | -17/+4 |
* | | | Issue #29314: Merge with 3.6 | Mariatta Wijaya | 2017-02-07 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #29314: Merge with 3.5 | Mariatta Wijaya | 2017-02-07 | 1 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning | Mariatta Wijaya | 2017-02-07 | 1 | -1/+2 |
* | | | Issue #29371: merge with 3.6 | Mariatta Wijaya | 2017-02-07 | 1 | -11/+13 |
|\ \ \ | |/ / | |||||
| * | | Issue #29371: merge with 3.5 | Mariatta Wijaya | 2017-02-07 | 1 | -11/+13 |
| |\ \ | | |/ | |||||
| | * | Issue #29371: Clarify bitwise OR operation in doctest option flags. | Mariatta Wijaya | 2017-02-07 | 1 | -11/+13 |
* | | | Issue #28164: Improves test on Windows 7 | Steve Dower | 2017-02-06 | 1 | -16/+22 |
|\ \ \ | |/ / | |||||
| * | | Issue #28164: Improves test on Windows 7 | Steve Dower | 2017-02-06 | 1 | -16/+22 |
* | | | Includes ensurepip and venv packages in nuget package. | Steve Dower | 2017-02-06 | 1 | -2/+11 |
|\ \ \ | |/ / | |||||
| * | | Includes ensurepip and venv packages in nuget package. | Steve Dower | 2017-02-06 | 1 | -2/+11 |
| |\ \ | | |/ |