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-37087: Adding native ID support for OpenBSD (GH-13654)
David Carlier
2019-06-03
2
-3/+3
*
Doc fix: duplicate object description of email.message (GH-13742)
Julien Palard
2019-06-03
1
-0/+1
*
Add credits to What's New in Python 3.8 (GH-13776)
Victor Stinner
2019-06-03
1
-1/+18
*
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki
2019-06-03
1
-0/+4
*
bpo-36896: Clarify that some types constructors are unstable (GH-13271)
Matthias Bussonnier
2019-06-03
1
-0/+3
*
bpo-36974: document PEP 590 (GH-13450)
Jeroen Demeyer
2019-06-02
4
-123/+293
*
Update the annotated assignment docs (GH-13757)
Ivan Levkivskyi
2019-06-02
1
-1/+7
*
Fix typos in docs and docstrings (GH-13745)
Xtreak
2019-06-02
3
-3/+3
*
bpo-19184: Update the documentation of dis module. (GH-13652)
Michele Angrisano
2019-06-02
1
-3/+7
*
bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-1...
Michele Angrisano
2019-06-02
1
-2/+3
*
bpo-36027: Extend three-argument pow to negative second argument (GH-13266)
Mark Dickinson
2019-06-02
2
-3/+24
*
bpo-37128: Add math.perm(). (GH-13731)
Serhiy Storchaka
2019-06-02
1
-0/+13
*
Improve version added references in `typing` module docs (GH-13457)
Anthony Sottile
2019-06-02
1
-4/+18
*
Put math.comb() docs is correct place alphabetically (GH-13734)
Raymond Hettinger
2019-06-01
1
-15/+15
*
bpo-29414: Change 'the for statement is such an iterator' in Tutorial (GH-273)
Marco Buttu
2019-06-01
1
-10/+16
*
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
Serhiy Storchaka
2019-06-01
5
-9/+43
*
bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707)
Pablo Galindo
2019-06-01
1
-1/+1
*
bpo-28595: Allow shlex whitespace_split with punctuation_chars (GH-2071)
Evan
2019-06-01
1
-12/+23
*
bpo-35431: Refactor math.comb() implementation. (GH-13725)
Serhiy Storchaka
2019-06-01
1
-2/+2
*
bpo-37122: Make co->co_argcount represent the total number of positonal argum...
Pablo Galindo
2019-06-01
3
-19/+25
*
bpo-31968: Documentation -- add clarification on the globals dict for exec() ...
Anthony Shaw
2019-06-01
1
-1/+2
*
Doc: Correct the creation year and the credits of the Logo Programming langua...
Stéphane Wirtel
2019-06-01
1
-2/+2
*
Move whats-new entry for math.factorial to the math module section. (GH-13723)
Mark Dickinson
2019-06-01
1
-3/+3
*
Use more PEP 570 syntax in the documentation. (GH-13720)
Serhiy Storchaka
2019-06-01
4
-19/+19
*
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka
2019-06-01
12
-19/+18
*
bpo-35431: Implemented math.comb (GH-11414)
Yash Aggarwal
2019-06-01
1
-0/+15
*
bpo-18911: clarify that the minidom XML writer receives texts but not bytes (...
Windson yang
2019-06-01
1
-5/+6
*
Add option to trace to run modules (GH-5134)
Mario Corchero
2019-06-01
1
-0/+3
*
bpo-37105: Add deprecated-remove information on stream doc (#13672)
Emmanuel Arias
2019-05-31
1
-0/+16
*
bpo-15115: Document deprecation of email.encoders in Python 3 (GH-5354)
Cheryl Sabella
2019-05-31
1
-0/+5
*
bpo-26826: Expose copy_file_range in the os module (GH-7255)
Pablo Galindo
2019-05-31
1
-0/+22
*
Document changes for PyCode_New regarding PEP570 (GH-13706)
Pablo Galindo
2019-05-31
2
-0/+6
*
bpo-25735: math.factorial doc should mention integer return type (GH-6420)
Akshay Sharma
2019-05-31
1
-1/+1
*
bpo-26835: Add file sealing constants to fcntl (GH-13694)
Christian Heimes
2019-05-31
1
-0/+4
*
bpo-37094: Add example for TestCase.skipTest in unittest doc (GH-13645)
Makdon
2019-05-31
1
-4/+12
*
Update data model docs to include missing attributes for code objects (GH-13696)
Pablo Galindo
2019-05-31
1
-12/+17
*
bpo-34271: Add ssl debugging helpers (GH-10031)
Christian Heimes
2019-05-31
1
-0/+23
*
bpo-29262: Add get_origin() and get_args() introspection helpers to typing (G...
Ivan Levkivskyi
2019-05-30
1
-0/+19
*
bpo-5028: Fix up rest of documentation for tokenize documenting line (GH-13686)
Anthony Sottile
2019-05-30
1
-2/+2
*
bpo-36953: Delay removal of ABCs from collections. (GH-13409)
Matthias Bussonnier
2019-05-30
1
-2/+2
*
bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761)
Antti Haapala
2019-05-30
1
-5/+6
*
bpo-5028: fix doc bug for tokenize (GH-11683)
Andrew Carr
2019-05-30
1
-1/+1
*
Fix audit event typo : urllib.request -> urllib.Request (GH-13550)
Xtreak
2019-05-30
1
-2/+2
*
bpo-36999: Add asyncio.Task.get_coro() (GH-13680)
Alex Grönholm
2019-05-30
1
-0/+6
*
bpo-36610: shutil.copyfile(): use sendfile() on Linux only (GH-13675)
Giampaolo Rodola
2019-05-30
2
-3/+2
*
Regenerate topics file (GH-13642)
Pablo Galindo
2019-05-29
1
-1/+1
*
bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameind...
Zackery Spytz
2019-05-29
2
-3/+16
*
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...
Antoine Pitrou
2019-05-29
2
-0/+14
*
bpo-26836: Add os.memfd_create() (#13567)
Zackery Spytz
2019-05-29
2
-0/+42
*
bpo-22385: Support output separators in hex methods. (#13578)
Gregory P. Smith
2019-05-29
2
-2/+38
[next]