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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)
Miss Islington (bot)
2018-09-17
2
-0/+36
*
bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)
Miss Islington (bot)
2018-09-17
2
-1/+27
*
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)
Miss Islington (bot)
2018-09-16
1
-0/+18
*
Change the xkcd link in comment over https. (GH-9294)
Miss Islington (bot)
2018-09-14
1
-1/+1
*
bpo-31132: Remove prlimit permission test. (GH-9280)
Miss Islington (bot)
2018-09-13
1
-3/+0
*
bpo-34661: Fix test skipping call. (GH-9266)
Miss Islington (bot)
2018-09-13
1
-1/+1
*
closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)
Miss Islington (bot)
2018-09-13
1
-0/+2
*
bpo-34200: Fix non-determinism of test_pkg (GH-9248)
Miss Islington (bot)
2018-09-13
1
-8/+9
*
closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238)
Miss Islington (bot)
2018-09-13
1
-3/+3
*
[3.6] closes bpo-34650: Check if sched_getscheduler returns ENOSYS before dec...
Benjamin Peterson
2018-09-12
1
-1/+13
*
closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)
Miss Islington (bot)
2018-09-12
1
-0/+8
*
[3.6] closes bpo-31608: Fix a crash in methods of a subclass of _collections....
Benjamin Peterson
2018-09-11
1
-0/+15
*
bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9149)
Miss Islington (bot)
2018-09-11
1
-0/+30
*
closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)
Miss Islington (bot)
2018-09-10
1
-1/+1
*
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
Miss Islington (bot)
2018-09-10
2
-12/+78
*
Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052)
Miss Islington (bot)
2018-09-10
1
-1/+1
*
bpo-34421 avoid unicode error in distutils logging (GH-8799)
Miss Islington (bot)
2018-09-08
1
-1/+4
*
[3.6] bpo-34246: Use no mutable default args in smtplib (GH-8554) (#9112)
Pablo Galindo
2018-09-08
2
-6/+38
*
[3.6] bpo-34007: Skip traceback tests if the Program Counter is not available...
Pablo Galindo
2018-09-07
1
-0/+9
*
[3.6] bpo-34594: Don't hardcode errno values in the tests. (GH-9096)
Zackery Spytz
2018-09-07
1
-2/+0
*
[3.7] bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) ...
Miss Islington (bot)
2018-09-05
2
-1/+66
*
bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9057)
Miss Islington (bot)
2018-09-05
2
-3/+48
*
bpo-13312: Avoid int underflow in time year. (GH-8912)
Miss Islington (bot)
2018-08-25
1
-6/+5
*
bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8...
Miss Islington (bot)
2018-08-24
3
-3/+24
*
bpo-34415: Updated logging.Formatter docstring. (GH-8811) (GH-8816)
Miss Islington (bot)
2018-08-19
1
-1/+2
*
[3.6] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (#8790)
Miss Islington (bot)
2018-08-16
1
-0/+5
*
[3.6] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8764)
Christian Heimes
2018-08-15
20
-459/+759
*
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760)
Christian Heimes
2018-08-15
1
-19/+30
*
bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761)
Christian Heimes
2018-08-14
2
-7/+27
*
bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678)
Miss Islington (bot)
2018-08-10
1
-6/+17
*
bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)
Miss Islington (bot)
2018-08-07
2
-1/+19
*
bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)
Steve Dower
2018-08-07
2
-22/+24
*
[3.6] bpo-34272: Move argument parsing tests from test_capi to test_getargs2....
Serhiy Storchaka
2018-08-06
2
-291/+182
*
bpo-19891: Ignore error while writing history file (GH-8483)
Miss Islington (bot)
2018-08-06
1
-1/+10
*
bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-...
Miss Islington (bot)
2018-08-05
6
-144/+415
*
bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)
Miss Islington (bot)
2018-08-03
1
-2/+4
*
bpo-30317: Fix multiprocessing test_timeout() (GH-8621)
Pablo Galindo
2018-08-03
1
-3/+4
*
Fix docstring of Profiler class (GH-8651)
Miss Islington (bot)
2018-08-03
1
-2/+2
*
bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639)
Miss Islington (bot)
2018-08-03
1
-0/+1
*
bpo-27910: Update documentation of traceback module (GH-6116)
Miss Islington (bot)
2018-08-02
1
-13/+16
*
bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616)
Miss Islington (bot)
2018-08-02
1
-2/+4
*
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)
Miss Islington (bot)
2018-08-02
5
-0/+9
*
[3.6] bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-85...
Miss Islington (bot)
2018-07-31
1
-1/+4
*
[3.6] bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) (...
Serhiy Storchaka
2018-07-31
2
-15/+62
*
bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (G...
Miss Islington (bot)
2018-07-29
1
-2/+2
*
bpo-33476: Fix _header_value_parser when address group is missing final ';' (...
Miss Islington (bot)
2018-07-28
2
-1/+26
*
[3.6] bpo-29097: Forego fold detection on windows for low timestamp values (G...
Ammar Askar
2018-07-27
2
-1/+14
*
bpo-32663 Make SMTPUTF8SimTests run (GH-5314) (#8470)
Miss Islington (bot)
2018-07-26
1
-25/+14
*
[3.6] bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH...
Serhiy Storchaka
2018-07-24
2
-17/+19
*
[3.6] bpo-34136: Make test_do_not_recreate_annotations more reliable. (GH-836...
Miss Islington (bot)
2018-07-24
1
-5/+8
[next]