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
*
Python 3.8.9
v3.8.9
Łukasz Langa
2021-04-02
27
-68/+276
*
bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25113)
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.8] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25089)
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-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) (G...
Miss Islington (bot)
2021-03-29
1
-0/+4
*
bpo-35930: Raising an exception raised in a "future" instance will create ref...
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.8] bpo-43617: Check autoconf-archive package in configure.ac (GH-25016) (G...
Christian Heimes
2021-03-27
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
*
bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)
Miss Islington (bot)
2021-03-18
1
-0/+1
*
[3.8] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881)
Gregory P. Smith
2021-03-15
1
-0/+8
*
bpo-43199: Briefly explain why no goto (GH-24852)
Miss Islington (bot)
2021-03-15
1
-0/+1
*
[3.8] bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) (#24833)
Senthil Kumaran
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.8] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24810)
Pablo Galindo
2021-03-10
1
-0/+2
*
[3.8] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tri...
Antoine Pitrou
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.8] bpo-37193: Remove thread objects which finished process its request (GH...
Miss Islington (bot)
2021-03-04
1
-0/+2
*
bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001)
Miss Islington (bot)
2021-03-03
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-36346: Document removal schedule of deprecate APIs (GH-20879) (#24626)
Miss Islington (bot)
2021-03-01
1
-0/+2
*
bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)
Miss Islington (bot)
2021-02-25
1
-0/+3
*
bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) (GH-24632)
Miss Islington (bot)
2021-02-24
1
-0/+3
*
bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
Inada Naoki
2021-02-22
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
*
Python 3.8.8
v3.8.8
Łukasz Langa
2021-02-19
1
-0/+8
*
Python 3.8.8rc1
v3.8.8rc1
Łukasz Langa
2021-02-16
38
-68/+367
*
bpo-42819, readline: Disable bracketed paste (GH-24108)
Miss Islington (bot)
2021-02-15
2
-0/+9
*
bpo-43108: Fix a reference leak in the curses module (GH-24420) (GH-24429)
Miss Islington (bot)
2021-02-15
1
-0/+1
*
[3.8] bpo-42967: only use '&' as a query string separator (GH-24297) (#24529)
Senthil Kumaran
2021-02-15
1
-0/+1
*
bpo-41748: Handles unquoted attributes with commas (GH-24072)
Miss Islington (bot)
2021-02-01
1
-0/+2
*
[3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr...
Miss Islington (bot)
2021-01-31
1
-0/+2
*
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t...
Miss Islington (bot)
2021-01-31
1
-0/+2
*
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)
Miss Islington (bot)
2021-01-29
1
-0/+1
*
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) (#24366)
Miss Islington (bot)
2021-01-29
1
-0/+2
*
bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23938)
Miss Islington (bot)
2021-01-28
1
-0/+1
*
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
Miss Islington (bot)
2021-01-27
1
-0/+1
*
[3.8] bpo-42383: pdb: do not fail to restart the target if the current direc...
Andrey Bienkowski
2021-01-26
1
-0/+2
*
[3.8] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24320)
Andrey Bienkowski
2021-01-25
1
-0/+1
*
[3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.co...
Miss Islington (bot)
2021-01-25
1
-0/+2
*
bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
Miss Islington (bot)
2021-01-22
1
-0/+2
*
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-241...
cptpcrd
2021-01-21
1
-0/+1
*
bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
Miss Islington (bot)
2021-01-20
1
-0/+2
*
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...
Miss Islington (bot)
2021-01-18
1
-0/+2
*
[3.8] bpo-42531: Teach importlib.resources.path to handle packages without __...
William Schwartz
2021-01-16
1
-0/+1
*
[3.8] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (G...
Petr Viktorin
2021-01-12
1
-0/+2
*
bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
Miss Islington (bot)
2021-01-10
1
-0/+1
*
bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent ...
Miss Islington (bot)
2021-01-07
1
-0/+2
[next]