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-40376: slightly improved the wording for os.getgrouplist (GH-19702)
Jens Holzkämper
2022-04-15
1
-1/+2
*
gh-70979: Fix runpy.run_path parameter name in docs (GH-32265)
Jelle Zijlstra
2022-04-15
1
-2/+2
*
gh-91520: Rewrite imghdr inlining for clarity and completeness (#91521)
Barry Warsaw
2022-04-15
1
-5/+5
*
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Erlend Egeberg Aasland
2022-04-15
3
-0/+82
*
gh-91217: deprecate msilib (GH-91515)
Brett Cannon
2022-04-14
1
-0/+1
*
Add redirects to Misc/NEWS bpo links (#91454)
Ezio Melotti
2022-04-14
1
-1/+2
*
gh-90879: Fix missing parameter for put_nowait() (GH-91514)
slateny
2022-04-14
1
-2/+2
*
gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)
Inada Naoki
2022-04-14
2
-4/+3
*
gh-90326: Remove quotes for logging config (GH-91516)
slateny
2022-04-14
1
-1/+1
*
gh-87497: Document that urllib.request sends headers in camel case (GH-24661)
Alix Lourme
2022-04-14
1
-0/+1
*
gh-90449: Improve accuracy and readability of exceptions tutorial (GH-31899)
Irit Katriel
2022-04-13
1
-46/+54
*
gh-91217: deprecate imghdr (#91461)
Brett Cannon
2022-04-13
3
-9/+8
*
gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434)
Jack DeVries
2022-04-12
1
-6/+11
*
gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)
Erlend Egeberg Aasland
2022-04-12
3
-0/+79
*
gh-91217: deprecate crypt (GH-91459)
Brett Cannon
2022-04-12
1
-0/+1
*
gh-47061: Deprecate `chunk` (GH-91419)
Brett Cannon
2022-04-11
1
-0/+1
*
Update Sphinx bpo role to use redirect URI. (#32342)
Ezio Melotti
2022-04-11
1
-1/+1
*
gh-91423: Remove bugs.python.org from bugs.rst (GH-91425)
roy reznik
2022-04-11
1
-19/+20
*
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
John Belmonte
2022-04-11
1
-1/+10
*
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
Irit Katriel
2022-04-11
2
-14/+49
*
bpo-40280: WASM docs and smaller browser builds (GH-32412)
Christian Heimes
2022-04-10
1
-0/+2
*
bpo-22295: use python -m pip rather than plain pip in more examples (GH-24003)
Ville Skyttä
2022-04-09
3
-14/+14
*
bpo-47000: Add `locale.getencoding()` (GH-32068)
Inada Naoki
2022-04-09
3
-8/+35
*
bpo-47061: deprecate cgi and cgitb (GH-32410)
Brett Cannon
2022-04-09
1
-0/+2
*
Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-3...
Petr Viktorin
2022-04-08
1
-1/+1
*
Add new PyFrame_GetLasti C-API function (GH-32413)
Mark Shannon
2022-04-08
2
-3/+14
*
Clarify that this sentence applies to the above example. GH-32405
Raymond Hettinger
2022-04-08
1
-3/+3
*
Deprecate audioop (GH-32392)
Brett Cannon
2022-04-07
1
-0/+1
*
Doc: Fix spurious comma in the author metadata field (GH-32386)
CAM Gerlach
2022-04-07
1
-1/+1
*
ssl docs: Fix typo (GH-32336)
Frederick
2022-04-07
1
-1/+1
*
c-api docs: There are five fields, not four (GH-32379)
Jelle Zijlstra
2022-04-07
1
-1/+1
*
pickle docs: Fix typos and improve wording (GH-24776)
Géry Ogam
2022-04-07
1
-24/+23
*
doc: Link to `string.capwords` from `str.title` (GH-20913)
Eric Wieser
2022-04-07
1
-1/+5
*
ssl docs: Fix typo (GH-32314)
Frederick
2022-04-07
1
-1/+1
*
pkgutil docs: Link sys constants, add backticks (GH-32356)
Boris Verkhovskiy
2022-04-07
1
-4/+4
*
bpo-35134: Remove the Include/code.h header file (GH-32385)
Victor Stinner
2022-04-07
1
-1/+1
*
Change parameter name from *x* for reals to *n* for integers. (GH-32377)
Raymond Hettinger
2022-04-06
1
-2/+2
*
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka
2022-04-06
2
-8/+36
*
Remove python2 support in logging cookbook example. (GH-32362)
Mathieu Dupuy
2022-04-06
1
-8/+1
*
stdtypes docs: fix typo (GH-32349)
Ian
2022-04-06
1
-1/+1
*
bpo-47235: Note where a typo is intentional in code. (GH-32348)
Gregory P. Smith
2022-04-06
1
-4/+4
*
bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-...
Petr Viktorin
2022-04-06
4
-888/+915
*
Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-3205...
Victor Stinner
2022-04-06
2
-21/+1
*
[doc] Add missing backtick. (GH-32355)
Julien Palard
2022-04-06
1
-1/+1
*
bpo-47189: What's New in 3.11: Faster CPython (GH-32235)
Ken Jin
2022-04-06
2
-7/+221
*
bpo-47061: deprecate the `aifc` module (GH-32134)
Brett Cannon
2022-04-05
1
-0/+8
*
bpo-4833: Add ZipFile.mkdir (GH-32160)
Sam Ezeh
2022-04-05
1
-0/+11
*
bpo-46607: Add DeprecationWarning for LegacyInterpolation, deprecated in docs...
Hugo van Kemenade
2022-04-05
1
-0/+6
*
bpo-47088: Add typing.LiteralString (PEP 675) (GH-32064)
Jelle Zijlstra
2022-04-05
1
-0/+29
*
bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)
Erlend Egeberg Aasland
2022-04-05
2
-0/+43
[next]