23224 Commits (31245d19f2de03e57fd93c5169f00a36d7410fcf)

Author SHA1 Message Date
Christian Heimes d5b3f6b7f9
bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049) 6 years ago
Paul Ganssle b17e49e0de
bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006) 6 years ago
Paul Ganssle 1b97b9b0ad
bpo-24416: Return named tuple from date.isocalendar() (GH-20113) 6 years ago
Batuhan Taskaya 4541086232
bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-19381) 6 years ago
Zackery Spytz 6b6092f533
bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-19430) 6 years ago
Chris Jerdonek 1ce5841eca
bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979) 6 years ago
Christian Heimes 9b60e55db2
bpo-40637: Add option to disable builtin hashes (GH-20121) 6 years ago
Shantanu a2b3cdd661
bpo-40445: Update compileall.compile_dir docs (GH-19806) 6 years ago
romasku 382a5635bd
bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (GH-20054) 6 years ago
Joannah Nanjekye 7ba1f75f3f
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) 6 years ago
Lumír 'Frenzy' Balhar e77d428856
bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901) 6 years ago
Victor Stinner d6fb53fe42
bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078) 6 years ago
jack1142 de92769d47
bpo-34790: add version of removal of explicit passing of coros to `asyncio.wait`'s documentation (#20008) 6 years ago
Allen Guo 3d54211e6e
Fix Wikipedia link (GH-20031) 6 years ago
Raymond Hettinger 21cdb711e3
bpo-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019) 6 years ago
Hai Shi 86d69444e7
bpo-40584: Update PyType_FromModuleAndSpec() to process tp_vectorcall_offset (GH-20026) 6 years ago
Inada Naoki d5d9a71866
bpo-36346: array: Don't use deprecated APIs (GH-19653) 6 years ago
Andre Delfino 85bdec1def
Add link to Enum class (GH-19884) 6 years ago
Jason R. Coombs 7f7e706d78
bpo-39791: Add files() to importlib.resources (GH-19722) 6 years ago
Raymond Hettinger 81a5fc38e8
bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970) 6 years ago
Ned Batchelder 2effef7453
Make the first dataclass example more useful (GH-19994) 6 years ago
Zackery Spytz 02fa0ea9c1
bpo-40273: Reversible mappingproxy (FH-19513) 6 years ago
Batuhan Taskaya b7a78ca74a
bpo-40517: Implement syntax highlighting support for ASDL (GH-19967) 6 years ago
Hai Shi c068b53a0c
bpo-38787: Update structures.rst docs (PEP 573) (GH-19980) 6 years ago
Petr Viktorin e1becf46b4
bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) 6 years ago
Naglis 441416c9a0
Fix typo in sqlite3 documentation (GH-19965) 6 years ago
Raymond Hettinger eff870b618
Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (#19950) 6 years ago
Batuhan Taskaya d60040ba22
bpo-40517: Implement syntax highlighting support for ASDL (#19928) 6 years ago
Javier Buzzi 627f701235
bpo-32117: Updated Simpsons names in docs (GH-19737) 6 years ago
Raymond Hettinger f01d1be97d
bpo-40286: Put methods in correct sections. Add security notice to use secrets for session tokens. (GH-19870) 6 years ago
Joel Rosdahl 9d74658f0a
bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900) 6 years ago
Joannah Nanjekye f25fb6ebfe
bpo-39470: Indicate that ``os.makedirs`` is equivalent to ``Path.mkdir`` (GH-18216) 6 years ago
Miro Hrončok 18f1c60a16
bpo-40360: Add a What's New entry for lib2to3 pending deprecation (GH-19898) 6 years ago
Raymond Hettinger ad9eaeab74
Remove outdated and confusing advice about setting maxsize (GH-19889) 6 years ago
Mathieu Dupuy 8aab84312e
Fix missing space in docs(GH-19866) 6 years ago
Raymond Hettinger 190fac99c5
bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867) 6 years ago
Sander 766352320f
bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752) 6 years ago
Serhiy Storchaka 531d1e5412
bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846) 6 years ago
Shantanu 289842ae82
bpo-39435: Fix docs for pickle.loads (GH-18160) 6 years ago
Shantanu 831d58d786
bpo-39691: Clarify io.open_code behavior (GH-19824) 6 years ago
Victor Stinner 252346acd9
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) 6 years ago
Noah Doersing 8bcfd31cc0
Change 'exception happened' to 'exception occurred' in two places (#19767) 6 years ago
lrjball 3209cbd99b
bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742) 6 years ago
karl ding 360371f79c
bpo-40291: Add support for CAN_J1939 sockets (GH-19538) 6 years ago
Alex Povel fd33cdbd05
Fix plural typo in documentation (GH-19799) 6 years ago
Victor Stinner e5963ee320
What's New in Python 3.9: Reorganize C API Changes (GH-19794) 6 years ago
Victor Stinner 9a8c1315c3
bpo-40428: Cleanup free list part of C API Changes doc (GH-19793) 6 years ago
Serhiy Storchaka bfb1cf4465
bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711) 6 years ago
Zackery Spytz bb4a585d90
bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) 6 years ago
Victor Stinner 7036477323
bpo-40421: Add PyFrame_GetBack() function (GH-19765) 6 years ago