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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc typo (GH-17667) (#17668)
Miss Islington (bot)
2019-12-23
1
-1/+1
*
[typo] fix dupe in datetime.fromisoformat docs (GH-17295)
Miss Islington (bot)
2019-12-23
1
-2/+0
*
Add missing markup (GH-17680)
Miss Islington (bot)
2019-12-22
1
-1/+1
*
bpo-38918: Add __module__ entry for function & method type in inspect docs ta...
Miss Islington (bot)
2019-12-20
1
-0/+6
*
bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568) (GH-17569)
Miss Islington (bot)
2019-12-11
1
-6/+6
*
bpo-39007: Add auditing events to functions in winreg (GH-17541)
Miss Islington (bot)
2019-12-09
1
-0/+49
*
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17...
Miss Islington (bot)
2019-12-09
1
-5/+19
*
bpo-38916: Document array.array deprecation (GH-17523)
Victor Stinner
2019-12-09
1
-0/+4
*
[3.8] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17499)
Miss Islington (bot)
2019-12-07
1
-0/+3
*
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-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
Miss Islington (bot)
2019-11-28
1
-2/+2
*
[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
2
-4/+4
*
Remove use of deprecated `array.fromstring` method (GH-17332)
Miss Islington (bot)
2019-11-26
1
-2/+2
*
bpo-21063: Improve module synopsis for distutils (GH-17363)
Miss Islington (bot)
2019-11-25
4
-4/+4
*
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
*
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
*
bpo-38678: Improve argparse example in tutorial (GH-17207) (GH-17212)
Miss Islington (bot)
2019-11-18
1
-1/+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
*
[3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125)
Serhiy Storchaka
2019-11-12
36
-162/+162
*
[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
*
Convert argument to snake_case (GH-16990) (GH-17033)
Miss Islington (bot)
2019-11-05
1
-2/+2
*
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
4
-9/+9
*
[3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-1...
Serhiy Storchaka
2019-10-30
1
-1/+1
*
bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972)
Victor Stinner
2019-10-29
1
-1/+1
*
bpo-38434: Fixes some audit event documentation (GH-16932)
Miss Skeleton (bot)
2019-10-26
2
-8/+15
*
bpo-38466: Fix threading.excepthook doc (GH-16891)
Miss Skeleton (bot)
2019-10-22
1
-2/+2
*
bpo-38531: document extend action's added version (GH-16865) (GH-16868)
Miss Islington (bot)
2019-10-20
1
-0/+2
*
Remove doc reference to unmaitained Nose package (GH-16849)
Miss Islington (bot)
2019-10-19
1
-2/+2
*
bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)
Miss Islington (bot)
2019-10-18
1
-3/+5
[next]