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-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitie...
Serhiy Storchaka
2021-04-25
2
-2/+5
*
bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by w...
Serhiy Storchaka
2021-04-25
7
-7/+25
*
bpo-42737: annotations with complex targets no longer causes any runtime effe...
Batuhan Taskaya
2021-04-25
4
-0/+23
*
bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25576)
Stéphane Bidoul
2021-04-24
5
-2/+3
*
bpo-43780: Sync with importlib_metadata 3.10 (GH-25297)
Jason R. Coombs
2021-04-24
6
-75/+275
*
bpo-43921: also accept EOF in post-handshake auth test (GH-25574)
Christian Heimes
2021-04-24
1
-1/+3
*
bpo-41282: Consistent message and filter warning in setup.py (GH-25571)
Christian Heimes
2021-04-24
2
-3/+11
*
bpo-37322: Fix ResourceWarning and exception handling in test (GH-25553)
Christian Heimes
2021-04-24
1
-38/+38
*
bpo-31870: Fix test_get_server_certificate_timeout on Windows (GH-25570)
Christian Heimes
2021-04-24
1
-1/+5
*
bpo-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270)
Zackery Spytz
2021-04-24
5
-6/+27
*
bpo-38659: [Enum] do not check '_inverted_' during simple test (GH-25566)
Ethan Furman
2021-04-24
1
-2/+2
*
Restrict GITHUB_TOKEN permissions for the 'stale' workflow (GH-25564)
Brett Cannon
2021-04-23
1
-0/+3
*
bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1...
Segev Finer
2021-04-23
10
-125/+144
*
bop-43652: Update Tcl and Tk to 8.6.11 in Windows installer (GH-25170)
Terry Jan Reedy
2021-04-23
3
-4/+5
*
Silence find_module() DeprecationWarning on Windows tests (GH-25563)
Brett Cannon
2021-04-23
1
-1/+4
*
bpo-43907: add missing memoize call in pure python pickling of bytearray (GH-...
Carl Friedrich Bolz-Tereick
2021-04-23
3
-0/+13
*
bpo-39950: add `pathlib.Path.hardlink_to()` method that supersedes `link_to()...
Barney Gale
2021-04-23
5
-4/+64
*
bpo-43921: ignore failing test_wrong_cert_tls13 on Windows (GH-25561)
Christian Heimes
2021-04-23
1
-2/+10
*
bpo-43538: Add extra arguments to os.startfile (GH-25538)
Steve Dower
2021-04-23
6
-25/+126
*
bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)
Steve Dower
2021-04-23
3
-1/+29
*
bpo-35114: Make ssl.RAND_status() return a bool (GH-20063)
Zackery Spytz
2021-04-23
3
-5/+7
*
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo
2021-04-23
17
-592/+1060
*
bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-2...
Petr Viktorin
2021-04-23
5
-2/+10
*
bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537)
Christian Heimes
2021-04-23
2
-2/+2
*
bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)
Petr Viktorin
2021-04-23
7
-14/+7
*
bpo-43795: PEP-652: Simplify headers for easier static analysis (GH-25483)
Petr Viktorin
2021-04-23
2
-1/+4
*
bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of...
Lumír 'Frenzy' Balhar
2021-04-23
15
-446/+212
*
bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25...
Christian Heimes
2021-04-23
3
-10/+26
*
bpo-43852: Improve tuple creation in sqlite3 (GH-25421)
Erlend Egeberg Aasland
2021-04-23
2
-18/+10
*
bpo-37363: Add audit events to the `http.client` module (GH-21321)
Saiyang Gou
2021-04-23
5
-0/+41
*
bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23...
Hai Shi
2021-04-23
1
-0/+6
*
Add more tests. Fix code excerpt. (GH-25549)
Raymond Hettinger
2021-04-23
1
-3/+18
*
Reformat idlelib colorizer (GH-25479)
E-Paine
2021-04-23
1
-16/+20
*
bpo-43917: Fix pure python equivalent for classmethod (GH-25544)
Raymond Hettinger
2021-04-23
2
-2/+14
*
bpo-39572: Address typo in CHANGELOG. (GH-24999)
Simon Charette
2021-04-23
1
-1/+1
*
bpo-38222: Check specifically for a drive, not just a colon (GH-25540)
Steve Dower
2021-04-22
1
-2/+2
*
bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an inva...
Steve Dower
2021-04-22
2
-0/+3
*
bpo-43915: Add PCbuild/blurb.bat to simplify Windows contributors (GH-25528)
Steve Dower
2021-04-22
1
-0/+28
*
bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527)
Steve Dower
2021-04-22
2
-2/+24
*
bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwin...
Shreyan Avigyan
2021-04-22
3
-11/+23
*
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
Raymond Hettinger
2021-04-22
10
-21/+25
*
Fix typo in the documentation (GH-24703)
Alperen Serkan Aksöz
2021-04-22
0
-0/+0
*
bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right sectio...
Saiyang Gou
2021-04-22
2
-24/+27
*
bpo-38659: Properly re-intialize module variables in test_enum (GH-25516)
Ammar Askar
2021-04-22
1
-2/+13
*
bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8...
Steve Dower
2021-04-21
2
-1/+3
*
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner
2021-04-21
21
-47/+97
*
bpo-43756: Add new audit event for new arguments added to glob.glob (GH-25239)
Saiyang Gou
2021-04-21
3
-1/+11
*
bpo-43472: Ensure PyInterpreterState_New audit events are raised when called ...
Steve Dower
2021-04-21
3
-3/+6
*
bpo-40137: Move state lookups out of the critical path (GH-25492)
Raymond Hettinger
2021-04-21
1
-28/+36
*
bpo-40137: Optimize _PyType_GetModuleByDef() loop (GH-25505)
Victor Stinner
2021-04-21
1
-5/+21
[prev]
[next]