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
*
bpo-38364: unwrap partialmethods just like we unwrap partials (#16600)
Martijn Pieters
2024-02-15
1
-0/+10
*
docs: use consistent .append() in dis.rst (#115434)
Ned Batchelder
2024-02-15
1
-4/+4
*
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner
2024-02-14
2
-0/+20
*
Docs: spell out sentence about ndbm/gdbm file formats (#115470)
Erlend E. Aasland
2024-02-14
1
-6/+8
*
Docs: reword sentences about dbm submodule traits (#114609)
Erlend E. Aasland
2024-02-14
1
-14/+6
*
gh-115403: Remove extra colon after "Examples" in datetime documentation (#11...
Stanislav Lyu
2024-02-14
1
-1/+1
*
gh-100414: Add SQLite backend to dbm (#114481)
Erlend E. Aasland
2024-02-14
1
-4/+49
*
ftplib docs: `timeout` doesn't have to be a whole number (#115443)
Alex Waygood
2024-02-14
1
-3/+3
*
gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319)
Hugo van Kemenade
2024-02-12
5
-9/+24
*
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
Brandt Bucher
2024-02-12
1
-1/+12
*
gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)
Serhiy Storchaka
2024-02-11
1
-6/+26
*
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka
2024-02-11
1
-1/+1
*
gh-101100: Fix dangling refs in bdb.rst (#114983)
Skip Montanaro
2024-02-11
1
-8/+10
*
gh-114894: add array.array.clear() method (#114919)
Mike Zimin
2024-02-10
1
-0/+7
*
gh-96471: Add shutdown() method to queue.Queue (#104750)
Laurie O
2024-02-10
1
-0/+38
*
gh-101100: Fix sphinx warnings in `library/enum.rst` (#114696)
Nikita Sobolev
2024-02-09
1
-2/+15
*
gh-101100: Fix Py_DEBUG dangling Sphinx references (#115003)
Skip Montanaro
2024-02-07
1
-3/+3
*
gh-115106 docs: 'enum.Flag.__iter__()' did not exist prior to Python 3.11 (GH...
Finite State Machine
2024-02-07
1
-3/+1
*
gh-91602: Add iterdump() support for filtering database objects (#114501)
Mariusz Felisiak
2024-02-06
1
-1/+10
*
gh-83648: Support deprecation of options, arguments and subcommands in argpar...
Serhiy Storchaka
2024-02-05
1
-1/+46
*
gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording (#114968)
HarryLHW
2024-02-05
1
-1/+1
*
Remove bogus syntax error marker in csv doc (#115017)
Terry Jan Reedy
2024-02-05
1
-1/+0
*
gh-113803: Fix inaccurate documentation for shutil.move when dst is an existi...
Dai Wentao
2024-02-04
1
-11/+14
*
gh-69893: Add the close() method for xml.etree.ElementTree.iterparse() iterat...
Serhiy Storchaka
2024-02-04
1
-0/+5
*
gh-114071: [Enum] update docs and code for tuples/subclasses (GH-114871)
Ethan Furman
2024-02-04
1
-3/+26
*
gh-101100: Fix dangling references in pickle.rst (#114972)
Skip Montanaro
2024-02-04
1
-25/+26
*
gh-112202: Ensure that condition.notify() succeeds even when racing with Task...
Kristján Valur Jónsson
2024-02-03
1
-3/+9
*
gh-114955: Add clear to MutableSequence's mixin methods in document (gh-114956)
AN Long
2024-02-03
1
-2/+2
*
Normalize heading underline in multiprocessing.rst (#114923)
Skip Montanaro
2024-02-03
1
-26/+26
*
gh-114913: Add newline to subprocess doc (#114941)
Terry Jan Reedy
2024-02-02
1
-1/+2
*
Correct timedelta description (GH-101417)
John Belmonte
2024-02-02
1
-3/+3
*
Fix indentation of "versionchanged" in datetime.rst (GH-114933)
Serhiy Storchaka
2024-02-02
1
-3/+3
*
gh-114728: Fix documentation for comparison of objects in datetime module (GH...
Serhiy Storchaka
2024-02-02
1
-68/+50
*
gh-114909: Add --first-weekday option to usage message (#114910)
Steven Ward
2024-02-02
1
-2/+3
*
gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.r...
Justin Williams
2024-02-02
1
-1/+1
*
Move "format" param doc of shutil.make_archive() on its own paragraph (GH-103...
Michal Kaptur
2024-02-02
1
-1/+3
*
gh-89891: Refer SharedMemory implementation as POSIX (GH-104678)
Oleg Iarygin
2024-02-01
1
-1/+1
*
gh-101100: Fix sphinx warnings in `howto/logging.rst` (#114846)
Nikita Sobolev
2024-02-01
1
-2/+14
*
Correct description of inheriting from another class (#114660)
Skip Montanaro
2024-02-01
4
-19/+18
*
gh-105031: Clarify datetime documentation for ISO8601 (GH-105049)
Nicholas Hollander
2024-02-01
1
-3/+15
*
Fix typos in ElementTree documentation (GH-108848)
Christophe Nanteuil
2024-02-01
1
-3/+3
*
gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS (#114816)
Skip Montanaro
2024-02-01
1
-0/+4
*
gh-114811: Change '\*' to '*' in warnings.rst (#114819)
Pradyot Ranjan
2024-02-01
1
-1/+1
*
gh-111112: Avoid potential confusion in TCP server example. (#111113)
Aidan Holm
2024-02-01
1
-3/+4
*
Add note to `sys.orig_argv` clarifying the difference from `sys.argv` (#114630)
Bradley Reynolds
2024-01-31
1
-1/+4
*
gh-101100: Fix class reference in library/test.rst (GH-114769)
Skip Montanaro
2024-01-31
1
-1/+1
*
Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list (#114762)
Erlend E. Aasland
2024-01-31
1
-61/+56
*
gh-101100: Fix references in csv docs (GH-114658)
Skip Montanaro
2024-01-30
1
-7/+7
*
GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#...
Barney Gale
2024-01-30
1
-3/+2
*
gh-112240: Add option to calendar module CLI to specify the weekday to start ...
Steven Ward
2024-01-29
1
-1/+7
[next]