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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31392: Update SSL build for 1.1.0 (#3448)
Steve Dower
2017-09-09
1
-0/+1
*
bpo-29639: change test.support.HOST to "localhost"
Gregory P. Smith
2017-09-09
1
-0/+2
*
bpo-31400: Improve SSL error handling on Windows (#3463)
Steve Dower
2017-09-08
1
-0/+1
*
bpo-31354: Let configure --with-lto work on all builds
octaviansoldea
2017-09-08
1
-0/+1
*
bpo-28182: Expose OpenSSL verification results (#3412)
Christian Heimes
2017-09-08
1
-0/+3
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-0/+2
*
bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (#1363)
Christian Heimes
2017-09-08
1
-0/+1
*
bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan
2017-09-08
1
-0/+5
*
bpo-27340: Use memoryview in SSLSocket.sendall() (#3384)
Christian Heimes
2017-09-07
1
-0/+3
*
bpo-28958: Improve SSLContext error reporting. (#3414)
Christian Heimes
2017-09-07
1
-0/+2
*
bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229)
Pablo Galindo
2017-09-07
2
-0/+3
*
bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)
Steve Dower
2017-09-07
1
-0/+1
*
bpo-31373: fix undefined floating-point demotions (#3396)
Benjamin Peterson
2017-09-07
1
-0/+2
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-0/+5
*
bpo-31358: Pull zlib out of the repository (GH-3375)
Zachary Ware
2017-09-07
1
-0/+2
*
bpo-30465: Fix lineno and col_offset in fstring AST nodes (#1800)
Ćukasz Langa
2017-09-07
1
-0/+3
*
bpo-14191 Add parse_intermixed_args. (#3319)
R. David Murray
2017-09-07
1
-0/+3
*
bpo-21649: Add RFC 7525 and Mozilla server side TLS (#3387)
Christian Heimes
2017-09-06
1
-0/+1
*
bpo-27584: New addition of vSockets to the python socket module (#2489)
caavery
2017-09-06
2
-0/+3
*
bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) (#2878)
Devin Jeanpierre
2017-09-06
1
-0/+1
*
bpo-31340: Change to building with MSVC v141 (included with Visual Studio 201...
Steve Dower
2017-09-06
1
-0/+1
*
bpo-31178: Avoid concatenating bytes with str in subprocess error (#3066)
Ammar Askar
2017-09-06
1
-0/+1
*
bpo-29781: Fix SSLObject.version before handshake (#3364)
Christian Heimes
2017-09-06
1
-0/+2
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-06
1
-2/+0
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-06
1
-0/+2
*
bpo-31350: Optimize get_event_loop and _get_running_loop (#3347)
jimmylai
2017-09-06
1
-0/+1
*
bpo-31320: No traceback to sys.stderr in test_ssl (#3360)
Christian Heimes
2017-09-05
1
-0/+1
*
Link to blurb on PyPI in the NEWS.d READMEs. (#3323)
Gregory P. Smith
2017-09-05
11
-11/+33
*
bpo-31343: Include sys/sysmacros.h (#3318)
Christian Heimes
2017-09-05
1
-0/+2
*
bpo-30102: Call OPENSSL_add_all_algorithms_noconf (#3112)
Christian Heimes
2017-09-05
1
-0/+4
*
Simplify NEWS entry to prevent suspicious warnings. (#3339)
Ned Deily
2017-09-05
1
-8/+1
*
bpo-31347: _PyObject_FastCall_Prepend: do not call memcpy if args might not b...
Benjamin Peterson
2017-09-05
1
-0/+1
*
Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on ...
Neil Schemenauer
2017-09-05
1
-2/+0
*
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#...
Neil Schemenauer
2017-09-05
1
-0/+2
*
bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)
Victor Stinner
2017-09-04
1
-0/+3
*
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow
2017-09-04
1
-0/+4
*
remove IRIX support (closes bpo-31341) (#3310)
Benjamin Peterson
2017-09-04
1
-0/+1
*
bpo-30502: Fix handling of long oids in ssl. (#2909)
Serhiy Storchaka
2017-09-04
1
-0/+1
*
bpo-1198569: Allow string.Template braced pattern to be different (#3288)
Barry Warsaw
2017-09-04
1
-0/+3
*
Blurbify master branch. (#3298)
larryhastings
2017-09-04
502
-9805/+25702
*
bpo-25674: remove sha256.tbs-internet.com ssl test (#3297)
Christian Heimes
2017-09-04
1
-0/+1
*
bpo-31281: Fix pathlib.Path incompatibility in fileinput (gh-3208)
Zhiming Wang
2017-09-04
1
-0/+2
*
bpo-9146: add the missing NEWS entry. (#3275)
Gregory P. Smith
2017-09-03
1
-0/+3
*
bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076)
Serhiy Storchaka
2017-09-03
1
-0/+1
*
bpo-31326: ProcessPoolExecutor waits for the call queue thread (#3265)
Victor Stinner
2017-09-01
1
-0/+3
*
bpo-27144: concurrent.futures as_complete and map iterators do not keep refer...
Grzegorz Grzywacz
2017-09-01
1
-0/+2
*
bpo-30737: Update DevGuide links to new URL (GH-3228)
Lisa Hewus Fresh
2017-08-30
3
-2/+3
*
bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934)
Christopher Wilcox
2017-08-30
1
-0/+2
*
bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, and Help...
Terry Jan Reedy
2017-08-30
1
-0/+1
*
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D
2017-08-29
1
-0/+1
[next]