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-45292: [PEP-654] add except* (GH-29581)
Irit Katriel
2021-12-14
3
-0/+59
*
bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079)
Alex Waygood
2021-12-14
1
-3/+5
*
bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-...
Vinay Sajip
2021-12-14
1
-0/+17
*
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
Christian Heimes
2021-12-13
1
-11/+3
*
bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined (GH-29266)
Gareth Rees
2021-12-13
1
-0/+10
*
Clarify new_event_loop return value. (GH-30078)
Paul Bryan
2021-12-13
1
-1/+1
*
bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions (G...
Irit Katriel
2021-12-13
1
-1/+2
*
Remove erroneous padding in dataclasses (GH-30076)
Andre Delfino
2021-12-12
1
-63/+63
*
bpo-45855: document that `no_block` has no use anymore in PyCapsule_Import (#...
Georg Brandl
2021-12-12
1
-3/+4
*
bpo-44674: Use unhashability as a proxy for mutability for default dataclass ...
Eric V. Smith
2021-12-11
1
-3/+9
*
bpo-19737: Improved the documentation for globals (GH-29823)
180909
2021-12-11
1
-3/+3
*
bpo-42114: ctypes documentation: fix winmode parameter default value (GH-29976)
Louis Sautier
2021-12-10
1
-3/+3
*
bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH...
andrei kulakov
2021-12-10
1
-9/+10
*
bpo-43931: Export Python version as API data (GH-25577)
Gabriele N. Tornetta
2021-12-10
4
-0/+16
*
bpo-46016: Fix rest syntax of GH-29993 (GH-30006)
Kumar Aditya
2021-12-09
1
-1/+1
*
bpo-45391: mark UnionType as a class in documentation (GH-28757)
Bernát Gábor
2021-12-09
1
-1/+1
*
bpo-46007: Exclude PyUnicode_CHECK_INTERNED() from limited C API (GH-29987)
Victor Stinner
2021-12-09
1
-0/+6
*
Merge remote-tracking branch 'upstream/main'
Pablo Galindo
2021-12-08
2
-0/+13
|
\
|
*
bpo-46016: fcntl module add FreeBSD's F_DUP2FD_CLOEXEC flag support (GH-29993)
David CARLIER
2021-12-08
2
-0/+13
*
|
Fix some false positives of documentation syntax problems
Pablo Galindo
2021-12-08
3
-4/+4
|
/
*
bpo-46009: Do not exhaust generator when send() method raises (GH-29986)
Mark Shannon
2021-12-08
1
-3/+2
*
doc: Add link issue 44010 (GH-29454)
Rafael Fontenelle
2021-12-08
1
-1/+1
*
bpo-40222: update doc entry with respect to the change in WITH_EXCEPT_START (...
Irit Katriel
2021-12-08
1
-1/+3
*
bpo-20751: Match variable name to the example. (GH-29980)
Raymond Hettinger
2021-12-08
1
-4/+8
*
bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963)
Ken Jin
2021-12-07
1
-5/+5
*
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...
Victor Stinner
2021-12-07
9
-10/+871
*
bpo-35821: Add an example to Logger.propagate documentation. (GH-29841)
Vinay Sajip
2021-12-07
1
-0/+9
*
bpo-46001: Change OverflowError to RecursionError in JSON library docstrings ...
James Gerity
2021-12-07
1
-2/+2
*
removal of duplicated text paragraph (#29666)
Taras Sereda
2021-12-06
1
-6/+0
*
bpo-45840: Improve cross-references in the data model documentation (GH-29633)
Alex Waygood
2021-12-05
1
-54/+76
*
bpo-37295: Optimize math.comb() and math.perm() (GH-29090)
Serhiy Storchaka
2021-12-05
1
-0/+5
*
bpo-45847: Update whatsnew and add place holder entries for missing extension...
Christian Heimes
2021-12-04
1
-7/+6
*
bpo-20751: Replace method example with attribute example, matching the descr...
Raymond Hettinger
2021-12-04
1
-4/+32
*
bpo-45607: Make it possible to enrich exception displays via setting their __...
Irit Katriel
2021-12-03
2
-0/+14
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
1
-13/+28
*
bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
Zachary Ware
2021-12-02
1
-1/+1
*
bpo-40280: Update what's new (GH-29893)
Christian Heimes
2021-12-02
1
-0/+5
*
bpo-45535: Improve output of Enum ``dir()`` (GH-29316)
Alex Waygood
2021-12-02
2
-5/+7
*
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
Victor Stinner
2021-12-02
1
-3/+6
*
docs: Improve example for urlparse() (GH-29816)
Christian Clauss
2021-12-02
1
-31/+42
*
bpo-30533: Add docs for `inspect.getmembers_static` (#29874)
Weipeng Hong
2021-12-01
2
-0/+25
*
bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857)
Rob
2021-12-01
1
-3/+4
*
bpo-45711: Change exc_info related APIs to derive type and traceback from the...
Irit Katriel
2021-11-30
4
-4/+47
*
bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right ...
Vishal Pandey
2021-11-30
1
-2/+2
*
bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)
Gideon
2021-11-29
2
-0/+9
*
bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
andrei kulakov
2021-11-29
1
-4/+18
*
bpo-45881: configure --with-freeze-module --with-build-python (GH-29835)
Christian Heimes
2021-11-29
1
-0/+50
*
bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591)
Erlend Egeberg Aasland
2021-11-29
2
-4/+27
*
bpo-40280: Emscripten systems use .wasm suffix by default (GH-29842)
Christian Heimes
2021-11-29
1
-1/+5
*
[Doc] Add info to logging cookbook about running logging socket listeners iâ€...
Vinay Sajip
2021-11-29
1
-0/+22
[next]