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
*
Remove outdated and confusing advice about setting maxsize (GH-19889)
Raymond Hettinger
2020-05-03
1
-2/+1
*
Fix missing space in docs(GH-19866)
Mathieu Dupuy
2020-05-02
1
-1/+1
*
bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867)
Raymond Hettinger
2020-05-02
1
-0/+3
*
bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers ...
Sander
2020-05-02
1
-1/+2
*
bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846)
Serhiy Storchaka
2020-05-02
1
-1/+1
*
bpo-39435: Fix docs for pickle.loads (GH-18160)
Shantanu
2020-05-01
1
-2/+2
*
bpo-39691: Clarify io.open_code behavior (GH-19824)
Shantanu
2020-05-01
1
-4/+5
*
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Victor Stinner
2020-05-01
1
-0/+2
*
Change 'exception happened' to 'exception occurred' in two places (#19767)
Noah Doersing
2020-05-01
1
-1/+1
*
bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742)
lrjball
2020-04-30
1
-1/+4
*
bpo-40291: Add support for CAN_J1939 sockets (GH-19538)
karl ding
2020-04-29
1
-1/+18
*
Fix plural typo in documentation (GH-19799)
Alex Povel
2020-04-29
1
-1/+1
*
What's New in Python 3.9: Reorganize C API Changes (GH-19794)
Victor Stinner
2020-04-29
1
-159/+173
*
bpo-40428: Cleanup free list part of C API Changes doc (GH-19793)
Victor Stinner
2020-04-29
1
-11/+9
*
bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)
Serhiy Storchaka
2020-04-29
1
-7/+8
*
bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783)
Zackery Spytz
2020-04-29
7
-42/+0
*
bpo-40421: Add PyFrame_GetBack() function (GH-19765)
Victor Stinner
2020-04-29
2
-0/+12
*
bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781)
Victor Stinner
2020-04-29
1
-3/+3
*
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
Victor Stinner
2020-04-29
1
-0/+13
*
bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773)
Victor Stinner
2020-04-28
2
-5/+5
*
bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772)
Victor Stinner
2020-04-28
1
-0/+1
*
bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098)
Ethan Onstott
2020-04-28
1
-0/+4
*
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
Victor Stinner
2020-04-28
3
-2/+17
*
bpo-40421: Add pyframe.h header file (GH-19755)
Victor Stinner
2020-04-28
2
-0/+5
*
bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735)
Victor Stinner
2020-04-27
2
-0/+18
*
bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712)
Dong-hee Na
2020-04-27
2
-0/+16
*
bpo-40348: Fix typos in the programming FAQ (GH-19729)
Zackery Spytz
2020-04-27
1
-2/+2
*
bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607)
Brad Solomon
2020-04-27
2
-1/+34
*
bpo-40387: Improve queue join() example. (GH-19724)
Raymond Hettinger
2020-04-27
1
-16/+12
*
Fix typo in object.__format__ docs (GH-19504)
Heshy Roskes
2020-04-26
1
-1/+1
*
bpo-40275: Avoid importing logging in test.support (GH-19601)
Serhiy Storchaka
2020-04-25
1
-5/+0
*
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka
2020-04-25
1
-59/+71
*
bpo-40279: Add some error-handling to the module initialisation docs example ...
Cajetan Rodrigues
2020-04-25
1
-3/+11
*
bpo-40334: Add What's New sections for PEP 617 and PEP 585 (GH-19704)
Guido van Rossum
2020-04-25
1
-0/+43
*
bpo-40340: Separate examples more clearly in the programming FAQ (GH-19688)
Cajetan Rodrigues
2020-04-24
1
-4/+5
*
bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663)
Carl Meyer
2020-04-24
1
-4/+10
*
bpo-38061: subprocess uses closefrom() on FreeBSD (GH-19697)
Victor Stinner
2020-04-24
1
-0/+4
*
bpo-39983: Add test.support.print_warning() (GH-19683)
Victor Stinner
2020-04-23
1
-0/+9
*
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner
2020-04-23
2
-3/+19
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-0/+8
*
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
sweeneyde
2020-04-22
2
-2/+112
*
bpo-39562: Prevent collision of future and compiler flags (GH-19230)
Batuhan Taşkaya
2020-04-22
1
-0/+4
*
Small improvements to the recipes and examples. (GH-19635)
Raymond Hettinger
2020-04-21
1
-30/+26
*
bpo-34037: Add Python API whatsnew for loop.shutdown_default_executor() (#19634)
Kyle Stanley
2020-04-21
1
-0/+5
*
bpo-40148: Add PurePath.with_stem() (GH-19295)
Tim Hoffmann
2020-04-19
1
-0/+24
*
bpo-39207: Spawn workers on demand in ProcessPoolExecutor (GH-19453)
Kyle Stanley
2020-04-19
1
-0/+5
*
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
[next]