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-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
*
Fix markup buglet in Doc/howto/annotations.rst (#29802)
Guido van Rossum
2021-11-26
1
-1/+1
*
bpo-45619: documentation of execution model: clarify and update binding summa...
Arthur Milchior
2021-11-26
1
-9/+19
*
Add missing 'await writer.drain()' call to example (GH-29162)
Sergey Kolesnikov
2021-11-25
1
-0/+1
*
bpo-45568: Actually use @asynccontextmanager in usage example (GH-29151)
Zbigniew Siciarz
2021-11-25
1
-0/+2
*
bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760)
Jim Crist-Harif
2021-11-24
1
-0/+5
*
bpo-45514: Deprecate importlib resources legacy functions. (GH-29036)
Jason R. Coombs
2021-11-24
1
-1/+17
*
bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_ca… (GH-...
Miro HronÄok
2021-11-23
1
-0/+4
*
Clarify that discutils.(plat)include is for CPython's headers (GH-29578)
Petr Viktorin
2021-11-23
1
-2/+4
*
bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...
Mark Shannon
2021-11-23
1
-0/+9
*
bpo-42238: [doc] Announce the future removal of make suspicous. (GH-29652)
Julien Palard
2021-11-22
1
-0/+4
*
bpo-45766: Add direct proportion option to linear_regression(). (#29490)
Raymond Hettinger
2021-11-21
1
-1/+11
*
bpo-44733: Add max_tasks_per_child to ProcessPoolExecutor (GH-27373)
Logan Jones
2021-11-20
1
-1/+10
*
bpo-45845: Change link for pyserial (GH-29675)
Terry Jan Reedy
2021-11-20
1
-2/+2
*
bpo-44844: Remove unresponsive web link (GH-29651)
Terry Jan Reedy
2021-11-20
1
-3/+0
*
[doc] Clarify MRO precedence in descriptor super binding section (GH-29539)
Jouke Witteveen
2021-11-20
1
-1/+1
*
bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641)
JMcB
2021-11-20
1
-1/+1
*
bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r...
Brett Cannon
2021-11-20
6
-47/+49
*
bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634)
Raymond Hettinger
2021-11-19
1
-1/+8
*
bpo-42238: [doc]: Hide false positive in make suspicious. (GH-29636)
Julien Palard
2021-11-19
1
-0/+1
*
bpo-45788: Link sys.prefix doc to 'Installation paths' (#29606)
Terry Jan Reedy
2021-11-18
2
-7/+6
*
bpo-45640: [docs] Tokens are now clickable (GH-29260)
Arthur Milchior
2021-11-18
3
-53/+53
*
[doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in th...
Alex Waygood
2021-11-18
2
-18/+147
*
bpo-45837: Properly deprecate turtle.RawTurtle.settiltangle (GH-29618)
Hugo van Kemenade
2021-11-18
1
-0/+5
*
bpo-45429: Merge whatsnew about time.sleep (GH-29589)
Dong-hee Na
2021-11-18
2
-11/+11
*
[docs] Add missing word "any" in unittest -k cmdline option description (GH-2...
ch33zer
2021-11-17
1
-1/+1
*
bpo-28806: Continue work: improve the netrc library (GH-26330)
Emmanuel Arias
2021-11-17
1
-7/+4
*
bpo-37800: Clean up importlib documentation for some module attributes (GH-10...
Géry Ogam
2021-11-16
1
-63/+77
*
bpo-45429: Support CREATE_WAITABLE_TIMER_HIGH_RESOLUTION if possible (GH-29203)
Dong-hee Na
2021-11-16
1
-0/+4
*
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
Victor Stinner
2021-11-15
9
-871/+10
*
bpo-43225: [DOC] Add missing value returned by methods on cookiejar (GH-24522)
Emmanuel Arias
2021-11-15
1
-3/+3
*
bpo-25381: Update explanation of exceptions in C. (GH-26838)
Terry Jan Reedy
2021-11-15
1
-7/+5
[next]