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-40730: Remove redundant 'to' (GH-20316)
Florian Dahlitz
2020-05-22
1
-1/+1
*
bpo-40630: Add tracemalloc.reset_peak (GH-20102)
Huon Wilson
2020-05-22
2
-0/+65
*
Restore missing column of digits (GH-20313)
Raymond Hettinger
2020-05-22
1
-30/+30
*
[doc] Remove references to obsolete BuildApplet on macOS. (GH-20023)
Andre Delfino
2020-05-21
1
-8/+2
*
Reword aware/naive introduction sentence (GH-20175)
Mathieu Dupuy
2020-05-21
1
-1/+2
*
Improve output summary in the examples and recipes section (GH-20285)
Raymond Hettinger
2020-05-21
1
-3/+3
*
bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278)
Kyle Stanley
2020-05-21
1
-1/+5
*
Use f-strings in argparse HOWTO (GH-20070)
Rémi Lapeyre
2020-05-21
1
-17/+17
*
Update whatsnew benchmark results for 3.9 (GH-20276)
Raymond Hettinger
2020-05-21
1
-0/+55
*
bpo-40698: Improve distutils upload hash digests (GH-20260)
Christian Heimes
2020-05-20
1
-0/+7
*
bpo-40291: Mention socket.CAN_J1939 in What's New (GH-20248)
karl ding
2020-05-20
1
-0/+3
*
Fix typo in multiprocessing documentation (GH-20016)
Joe DeCapo
2020-05-19
1
-1/+1
*
Doc: Python 3.10 in sidebar and version switcher. (GH-20209)
Julien Palard
2020-05-19
2
-2/+4
*
3.10 whatsnew needs to use blurb-produced changelog (GH-20213)
Ned Deily
2020-05-19
1
-1/+1
*
bpo-32309: Implement asyncio.to_thread() (GH-20143)
Kyle Stanley
2020-05-19
3
-0/+65
*
Python 3.10.0a0 (GH-20198)
Pablo Galindo
2020-05-19
5
-7/+123
*
Fix code-block in zoneinfo (GH-20201)
Anthony Sottile
2020-05-19
1
-2/+2
*
bpo-40257: Revert changes to inspect.getdoc() (GH-20073)
Serhiy Storchaka
2020-05-18
2
-9/+1
*
Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (...
Ned Deily
2020-05-18
1
-8/+0
*
bpo-38112: Document that compileall.compile_[dir,file] also accept multiple o...
Lumír 'Frenzy' Balhar
2020-05-18
1
-2/+4
*
bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)
Ned Deily
2020-05-18
1
-0/+8
*
bpo-13601: Mention stderr's line buffering in What's New (GH-20168)
Shantanu
2020-05-18
1
-0/+4
*
bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-#20139)
qudongfang
2020-05-18
1
-0/+2
*
bpo-40536: Add zoneinfo.available_timezones (GH-20158)
Paul Ganssle
2020-05-18
1
-0/+23
*
bpo-39705 : sorted() tutorial example under looping techniques improved (GH-1...
Rahul Kumaresan
2020-05-18
1
-0/+15
*
Doc: change 'Posix' for 'POSIX' (GH-20001)
Mathieu Dupuy
2020-05-17
3
-6/+6
*
Doc: move a dot outside double quotes (GH-20007)
Mathieu Dupuy
2020-05-17
1
-1/+1
*
bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145)
Zackery Spytz
2020-05-17
1
-4/+8
*
bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132)
Christian Heimes
2020-05-16
1
-0/+6
*
bpo-40211: Clarify os.preadv and os.pwritev are supported on AIX 7.1+ (GH-19401)
Batuhan Taskaya
2020-05-16
1
-2/+4
*
bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)
Christian Heimes
2020-05-16
1
-0/+2
*
bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006)
Paul Ganssle
2020-05-16
3
-1/+429
*
bpo-24416: Return named tuple from date.isocalendar() (GH-20113)
Paul Ganssle
2020-05-16
2
-8/+19
*
bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-...
Batuhan Taskaya
2020-05-16
1
-0/+8
*
bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-1...
Zackery Spytz
2020-05-16
1
-2/+4
*
bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)
Chris Jerdonek
2020-05-15
2
-2/+11
*
bpo-40637: Add option to disable builtin hashes (GH-20121)
Christian Heimes
2020-05-15
1
-0/+9
*
bpo-40445: Update compileall.compile_dir docs (GH-19806)
Shantanu
2020-05-15
1
-1/+2
*
bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (G...
romasku
2020-05-15
1
-1/+2
*
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047)
Joannah Nanjekye
2020-05-15
2
-4/+5
*
bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901)
Lumír 'Frenzy' Balhar
2020-05-14
2
-5/+26
*
bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078)
Victor Stinner
2020-05-13
1
-0/+3
*
bpo-34790: add version of removal of explicit passing of coros to `asyncio.wa...
jack1142
2020-05-13
1
-1/+1
*
Fix Wikipedia link (GH-20031)
Allen Guo
2020-05-12
1
-5/+5
*
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
[next]