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
*
[3.8] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH...
stratakis
2023-06-05
1
-2/+36
*
[3.8] gh-68966: fix versionchanged in docs (GH-105299)
Ned Deily
2023-06-05
1
-1/+1
*
[3.8] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-1029...
Petr Viktorin
2023-05-17
2
-19/+472
*
[3.8] gh-102627: Replace address pointing toward malicious web page (GH-10263...
Miss Islington (bot)
2023-03-13
1
-1/+1
*
[3.8] gh-101283: Improved fallback logic for subprocess with shell=True on Wi...
Miss Islington (bot)
2023-02-09
1
-0/+40
*
gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)
Miss Islington (bot)
2023-01-30
1
-1/+1
*
[3.8] Correct CVE-2020-10735 documentation (GH-100306) (#100698)
Gregory P. Smith
2023-01-20
1
-3/+3
*
[3.8] gh-100001: Omit control characters in http.server stderr logs. (GH-1000...
Miss Islington (bot)
2022-12-06
1
-0/+9
*
[3.8] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (G...
Miss Islington (bot)
2022-10-11
1
-0/+12
*
[3.8] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-968...
Miss Islington (bot)
2022-10-04
1
-2/+2
*
[3.8] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96503)
Gregory P. Smith
2022-09-05
5
-13/+234
*
[3.8] gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links...
Łukasz Langa
2022-07-01
1
-1/+12
*
bpo-31327: Update time documentation to reflect possible errors (GH-31460) (G...
Miss Islington (bot)
2022-03-16
1
-0/+6
*
bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29537)
Miss Islington (bot)
2021-11-16
1
-1/+1
*
[docs] Update documentation for `multiprocessing.get_start_method` (GH-18170)...
Miss Islington (bot)
2021-09-23
1
-1/+7
*
bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28033)
Miss Islington (bot)
2021-08-29
1
-14/+18
*
[3.8] bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-...
achraf-mer
2021-08-17
1
-2/+13
*
Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27414)
Miss Islington (bot)
2021-07-28
1
-1/+1
*
bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (#27...
Miss Islington (bot)
2021-07-21
1
-0/+4
*
[3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline ...
Miss Islington (bot)
2021-05-05
1
-0/+13
*
bpo-42800: Add audit events for f_code and tb_frame (GH-24182)
Miss Islington (bot)
2021-05-03
2
-1/+4
*
Fix exceptions mentioned in os.setxattr() docs (GH-25742) (GH-25795)
Miss Islington (bot)
2021-05-01
1
-2/+2
*
Fixing doc for callback for lambda (GH-25779) (GH-25789)
Miss Islington (bot)
2021-05-01
1
-1/+1
*
bpo-43971: Add spaces around annotated arg default '=' (GH-25702)
Miss Islington (bot)
2021-05-01
1
-1/+1
*
[3.8] bpo-42589: Change URL for 'from' link when used in a raised exc… (GH-...
sblondon
2021-04-30
1
-2/+2
*
[doc] Be more clear on super() regarding multiple base classes methods (GH-21...
Miss Islington (bot)
2021-04-29
1
-1/+1
*
[doc] Remove duplicated operator.itemgetter example (GH-24178) (#25647)
Miss Islington (bot)
2021-04-27
1
-5/+2
*
Use the zero argument form of super() in examples for Python3 docs. (GH-22314...
Miss Islington (bot)
2021-04-26
5
-6/+6
*
[3.8] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 ne...
Pete Wicken
2021-04-26
1
-1/+6
*
bpo-41661: Document os.path.relpath() exception on Windows with different dri...
Miss Islington (bot)
2021-04-26
1
-1/+2
*
bpo-17305: Link to the third-party idna package. (GH-25208) (#25211)
Miss Islington (bot)
2021-04-26
1
-0/+3
*
bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) (...
Miss Islington (bot)
2021-04-26
1
-1/+1
*
Doc: Fix the array.fromfile method doc (GH-22037) (GH-25631)
Miss Islington (bot)
2021-04-26
1
-2/+1
*
Update asyncio-subprocess.rst (GH-21680) (GH-25622)
Miss Islington (bot)
2021-04-26
1
-1/+1
*
documentation: clarification about the function remove in os library (GH-1902...
Miss Islington (bot)
2021-04-26
1
-0/+1
*
Fix id of 'Internet Message Format' RFC in email doc GH-25614
Miss Islington (bot)
2021-04-26
2
-2/+2
*
Fix copy.Error casing in documentation GH-22004 (#25612)
Miss Islington (bot)
2021-04-26
1
-1/+1
*
Remove mention of dst parameter from description of os.lstat() (GH-24704)
Miss Islington (bot)
2021-04-25
1
-1/+1
*
BaseHTTPRequestHandler, that path includes query (GH-25597)
Miss Islington (bot)
2021-04-25
1
-1/+3
*
bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25...
Jason R. Coombs
2021-04-23
1
-0/+2
*
bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwin...
Miss Islington (bot)
2021-04-22
1
-1/+6
*
bpo-43472: Ensure PyInterpreterState_New audit events are raised when called ...
Miss Islington (bot)
2021-04-21
1
-2/+2
*
[3.8] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25...
Christian Heimes
2021-04-17
1
-0/+5
*
[3.8] bpo-43723: Backport IDLE doc change (GH-25174)
Terry Jan Reedy
2021-04-16
1
-1/+1
*
bpo-37741: make importlib.metadata docs discoverable through a module directi...
Miss Islington (bot)
2021-04-15
1
-0/+5
*
bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319)
Miss Islington (bot)
2021-04-09
1
-2/+2
*
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
Miss Islington (bot)
2021-04-09
1
-0/+8
*
[3.8] bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404)
Miss Islington (bot)
2021-04-08
1
-2/+2
*
bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294)
Steve Dower
2021-04-07
1
-7/+14
*
bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153)
Miss Islington (bot)
2021-04-02
1
-3/+19
[next]