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-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019)
Raymond Hettinger
2020-05-12
1
-0/+26
*
bpo-40584: Update PyType_FromModuleAndSpec() to process tp_vectorcall_offset ...
Hai Shi
2020-05-11
2
-3/+6
*
bpo-36346: array: Don't use deprecated APIs (GH-19653)
Inada Naoki
2020-05-11
2
-6/+13
*
Add link to Enum class (GH-19884)
Andre Delfino
2020-05-10
1
-1/+1
*
bpo-39791: Add files() to importlib.resources (GH-19722)
Jason R. Coombs
2020-05-08
1
-0/+37
*
bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970)
Raymond Hettinger
2020-05-08
1
-7/+14
*
Make the first dataclass example more useful (GH-19994)
Ned Batchelder
2020-05-08
1
-0/+2
*
bpo-40273: Reversible mappingproxy (FH-19513)
Zackery Spytz
2020-05-08
1
-0/+6
*
bpo-40517: Implement syntax highlighting support for ASDL (GH-19967)
Batuhan Taskaya
2020-05-07
3
-2/+54
*
bpo-38787: Update structures.rst docs (PEP 573) (GH-19980)
Hai Shi
2020-05-07
1
-2/+2
*
bpo-38787: C API for module state access from extension methods (PEP 573) (GH...
Petr Viktorin
2020-05-07
2
-4/+82
*
Fix typo in sqlite3 documentation (GH-19965)
Naglis
2020-05-06
1
-1/+1
*
Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (...
Raymond Hettinger
2020-05-06
3
-54/+2
*
bpo-40517: Implement syntax highlighting support for ASDL (#19928)
Batuhan Taskaya
2020-05-06
3
-2/+54
*
bpo-32117: Updated Simpsons names in docs (GH-19737)
Javier Buzzi
2020-05-05
1
-2/+2
*
bpo-40286: Put methods in correct sections. Add security notice to use secret...
Raymond Hettinger
2020-05-05
1
-10/+15
*
bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900)
Joel Rosdahl
2020-05-04
1
-0/+2
*
bpo-39470: Indicate that ``os.makedirs`` is equivalent to ``Path.mkdir`` (GH-...
Joannah Nanjekye
2020-05-04
1
-0/+1
*
bpo-40360: Add a What's New entry for lib2to3 pending deprecation (GH-19898)
Miro HronĨok
2020-05-04
1
-0/+10
*
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
[next]