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-39939: Add str.removeprefix and str.removesuffix (GH-18939)
sweeneyde
2020-04-22
1
-2/+102
*
Small improvements to the recipes and examples. (GH-19635)
Raymond Hettinger
2020-04-21
1
-30/+26
*
bpo-40148: Add PurePath.with_stem() (GH-19295)
Tim Hoffmann
2020-04-19
1
-0/+24
*
bpo-39285: Clarify example for PurePath.match (GH-19458)
Tim Lo
2020-04-19
1
-1/+3
*
bpo-40325: Deprecate set object support in random.sample() (GH-19591)
Raymond Hettinger
2020-04-19
1
-0/+7
*
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
Furkan Önder
2020-04-18
1
-3/+3
*
bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360)
Serhiy Storchaka
2020-04-18
1
-1/+1
*
bpo-40282: Allow random.getrandbits(0) (GH-19539)
Antoine Pitrou
2020-04-17
1
-0/+3
*
bpo-40286: Add randbytes() method to random.Random (GH-19527)
Victor Stinner
2020-04-17
1
-0/+7
*
bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551)
Mariusz Felisiak
2020-04-17
1
-0/+3
*
Minor modernization and readability improvement to the tokenizer example (GH-...
Raymond Hettinger
2020-04-17
1
-2/+6
*
Fix parameter names in assertIn() docs (GH-18829)
Christoph Zwerschke
2020-04-17
1
-3/+3
*
bpo-40290: Add zscore() to statistics.NormalDist. (GH-19547)
Raymond Hettinger
2020-04-16
1
-0/+10
*
bpo-40257: Output object's own docstring in pydoc (GH-19479)
Serhiy Storchaka
2020-04-15
1
-1/+4
*
bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396)
Batuhan Taşkaya
2020-04-13
1
-4/+0
*
bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048)
Sebastian Pedersen
2020-04-13
1
-13/+20
*
Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454)
laike9m
2020-04-13
1
-3/+3
*
bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreter...
Victor Stinner
2020-04-12
1
-8/+0
*
bpo-38501: Add a warning section to multiprocessing.Pool docs about resource ...
Pablo Galindo
2020-04-11
1
-1/+12
*
bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190)
Zackery Spytz
2020-04-09
1
-0/+11
*
Document missing methods of ssl.SSLObject (#19400)
Rémi Lapeyre
2020-04-07
1
-0/+3
*
bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368)
Serhiy Storchaka
2020-04-04
1
-4/+5
*
bpo-40131: Fix source and target order in zipapp example (GH-19290)
Zackery Spytz
2020-04-03
1
-1/+1
*
bpo-40122: Updated documentation for dis.findlabels() (GH-19274)
laike9m
2020-04-03
1
-1/+1
*
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner
2020-04-01
2
-0/+61
*
bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514)
Zackery Spytz
2020-04-01
1
-0/+3
*
bpo-40094: Enhance os.WIFEXITED documentation (GH-19244)
Victor Stinner
2020-04-01
1
-10/+24
*
bpo-40094: Add test.support.wait_process() (GH-19254)
Victor Stinner
2020-03-31
1
-0/+15
*
Document most common signals (GH-19245)
Victor Stinner
2020-03-31
1
-0/+106
*
fix comma location in various places (GH-19233)
Mathieu Dupuy
2020-03-30
5
-6/+6
*
bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-relat...
Brett Cannon
2020-03-25
1
-0/+4
*
bpo-36144: Add union operators to WeakValueDictionary584 (#19127)
Curtis Bucher
2020-03-25
1
-0/+3
*
bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099)
Juhana Jauhiainen
2020-03-24
1
-1/+2
*
Clarify a guarantee of the logging module. (GH-19132)
Gregory P. Smith
2020-03-24
1
-0/+1
*
closes bpo-40017: Add CLOCK_TAI constant to the time module. (GH-19096)
Russell Owen
2020-03-24
1
-1/+10
*
Updated documentation for FOR_ITER (GH-19113)
laike9m
2020-03-24
1
-1/+1
*
bpo-36144: Add union operators to WeakKeyDictionary (#19106)
Curtis Bucher
2020-03-23
1
-0/+3
*
bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832)
Curtis Bucher
2020-03-23
1
-0/+3
*
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ...
Serhiy Storchaka
2020-03-21
1
-3/+4
*
bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087)
Victor Stinner
2020-03-20
1
-5/+7
*
bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929)
amaajemyfren
2020-03-20
1
-0/+2
*
Fix "versionchanged" for pow named arguments (GH-19042)
Mark Dickinson
2020-03-19
1
-1/+1
*
bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291)
Ross
2020-03-15
1
-1/+2
*
Link to list of keywords in the laguage reference (GH-18024)
Борис Верховский
2020-03-14
1
-5/+6
*
bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` fo...
Taine Zhao
2020-03-14
1
-1/+1
*
bpo-39509: Update HTTP status code to follow IANA (GH-18294)
Dong-hee Na
2020-03-14
1
-0/+5
*
bpo-36144: OrderedDict Union (PEP 584) (#18967)
Brandt Bucher
2020-03-13
1
-0/+4
*
bpo-36144: Update os.environ and os.environb for PEP 584 (#18911)
Charles Burkland
2020-03-13
1
-0/+6
*
Fix syntax error in an example in the ast documentation and sync docstrings (...
Pablo Galindo
2020-03-12
1
-1/+1
*
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
Benjamin Peterson
2020-03-11
2
-4/+4
[next]