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-31664: Add support for the Blowfish method in crypt. (#3854)
Serhiy Storchaka
2017-10-24
5
-31/+104
*
Fix wording about Py_tss_NEEDS_INIT in docs (GH-4096)
Masayuki Yamamoto
2017-10-24
1
-1/+1
*
bpo-30639: Lazily compute repr for error (#2132)
Thomas Kluyver
2017-10-24
3
-2/+13
*
bpo-31174: Fix test_tools.test_unparse (#4102)
Victor Stinner
2017-10-24
2
-2/+16
*
bpo-31812: Add documentation translations to What's New in Python 3.7. (GH-4064)
Julien Palard
2017-10-24
1
-0/+21
*
bpo-31827: Remove os.stat_float_times() (GH-4061)
Victor Stinner
2017-10-24
7
-99/+13
*
bpo-31810: Add smelly.py to check exported symbols (#4057)
Victor Stinner
2017-10-24
3
-3/+82
*
fixes bpo-31834: Use optimized code for BLAKE2 only with SSSE3+ (#4066)
Michał Górny
2017-10-24
4
-11/+8
*
bpo-31847: Fix commented out tests in test_syntax. (#4084)
Serhiy Storchaka
2017-10-23
1
-18/+10
*
bpo-31653: Remove deadcode in semlock_acquire() (#4091)
Victor Stinner
2017-10-23
1
-4/+4
*
bpo-30722: Make redemo work with Python 3.6+ (GH-2311)
Christoph Sarnowski
2017-10-23
2
-2/+10
*
bpo-30817: Fix PyErr_PrintEx() when no memory (#2526)
xdegaye
2017-10-23
3
-4/+29
*
bpo-31752: Fix possible crash in timedelta constructor called with custom int...
Serhiy Storchaka
2017-10-23
3
-2/+28
*
bpo-31756: subprocess.run should alias universal_newlines to text (#4049)
andyclegg
2017-10-23
4
-68/+105
*
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon
2017-10-22
13
-164/+188
*
bpo-20825: Containment test for ip_network in ip_network.
Cheryl Sabella
2017-10-22
4
-7/+136
*
bpo-31572: Get rid of using _PyObject_HasAttrId() in pickle. (#3729)
Serhiy Storchaka
2017-10-22
1
-30/+33
*
bpo-31653: Don't release the GIL if we can acquire a multiprocessing semaphor...
Antoine Pitrou
2017-10-22
2
-10/+22
*
bpo-28286: Add tests for the mode argument of GzipFile. (#4074)
Serhiy Storchaka
2017-10-22
1
-0/+24
*
bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or...
Antoine Pitrou
2017-10-22
3
-2/+30
*
Fix bytes warnings in test_struct (added in bpo-29802). (#4068)
Serhiy Storchaka
2017-10-21
1
-2/+2
*
bpo-31781: Prevent crashes when calling methods of an uninitialized zipimport...
Oren Milman
2017-10-20
3
-0/+34
*
bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058)
Serhiy Storchaka
2017-10-20
5
-3/+9
*
bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)
Antoine Pitrou
2017-10-19
9
-58/+266
*
bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817)
jlacoline
2017-10-19
4
-6/+15
*
bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (#4044)
Łukasz Langa
2017-10-19
3
-7/+21
*
Add NEWS entry for opcode tracing change. (GH-4045)
George King
2017-10-19
1
-0/+7
*
drop unused configure check for pthread_atfork (#4046)
Benjamin Peterson
2017-10-19
3
-15/+0
*
Move opcode tracing to occur after the possible update to f_lineno. (GH-3798)
George King
2017-10-19
1
-4/+4
*
bpo-31457: Make the `LoggerAdapter.manager` property settable (#4042)
Łukasz Langa
2017-10-19
3
-2/+16
*
Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-3998)
Ron
2017-10-18
1
-2/+3
*
bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more...
Pablo Galindo
2017-10-18
4
-6/+10
*
Add Code of Conduct to .github folder. (GH-4029)
Mariatta
2017-10-18
1
-0/+14
*
bpo-30928: Update idlelib/NEWS.txt to 2017 Oct 17. (#4025)
Terry Jan Reedy
2017-10-17
1
-0/+39
*
bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (#3960)
Terry Jan Reedy
2017-10-17
2
-19/+76
*
time.clock() now emits a DeprecationWarning (GH-4020)
Victor Stinner
2017-10-17
14
-20/+39
*
bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)
Zane Bitter
2017-10-17
9
-9/+114
*
bpo-31799: Make module.__spec__ more discoverable (#4010)
Barry Warsaw
2017-10-17
2
-3/+12
*
bpo-31334: Fix timeout in select.poll.poll() (GH-3277)
Riccardo Coccioli
2017-10-17
4
-10/+21
*
bpo-31786: Make functions in the select module blocking when timeout is a sma...
Pablo Galindo
2017-10-17
7
-12/+65
*
bpo-30541: Add new method to seal mocks (GH61923)
Mario Corchero
2017-10-17
5
-2/+249
*
post 3.7.0a2 development
Ned Deily
2017-10-17
1
-1/+1
*
Bump to 3.7.0a2
v3.7.0a2
Ned Deily
2017-10-17
2
-3/+3
*
Update NEWS and topics for 3.7.0a2
Ned Deily
2017-10-17
70
-155/+700
*
bpo-31558: Update NEWS and ACKS (#4013)
Łukasz Langa
2017-10-16
2
-0/+6
*
bpo-31558: Add gc.freeze() (#3705)
brainfvck
2017-10-16
5
-2/+169
*
bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983)
Victor Stinner
2017-10-16
4
-48/+135
*
bpo-31776: Missing "raise from None" in Lib/xml/etree/ElementPath.py (#3978)
Pablo Galindo
2017-10-16
1
-1/+1
*
bpo-31792: Restore os.environ in test_buffer when import numpy. (#4007)
Serhiy Storchaka
2017-10-16
1
-2/+3
*
completly -> completely (#3999) (closes bpo-31788)
Semen Zhydenko
2017-10-15
1
-1/+1
[next]