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
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43660: Fix crash when displaying exceptions with custom values for sys.st...
Pablo Galindo
2021-03-29
1
-0/+15
*
bpo-43659: Fix test_curses on AIX (GH-25074)
Michael Felt
2021-03-29
1
-0/+1
*
bpo-43433: Preserve query and fragment in the URL of the server in ServerProx...
Serhiy Storchaka
2021-03-29
1
-1/+39
*
bpo-42988: Remove the pydoc getfile feature (GH-25015)
Victor Stinner
2021-03-29
1
-6/+0
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
5
-2/+29
*
bpo-25643: Refactor the C tokenizer into smaller, logical units (GH-25050)
Pablo Galindo
2021-03-28
2
-2/+19
*
bpo-43562: fix test_ssl to skip on unreachable network (GH-24937)
Carl Meyer
2021-03-27
1
-0/+2
*
bpo-40645: use C implementation of HMAC (GH-24920)
Christian Heimes
2021-03-27
1
-45/+69
*
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon
2021-03-26
3
-6/+29
*
bpo-41064: Improve syntax error for invalid usage of '**' in f-strings (GH-25...
Pablo Galindo
2021-03-24
1
-0/+9
*
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24...
Brett Cannon
2021-03-24
2
-9/+2
*
bpo-42914: add a pprint underscore_numbers option (GH-24864)
sblondon
2021-03-24
1
-0/+13
*
bpo-31861: Add aiter and anext to builtins (#23847)
Joshua Bronson
2021-03-23
2
-0/+85
*
bpo-41718: libregrtest avoids importing datetime (GH-24985)
Victor Stinner
2021-03-23
2
-5/+6
*
bpo-41718: Disable support.testresult XML output by default (GH-24982)
Victor Stinner
2021-03-23
2
-7/+22
*
bpo-41718: libregrtest runtest avoids import_helper (GH-24983)
Victor Stinner
2021-03-23
1
-2/+4
*
bpo-41718: Reduce libregrtest runtest imports (GH-24980)
Victor Stinner
2021-03-22
3
-97/+107
*
bpo-41718: regrtest saved_test_environment avoids imports (GH-24934)
Victor Stinner
2021-03-22
2
-42/+69
*
bpo-43555: Report the column offset for invalid line continuation character (...
Pablo Galindo
2021-03-22
1
-0/+5
*
bpo-43591: Fix error location in interactive mode for errors at the end of th...
Pablo Galindo
2021-03-22
1
-2/+8
*
bpo-43420: Simple optimizations for Fraction's arithmetics (GH-24779)
Sergey B Kirpichev
2021-03-22
1
-0/+2
*
bpo-43422: Revert _decimal C API addition (GH-24960)
Antoine Pitrou
2021-03-21
1
-176/+0
*
bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...
Christian Heimes
2021-03-21
1
-0/+22
*
bpo-43517: Fix false positive in detection of circular imports (#24895)
Antoine Pitrou
2021-03-20
3
-1/+78
*
bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)
Christian Heimes
2021-03-18
1
-0/+29
*
bpo-43521: Allow ast.unparse with empty sets and NaN (GH-24897)
Kodi Arfer
2021-03-18
1
-3/+12
*
bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module (GH-18011)
Chris Burr
2021-03-18
1
-0/+2
*
bpo-42128: Add 'missing :' syntax error message to match statements (GH-24733)
Pablo Galindo
2021-03-18
1
-0/+36
*
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)
Victor Stinner
2021-03-17
1
-26/+60
*
bpo-43497: Emit SyntaxWarnings for assertions with tuple constants. (GH-24867)
tsukasa-au
2021-03-16
1
-2/+28
*
bpo-43285 Make ftplib not trust the PASV response. (GH-24838)
Gregory P. Smith
2021-03-15
1
-1/+26
*
Mark POP_TOP at end of expression statement as artificial, to conform to PEP ...
Mark Shannon
2021-03-15
1
-0/+8
*
bpo-29982: Add "ignore_cleanup_errors" param to tempfile.TemporaryDirectory()...
CAM Gerlach
2021-03-14
1
-2/+88
*
bpo-39316: Make sure that attribute accesses and stores, including method cal...
Mark Shannon
2021-03-14
1
-0/+45
*
bpo-43410: Fix crash in the parser when producing syntax errors when reading ...
Pablo Galindo
2021-03-14
1
-1/+8
*
bpo-43245: Add keyword argument support to ChainMap.new_child() (GH-24788)
Kamil Turek
2021-03-14
1
-0/+4
*
bpo-43428: Sync with importlib_metadata 3.7. (GH-24782)
Jason R. Coombs
2021-03-13
4
-13/+88
*
bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118)
Pandu E POLUAN
2021-03-12
1
-1/+44
*
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou
2021-03-11
1
-10/+33
*
bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815)
Victor Stinner
2021-03-10
1
-3/+13
*
bpo-43439: Add audit hooks for gc functions (GH-24794)
Pablo Galindo
2021-03-10
2
-0/+31
*
bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159)
Desmond Cheong
2021-03-08
1
-0/+41
*
bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780)
Gregory P. Smith
2021-03-08
1
-0/+18
*
bpo-43405: Fix DeprecationWarnings in test_unicode (GH-24754)
Zackery Spytz
2021-03-07
1
-20/+24
*
bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tries to ...
Antoine Pitrou
2021-03-05
1
-0/+50
*
bpo-42129: Add support for resources in namespaces (GH-24670)
Jason R. Coombs
2021-03-04
13
-102/+304
*
bpo-42128: Add __match_args__ to structseq-based classes (GH-24732)
Pablo Galindo
2021-03-04
1
-0/+12
*
bpo-40701: tempfile mixes str and bytes in an inconsistent manner (GH-20442)
Eric L
2021-03-03
1
-0/+57
*
bpo-43162: [Enum] update docs, renable doc tests (GH-24487)
Ethan Furman
2021-03-03
1
-3/+3
*
bpo-43295: Fix error handling of datetime.strptime format string '%z' (GH-24627)
Noor Michael
2021-03-03
1
-0/+1
[next]