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-45162: Revert "Remove many old deprecated unittest features" (GH-30935)
Gregory P. Smith
2022-01-27
3
-30/+50
*
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)
Terry Jan Reedy
2022-01-27
1
-4/+6
*
bpo-46502: Remove "How do I tell incomplete input" from FAQ (GH-30925)
Mateusz Ĺoskot
2022-01-26
1
-122/+0
*
bpo-46528: Simplify the VM's stack manipulations (GH-30902)
Brandt Bucher
2022-01-26
2
-47/+12
*
bpo-43698: do not use `...` as argument name in docs (GH-30502)
Nikita Sobolev
2022-01-26
4
-19/+16
*
bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)
Terry Jan Reedy
2022-01-26
1
-0/+14
*
bpo-48146: Update IDLE part of What's New 3.10 to 2022 (GH-30906)
Terry Jan Reedy
2022-01-26
1
-6/+11
*
Move doctests to the main docs. Eliminate duplication. Improve coverage. (GH-...
Raymond Hettinger
2022-01-25
1
-0/+238
*
bpo-46431: Add example of subclassing ExceptionGroup. Document the message an...
Irit Katriel
2022-01-24
1
-31/+55
*
bpo-45711: move whatsnew entries which are incorrectly listed under New Featu...
Irit Katriel
2022-01-24
1
-10/+11
*
bpo-41906: Accept built filters in dictConfig (GH-30756)
Mario Corchero
2022-01-24
1
-0/+10
*
bpo-46422: use `dis.Positions` in `dis.Instruction` (GH-30716)
Nikita Sobolev
2022-01-24
1
-0/+22
*
bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723)
Mark Shannon
2022-01-24
1
-0/+16
*
fix typo in typing.rst (#30841)
Jelle Zijlstra
2022-01-23
1
-1/+1
*
Improve grouper() recipe to demonstrate all forms of zip() (GH-30837)
Raymond Hettinger
2022-01-23
1
-3/+12
*
bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776)
Jelle Zijlstra
2022-01-22
1
-7/+12
*
bpo-46460: remove duplicated `versionchanged` from `dis.rst` (GH-30752)
Nikita Sobolev
2022-01-22
1
-2/+0
*
bpo-46463: Fixes escape4chm.py script used when building the CHM documentatio...
Steve Dower
2022-01-21
1
-4/+5
*
bpo-30512: Add CAN Socket support for NetBSD (GH-30066)
Thomas Klausner
2022-01-21
2
-1/+11
*
bpo-46409: Make generators in bytecode (GH-30633)
Mark Shannon
2022-01-20
1
-0/+15
*
no-issue: Fix documentation typos. (GH-30576)
Piotr Fusik
2022-01-20
2
-2/+2
*
doc: Clarify os.urandom return type (#30282)
Florian Bruhin
2022-01-19
1
-1/+1
*
Update documentation in datetime module strftime-and-strptime-behavior fix ty...
Evan
2022-01-19
1
-5/+5
*
bpo-45680: Minor formatting fix in stdtypes.rst (GH-30690)
Ken Jin
2022-01-19
1
-1/+1
*
bpo-45680: Clarify documentation on ``GenericAlias`` objects (GH-29335)
Alex Waygood
2022-01-19
1
-33/+84
*
bpo-22039: [doc] clarify that there are no plans to disable deleting an attri...
Irit Katriel
2022-01-19
1
-2/+3
*
bpo-43869: Time Epoch is the same on all platforms (GH-30664)
Victor Stinner
2022-01-19
1
-17/+11
*
bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)
John Marshall
2022-01-18
1
-2/+9
*
bpo-20823: Clarify copyreg.pickle() documentation (GH-30230)
Kumar Aditya
2022-01-18
1
-2/+2
*
bpo-43869: Improve epoch docs (GH-25777)
Miguel Brito
2022-01-18
1
-1/+1
*
bpo-46402: Promote SQLite URI tricks in `sqlite3` docs (GH-30660)
Erlend Egeberg Aasland
2022-01-18
1
-8/+22
*
bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)
bneuburg
2022-01-18
2
-3/+13
*
bpo-40066: [Enum] fix tests (GH-30643)
Ethan Furman
2022-01-17
1
-1/+1
*
bpo-40066: [Enum] skip failing doc test (GH-30637)
Kumar Aditya
2022-01-17
3
-240/+301
*
Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-3...
Victor Stinner
2022-01-17
3
-301/+240
*
bpo-40066: [Enum] update str() and format() output (GH-30582)
Ethan Furman
2022-01-16
3
-240/+301
*
bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existi...
Hugo van Kemenade
2022-01-14
1
-7/+6
*
bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30 (GH-30497)
Mark Dickinson
2022-01-14
2
-2/+11
*
bpo-23183: Document the timeit output (GH-30359)
Hugo van Kemenade
2022-01-14
1
-0/+7
*
bpo-46355: Document PyFrameObject and PyThreadState changes (GH-30558)
Victor Stinner
2022-01-13
1
-0/+104
*
bpo-46328: Add sys.exception() (GH-30514)
Irit Katriel
2022-01-13
3
-16/+34
*
bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)
Christian Heimes
2022-01-13
1
-2/+2
*
bpo-46342: make @typing.final introspectable (GH-30530)
Jelle Zijlstra
2022-01-12
1
-0/+9
*
bpo-46307: Add string.Template.get_identifiers() method (GH-30493)
Ben Kehoe
2022-01-11
1
-0/+19
*
[doc] Add license_url for python-docs-theme 2022.1. (GH-30527)
Julien Palard
2022-01-11
2
-2/+3
*
closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the...
Julian Gilbey
2022-01-11
1
-17/+17
*
Remove unused `Any` from `Concatenate` example in typing docs (GH-30516)
Michael Oliver
2022-01-11
1
-1/+1
*
bpo-45331: [Enum] add rule to docs that mixin type must be subclassable (GH-3...
Nikita Sobolev
2022-01-10
1
-4/+7
*
bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-...
Raymond Hettinger
2022-01-10
1
-4/+6
*
bpo-23882: unittest: Drop PEP 420 support from discovery. (GH-29745)
Inada Naoki
2022-01-10
2
-2/+27
[next]