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-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorag...
Pierre Quentel
2017-05-08
1
-9/+10
*
Closes bpo-30168: indent methods in Logger Class (#1295)
Jim Fasarakis-Hilliard
2017-05-07
1
-170/+169
*
bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367)
Jelle Zijlstra
2017-05-05
1
-0/+3
*
bpo-29920: Document cgitb.text() and cgitb.html() functions (GH-849)
masklinn
2017-05-05
1
-0/+18
*
bpo-30215: Make re.compile() locale agnostic. (#1361)
Serhiy Storchaka
2017-05-05
1
-0/+5
*
bpo-30273: Update sysconfig (#1464)
Victor Stinner
2017-05-04
1
-1/+0
*
bpo-29956: Improve the math.exp() related documentation. (#1073)
Serhiy Storchaka
2017-05-04
2
-12/+26
*
bpo-28315: Improve code examples in docs (GH-1372)
UltimateCoder
2017-05-03
5
-21/+21
*
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...
Xiang Zhang
2017-05-03
2
-5/+12
*
Fix typo in selectors.rst (#1383)
Tong SHEN
2017-05-02
1
-1/+1
*
Clean up some confusing text left by PROTOCOL_SSLv23 -> PROTOCOL_TLS transiti...
Nathaniel J. Smith
2017-05-02
1
-3/+3
*
bpo-29679: Implement @contextlib.asynccontextmanager (#360)
Jelle Zijlstra
2017-05-01
1
-0/+30
*
bpo-30208: DOC: fix small typos in IDLE (#1354)
csabella
2017-04-29
1
-8/+8
*
bpo-27200: Fix several doctests (GH-604)
Marco Buttu
2017-04-27
6
-16/+28
*
bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1296)
Dong-hee Na
2017-04-26
1
-7/+0
*
bpo-30101: Add support for curses.A_ITALIC. (#1015)
Eijebong
2017-04-26
1
-0/+5
*
bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)
Mathias Rav
2017-04-26
1
-2/+7
*
bpo-28698: Fix c_wchar_p doc example (GH-1160)
Louie Lu
2017-04-26
1
-5/+9
*
bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271)
csabella
2017-04-26
2
-81/+90
*
bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926)
Jim Fasarakis-Hilliard
2017-04-25
1
-1/+1
*
bpo-28851: Improve namedtuple documentation (GH-1274)
csabella
2017-04-25
1
-3/+3
*
bpo-30144: Import collections ABC from collections.abc rather than collection...
Serhiy Storchaka
2017-04-24
1
-1/+1
*
Fix trailing colon and newline in test.rst (#1250)
Louie Lu
2017-04-22
1
-1/+2
*
bpo-10379: Add %char examples to locale.format() docs (GH-1145)
Berker Peksag
2017-04-20
1
-3/+4
*
bpo-10076: Compiled regular expression and match objects now are copyable. (#...
Serhiy Storchaka
2017-04-16
1
-0/+10
*
bpo-29995: re.escape() now escapes only special characters. (#1007)
Serhiy Storchaka
2017-04-13
1
-3/+7
*
Fix a typo in Doc/library/functions.rst (GH-1117)
Joshua Diaddigo
2017-04-13
1
-1/+1
*
bpo-30021: Add examples for re.escape(). (#1048)
Serhiy Storchaka
2017-04-13
1
-3/+14
*
bpo-27200: Fix pathlib, ssl, turtle and weakref doctests (GH-616)
Marco Buttu
2017-04-13
4
-9/+25
*
bpo-29791: Clarify that flush is keyword-only argument (#1093)
Berker Peksag
2017-04-13
1
-1/+1
*
bpo-30055: add testcleanup to leave a fresh context (#1094)
Marco Buttu
2017-04-13
1
-0/+5
*
bpo-26985: Add missing info of code object in inspect documentation (GH-1090)
Xiang Zhang
2017-04-13
1
-179/+200
*
bpo-30047: Fix a typo in Doc/library/select.rst (#1086)
NAKAMURA Osamu
2017-04-12
1
-1/+1
*
bpo-29506: Clarify deep copy note in copy module
Sanyam Khurana
2017-04-09
1
-2/+2
*
Improvements to typing documentation (#967)
Jelle Zijlstra
2017-04-08
1
-7/+43
*
Fix a minor typo. (#1032)
Barry Warsaw
2017-04-07
1
-1/+1
*
Correct typo in configparser.rst (#1012)
Alex Jordan
2017-04-06
1
-2/+2
*
bpo-29962: add math.remainder (#950)
Mark Dickinson
2017-04-05
1
-0/+21
*
bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947)
csabella
2017-04-04
1
-0/+5
*
Fix misleading documentation for math.exp. (#951)
Mark Dickinson
2017-04-02
1
-2/+2
*
bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298)
Pierre Quentel
2017-04-02
1
-4/+8
*
bpo-29913: deprecate compare_networks() in documentation (GH-865)
s-sanjay
2017-03-30
1
-0/+3
*
bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)
Serhiy Storchaka
2017-03-30
1
-1/+9
*
bpo-29677: DOC: clarify documentation for `round` (GH-877)
csabella
2017-03-29
1
-3/+6
*
bpo-10379: add 'monetary' to format_string, deprecate format
Garvit Khatri
2017-03-28
1
-6/+14
*
Improve the documentation for template strings (#856)
Barry Warsaw
2017-03-28
2
-15/+24
*
bpo-29677: DOC: clarify documentation for `round` (#357)
Gerrit Holl
2017-03-27
1
-1/+2
*
bpo-29901: Improve support of path-like objects in zipapp. (#815)
Serhiy Storchaka
2017-03-25
1
-4/+4
*
bpo-29892: Fix wrong markup on doc-lib-functions (GH-802)
NAKAMURA Osamu
2017-03-25
1
-1/+1
*
bpo-28810: Document remaining bytecode changes in 3.6 (GH-651)
Ivan Levkivskyi
2017-03-24
1
-2/+16
[next]