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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406)
Miss Islington (bot)
2018-07-23
1
-4/+14
*
bpo-940286: Fix pydoc to show cross refs correctly (GH-8390)
Miss Islington (bot)
2018-07-23
2
-2/+5
*
[3.6] bpo-34189: Add simple tests for new Tk widget options. (GH-8396) (GH-8399)
Serhiy Storchaka
2018-07-22
2
-3/+36
*
bpo-34179: Make sure decimal context doesn't affect other tests. (GH-8376) ...
Miss Islington (bot)
2018-07-21
1
-13/+13
*
bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367)
Miss Islington (bot)
2018-07-21
1
-3/+5
*
[3.6] bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345) (GH-8348)
Terry Jan Reedy
2018-07-20
1
-2/+39
*
[3.6] Enable GUI testing on Travis Linux builds via Xvfb (GH-7887)
Zachary Ware
2018-07-20
1
-2/+10
*
bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331)
Miss Islington (bot)
2018-07-19
1
-2/+3
*
bpo-34130: Fix test_signal.test_socket() (GH-8326) (GH-8330)
Miss Islington (bot)
2018-07-18
1
-1/+0
*
Clarify ValueError's broad applicability (GH-8313) (GH-8317)
Miss Islington (bot)
2018-07-17
1
-1/+1
*
bpo-24618: Add a check in the code constructor. (GH-8283) (GH-8311)
Serhiy Storchaka
2018-07-17
2
-5/+26
*
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exce...
Serhiy Storchaka
2018-07-17
3
-4/+20
*
bpo-33967: Fix wrong use of assertRaises (GH-8306)
Miss Islington (bot)
2018-07-17
1
-1/+1
*
bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)
Miss Islington (bot)
2018-07-16
1
-1/+1
*
bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261) (GH-8295)
Miss Islington (bot)
2018-07-16
1
-1/+1
*
[3.6] bpo-34121: Fix detection of C11 atomic support on clang. (GH-8290)
Benjamin Peterson
2018-07-16
5
-78/+21
*
bpo-34087: Backport tests for int/float/complex (GH-8274)
INADA Naoki
2018-07-14
4
-0/+12
*
bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924)
Miss Islington (bot)
2018-07-13
1
-1/+19
*
bpo-33716, test_concurrent_futures: increase timeout (GH-7828) (GH-8264)
Victor Stinner
2018-07-12
1
-3/+3
*
bpo-34080: Fix a memory leak in the compiler. (GH-8222) (GH-8257)
Miss Islington (bot)
2018-07-11
2
-1/+3
*
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
Miss Islington (bot)
2018-07-11
3
-1/+37
*
bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245) (GH-8249)
Victor Stinner
2018-07-11
1
-2/+4
*
Doc: Point to Simple statements section instead of PEP (GH-8238)
Miss Islington (bot)
2018-07-11
1
-2/+2
*
Fix documentation for input and output tutorial (GH-8231)
Miss Islington (bot)
2018-07-11
1
-1/+1
*
bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091)
Miss Islington (bot)
2018-07-10
2
-3/+2
*
bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
Miss Islington (bot)
2018-07-10
3
-0/+14
*
[3.6] prefix internal sqlite symbols with _pysqlite_ (GH-8215). (GH-8218)
Benjamin Peterson
2018-07-10
4
-20/+20
*
delete some unused pysqlite forward declarations (GH-8211)
Miss Islington (bot)
2018-07-10
1
-4/+0
*
[3.6] bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WIT...
Serhiy Storchaka
2018-07-09
2
-4/+13
*
Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
Miss Islington (bot)
2018-07-09
6
-9/+13
*
bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) ...
Miss Islington (bot)
2018-07-09
4
-13/+23
*
Fix margin in sentinel and mock_open (GH-8188)
Miss Islington (bot)
2018-07-09
1
-21/+21
*
bpo-34061: Document sqlite3.NotSupportedError (GH-8172)
Marcin Niemira
2018-07-08
1
-0/+7
*
bpo-33888: Use CPython instead of Python in the FAQ (GH-7767)
Miss Islington (bot)
2018-07-07
1
-6/+6
*
[3.6] closes bpo-34050: Fix link in SSL docs (GH-8173) (GH-8178)
Benjamin Peterson
2018-07-07
2
-2/+3
*
bpo-33702: Add some missing links in production lists and do a little polish ...
Miss Islington (bot)
2018-07-07
3
-25/+25
*
bpo-33804: Document that the argument for io.TextIOBase.read() is optional (G...
Miss Islington (bot)
2018-07-07
1
-1/+1
*
Add missing closing parentheses (GH-8144)
Miss Islington (bot)
2018-07-07
1
-1/+1
*
Fix moduleauthor/sectionauthor directives in Enum (GH-8117)
Miss Islington (bot)
2018-07-07
1
-4/+4
*
Make various internal _testbuffer symbols static. (GH-8160)
Miss Islington (bot)
2018-07-07
1
-4/+4
*
[3.6] bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-81...
Dong-hee Na
2018-07-07
2
-5/+5
*
Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147)
Miss Islington (bot)
2018-07-07
1
-2/+2
*
bpo-34054: multiprocessing uses time.monotonic() (GH-8118)
Miss Islington (bot)
2018-07-06
5
-13/+15
*
fix two typos in Objects/odictobject.c comments (GH-8040)
Miss Islington (bot)
2018-07-06
1
-2/+2
*
[3.6] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behav...
Ammar Askar
2018-07-06
3
-18/+59
*
Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper_Type static. (GH-8127)
Miss Islington (bot)
2018-07-06
1
-2/+2
*
Fix fuzz testing for marshal.loads(). (GH-8106)
Miss Islington (bot)
2018-07-05
1
-4/+5
*
bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336)
Miss Islington (bot)
2018-07-05
1
-6/+17
*
bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348) (GH-...
Miss Islington (bot)
2018-07-04
1
-5/+6
*
bpo-32942: Fix environment dependent test_script_helper (GH-8034)
Miss Islington (bot)
2018-07-04
1
-16/+31
[next]