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
*
bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436)
Miss Islington (bot)
2019-12-03
1
-1/+2
*
document threading.Lock.locked() (GH-17427)
Miss Islington (bot)
2019-12-01
1
-0/+4
*
Fix typos (GH-17423)
Miss Islington (bot)
2019-12-01
1
-2/+2
*
[3.8] Added missing coma after end of list in subprocess.rst (GH-17389)
Jules Lasne (jlasne)
2019-11-29
1
-1/+1
*
bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisablehook are...
Steve Dower
2019-11-28
1
-1/+22
*
bpo-38928: Remove upgrade_dependencies() from venv doc (GH-17410)
Tzu-ping Chung
2019-11-28
1
-8/+0
*
bpo-38524: clarify example a bit and improve formatting (GH-17406)
Miss Islington (bot)
2019-11-28
1
-5/+8
*
bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
Miss Islington (bot)
2019-11-28
1
-2/+2
*
bpo-38524: document implicit and explicit calling of descriptors' __set_name_...
Miss Islington (bot)
2019-11-27
1
-1/+12
*
[3.8] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366)
Terry Jan Reedy
2019-11-27
1
-1/+2
*
bpo-38892: Improve docs for audit event (GH-17361)
Miss Islington (bot)
2019-11-26
3
-15/+16
*
Remove use of deprecated `array.fromstring` method (GH-17332)
Miss Islington (bot)
2019-11-26
2
-3/+3
*
bpo-21063: Improve module synopsis for distutils (GH-17363)
Miss Islington (bot)
2019-11-25
5
-9/+9
*
closes bpo-29275: Remove Y2K reference from time module docs (GH-17321)
Miss Islington (bot)
2019-11-22
1
-10/+5
*
bpo-38526: Fix zipfile.Path method name to be the correct one (GH-17317)
Miss Islington (bot)
2019-11-21
1
-1/+1
*
[3.8] bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3....
Lisa Roach
2019-11-21
1
-1/+1
*
Update functions.rst (GH-16468)
Miss Islington (bot)
2019-11-21
1
-2/+2
*
bpo-36277: Add document for pdb debug and retval commands (GH-12872)
Miss Islington (bot)
2019-11-21
1
-0/+8
*
Removed capital letter in parameter in stdtypes.rst (GH-17218)
Miss Islington (bot)
2019-11-21
1
-1/+1
*
Fixed an incorrect sentence in the docs (GH-17205)
Miss Islington (bot)
2019-11-21
1
-2/+1
*
Add missing comma and period in unittest docs (GH-17211)
Miss Islington (bot)
2019-11-19
1
-1/+1
*
bpo-38622: Add missing audit events for ctypes module (GH-17158)
Miss Islington (bot)
2019-11-18
1
-0/+36
*
Correct the description of the 3.7 change in urllib.parse.quote (GH-17065)
Miss Islington (bot)
2019-11-18
1
-1/+1
*
[3.8] bpo-38830: Correct slot signature in Qt example. (GH-17220) (GH-17221)
Vinay Sajip
2019-11-18
1
-1/+1
*
bpo-38678: Improve argparse example in tutorial (GH-17207) (GH-17212)
Miss Islington (bot)
2019-11-18
2
-16/+20
*
bpo-25866: Minor cleanups to "sequence" in docs (GH-17177) (GH-17208)
Miss Islington (bot)
2019-11-17
1
-5/+9
*
Updated missing periods in cmdline.rst (GH-17173)
Miss Islington (bot)
2019-11-15
1
-3/+3
*
Fix the description of isdatadescriptor in inspect.rst (GH-16645)
Miss Islington (bot)
2019-11-15
1
-1/+1
*
bpo-38778: Document that os.fork is not allowed in subinterpreters (GH-17123)
Miss Islington (bot)
2019-11-15
1
-1/+9
*
bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176)
Miss Islington (bot)
2019-11-15
2
-1/+40
*
bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162)
Miss Islington (bot)
2019-11-15
3
-3/+3
*
Fix minor typos. (GH-17095)
Miss Islington (bot)
2019-11-13
1
-3/+3
*
[3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125)
Serhiy Storchaka
2019-11-12
38
-168/+168
*
[3.8] bpo-38421: Update email.utils documentation (GH-16678) (GH-17122)
Miss Islington (bot)
2019-11-12
1
-2/+2
*
bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111) (G...
Miss Islington (bot)
2019-11-12
1
-9/+9
*
bpo-38771: Explict test for None in code example (GH-17108) (GH-17109)
Miss Islington (bot)
2019-11-12
1
-1/+1
*
bpo-38382: Document the early-out behavior for a zero (GH-17037) (GH-17078)
Miss Islington (bot)
2019-11-07
1
-1/+6
*
bpo-38696: Fix usage example of HTTPStatus (GH-17066)
Miss Islington (bot)
2019-11-06
1
-1/+1
*
[3.8] Update interpreter.rst (GH-17059) (GH-17060)
Jules Lasne (jlasne)
2019-11-05
1
-1/+1
*
[3.8] bpo-38159: Clarify documentation of PyState_AddModule (GH-16101) (GH-17...
Miss Islington (bot)
2019-11-05
1
-0/+11
*
Convert argument to snake_case (GH-16990) (GH-17033)
Miss Islington (bot)
2019-11-05
1
-2/+2
*
bpo-37759: Show output from var_access_benchmark (GH-17040) (GH-17041)
Miss Skeleton (bot)
2019-11-04
1
-3/+52
*
bpo-38388: Document pickle protocol version 5 (GH-16639)
Miss Skeleton (bot)
2019-11-03
1
-1/+5
*
[3.8] Slightly improve plistlib test coverage. (GH-17025) (GH-17028)
Jon Janzen
2019-11-02
1
-2/+2
*
Update the URL for the requests package (GH-17006)
Miss Skeleton (bot)
2019-10-31
2
-2/+2
*
[3.8] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17003)
Serhiy Storchaka
2019-10-30
27
-68/+68
*
[3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-1...
Serhiy Storchaka
2019-10-30
54
-720/+720
*
bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972)
Victor Stinner
2019-10-29
1
-1/+1
*
Fix asyncio.wait() 3.8 whatsnew entry (GH-16975)
Miss Skeleton (bot)
2019-10-29
1
-1/+2
*
bpo-38534: Replace wrong KB number references (GH-16955)
Miss Skeleton (bot)
2019-10-28
1
-1/+1
[next]