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-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov
2018-09-11
1
-0/+4
*
closes bpo-29832: Remove "getsockaddrarg" from error messages. (GH-3163)
Oren Milman
2018-09-11
1
-0/+2
*
closes bpo-32490: Fix filename duplication in subprocess exception message. (...
Zackery Spytz
2018-09-11
1
-0/+2
*
bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166)
Ned Deily
2018-09-11
1
-0/+1
*
bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)
Benjamin Peterson
2018-09-11
1
-0/+1
*
bpo-33487: improve BZ2File Deprecation and documentation. (GH-6785)
Matthias Bussonnier
2018-09-11
1
-0/+3
*
bpo-33460: remove ellipsis that look like continuation prompts (GH-7851)
Lew Kurtz
2018-09-11
1
-0/+1
*
bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242)
Gregory P. Smith
2018-09-11
1
-0/+2
*
bpo-8110: Refactor platform detection in subprocess (GH-9053)
Zachary Ware
2018-09-10
1
-0/+2
*
bpo-33217: Raise TypeError for non-Enum lookups in Enums (GH-6651)
Rahul Jha
2018-09-10
1
-0/+2
*
bpo-33604: Remove deprecated HMAC default value marked for removal in 3.8 (GH...
Matthias Bussonnier
2018-09-10
1
-0/+2
*
bpo-26502: Implement FrameSummary.__len__() (GH-8632)
Berker Peksag
2018-09-10
1
-0/+2
*
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
Benjamin Peterson
2018-09-10
1
-0/+2
*
bpo-34421 avoid unicode error in distutils logging (GH-8799)
Julien Malard
2018-09-08
1
-0/+1
*
bpo-34246: Use no mutable default args in smtplib (GH-8554)
Pablo Aguiar
2018-09-07
2
-0/+3
*
bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098)
William Grzybowski
2018-09-07
1
-0/+2
*
bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)
Victor Stinner
2018-09-07
1
-0/+4
*
bpo-20104: Add flag capabilities to posix_spawn (GH-6693)
Pablo Galindo
2018-09-07
1
-0/+2
*
bpo-33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} (GH-7081)
William Grzybowski
2018-09-07
1
-0/+3
*
bpo-25750: fix refcounts in type_getattro() (GH-6118)
jdemeyer
2018-09-07
1
-0/+2
*
closes bpo-34594: Don't hardcode errno values in the tests. (GH-9076)
Zackery Spytz
2018-09-06
1
-0/+1
*
bpo-30977: make uuid.UUID use __slots__ (GH-9078)
Tal Einat
2018-09-06
1
-0/+2
*
closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. ...
Erik Janssens
2018-09-05
1
-0/+1
*
bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (G...
Alexander Buchkovsky
2018-09-04
1
-0/+1
*
bpo-34530: Fix distutils find_executable() (GH-9049)
Victor Stinner
2018-09-04
1
-0/+2
*
bpo-33613, test_semaphore_tracker_sigint: fix race condition (#7850)
Pablo Galindo
2018-09-04
1
-0/+3
*
bpo-33083 - Make math.factorial reject arguments that are not int-like (GH-6149)
Pablo Galindo
2018-09-03
1
-0/+2
*
closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH...
Thomas Herzog
2018-09-01
1
-0/+2
*
bpo-34558: Add missing parentheses in _aix.py (GH-9017)
Michael Felt
2018-09-01
1
-0/+1
*
bpo-34408: Prevent a null pointer dereference and resource leakage in `PyInte...
Pablo Galindo
2018-08-31
1
-0/+1
*
bpo-34062: Add missing launcher argument and make behavior consistent between...
Brendan Gerrity
2018-08-31
1
-0/+1
*
bpo-34427: Fix infinite loop when calling MutableSequence.extend() on self (G...
Naris R
2018-08-30
1
-0/+1
*
bpo-34542: Update test certs and keys (GH-8997)
Christian Heimes
2018-08-30
1
-0/+1
*
bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)
Victor Stinner
2018-08-29
1
-0/+2
*
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Victor Stinner
2018-08-29
1
-0/+2
*
bpo-34485, Windows: LC_CTYPE set to user preference (GH-8988)
Victor Stinner
2018-08-29
1
-0/+3
*
bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986)
Victor Stinner
2018-08-29
1
-0/+3
*
bpo-34485: Enhance init_sys_streams() (GH-8978)
Victor Stinner
2018-08-28
2
-0/+8
*
bpo-34403: On HP-UX, force ASCII for C locale (GH-8969)
Victor Stinner
2018-08-28
1
-0/+3
*
bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972)
Victor Stinner
2018-08-28
2
-0/+5
*
bpo-21145: Add cached_property decorator in functools (#6982)
Carl Meyer
2018-08-28
1
-0/+2
*
bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542)
Przemysław Spodymek
2018-08-27
1
-0/+5
*
bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX (GH-8923)
Michael Felt
2018-08-27
1
-0/+1
*
bpo-32968: Make modulo and floor division involving Fraction and float consis...
Elias Zamaria
2018-08-27
2
-0/+2
*
Remove AIX workaround test_subprocess (GH-8939)
Michael Felt
2018-08-26
1
-0/+1
*
bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)
Serhiy Storchaka
2018-08-25
1
-0/+1
*
bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822)
Danish Prakash
2018-08-25
1
-1/+1
*
bpo-13312: Avoid int underflow in time year. (GH-8912)
Gregory P. Smith
2018-08-25
1
-0/+2
*
bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8...
Vladimir Matveev
2018-08-24
1
-0/+2
*
bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate cod...
Paul Ganssle
2018-08-23
1
-0/+4
[next]