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
*
gh-101100: Fix dangling refs in bdb.rst (#114983)
Skip Montanaro
2024-02-11
2
-9/+10
*
gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (#114786)
Nikita Sobolev
2024-02-10
2
-4/+8
*
gh-114894: add array.array.clear() method (#114919)
Mike Zimin
2024-02-10
2
-0/+10
*
gh-114552: Update `__dir__` method docs: it allows returning an iterable (#11...
Nikita Sobolev
2024-02-10
1
-3/+3
*
gh-96471: Add shutdown() method to queue.Queue (#104750)
Laurie O
2024-02-10
2
-0/+45
*
Docs: correctly link to code objects (#115214)
Erlend E. Aasland
2024-02-09
1
-2/+3
*
GH-113632: update configure.ac for WebAssembly support tiers (#115192)
Brett Cannon
2024-02-09
1
-0/+6
*
gh-101100: Fix sphinx warnings in `library/enum.rst` (#114696)
Nikita Sobolev
2024-02-09
2
-3/+15
*
gh-107944: Improve error message for getargs with bad keyword arguments (#114...
Shantanu
2024-02-08
1
-0/+11
*
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...
Mark Shannon
2024-02-07
1
-34/+0
*
gh-101100: Fix Py_DEBUG dangling Sphinx references (#115003)
Skip Montanaro
2024-02-07
2
-8/+9
*
gh-115114: Add missing slash to file URI prefix `file:/` (#115115)
Edgar Ramírez Mondragón
2024-02-07
1
-1/+1
*
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-112066: Add `PyDict_SetDefaultRef` function. (#112123)
Sam Gross
2024-02-06
2
-0/+26
*
gh-114756: Update FAQ section on removing the GIL (#114957)
da-woods
2024-02-06
1
-23/+29
*
gh-91602: Add iterdump() support for filtering database objects (#114501)
Mariusz Felisiak
2024-02-06
2
-1/+14
*
gh-83648: Support deprecation of options, arguments and subcommands in argpar...
Serhiy Storchaka
2024-02-05
2
-1/+55
*
gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)
Serhiy Storchaka
2024-02-05
1
-0/+5
*
gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording (#114968)
HarryLHW
2024-02-05
1
-1/+1
*
GH-108362: Incremental GC implementation (GH-108038)
Mark Shannon
2024-02-05
1
-0/+34
*
gh-43457: Tkinter: fix design flaws in wm_attributes() (GH-111404)
Serhiy Storchaka
2024-02-05
1
-0/+9
*
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
2
-0/+13
*
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
2
-26/+26
*
gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (#114327)
Hugo van Kemenade
2024-02-04
8
-90/+90
*
gh-114803: Mention that `@dataclass` should not be applied on enums (GH-114891)
Nikita Sobolev
2024-02-03
1
-1/+18
*
gh-101100: Fix Sphinx reference warnings in the glossary (#114729)
Skip Montanaro
2024-02-03
1
-3/+5
*
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
*
Update LOGGING example taken from Django docs. (#114903)
Mariusz Felisiak
2024-02-03
1
-14/+11
*
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-69695: Update ``PyImport_ImportModule`` description (GH-103836)
patenaud
2024-02-02
1
-14/+2
*
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
*
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
Sam Gross
2024-02-02
4
-2/+19
*
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
3
-24/+36
*
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
*
Write about Tier 2 and JIT in "what's new 3.13" (#114826)
Guido van Rossum
2024-02-01
1
-0/+47
*
Fix typos in ElementTree documentation (GH-108848)
Christophe Nanteuil
2024-02-01
1
-3/+3
*
gh-114364: Fix awkward wording about mmap.mmap.seekable (#114374)
technillogue
2024-02-01
1
-2/+2
*
gh-114648: Add IndexError exception to tutorial datastructures list.pop entry...
srinivasan
2024-02-01
1
-4/+3
[next]