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
*
[3.7] bpo-34490: Fix test_asyncio for AIX - do not call transport.get_extra_i...
Andrew Svetlov
2018-09-14
1
-0/+2
*
closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)
Miss Islington (bot)
2018-09-13
1
-0/+1
*
bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255)
Miss Islington (bot)
2018-09-13
1
-0/+3
*
bpo-34200: Fix non-determinism of test_pkg (GH-9248)
Miss Islington (bot)
2018-09-13
1
-0/+3
*
closes bpo-34652: Always disable lchmod on Linux. (GH-9234)
Miss Islington (bot)
2018-09-12
1
-0/+1
*
bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)
Miss Islington (bot)
2018-09-12
1
-0/+2
*
closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4...
Miss Islington (bot)
2018-09-12
1
-0/+2
*
[3.7] closes bpo-25041: Document AF_PACKET socket address format. (GH-9207)
Benjamin Peterson
2018-09-12
1
-0/+1
*
closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point ...
Miss Islington (bot)
2018-09-11
1
-0/+3
*
closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque ...
Miss Islington (bot)
2018-09-11
1
-0/+2
*
bpo-28617 Fixed docs inaccuracies about the types that support membership tes...
Miss Islington (bot)
2018-09-11
1
-0/+2
*
bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166) (GH-...
Miss Islington (bot)
2018-09-11
1
-0/+1
*
bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)
Miss Islington (bot)
2018-09-11
1
-0/+1
*
bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9148)
Miss Islington (bot)
2018-09-11
1
-0/+2
*
bpo-33460: remove ellipsis that look like continuation prompts (GH-7851)
Miss Islington (bot)
2018-09-11
1
-0/+1
*
[3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (G...
orlnub123
2018-09-10
1
-0/+1
*
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
Miss Islington (bot)
2018-09-10
1
-0/+2
*
[3.7] bpo-34621: fix uuid.UUID (un)pickling compatbility with older Python ve...
Tal Einat
2018-09-10
1
-0/+2
*
[3.7] bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (...
William Grzybowski
2018-09-09
1
-0/+2
*
bpo-34421 avoid unicode error in distutils logging (GH-8799)
Miss Islington (bot)
2018-09-08
1
-0/+1
*
bpo-34246: Use no mutable default args in smtplib (GH-8554)
Miss Islington (bot)
2018-09-07
2
-0/+3
*
[3.7] bpo-34594: Don't hardcode errno values in the tests. (GH-9094)
Zackery Spytz
2018-09-07
1
-0/+1
*
bpo-25750: fix refcounts in type_getattro() (GH-6118)
Miss Islington (bot)
2018-09-07
1
-0/+2
*
bpo-34542: Update test certs and keys (GH-8997) (GH-9007)
Miss Islington (bot)
2018-09-06
1
-0/+1
*
closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. ...
Miss Islington (bot)
2018-09-05
1
-0/+1
*
bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (G...
Miss Islington (bot)
2018-09-04
1
-0/+1
*
bpo-34530: Fix distutils find_executable() (GH-9049)
Miss Islington (bot)
2018-09-04
1
-0/+2
*
closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH...
Miss Islington (bot)
2018-09-01
1
-0/+2
*
bpo-34558: Add missing parentheses in _aix.py (GH-9017)
Miss Islington (bot)
2018-09-01
1
-0/+1
*
bpo-34062: Add missing launcher argument and make behavior consistent between...
Miss Islington (bot)
2018-08-31
1
-0/+1
*
[3.7] bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986) (GH-8987)
Victor Stinner
2018-08-29
2
-0/+6
*
bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972) (GH-8974)
Victor Stinner
2018-08-28
2
-0/+5
*
bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542)
Miss Islington (bot)
2018-08-27
1
-0/+5
*
Remove AIX workaround test_subprocess (GH-8939)
Miss Islington (bot)
2018-08-27
1
-0/+1
*
bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)
Miss Islington (bot)
2018-08-25
1
-0/+1
*
bpo-13312: Avoid int underflow in time year. (GH-8912)
Miss Islington (bot)
2018-08-25
1
-0/+2
*
bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822)
Miss Islington (bot)
2018-08-25
1
-1/+1
*
bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8...
Miss Islington (bot)
2018-08-24
1
-0/+2
*
bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate cod...
Miss Islington (bot)
2018-08-23
1
-0/+4
*
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclass...
Miss Islington (bot)
2018-08-20
1
-0/+3
*
[3.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8789)
Miss Islington (bot)
2018-08-16
1
-0/+1
*
bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775)
Miss Islington (bot)
2018-08-15
1
-0/+1
*
closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)
Miss Islington (bot)
2018-08-15
1
-0/+1
*
bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8763)
Miss Islington (bot)
2018-08-14
1
-0/+1
*
bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452)
Miss Islington (bot)
2018-08-13
1
-0/+1
*
closes bpo-34377: Update Valgrind suppressions. (GH-8729)
Miss Islington (bot)
2018-08-11
2
-11/+14
*
bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663)
Miss Islington (bot)
2018-08-11
1
-0/+2
*
bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678)
Miss Islington (bot)
2018-08-10
1
-0/+1
*
bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)
Miss Islington (bot)
2018-08-07
1
-0/+3
*
bpo-19891: Ignore error while writing history file (GH-8483)
Miss Islington (bot)
2018-08-06
1
-0/+2
[next]