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
*
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
2
-0/+27
*
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-19225: Add a table of warning names and missed exception names in C API d...
cocoatomo
2017-04-02
1
-56/+149
*
bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298)
Pierre Quentel
2017-04-02
2
-4/+16
*
bpo-26947: DOC: clarify wording on hashable in glossary (#948)
csabella
2017-04-02
1
-3/+3
*
bpo-29952: Use usual terminology of dict (GH-917)
cocoatomo
2017-03-31
1
-1/+1
*
bpo-29928: Add f-string to the Glossary (GH-864)
Mariatta
2017-03-30
1
-0/+5
*
bpo-29913: deprecate compare_networks() in documentation (GH-865)
s-sanjay
2017-03-30
1
-0/+3
*
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka
2017-03-30
12
-89/+84
*
bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)
Serhiy Storchaka
2017-03-30
2
-1/+16
*
bpo-24821: Fixed the slowing down to 25 times in the searching of some (#505)
Serhiy Storchaka
2017-03-30
1
-0/+5
*
bpo-29917: DOC: Remove link from PyMethodDef (#890)
csabella
2017-03-30
1
-2/+2
*
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
2
-30/+46
*
bpo-16011 clarify that 'in' always returns a boolean value
Amit Kumar
2017-03-28
1
-9/+10
*
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-29888: Fix the link referring to the "Python download page" (GH-824)
cocoatomo
2017-03-26
1
-1/+1
*
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
*
bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799)
Serhiy Storchaka
2017-03-24
2
-2/+16
*
doc: Fix small typos in library/multiprocessing (GH-698)
Sylvain Bellemare
2017-03-24
1
-2/+2
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
2
-1/+14
*
bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477)
Nathaniel J. Smith
2017-03-23
1
-0/+3
*
Remove an outdated statement in execution model docs (GH-754)
Ivan Levkivskyi
2017-03-23
1
-6/+0
*
doc: minor fix for library/profile (GH-761)
INADA Naoki
2017-03-22
1
-3/+3
*
fix function name in tabnanny documentation (GH-759)
Jelle Zijlstra
2017-03-22
1
-4/+4
*
Fix "NotImplentedError" typo in constants documentation (#692)
zertrin
2017-03-20
1
-1/+1
*
bpo-29856: Fix typo in curses documentation (GH-730)
Mariatta
2017-03-20
1
-1/+1
*
bpo-28749: Fixed the documentation of the mapping codec APIs. (#487)
Serhiy Storchaka
2017-03-19
1
-47/+48
*
bpo-27200: Fix doctests in programming.rst and datetime.rst (#401)
Marco Buttu
2017-03-18
4
-5/+10
*
bpo-16355: Clarify when inspect.getcomments() returns None (#428)
Marco Buttu
2017-03-17
1
-1/+3
*
bpo-29820: othergui.rst: Remove outdated information (GH-685)
Marco Buttu
2017-03-17
1
-12/+6
*
ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652)
Jelle Zijlstra
2017-03-13
1
-1/+1
*
fix the name of argument to ftplib.FTP.set_pasv and fix wording (GH-653)
Jelle Zijlstra
2017-03-13
1
-2/+2
*
bpo-29756: Improve documentation for list methods that compare items by equal...
Xiang Zhang
2017-03-13
2
-3/+3
*
bpo-28692: Deprecate using non-integer value for selecting a plural form in g...
Serhiy Storchaka
2017-03-12
1
-0/+4
*
bpo-29746: Update marshal docs to Python 3. (#547)
Serhiy Storchaka
2017-03-12
3
-15/+19
*
bpo-26121: Use C library implementation for math functions: (#515)
Serhiy Storchaka
2017-03-11
1
-0/+5
*
tempfile.rst: Fix some typos (GH-610)
Jelle Zijlstra
2017-03-11
1
-2/+2
*
bpo-29770: remove outdated PYO related info (GH-590)
Xiang Zhang
2017-03-11
4
-7/+7
*
bpo-29784: Fix the reference to shutil.copy in the docs (GH-602)
Mariatta
2017-03-11
1
-2/+2
*
bpo-28810: Document changes to CALL_FUNCTION opcodes (GH-250)
Ivan Levkivskyi
2017-03-10
1
-31/+40
*
bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode added in 3.6 (GH-239)
Ivan Levkivskyi
2017-03-10
1
-4/+15
*
bpo-28739: Document that f-strings cannot be used as docstring (GH-592)
Mariatta
2017-03-10
1
-0/+11
*
bpo-28231: The zipfile module now accepts path-like objects for external path...
Serhiy Storchaka
2017-03-08
1
-2/+22
[next]