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-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan
2021-04-29
1
-36/+282
*
[doc] Be more clear on super() regarding multiple base classes methods (GH-21...
Andre Delfino
2021-04-29
1
-1/+1
*
Document importlib.metadata.PackagePath.locate method (GH-25669)
Paul Moore
2021-04-28
1
-1/+7
*
bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path ...
Barney Gale
2021-04-28
1
-3/+15
*
bpo-37751: Update `codecs.register()` doc. (GH-25643)
Inada Naoki
2021-04-28
1
-3/+7
*
bpo-43957: [Enum] Deprecate ``TypeError`` from containment checks. (GH-25670)
Ethan Furman
2021-04-27
1
-0/+6
*
bpo-43766: Fix TypeGuard docs (#25660)
Ken Jin
2021-04-27
1
-8/+3
*
bpo-43766: Implement PEP 647 (User-Defined Type Guards) in typing.py (#25282)
Ken Jin
2021-04-27
1
-0/+74
*
bpo-43312: Functions returning default and preferred sysconfig schemes (GH-24...
Tzu-ping Chung
2021-04-27
1
-0/+37
*
[doc] Remove duplicated operator.itemgetter example (GH-24178)
Andre Delfino
2021-04-27
1
-5/+2
*
bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)
Erlend Egeberg Aasland
2021-04-26
1
-0/+14
*
Use the zero argument form of super() in examples for Python3 docs. (GH-22314)
Andre Delfino
2021-04-26
5
-6/+6
*
bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603)
Llandy Riveron Del Risco
2021-04-26
1
-1/+1
*
Doc: Fix the array.fromfile method doc (GH-22037)
Adorilson Bezerra
2021-04-26
1
-2/+1
*
Update asyncio-subprocess.rst (GH-21680)
Gabriel R F
2021-04-26
1
-1/+1
*
documentation: clarification about the function remove in os library (GH-19024)
Etienne Gautier
2021-04-26
1
-0/+1
*
Fix documentation typos of argparse exit_on_error (GH-22706)
Taneli Hukkinen
2021-04-26
1
-1/+1
*
Fix id of 'Internet Message Format' RFC in email doc (GH-24137)
Denis Laxalde
2021-04-26
2
-2/+2
*
Fix copy.Error casing in documentation GH-22004
Andre Delfino
2021-04-26
1
-1/+1
*
Add keyword-only fields to dataclasses. (GH=25608)
Eric V. Smith
2021-04-26
1
-6/+36
*
Remove mention of dst parameter from description of os.lstat() (GH-24704)
Sergey Fedoseev
2021-04-25
1
-1/+1
*
bpo-38605: Update __future__ module doc as `annotations` is now "mandatory in...
Saiyang Gou
2021-04-25
1
-1/+1
*
BaseHTTPRequestHandler, that path includes query (#25597)
Senthil Kumaran
2021-04-25
1
-1/+3
*
bpo-38490: statistics: Add covariance, Pearson's correlation, and simple line...
Tymoteusz Wołodźko
2021-04-25
1
-0/+103
*
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...
Serhiy Storchaka
2021-04-25
3
-0/+34
*
bpo-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270)
Zackery Spytz
2021-04-24
1
-2/+7
*
bpo-39950: add `pathlib.Path.hardlink_to()` method that supersedes `link_to()...
Barney Gale
2021-04-23
1
-3/+18
*
bpo-43538: Add extra arguments to os.startfile (GH-25538)
Steve Dower
2021-04-23
1
-5/+23
*
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo
2021-04-23
1
-0/+12
*
bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of...
Lumír 'Frenzy' Balhar
2021-04-23
1
-0/+1
*
bpo-37363: Add audit events to the `http.client` module (GH-21321)
Saiyang Gou
2021-04-23
1
-0/+4
*
bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwin...
Shreyan Avigyan
2021-04-22
1
-1/+6
*
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
Raymond Hettinger
2021-04-22
2
-6/+5
*
bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right sectio...
Saiyang Gou
2021-04-22
1
-23/+26
*
bpo-43756: Add new audit event for new arguments added to glob.glob (GH-25239)
Saiyang Gou
2021-04-21
1
-1/+8
*
bpo-43472: Ensure PyInterpreterState_New audit events are raised when called ...
Steve Dower
2021-04-21
1
-2/+2
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
Ethan Furman
2021-04-21
1
-1/+0
*
Update Sphinx directive for super from function to class (GH-25489)
Géry Ogam
2021-04-20
1
-1/+1
*
docs: clarify what patterns Path.glob accepts (GH-25486)
Ned Batchelder
2021-04-20
1
-2/+3
*
Document that random.gauss is normal distribution (GH-24935)
Joonas Paalasmaa
2021-04-20
1
-3/+3
*
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
Ethan Furman
2021-04-20
1
-0/+1
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
Ethan Furman
2021-04-20
1
-1/+0
*
bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463)
l0x
2021-04-19
1
-0/+11
*
bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25...
Christian Heimes
2021-04-19
2
-17/+50
*
bpo-42854: Use SSL_read/write_ex() (GH-25468)
Christian Heimes
2021-04-19
1
-0/+5
*
bpo-43641: Stop stating that TLS 1.2 is the most modern version in docs (GH-2...
Illia Volochii
2021-04-18
1
-3/+2
*
bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453)
Christian Heimes
2021-04-17
2
-103/+11
*
Fix a typo in subprocess documentation (GH-25426)
andrei kulakov
2021-04-17
1
-1/+1
*
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
Christian Heimes
2021-04-17
1
-0/+5
*
bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25...
Zackery Spytz
2021-04-16
1
-0/+2
[next]