index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38692: Add asyncio.PidfdChildWatcher to __all__ (GH-17161)
Kyle Stanley
2019-11-15
1
-1/+1
*
bpo-38644: Add _PyObject_Call() (GH-17089)
Victor Stinner
2019-11-14
10
-137/+216
*
bpo-38644: Add _PyEval_EvalFrame() with tstate (GH-17131)
Victor Stinner
2019-11-14
4
-7/+20
*
closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069)
Benjamin Peterson
2019-11-14
5
-0/+102
*
bpo-38785: Prevent asyncio from crashing (GH-17144)
Andrew Svetlov
2019-11-13
4
-1/+46
*
bpo-38786: Add parsing of https links to pydoc (GH-17143)
Kirill
2019-11-13
4
-2/+14
*
bpo-38781: Clear buffer in MemoryHandler flush (GH-17132)
Daniel Andersson
2019-11-13
1
-2/+2
*
bpo-4630: Add cursor no-blink option for IDLE (GH-16960)
Zackery Spytz
2019-11-13
7
-1/+48
*
Fix minor typos. (GH-17095)
Shu
2019-11-13
1
-3/+3
*
Add Ilya Kulakov to Misc/ACKS. (GH-17130)
Ilya Kulakov
2019-11-13
1
-0/+1
*
closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (G...
Benjamin Peterson
2019-11-12
4
-10/+33
*
bpo-38723: Pdb._runscript should use io.open_code() instead of open() (GH-17127)
jsnklln
2019-11-12
2
-1/+3
*
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka
2019-11-12
42
-176/+176
*
bpo-36974: expand call protocol documentation (GH-13844)
Jeroen Demeyer
2019-11-12
8
-293/+467
*
bpo-38421: Update email.utils documentation (GH-16678)
David K
2019-11-12
1
-2/+2
*
bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097)
Vinay Sajip
2019-11-12
3
-3/+141
*
bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103)
Zackery Spytz
2019-11-12
4
-15/+33
*
bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111)
Raymond Hettinger
2019-11-12
2
-10/+10
*
bpo-38565: add new cache_parameters method for lru_cache (GH-16916)
Manjusaka
2019-11-12
4
-0/+22
*
bpo-38771: Explict test for None in code example (GH-17108)
Jonathan Scholbach
2019-11-12
1
-1/+1
*
bpo-38438: Simplify argparse "star nargs" usage. (GH-17106)
Brandt Bucher
2019-11-11
6
-15/+20
*
bpo-38761: Register WeakSet as a MutableSet (GH-17104)
Raymond Hettinger
2019-11-11
3
-0/+9
*
Minor readability improvement for argument handling in itertools.repeat() (G...
Raymond Hettinger
2019-11-10
1
-5/+5
*
bpo-38635: Simplify decoding the ZIP64 extra field and make it tolerant to ex...
Serhiy Storchaka
2019-11-09
1
-37/+16
*
Clarify amount of dots between package and subpackage (GH-17092)
Shu
2019-11-08
1
-1/+1
*
bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052)
Victor Stinner
2019-11-08
6
-50/+94
*
bpo-22367: Add tests for fcntl.lockf(). (GH-17010)
Dong-hee Na
2019-11-07
1
-1/+28
*
bpo-38613: Optimize set operations of dict keys. (GH-16961)
Inada Naoki
2019-11-07
2
-21/+36
*
bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)
Victor Stinner
2019-11-07
5
-7/+12
*
update a deprecated assert in logging tests (GH-17079)
l0rb
2019-11-07
1
-1/+1
*
bpo-36876: Moved Parser/listnode.c statics to interpreter state. (GH-16328)
Vinay Sajip
2019-11-07
2
-10/+23
*
bpo-38382: Document the early-out behavior for a zero (GH-17037)
Raymond Hettinger
2019-11-07
1
-1/+6
*
bpo-38716: stop rotating handlers from setting inherited namer and rotator to...
l0rb
2019-11-06
3
-2/+23
*
closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
Benjamin Peterson
2019-11-06
7
-6/+40
*
bpo-38692: Add os.pidfd_open. (GH-17063)
Benjamin Peterson
2019-11-06
6
-1/+94
*
bpo-38696: Fix usage example of HTTPStatus (GH-17066)
Ammar Askar
2019-11-05
1
-1/+1
*
bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)
Jeroen Demeyer
2019-11-05
11
-94/+171
*
bpo-35381 Remove all static state from posixmodule (GH-15892)
Eddie Elizondo
2019-11-05
4
-226/+305
*
Update interpreter.rst (GH-17059)
Jules Lasne (jlasne)
2019-11-05
1
-1/+1
*
_json.c: use Py_UNUSED() macro (GH-17053)
Victor Stinner
2019-11-05
1
-10/+4
*
closes bpo-37633: Reëxport some function compatibility wrappers for macros i...
Benjamin Peterson
2019-11-05
2
-16/+17
*
Fix a typo in wave module docstring (GH-17009)
Michael Haas
2019-11-05
1
-1/+1
*
bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050)
Victor Stinner
2019-11-05
7
-52/+94
*
bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997)
Victor Stinner
2019-11-04
7
-135/+200
*
bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
Victor Stinner
2019-11-04
9
-38/+101
*
bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (#17043)
Alexandru Ardelean
2019-11-04
2
-1/+2
*
bpo-37759: Show output from var_access_benchmark (GH-17040)
Raymond Hettinger
2019-11-04
1
-3/+52
*
bpo-38388: Document pickle protocol version 5 (GH-16639)
Dima Tisnek
2019-11-03
1
-1/+5
*
Convert argument to snake_case (GH-16990)
Борис Верховский
2019-11-02
1
-2/+2
*
Years overdue, explain why unreachable objects are moved. (GH-17030)
Tim Peters
2019-11-02
1
-1/+38
[next]