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-28759: Skip some tests on PermissionError raised by Android (GH-4350)
xdegaye
2017-11-12
7
-34/+50
*
bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160)
xdegaye
2017-11-12
4
-19/+107
*
bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)
xdegaye
2017-11-12
6
-24/+90
*
Move comments in configure.ac to more appropriate place. (#4371)
Serhiy Storchaka
2017-11-11
2
-6/+8
*
The termios man page is in section 3 (GH-2450)
Edward Betts
2017-11-11
1
-1/+1
*
Remove redundant 'exc = True' line (GH-4357)
Berker Peksag
2017-11-11
1
-1/+0
*
bpo-31572: Get rid of _PyObject_HasAttrId() in the ASDL parser. (#3725)
Serhiy Storchaka
2017-11-11
2
-628/+802
*
bpo-31572: Get rid of _PyObject_HasAttrId() in dict and OrderedDict. (#3728)
Serhiy Storchaka
2017-11-11
2
-21/+47
*
bpo-31572: Silence only AttributeError when get the __copy__ attribute in ite...
Serhiy Storchaka
2017-11-11
1
-7/+25
*
bpo-31572: Don't silence unexpected errors in the _warnings module. (#3731)
Serhiy Storchaka
2017-11-11
1
-68/+89
*
Add the const qualifier to "char *" variables that refer to literal strings. ...
Serhiy Storchaka
2017-11-11
23
-41/+46
*
bpo-31824: Document default value of 'errors' parameters (GH-4328)
Pablo Galindo
2017-11-10
1
-2/+2
*
bpo-31976: Fix race condition when flushing a file is slow. (#4331)
benfogle
2017-11-10
4
-8/+58
*
Rewrite asyncio test to be more meaningful (#4363)
Yury Selivanov
2017-11-10
1
-11/+16
*
bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)
Brian Curtin
2017-11-10
12
-6/+48
*
bpo-31999: Fix test_venv in case the zlib module is not available. (#4359)
Serhiy Storchaka
2017-11-10
1
-1/+2
*
bpo-31998: Fix test_zipapp in case the zlib module is not available. (#4358)
Serhiy Storchaka
2017-11-10
1
-0/+2
*
bpo-31222: Make (datetime|date|time).replace return subclass type in Pure Pyt...
Paul Ganssle
2017-11-09
2
-3/+17
*
Fix phrasing in Doc/whatsnew/3.7.rst (GH-4318)
Cody Scott
2017-11-09
1
-3/+3
*
Correct the location of a function mentioned in a comment (GH-4327)
Ned Batchelder
2017-11-09
1
-1/+1
*
bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235)
Serhiy Storchaka
2017-11-09
3
-65/+74
*
Silence error output in test_concurrent_futures (bpo-21423) (#4347)
Antoine Pitrou
2017-11-09
1
-22/+47
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
38
-76/+76
*
bpo-11063: Use more reliable way to check if uuid function exists (GH-4343)
Berker Peksag
2017-11-08
2
-4/+2
*
bpo-11063: Add a configure check for uuid_generate_time_safe (GH-4287)
Berker Peksag
2017-11-08
4
-9/+48
*
bpo-31810: added missing keywords to docs. (#4140)
Tom Floyer
2017-11-08
1
-7/+7
*
bpo-29179: Document the Py_UNUSED macro (#4341)
Petr Viktorin
2017-11-08
1
-0/+7
*
bpo-31934: Abort when building out of a not clean source tree (GH-4255)
xdegaye
2017-11-08
2
-4/+15
*
bpo-31884 subprocess: add Windows constants for process priority (#4150)
James
2017-11-08
4
-6/+119
*
bpo-31338: C API intro: add missing versionadded (#4339)
Victor Stinner
2017-11-08
1
-0/+10
*
Fix broken link in Doc/whatsnew/3.7.rst (GH-4335)
Berker Peksag
2017-11-08
1
-3/+3
*
Docs: Mention that Py_UNREACHABLE was added in 3.7 (#4337)
Petr Viktorin
2017-11-08
1
-0/+2
*
bpo-21862: Add -m option to cProfile for profiling modules (#4297)
Sanyam Khurana
2017-11-08
5
-13/+51
*
Remove unused var from CheckCancelOperation test (GH-4317)
Simon Willison
2017-11-07
1
-2/+0
*
Added :const:`mmap.ACCESS_DEFAULT` constant. (#4093)
Justus Schwabedal
2017-11-07
3
-10/+16
*
bpo-31620: have asyncio/queues not leak memory when you've exceptions during ...
Suren Nihalani
2017-11-07
3
-0/+25
*
Fix a typo (#4323)
Barry Warsaw
2017-11-07
1
-2/+2
*
bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006)
Julien Palard
2017-11-07
1
-0/+2
*
bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314)
Antoine Pitrou
2017-11-07
7
-6/+38
*
bpo-31965: fix doc for multiprocessing.connection.Client and Listener (#4304)
Jelle Zijlstra
2017-11-07
1
-19/+11
*
bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (#4319)
Antoine Pitrou
2017-11-07
2
-2/+4
*
Fix the sizeof test for dicts with shared keys. (#4311)
Serhiy Storchaka
2017-11-07
1
-5/+10
*
bpo-20486: Implement Database.Close() method in msilib (GH-4141)
Berker Peksag
2017-11-07
3
-8/+21
*
bpo-31626: Mark ends of the reallocated block in debug build. (#4210)
Serhiy Storchaka
2017-11-07
1
-19/+57
*
Fix a memory leak in _msi.c (#4127)
Zackery Spytz
2017-11-07
1
-0/+1
*
bpo-31950: Improve event loop policy doc (#4306)
Antoine Pitrou
2017-11-07
1
-3/+30
*
Add asyncio.Handle.cancelled() method (#2388)
Marat Sharafutdinov
2017-11-07
4
-4/+14
*
bpo-31415: Improve error handling and caching of the importtime option. (#4138)
Serhiy Storchaka
2017-11-07
1
-13/+20
*
bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246)
Mariatta
2017-11-07
4
-3/+4
*
Fix a minor typo and hyphenate "multi-threading" (#4237)
Barry Warsaw
2017-11-07
1
-5/+5
[next]