summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-0/+5
* bpo-31358: Pull zlib out of the repository (GH-3375)Zachary Ware2017-09-071-0/+2
* bpo-30465: Fix lineno and col_offset in fstring AST nodes (#1800)Ɓukasz Langa2017-09-071-0/+3
* bpo-14191 Add parse_intermixed_args. (#3319)R. David Murray2017-09-071-0/+3
* bpo-21649: Add RFC 7525 and Mozilla server side TLS (#3387)Christian Heimes2017-09-061-0/+1
* bpo-27584: New addition of vSockets to the python socket module (#2489)caavery2017-09-062-0/+3
* bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) (#2878)Devin Jeanpierre2017-09-061-0/+1
* bpo-31340: Change to building with MSVC v141 (included with Visual Studio 201...Steve Dower2017-09-061-0/+1
* bpo-31178: Avoid concatenating bytes with str in subprocess error (#3066)Ammar Askar2017-09-061-0/+1
* bpo-29781: Fix SSLObject.version before handshake (#3364)Christian Heimes2017-09-061-0/+2
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-061-2/+0
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-061-0/+2
* bpo-31350: Optimize get_event_loop and _get_running_loop (#3347)jimmylai2017-09-061-0/+1
* bpo-31320: No traceback to sys.stderr in test_ssl (#3360)Christian Heimes2017-09-051-0/+1
* Link to blurb on PyPI in the NEWS.d READMEs. (#3323)Gregory P. Smith2017-09-0511-11/+33
* bpo-31343: Include sys/sysmacros.h (#3318)Christian Heimes2017-09-051-0/+2
* bpo-30102: Call OPENSSL_add_all_algorithms_noconf (#3112)Christian Heimes2017-09-051-0/+4
* Simplify NEWS entry to prevent suspicious warnings. (#3339)Ned Deily2017-09-051-8/+1
* bpo-31347: _PyObject_FastCall_Prepend: do not call memcpy if args might not b...Benjamin Peterson2017-09-051-0/+1
* Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on ...Neil Schemenauer2017-09-051-2/+0
* bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#...Neil Schemenauer2017-09-051-0/+2
* bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)Victor Stinner2017-09-041-0/+3
* bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)Eric Snow2017-09-041-0/+4
* remove IRIX support (closes bpo-31341) (#3310)Benjamin Peterson2017-09-041-0/+1
* bpo-30502: Fix handling of long oids in ssl. (#2909)Serhiy Storchaka2017-09-041-0/+1
* bpo-1198569: Allow string.Template braced pattern to be different (#3288)Barry Warsaw2017-09-041-0/+3
* Blurbify master branch. (#3298)larryhastings2017-09-04502-9805/+25702
* bpo-25674: remove sha256.tbs-internet.com ssl test (#3297)Christian Heimes2017-09-041-0/+1
* bpo-31281: Fix pathlib.Path incompatibility in fileinput (gh-3208)Zhiming Wang2017-09-041-0/+2
* bpo-9146: add the missing NEWS entry. (#3275)Gregory P. Smith2017-09-031-0/+3
* bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076)Serhiy Storchaka2017-09-031-0/+1
* bpo-31326: ProcessPoolExecutor waits for the call queue thread (#3265)Victor Stinner2017-09-011-0/+3
* bpo-27144: concurrent.futures as_complete and map iterators do not keep refer...Grzegorz Grzywacz2017-09-011-0/+2
* bpo-30737: Update DevGuide links to new URL (GH-3228)Lisa Hewus Fresh2017-08-303-2/+3
* bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934)Christopher Wilcox2017-08-301-0/+2
* bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, and Help...Terry Jan Reedy2017-08-301-0/+1
* bpo-5001: More-informative multiprocessing error messages (#3079)Allen W. Smith, Ph.D2017-08-291-0/+1
* bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data() (#3...Oren Milman2017-08-291-0/+3
* bpo-31243: Fixed PyArg_ParseTuple failure checks. (#3171)Oren Milman2017-08-291-0/+2
* bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (#31)Pauli Virtanen2017-08-281-0/+1
* bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956)Pier-Yves Lessard2017-08-282-0/+2
* bpo-30617: IDLE: docstrings and unittest for outwin.py (#2046)Cheryl Sabella2017-08-271-0/+4
* bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests. (#3220)Terry Jan Reedy2017-08-271-0/+1
* bpo-30781: IDLE - use ttk widgets in configdialog (#2654)Cheryl Sabella2017-08-261-1/+2
* bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (#3201)Oren Milman2017-08-251-0/+2
* bpo-22536: Set the filename in FileNotFoundError. (#3194)Gregory P. Smith2017-08-241-0/+2
* bpo-29741: Update some methods in the _pyio module to also accept integer typ...Oren Milman2017-08-241-0/+2
* bpo-31095: fix potential crash during GC (GH-2974)INADA Naoki2017-08-241-0/+2
* bpo-31161: only check for parens error for SyntaxError (#3082)Martijn Pieters2017-08-221-0/+3
* bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3178)Victor Stinner2017-08-221-0/+2