98657 Commits (e7ffb99f842ebff97cffa0fc90b18be4e5abecf2)
 

Author SHA1 Message Date
Ryan Gonzalez e7ffb99f84 Fix some sphinx warnings (#9) 9 years ago
Zachary Ware 29896ad3d3 Make Travis docs build more lenient (#16) 9 years ago
Victor Stinner d783b01fdf Rename README to README.rst and enhance formatting (#2) 9 years ago
Donald Stufft 4538ddcacc Fix bpo-29528 Use a secure variable to stop spam (#13) 9 years ago
Victor Stinner 0d5f11061a Don't treat warnings as error in Travis docs job (#7) 9 years ago
Brett Cannon 79ab8be05f Support "bpo-" in Misc/NEWS (#1) 9 years ago
Brett Cannon f6516af8f3 Fix formatting issue with Codecov badge 9 years ago
Brett Cannon aa2a621c8b Add the Codecov badge for master 9 years ago
Brett Cannon 3f9339b569 Add a Travis badge for the master branch 9 years ago
Brett Cannon 34818577b8 Add a codecov configuration file 9 years ago
Brett Cannon bb09c863e9 Add a Travis configuration file 9 years ago
Brett Cannon 6f0eb93183 Delete old pull request template 9 years ago
Brett Cannon 0c719824de Add a CONTRIBUTING file 9 years ago
Victor Stinner d2306cec4d Backed out changeset f23fa1f7b68f 9 years ago
Victor Stinner 766af559ad Issue #29465: Add Objects/call.c file 9 years ago
Victor Stinner 109a9fe796 Merge 3.6 9 years ago
Victor Stinner 2a35c939cc Fix test_datetime on Windows 9 years ago
Victor Stinner 07547cdad3 Merge 3.6 9 years ago
Victor Stinner 6f37e3645d Fix test_datetime on system with 32-bit time_t 9 years ago
Victor Stinner 05e218c37d Merge 3.6 9 years ago
Victor Stinner b67f096738 Fix datetime.fromtimestamp(): check bounds 9 years ago
Łukasz Langa 40ee824d1d Merge 3.6 (fix #29519) 9 years ago
Łukasz Langa 57fe245e8c Merge 3.5 (fix #29519) 9 years ago
Łukasz Langa 9cd7e17640 Fix #29519: weakref spewing exceptions during interp finalization 9 years ago
Benjamin Peterson e5f2cc67be merge 3.6 9 years ago
Benjamin Peterson 35a1f7f62d massage English for -X descriptions a bit 9 years ago
Victor Stinner fe4ff83049 Issue #29507: Fix _PyObject_CallFunctionVa() 9 years ago
Victor Stinner 331bbe6aaa Issue #29507: Update test_exceptions 9 years ago
Victor Stinner 516b98161a Optimize slots: avoid temporary PyMethodObject 9 years ago
Serhiy Storchaka c42c65574d Null merge 9 years ago
Serhiy Storchaka 095ef73492 Issue #29513: Fix outdated comment and remove redundand code is os.scandir(). 9 years ago
Serhiy Storchaka d43ab05916 Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034. 9 years ago
Nick Coghlan c7a24a7330 Merge issue #26355 fix from 3.6 9 years ago
Nick Coghlan e1857579f8 Merge issue #26355 fix from Python 3.5 9 years ago
Nick Coghlan e66244521c Issue #26355: Specify canonical URLs in docs pages 9 years ago
Victor Stinner 12c5838dae Fix PyCFunction_Call() performance issue 9 years ago
Victor Stinner 3722f1f483 support: temp_dir() and change_cwd() uses repr() in error message 9 years ago
Victor Stinner 620580f280 Fix refleaks if Py_EnterRecursiveCall() fails 9 years ago
Victor Stinner 17a63e2169 Fix regrtest -j0 -R output 9 years ago
Victor Stinner 04054d9ac2 Update test_support for my temp_dir/change_cwd changes 9 years ago
Victor Stinner edb4881441 support: add more info on temp_dir() and change_cwd() failure 9 years ago
Victor Stinner 7399a05965 Issue #29306: Fix usage of Py_EnterRecursiveCall() 9 years ago
Berker Peksag ee0ee9ae8e Issue #29441: Merge from 3.6 9 years ago
Berker Peksag 088507644e Issue #29441: Merge from 3.5 9 years ago
Berker Peksag f59286794b Issue #29441: Update examples to use async and await keywords in asyncio-task.rst 9 years ago
Mariatta Wijaya 189413dcfe Issue #29314: Merge with 3.6 9 years ago
Mariatta Wijaya 6138432e59 Issue #29314: Merge with 3.5 9 years ago
Mariatta Wijaya 4e7ff8b1a3 Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning 9 years ago
Mariatta Wijaya 743376f45e Issue #29371: merge with 3.6 9 years ago
Mariatta Wijaya e39262ccc3 Issue #29371: merge with 3.5 9 years ago