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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-25655: Improve Win DLL loading failures doc (GH-22372)
Miss Skeleton (bot)
2020-10-22
1
-0/+15
*
[3.8] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22889)
larryhastings
2020-10-22
2
-2/+0
*
bpo-41910: specify the default implementations of object.__eq__ and object.__...
Miss Skeleton (bot)
2020-10-22
2
-6/+9
*
bpo-35181: Correct importlib documentation for some module attributes (GH-15190)
Miss Skeleton (bot)
2020-10-21
2
-21/+11
*
[3.8] bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text ...
Miss Skeleton (bot)
2020-10-21
1
-1/+1
*
[3.8] bpo-39416: Document some restrictions on the default string representat...
Miss Skeleton (bot)
2020-10-21
2
-0/+19
*
[3.8] bpo-39524: Fixed doc-string in ast._pad_whitespace (GH-18340) (GH-22857)
Irit Katriel
2020-10-21
1
-1/+1
*
bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)
Miss Skeleton (bot)
2020-10-21
1
-1/+1
*
Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)
Miss Skeleton (bot)
2020-10-21
1
-1/+1
*
Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)
Miss Skeleton (bot)
2020-10-21
2
-7/+1
*
Doc: Remove old Python version from future stmt (GH-21802)
Miss Skeleton (bot)
2020-10-21
1
-2/+2
*
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
Miss Skeleton (bot)
2020-10-21
4
-1/+17
*
bpo-41646: Mention path-like objects support in the docs for shutil.copy() (G...
Miss Skeleton (bot)
2020-10-21
1
-3/+3
*
bpo-41192: Add documentation of undocumented audit events (GH-22832)
Miss Skeleton (bot)
2020-10-20
5
-2/+56
*
bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)
Miss Skeleton (bot)
2020-10-20
3
-0/+6
*
bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andr...
Miss Skeleton (bot)
2020-10-20
4
-2/+8
*
bpo-41192: Clarify the sys module's description of the auditing feature (GH-2...
Miss Skeleton (bot)
2020-10-20
1
-10/+25
*
Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
Miss Skeleton (bot)
2020-10-20
1
-2/+2
*
bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)
Miss Skeleton (bot)
2020-10-20
1
-3/+3
*
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
Miss Skeleton (bot)
2020-10-20
4
-5/+40
*
bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH...
Miss Skeleton (bot)
2020-10-20
3
-1/+19
*
bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (G...
Miss Skeleton (bot)
2020-10-20
3
-0/+18
*
bpo-42051: Reject XML entity declarations in plist files (GH-22760)
Miss Skeleton (bot)
2020-10-20
3
-0/+28
*
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...
Miss Skeleton (bot)
2020-10-20
2
-0/+3
*
bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18...
Miss Skeleton (bot)
2020-10-19
3
-1/+42
*
bpo-40901: Describe what "interface name" means on Windows (GH-20694)
Miss Skeleton (bot)
2020-10-19
1
-0/+19
*
bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)
Miss Skeleton (bot)
2020-10-19
3
-6/+12
*
bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (...
Miss Skeleton (bot)
2020-10-19
1
-4/+2
*
bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)
Miss Skeleton (bot)
2020-10-19
1
-1/+1
*
Link to the msvcrt module from the Windows FAQ (GH-22268)
Miss Skeleton (bot)
2020-10-19
1
-1/+1
*
Remove extra pip package (GH-22778)
Miss Skeleton (bot)
2020-10-19
1
-0/+0
*
bpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22770)
Miss Skeleton (bot)
2020-10-19
3
-4/+3
*
bpo-40492: Fix --outfile with relative path when the program changes it worki...
Anthony Sottile
2020-10-18
4
-1/+28
*
[3.8] bpo-32498: Improve exception message on passing bytes to urllib.parse.u...
Irit Katriel
2020-10-18
3
-0/+11
*
bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22748)
Miss Skeleton (bot)
2020-10-18
4
-1/+7
*
bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH...
Miss Skeleton (bot)
2020-10-18
3
-1/+16
*
bpo-42011: Update documentation of logging.Filter.filter() (GH-22692) (GH-22724)
Miss Skeleton (bot)
2020-10-16
1
-2/+2
*
[3.8] bpo-41855: Fix duplicate results in FastPath.zip_children() (#22404)
Jason R. Coombs
2020-10-15
5
-27/+34
*
bpo-41984: GC track all user classes (GH-22701/GH-22707)
Miss Skeleton (bot)
2020-10-15
5
-21/+52
*
bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
Miss Skeleton (bot)
2020-10-15
4
-8/+28
*
bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)
Miss Skeleton (bot)
2020-10-14
1
-2/+0
*
[3.8] bpo-32793: Fix a duplicate debug message in smtplib (GH-15341) (GH-22683)
Dong-hee Na
2020-10-13
2
-2/+1
*
bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-2265...
Miss Skeleton (bot)
2020-10-12
2
-8/+15
*
bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602) (...
Miss Skeleton (bot)
2020-10-11
1
-1/+3
*
[3.8] [doc] Fix link to abc.collections.Iterable (GH-22502) (#22504)
Andre Delfino
2020-10-11
1
-1/+1
*
bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limit...
Miss Skeleton (bot)
2020-10-10
3
-8/+9
*
Fix incorrect parameter name (GH-22613)
Miss Skeleton (bot)
2020-10-10
1
-1/+1
*
bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355)
Miss Skeleton (bot)
2020-10-09
2
-3/+5
*
bpo-41831: Add tests for tkinter.Event.__repr__ (GH-22354)
Miss Skeleton (bot)
2020-10-09
1
-0/+48
*
bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)
Miss Skeleton (bot)
2020-10-08
4
-3/+4
[next]