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-34149: Behavior of the min/max with key=None (GH-8328)
Alexander Marshalov
2018-07-24
2
-8/+6
*
bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (...
Serhiy Storchaka
2018-07-23
1
-6/+17
*
bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381)
Serhiy Storchaka
2018-07-23
1
-1/+1
*
bpo-34184: Fix running Lib/test/test_dataclasses.py as a script. (GH-8382)
Serhiy Storchaka
2018-07-23
1
-5/+5
*
bpo-33336, imaplib: Legalize MOVE command (GH-6569)
Matěj Cepl
2018-07-23
1
-0/+1
*
bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406)
Victor Stinner
2018-07-23
1
-4/+14
*
bpo-21446: Update reload fixer to use importlib (GH-8391)
Berker Peksag
2018-07-23
2
-9/+9
*
bpo-940286: Fix pydoc to show cross refs correctly (GH-8390)
Berker Peksag
2018-07-23
1
-2/+3
*
bpo-34127: Fix grammar in error message with respect to argument count (GH-8395)
Xtreak
2018-07-22
1
-0/+16
*
bpo-34189: Fix checking for bugfix Tcl version. (GH-8397)
Serhiy Storchaka
2018-07-22
2
-4/+14
*
bpo-34189: Add simple tests for new Tk widget options. (GH-8396)
Serhiy Storchaka
2018-07-22
1
-2/+25
*
bpo-34181: Fix running Lib/test/test_typing.py as a script. (GH-8380)
Serhiy Storchaka
2018-07-21
1
-2/+2
*
bpo-34179: Make sure decimal context doesn't affect other tests. (#8376)
Bo Bayles
2018-07-21
1
-13/+13
*
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300)
jdemeyer
2018-07-21
1
-0/+16
*
bpo-34136: Make test_do_not_recreate_annotations more reliable. (GH-8364)
Serhiy Storchaka
2018-07-21
1
-5/+9
*
bpo-33723: Fix test_time.test_process_time() (GH-8358)
Victor Stinner
2018-07-21
1
-4/+9
*
bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253)
Vinay Sajip
2018-07-20
1
-1/+5
*
bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043)
Victor Stinner
2018-07-20
1
-0/+8
*
bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345)
Terry Jan Reedy
2018-07-20
1
-2/+34
*
bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331)
Victor Stinner
2018-07-19
1
-2/+3
*
bpo-34130: Fix test_signal.test_warn_on_full_buffer() (GH-8327)
Victor Stinner
2018-07-18
1
-15/+41
*
bpo-34130: Fix test_signal.test_socket() (GH-8326)
Victor Stinner
2018-07-18
1
-1/+0
*
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exce...
Zackery Spytz
2018-07-17
1
-0/+10
*
bpo-33967: Fix wrong use of assertRaises (GH-8306)
INADA Naoki
2018-07-17
1
-1/+1
*
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
Antoine Pitrou
2018-07-16
2
-4/+2
*
bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847)
Nicolas Noé
2018-07-16
1
-19/+3
*
bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
INADA Naoki
2018-07-14
3
-0/+10
*
bpo-34108: Fix double carriage return in 2to3 on Windows (#8271)
Jason R. Coombs
2018-07-13
2
-1/+2
*
bpo-33723: Fix test_time.test_thread_time() (GH-8267)
Victor Stinner
2018-07-12
1
-4/+9
*
bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261)
Zackery Spytz
2018-07-12
1
-1/+1
*
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
Serhiy Storchaka
2018-07-11
1
-0/+32
*
bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245)
Victor Stinner
2018-07-11
1
-2/+3
*
Simplify __all__ in multiprocessing (GH-6856)
Derek B. Kim
2018-07-11
3
-7/+10
*
bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091)
Bradley Laney
2018-07-10
2
-3/+2
*
bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
Dong-hee Na
2018-07-10
2
-0/+12
*
bpo-11572: Make minor improvements to copy module (GH-8208)
Berker Peksag
2018-07-09
2
-25/+10
*
Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
Sergey Fedoseev
2018-07-09
6
-9/+13
*
bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517)
Serhiy Storchaka
2018-07-09
1
-0/+24
*
bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684)
Serhiy Storchaka
2018-07-09
2
-12/+20
*
bpo-31014: Fix the webbrowser module. (GH-7267)
Serhiy Storchaka
2018-07-08
2
-3/+22
*
bpo-34041: Allow creating deterministic functions in Connection.create_functi...
Sergey Fedoseev
2018-07-08
1
-0/+23
*
Fix typo in TypeVar docstring (#8142)
João D. Ferreira
2018-07-07
1
-1/+1
*
closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130)
Benjamin Peterson
2018-07-07
2
-7/+21
*
bpo-23493: json: Change sort_keys in Python encoder same to C (GH-8131)
INADA Naoki
2018-07-06
1
-1/+1
*
Clarify that example in comment is about fromkeys() (GH-8141)
Raymond Hettinger
2018-07-06
1
-1/+1
*
bpo-34054: multiprocessing uses time.monotonic() (GH-8118)
Victor Stinner
2018-07-06
4
-13/+12
*
bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (G...
Ammar Askar
2018-07-06
2
-24/+57
*
bpo-34043: Optimize tarfile uncompress performance (GH-8089)
INADA Naoki
2018-07-06
1
-18/+12
*
Add more detail to the Counter.fromkeys() comment block (GH-8124)
Raymond Hettinger
2018-07-05
1
-2/+7
*
Fix typo in dataclasses documentation (GH-8102)
Artjom
2018-07-05
1
-1/+1
[next]