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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43739: Add type declaration Doc/extending/extending.rst example (GH-25333)
Miss Islington (bot)
2021-04-10
1
-0/+1
*
[3.9] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25310)
Christian Heimes
2021-04-09
1
-0/+4
*
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
Miss Islington (bot)
2021-04-09
1
-0/+1
*
bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304)
Miss Islington (bot)
2021-04-09
1
-0/+2
*
bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-2...
Miss Islington (bot)
2021-04-09
1
-0/+2
*
bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` sin...
Miss Islington (bot)
2021-04-07
1
-0/+3
*
bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) (GH-25247)
Miss Islington (bot)
2021-04-07
1
-0/+1
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-07
1
-0/+2
*
Fix blurb for bpo-43176. (GH-25215) (GH-25217)
Miss Islington (bot)
2021-04-06
1
-1/+1
*
bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213)
Steve Dower
2021-04-06
1
-0/+2
*
bpo-43176: Fix processing of empty dataclasses (GH-24484) (GH-25205)
Miss Islington (bot)
2021-04-06
1
-0/+1
*
bpo-36470: Allow dataclasses.replace() to handle InitVars with default values...
Miss Islington (bot)
2021-04-05
1
-0/+2
*
Python 3.9.4
v3.9.4
Łukasz Langa
2021-04-04
3
-5/+21
*
[3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#...
Gregory P. Smith
2021-04-04
1
-0/+4
*
Merge tag 'v3.9.3' into 3.9
Łukasz Langa
2021-04-02
34
-82/+346
|
\
|
*
Python 3.9.3
v3.9.3
Łukasz Langa
2021-04-02
34
-82/+346
*
|
[3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149)
Irit Katriel
2021-04-02
1
-0/+1
|
/
*
bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25112)
Miss Islington (bot)
2021-03-31
1
-0/+2
*
bpo-42225: IDLE - document two unix-related problems. (GH-25078)
Miss Islington (bot)
2021-03-31
1
-0/+2
*
bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)
Miss Islington (bot)
2021-03-30
2
-0/+3
*
[3.9] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25088)
Christian Heimes
2021-03-30
1
-0/+1
*
bpo-43660: Fix crash when displaying exceptions with custom values for sys.st...
Miss Islington (bot)
2021-03-29
1
-0/+3
*
bpo-35930: Raising an exception raised in a "future" instance will create ref...
Miss Islington (bot)
2021-03-29
1
-0/+2
*
bpo-43433: Preserve query and fragment in the URL of the server in ServerProx...
Miss Islington (bot)
2021-03-29
1
-0/+2
*
bpo-42988: Remove the pydoc getfile feature (GH-25015)
Miss Islington (bot)
2021-03-29
1
-0/+4
*
[3.9] bpo-43617: Check autoconf-archive package in configure.ac (GH-25016) (G...
Christian Heimes
2021-03-27
1
-0/+2
*
bpo-43555: Report the column offset for invalid line continuation character (...
Miss Islington (bot)
2021-03-22
1
-0/+2
*
bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...
Miss Islington (bot)
2021-03-21
1
-0/+1
*
[3.9] bpo-43517: Fix false positive in detection of circular imports (GH-2489...
Antoine Pitrou
2021-03-20
1
-0/+2
*
bpo-43521: Allow ast.unparse with empty sets and NaN (GH-24897)
Miss Islington (bot)
2021-03-18
1
-0/+1
*
bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)
Miss Islington (bot)
2021-03-18
1
-0/+1
*
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)
Miss Islington (bot)
2021-03-17
1
-0/+4
*
bpo-43285 Make ftplib not trust the PASV response. (GH-24838)
Miss Islington (bot)
2021-03-15
1
-0/+8
*
bpo-43199: Briefly explain why no goto (GH-24852)
Miss Islington (bot)
2021-03-15
1
-0/+1
*
bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) (#24832)
Miss Islington (bot)
2021-03-13
1
-0/+8
*
bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)
Miss Islington (bot)
2021-03-12
1
-0/+2
*
[3.9] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24811)
Pablo Galindo
2021-03-10
1
-0/+2
*
bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780)
Miss Islington (bot)
2021-03-08
1
-0/+3
*
[3.9] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tri...
Miss Islington (bot)
2021-03-06
1
-0/+2
*
bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)
Miss Islington (bot)
2021-03-06
1
-0/+4
*
[3.9] bpo-37193: Remove thread objects which finished process its request (GH...
Miss Islington (bot)
2021-03-04
1
-0/+2
*
[3.9] bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001) ...
Senthil Kumaran
2021-03-03
1
-0/+2
*
bpo-42500: Fix recursion in or after except (GH-23568) (#24501)
Mark Shannon
2021-03-02
1
-0/+2
*
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)
Miss Islington (bot)
2021-03-01
1
-0/+1
*
bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)
Miss Islington (bot)
2021-02-26
1
-0/+3
*
bpo-43283: Add IDLE doc paragraph about print speed (GH-24615)
Miss Islington (bot)
2021-02-24
1
-0/+3
*
bpo-36346: Document removal schedule of deprecate APIs (GH-20879)
Miss Islington (bot)
2021-02-22
1
-0/+2
*
bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
Inada Naoki
2021-02-22
1
-0/+2
*
[3.9] bpo-43288: Fix bug in test_importlib test. (GH-24616)
Neil Schemenauer
2021-02-21
1
-0/+2
*
bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)
Miss Islington (bot)
2021-02-21
1
-0/+2
[next]