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
*
bpo-39259: poplib now rejects timeout = 0 (GH-17912)
Dong-hee Na
2020-01-10
1
-1/+7
*
bpo-35292: Avoid calling mimetypes.init when http.server is imported (GH-17822)
An Long
2020-01-08
1
-3/+6
*
bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)
Dong-hee Na
2020-01-08
1
-4/+4
*
bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (GH-17203)
Dong-hee Na
2020-01-07
1
-10/+27
*
bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882)
Victor Stinner
2020-01-07
1
-0/+3
*
bpo-38623: Doc: Add section for site module CLI. (GH-17858)
Inada Naoki
2020-01-07
1
-2/+7
*
bpo-39234: `enum.auto()` default initial value as 1 (GH-17878)
YoSTEALTH
2020-01-06
1
-1/+1
*
bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872)
YoSTEALTH
2020-01-06
1
-1/+1
*
Minor formatting improvements and fixes to idle.rst (GH-17165)
Tal Einat
2020-01-05
1
-7/+8
*
bpo-39130: Dict reversed was added in v3.8 so should say in the doc as well (...
Khalid Mammadov
2020-01-05
1
-0/+2
*
Add link to zlib v1.1.3 vulnerability (GH-17156)
Emmanuel Nosa E
2020-01-03
1
-3/+2
*
bpo-39158: ast.literal_eval() doesn't support empty sets (GH-17742)
Raymond Hettinger
2020-01-03
1
-0/+3
*
bpo-39183: Fix formatting in library/ensurepip (GH-17787)
Rafael Fontenelle
2020-01-01
1
-1/+1
*
bpo-13601: always use line-buffering for sys.stderr (GH-17646)
Jendrik Seipp
2020-01-01
1
-3/+9
*
Document CodeType.replace (GH-17776)
Anthony Sottile
2020-01-01
1
-1/+7
*
Minor doc fixes in urllib.parse (GH-17745)
Борис Верховский
2019-12-31
1
-26/+27
*
bpo-34118: memoryview, range, and tuple are classes (GH-17761)
Terry Jan Reedy
2019-12-30
1
-3/+3
*
Fix typos and remove deprecated deprecation warning. (GH-17741)
Antoine
2019-12-29
1
-11/+4
*
links in importlib.metadata.rst replaced with sphinx references (GH-17730)
Oleg Höfling
2019-12-29
1
-23/+16
*
bpo-39136: Fixed typos (GH-17720)
Gurupad Hegde
2019-12-28
2
-2/+2
*
bpo-38731: Fix function signature of quiet in docs (GH-17719)
Batuhan Taşkaya
2019-12-28
1
-1/+1
*
closes bpo-39135: Remove 'time.clock()' mention in docs. (GH17709)
Michael Wayne Goodman
2019-12-27
1
-1/+0
*
bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (GH-7917) ...
Fabio Sangiovanni
2019-12-25
1
-3/+4
*
[typo] fix dupe in datetime.fromisoformat docs (GH-17295)
Michael Morehouse
2019-12-23
1
-2/+0
*
Add missing markup (GH-17680)
cocoatomo
2019-12-22
1
-1/+1
*
bpo-38918: Add __module__ entry for function & method type in inspect docs ta...
Parth Sharma
2019-12-20
1
-0/+6
*
Doc typo (#17667)
Jesús Cea
2019-12-20
1
-1/+1
*
bpo-38348: Extend command line options of ast parsing tool (GH-16540)
Batuhan Taşkaya
2019-12-16
1
-0/+9
*
bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568)
Jason R. Coombs
2019-12-11
1
-6/+6
*
bpo-39007: Add auditing events to functions in winreg (GH-17541)
Steve Dower
2019-12-09
1
-0/+49
*
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (#17311)
Kyle Stanley
2019-12-09
1
-5/+19
*
bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)
Victor Stinner
2019-12-09
1
-10/+0
*
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)
Victor Stinner
2019-12-08
1
-7/+9
*
bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190)
Christian Heimes
2019-12-07
1
-0/+3
*
bpo-29636: json.tool: Add document for indentation options. (GH-17482)
Daniel Himmelstein
2019-12-07
1
-0/+6
*
bpo-38652: Remove provisional note for asyncio.BufferedProtocol (GH-17047)
Anj-A
2019-12-07
1
-3/+0
*
bpo-27413: json.tool: Add --no-ensure-ascii option. (GH-17472)
wim glenn
2019-12-06
1
-0/+6
*
bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436)
An Long
2019-12-03
1
-1/+2
*
document threading.Lock.locked() (GH-17427)
idomic
2019-12-01
1
-0/+4
*
Fix typos (GH-17423)
Ofek Lev
2019-12-01
1
-2/+2
*
bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks a...
Steve Dower
2019-11-28
1
-1/+22
*
bpo-38928: Fix versionadded for venv's upgrade_deps function (GH-17404)
Tzu-ping Chung
2019-11-27
1
-2/+2
*
bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
Inada Naoki
2019-11-27
1
-2/+2
*
bpo-38892: Improve docs for audit event (GH-17361)
Terry Jan Reedy
2019-11-26
2
-4/+4
*
bpo-22377: Fixes documentation for %Z in datetime (GH-16507)
Karl Dubost
2019-11-26
1
-4/+13
*
Remove use of deprecated `array.fromstring` method (GH-17332)
David Coles
2019-11-26
1
-2/+2
*
bpo-21063: Improve module synopsis for distutils (GH-17363)
Sanchit Khurana
2019-11-25
4
-4/+4
*
bpo-38870: Expose a function to unparse an ast object in the ast module (GH-1...
Pablo Galindo
2019-11-24
1
-0/+13
*
bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366)
Terry Jan Reedy
2019-11-24
1
-1/+2
*
bpo-38881: choices() raises ValueError when all weights are zero (GH-17362)
Raymond Hettinger
2019-11-23
1
-2/+6
[next]