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-23952: Document cgi module's maxlen variable (GH-30338)
Hugo van Kemenade
2022-02-06
1
-0/+5
*
[doc] Enhance readability by avoiding big blocks for small numbers. (GH-31157)
Julien Palard
2022-02-06
1
-9/+3
*
bpo-46640: Py_NAN now uses the C99 NAN constant (GH-31134)
Victor Stinner
2022-02-06
1
-0/+6
*
Allows to specify the port on which serve documentation (GH-31145)
Christophe Nanteuil
2022-02-06
1
-1/+2
*
bpo-31369: include ``RegexFlag`` in ``re.__all__`` (GH-30279)
andrei kulakov
2022-02-05
1
-0/+16
*
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...
Kumar Aditya
2022-02-04
2
-0/+9
*
Optimize images by IMGbot (GH-21348)
Manish Kumar ⛄
2022-02-04
5
-1/+1
*
bpo-46569: [Enum] fix typo in `StrEnum` docs (GH-31007)
Nikita Sobolev
2022-02-03
1
-1/+1
*
bpo-46624: Defer to 3.12: "Remove deprecated support for non-integer values" ...
Miro Hrončok
2022-02-03
1
-4/+9
*
bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)
Zackery Spytz
2022-02-03
3
-0/+12
*
bpo-46483: Remove `__class_getitem__` from `pathlib.PurePath` (GH-30848)
Nikita Sobolev
2022-02-03
1
-0/+3
*
bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)
Hugo van Kemenade
2022-02-02
2
-10/+32
*
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes
2022-02-02
4
-6/+45
*
Add recipe for subslices (GH-31028)
Raymond Hettinger
2022-02-02
1
-0/+9
*
Fix minor details in the Counter docs (GH-31029)
Raymond Hettinger
2022-02-02
1
-3/+10
*
bpo-46414: Add typing.reveal_type (#30646)
Jelle Zijlstra
2022-02-02
1
-0/+31
*
bpo-46355: What's New: Note that PyFrameObject are private (GH-31032)
Petr Viktorin
2022-02-01
1
-9/+20
*
bpo-29688: document and test `pathlib.Path.absolute()` (GH-26153)
Barney Gale
2022-01-28
1
-3/+16
*
bpo-46329: Split calls into precall and call instructions. (GH-30855)
Mark Shannon
2022-01-28
2
-31/+42
*
bpo-42238: [doc] Avoid hardcoding fast-moving lines in susp-ignored.csv. (GH-...
Julien Palard
2022-01-28
1
-2/+2
*
bpo-40170: Remove PyHeapType_GET_MEMBERS() macro (GH-30942)
Victor Stinner
2022-01-27
1
-0/+5
*
bpo-42982: update pbkdf2 example & add another link (GH-30966)
Gregory P. Smith
2022-01-27
1
-5/+7
*
bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Impr...
Kinshuk Dua
2022-01-27
2
-17/+18
*
bpo-42982: Improve the text on suggested number of iterations of PBKDF2 (GH-2...
Illia Volochii
2022-01-27
1
-2/+7
*
[doc]: Spotted errors while working on rstlint. (GH-30879)
Julien Palard
2022-01-27
9
-12/+20
*
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
[next]