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
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update functions.rst (GH-16468)
Géry Ogam
2019-11-21
1
-2/+2
*
bpo-36277: Add document for pdb debug and retval commands (GH-12872)
Dave Nguyen
2019-11-21
1
-0/+8
*
Removed capital letter in parameter in stdtypes.rst (GH-17218)
Jules Lasne (jlasne)
2019-11-21
1
-1/+1
*
Fixed an incorrect sentence in the docs (GH-17205)
Aveheuzed
2019-11-21
1
-2/+1
*
bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH...
Jason Fried
2019-11-21
1
-1/+1
*
bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (G...
Victor Stinner
2019-11-20
1
-0/+5
*
bpo-38835: Exclude PyFPE macros from the stable API (GH-17228)
Victor Stinner
2019-11-20
1
-0/+4
*
closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070)
Benjamin Peterson
2019-11-20
2
-0/+20
*
bpo-38753: AsyncMock added in version 3.8 (GH-17102)
John Belmonte
2019-11-20
1
-0/+1
*
Added missing coma after end of list in subprocess.rst (GH-17217)
Jules Lasne (jlasne)
2019-11-19
1
-1/+1
*
Add missing comma and period in unittest docs (GH-17211)
Jules Lasne (jlasne)
2019-11-19
1
-1/+1
*
bpo-21767: explicitly mention abc support in functools.singledispatch docs (#...
Batuhan Taşkaya
2019-11-19
1
-0/+14
*
bpo-38622: Add missing audit events for ctypes module (GH-17158)
Steve Dower
2019-11-18
1
-0/+36
*
Correct the description of the 3.7 change in urllib.parse.quote (GH-17065)
Роман Донченко
2019-11-18
1
-1/+1
*
bpo-38830: Correct slot signature in Qt example. (GH-17220)
Vinay Sajip
2019-11-18
1
-1/+1
*
bpo-38678: Improve argparse example in tutorial (GH-17207)
Raymond Hettinger
2019-11-18
2
-16/+20
*
bpo-25866: Minor cleanups to "sequence" in docs (GH-17177)
alclarks
2019-11-17
1
-5/+9
*
bpo-28286: Deprecate opening GzipFile for writing implicitly. (GH-16417)
Serhiy Storchaka
2019-11-16
2
-1/+12
*
bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005)
Serhiy Storchaka
2019-11-16
2
-1/+7
*
Updated missing periods in cmdline.rst (GH-17173)
Jules Lasne (jlasne)
2019-11-15
1
-3/+3
*
Fix the description of isdatadescriptor in inspect.rst (#16645)
HongWeipeng
2019-11-15
1
-1/+1
*
bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176)
Eric Snow
2019-11-15
2
-1/+40
*
bpo-38778: Document that os.fork is not allowed in subinterpreters (GH-17123)
Phil Connell
2019-11-15
1
-1/+9
*
bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162)
Andrey Doroschenko
2019-11-15
3
-3/+3
*
closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069)
Benjamin Peterson
2019-11-14
2
-0/+15
*
Fix minor typos. (GH-17095)
Shu
2019-11-13
1
-3/+3
*
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka
2019-11-12
40
-172/+172
*
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-38385: Fix iterator/iterable terminology in statistics docs (GH-17111)
Raymond Hettinger
2019-11-12
1
-9/+9
*
bpo-38565: add new cache_parameters method for lru_cache (GH-16916)
Manjusaka
2019-11-12
1
-0/+8
*
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
2
-4/+4
*
Clarify amount of dots between package and subpackage (GH-17092)
Shu
2019-11-08
1
-1/+1
*
bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)
Victor Stinner
2019-11-07
1
-0/+2
*
bpo-38382: Document the early-out behavior for a zero (GH-17037)
Raymond Hettinger
2019-11-07
1
-1/+6
*
closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
Benjamin Peterson
2019-11-06
2
-3/+14
*
bpo-38692: Add os.pidfd_open. (GH-17063)
Benjamin Peterson
2019-11-06
2
-0/+16
*
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
1
-0/+1
*
Update interpreter.rst (GH-17059)
Jules Lasne (jlasne)
2019-11-05
1
-1/+1
*
bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
Victor Stinner
2019-11-04
2
-3/+15
*
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
*
Slightly improve plistlib test coverage. (GH-17025)
Jon Janzen
2019-11-01
1
-1/+1
*
bpo-38159: Clarify documentation of PyState_AddModule (GH-16101)
Petr Viktorin
2019-11-01
1
-0/+11
*
Update the URL for the requests package (GH-17006)
Simon Legner
2019-10-31
2
-2/+2
*
bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16...
Anthony Sottile
2019-10-31
2
-0/+33
*
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka
2019-10-30
27
-68/+68
[next]