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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
Mark Shannon
2023-01-16
1
-0/+9
*
gh-101041: Fix a misspelled name of `utctimetuple` in a doc warning (GH-101042)
Oleg Iarygin
2023-01-15
1
-1/+1
*
Fix `ctypes` typo in `set_exception` (#101040)
Cristián Maureira-Fredes
2023-01-15
1
-2/+2
*
gh-100668: Clarify how sqlite3 maps parameters onto placeholders (#100960)
Erlend E. Aasland
2023-01-14
1
-9/+17
*
gh-101021: Document binary parameters as bytes (#101024)
Bob Kline
2023-01-14
1
-5/+5
*
Sync-up parameter name in equivalent code snippet of `enumerate` (GH-101029)
JustAnotherArchivist
2023-01-14
1
-2/+2
*
Add recipes to showcase tee(), zip*, batched, starmap, and product. (GH-101023)
Raymond Hettinger
2023-01-14
1
-0/+27
*
Fix typo in docs (GH-101025)
Raymond Hettinger
2023-01-14
1
-1/+1
*
gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410)
Serhiy Storchaka
2023-01-13
2
-9/+9
*
gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (...
Steve Dower
2023-01-13
1
-0/+16
*
gh-96461: Improve docs for bytecode instructions (GH-96462)
Matthieu Dartiailh
2023-01-12
1
-123/+236
*
Fix typo in `enum` module documentation (#100992)
Noam Cohen
2023-01-12
1
-1/+1
*
GH-100894: Updated the doc for `sys.winver` to clarify its usual contents (GH...
ram vikram singh
2023-01-12
1
-1/+1
*
gh-98763: Prefer "python" over "python3" for command line examples in docs. (...
Mariusz Felisiak
2023-01-11
5
-21/+21
*
Fix typos in Doc folder (#100880)
Semen Zhydenko
2023-01-10
2
-2/+2
*
bpo-28356: Document os.rename() behavior on Windows for differing volumes (GH...
Ryan Ozawa
2023-01-09
1
-0/+2
*
GH-100813: Add `socket.IP_PKTINFO` constant (#10294)
dsentinel
2023-01-09
1
-0/+1
*
gh-100783: fix os.path.join documentation (#100811)
Shantanu
2023-01-08
1
-11/+12
*
gh-100824: Fix typo in the documentation of unittest.TestLoader.testNamePatte...
busywhitespace
2023-01-08
1
-2/+2
*
GH-100485: Add math.sumprod() (GH-100677)
Raymond Hettinger
2023-01-07
2
-9/+18
*
gh-100673: Removed erroneous note in the get_type_hints docs (#100701)
FrozenBob
2023-01-07
1
-4/+0
*
GH-99005: More intrinsics (GH-100774)
Mark Shannon
2023-01-06
1
-19/+3
*
gh-99026 update dataclasses docs for when annotations are inspected (gh-100798)
Akshit Tyagi
2023-01-06
1
-2/+2
*
gh-87691: clarify use of anchor in pathlib docs (#100782)
Shantanu
2023-01-06
1
-8/+8
*
gh-87691: add an absolute path pathlib example in / operator docs (GH-100737)
Shantanu
2023-01-05
1
-1/+8
*
GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)
Mark Shannon
2023-01-05
1
-23/+16
*
GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100702)
Tzu-ping Chung
2023-01-05
1
-0/+3
*
gh-91219: http - use subclassing to override index_pages attribute (GH-100731)
Ethan Furman
2023-01-03
1
-0/+5
*
[Enum] docs: replace 'last value' by 'highest value' for Flag auto (GH-100709)
Christophe Nanteuil
2023-01-03
1
-3/+3
*
gh-100428: Make int documentation more accurate (#100436)
Shantanu
2023-01-02
1
-11/+15
*
gh-99953: Purge mention of numeric param style from sqlite3 docs (#100630)
Erlend E. Aasland
2023-01-01
1
-5/+1
*
gh-97930: Apply changes from importlib_resources 5.10. (GH-100598)
Jason R. Coombs
2023-01-01
1
-19/+42
*
gh-96773 Fix documentation of socket backlog (#96778)
Mehrdad Moradizadeh
2023-01-01
1
-2/+2
*
gh-100488: Add is_integer method to fractions.Fraction (#100489)
Shantanu
2023-01-01
1
-0/+6
*
gh-100546: Remove incorrect positional-only marker from eval (#100547)
Shantanu
2023-01-01
1
-1/+1
*
GH-87002: fix caching documentation in `struct` module (#24164)
Sandeep Subramanian
2022-12-31
1
-3/+3
*
Improve comments in itertools uniquification recipes (GH-100631)
Raymond Hettinger
2022-12-31
1
-7/+12
*
gh-100616: Document 'attr' parameter for window.vline() in curses module (#24...
mathieui
2022-12-30
1
-3/+3
*
gh-100583: Improve the `pydoc` documentation (#100590)
ram vikram singh
2022-12-29
1
-4/+4
*
GH-100101: Clarify documentation of zip's strict option (GH-100103)
JustAnotherArchivist
2022-12-28
1
-4/+14
*
Restore early-out to factor(). Strengthen tests. (GH-100591)
Raymond Hettinger
2022-12-28
1
-5/+15
*
gh-94172: Update docs for params removed in 3.12 (#100431)
Hugo van Kemenade
2022-12-28
5
-50/+48
*
Improve factor() recipe and fix its tests (GH-100576)
Raymond Hettinger
2022-12-28
1
-20/+20
*
gh-92446: Improve argparse choices docs; revert bad change to lzma docs (#94627)
Guy Yagev
2022-12-26
2
-7/+7
*
gh-99308: Clarify re docs for byte pattern group names (#99311)
Ilya Kulakov
2022-12-25
1
-7/+9
*
gh-100472: Fix docs claim that compileall parameters could be bytes (#100473)
Shantanu
2022-12-24
1
-2/+2
*
[Minor PR] Quotes in documentation changed into code blocks (#99536)
Bart Broere
2022-12-24
1
-0/+4
*
gh-100428: Make float documentation more accurate (#100437)
Shantanu
2022-12-24
1
-9/+12
*
gh-99535: Add test for inheritance of annotations and update documentation (#...
MonadChains
2022-12-24
1
-0/+4
*
Misc Itertools recipe tweaks (GH-100493)
Raymond Hettinger
2022-12-24
1
-5/+49
[next]