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-45195: Fix test_readline.test_nonascii() (GH-28329) (GH-28984)
Miss Islington (bot)
2021-10-19
2
-1/+6
*
[3.8] bpo-44394: Ensure libexpat is linked against libm (GH-28617) (GH-28620)
Miss Islington (bot)
2021-09-29
1
-1/+3
*
bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when buil...
Miss Islington (bot)
2021-09-29
2
-0/+6
*
[docs] Update documentation for `multiprocessing.get_start_method` (GH-18170)...
Miss Islington (bot)
2021-09-23
1
-1/+7
*
bpo-45104: Clarify when __init__ is called (GH-28210) (GH-28213)
Miss Islington (bot)
2021-09-07
1
-1/+1
*
bpo-45022: Pin current libffi build to fixed version in preparation for upcom...
Steve Dower
2021-09-03
3
-9/+17
*
Post 3.8.12
Łukasz Langa
2021-08-30
1
-1/+1
*
Python 3.8.12
v3.8.12
Łukasz Langa
2021-08-30
16
-38/+135
*
[3.8] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28063)
Christian Heimes
2021-08-30
1
-2/+2
*
bpo-45007: Update macOS installer builds to use OpenSSL 1.1.1l (GH-28051) (GH...
Miss Islington (bot)
2021-08-30
3
-3/+64
*
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries wh...
Miss Islington (bot)
2021-08-30
2
-3/+31
*
[3.8] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) ...
Łukasz Langa
2021-08-29
6
-22/+23
*
[3.8] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28036)
Miss Islington (bot)
2021-08-29
3
-3/+65
*
bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28033)
Miss Islington (bot)
2021-08-29
22
-190/+1388
*
bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pyd...
Miss Islington (bot)
2021-08-29
2
-6/+9
*
Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-...
Miss Islington (bot)
2021-08-27
1
-1/+1
*
bpo-44997: macOS does not support loadable SQLite extensions (GH-27979) (GH-2...
Miss Islington (bot)
2021-08-27
1
-0/+2
*
bpo-45001: Make email date parsing more robust against malformed input (GH-27...
Miss Islington (bot)
2021-08-26
3
-0/+6
*
[3.8] bpo-36384: [doc] Correct typos in CVE-2021-29921 fix description (GH-27...
Łukasz Langa
2021-08-19
2
-2/+2
*
[3.8] bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-...
achraf-mer
2021-08-17
5
-6/+57
*
bpo-33930: Fix typo in the test name. (GH-27735)
Miss Islington (bot)
2021-08-12
1
-1/+1
*
[3.8] bpo-33930: Fix segfault with deep recursion when cleaning method object...
Łukasz Langa
2021-08-11
3
-1/+22
*
bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638...
Miss Islington (bot)
2021-08-10
1
-0/+12
*
bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27692)
Irit Katriel
2021-08-10
2
-2/+3
*
bpo-44856: Possible reference leak in error paths of update_bases() and __bui...
Miss Islington (bot)
2021-08-07
2
-22/+14
*
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
2
-0/+6
*
bpo-44022: Improve the regression test. (GH-26503) (#26506)
Miss Islington (bot)
2021-07-12
1
-1/+6
*
Post 3.8.11
Łukasz Langa
2021-06-28
1
-1/+1
*
Python 3.8.11
v3.8.11
Łukasz Langa
2021-06-28
9
-17/+67
*
[3.8] bpo-43882 - Mention urllib.parse changes in Whats new section. (#26277)
Senthil Kumaran
2021-06-28
1
-0/+12
*
bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893) (GH-26895)
Miss Islington (bot)
2021-06-24
1
-3/+8
*
bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suit...
Miss Islington (bot)
2021-06-12
1
-0/+2
*
[3.8] bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Pa...
Łukasz Langa
2021-05-12
3
-0/+49
*
bpo-44070: No longer eagerly makes import filenames absolute, except for exte...
Steve Dower
2021-05-12
4
-1843/+1845
*
bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548) (#25957)
Miss Islington (bot)
2021-05-07
1
-2/+1
*
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...
Miss Islington (bot)
2021-05-06
3
-18/+32
*
[3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline ...
Miss Islington (bot)
2021-05-05
4
-0/+77
*
Post 3.8.10
Łukasz Langa
2021-05-03
1
-1/+1
*
Merge tag 'v3.8.10' into 3.8
Łukasz Langa
2021-05-03
47
-125/+498
|
\
|
*
Python 3.8.10
v3.8.10
Łukasz Langa
2021-05-03
47
-125/+498
*
|
bpo-42800: Add audit events for f_code and tb_frame (GH-24182)
Miss Islington (bot)
2021-05-03
8
-9/+22
|
/
*
bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (...
Erlend Egeberg Aasland
2021-05-02
3
-9/+9
*
bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-872...
Miss Islington (bot)
2021-05-02
3
-1/+13
*
bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25810)
Ned Deily
2021-05-02
6
-6/+65
*
[3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806)
Ned Deily
2021-05-02
26
-157/+547
*
Fix broken name in build.yml (GH-25759) (GH-25797)
Miss Islington (bot)
2021-05-02
1
-1/+1
*
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
*
[3.8] bpo-43993: Update vendored pip to 21.1.1 (GH-25761). (GH-25783)
Stéphane Bidoul
2021-05-01
3
-1/+2
[next]