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
*
Update concurrent.futures.rst (GH-14061)
Géry Ogam
2019-06-14
1
-6/+8
*
bpo-37077: Add native thread ID (TID) for AIX (GH-13624)
Michael Felt
2019-06-13
2
-2/+2
*
bpo-6689: os.path.commonpath raises ValueError for different drives isn't doc...
Makdon
2019-06-13
1
-3/+4
*
bpo-37261: Fix support.catch_unraisable_exception() (GH-14052)
Victor Stinner
2019-06-13
1
-0/+12
*
bpo-37160: Thread native ID NetBSD support (GH-13835)
David Carlier
2019-06-12
2
-2/+2
*
bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985)
Yao Zuo
2019-06-12
1
-4/+4
*
bpo-35766: Change format for feature_version to (major, minor) (GH-13992)
Guido van Rossum
2019-06-12
1
-6/+7
*
Do not use explicit inheritance from object in the documentation. (GH-13936)
Serhiy Storchaka
2019-06-10
2
-2/+2
*
bpo-37178: Allow a one argument form of math.perm() (GH-13905)
Raymond Hettinger
2019-06-08
1
-1/+4
*
bpo-37134: Add PEP570 notation to the signature of byte{array}.translate (GH-...
Pablo Galindo
2019-06-06
1
-2/+2
*
bpo-37134: Use PEP570 syntax for sum() (GH-13851)
Pablo Galindo
2019-06-05
1
-3/+3
*
bpo-35551: encodings update (GH-11446)
Ashwin Ramaswami
2019-06-05
1
-1/+2
*
bpo-37134: Add PEP570 notation to the documentation (GH-13743)
Pablo Galindo
2019-06-05
2
-3/+3
*
bpo-33725, multiprocessing doc: rephase warning against fork on macOS (GH-13841)
Victor Stinner
2019-06-05
1
-2/+3
*
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka
2019-06-05
8
-9/+9
*
bpo-26836: Document os.memfd_create() name parameter (GH-13838)
Victor Stinner
2019-06-05
1
-0/+7
*
Fix documentation (GH-13721)
Benjamin Yeh
2019-06-05
1
-0/+4
*
bpo-35805: Add parser for Message-ID email header. (GH-13397)
Abhilash Raj
2019-06-04
1
-13/+20
*
bpo-30699: Improve example on datetime tzinfo instances (GH-4290)
Mario Corchero
2019-06-04
1
-51/+60
*
Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-1378...
Łukasz Langa
2019-06-04
1
-8/+2
*
Fix grammar (GH-13801)
Raymond Hettinger
2019-06-04
1
-2/+2
*
bpo-35431: Drop the k <= n requirement (GH-13798)
Raymond Hettinger
2019-06-04
1
-8/+12
*
bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)
Victor Stinner
2019-06-03
1
-2/+8
*
bpo-37120: Add SSLContext.num_tickets (GH-13719)
Christian Heimes
2019-06-03
1
-0/+13
*
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
*
bpo-36896: Clarify that some types constructors are unstable (GH-13271)
Matthias Bussonnier
2019-06-03
1
-0/+3
*
Fix typos in docs and docstrings (GH-13745)
Xtreak
2019-06-02
1
-1/+1
*
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
1
-3/+18
*
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-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
Serhiy Storchaka
2019-06-01
1
-2/+19
*
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-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
*
Use more PEP 570 syntax in the documentation. (GH-13720)
Serhiy Storchaka
2019-06-01
1
-1/+1
*
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka
2019-06-01
11
-17/+17
*
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
*
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
[next]