summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-30445: Allow appended output in RecursionError message (#3356)Victor Stinner2017-09-051-1/+2
* [3.6] bpo-29334: Fix ssl.getpeercert for auto-handshake (GH-1769) (#1778)Christian Heimes2017-09-051-21/+12
* [3.6] bpo-30502: Fix handling of long oids in ssl. (GH-2909) (#3321)Christian Heimes2017-09-052-43/+48
* [3.6] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3342)Christian Heimes2017-09-053-2/+13
* [3.6] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3344)Christian Heimes2017-09-056-5/+83
* [3.6] Travis: use ccache (GH-3307) (#3332)Christian Heimes2017-09-051-2/+4
* [3.6] bpo-30622: Change NPN detection: (GH-2079) (#3314)Christian Heimes2017-09-052-10/+12
* Include additional changes to support blurbified NEWS (#3340)Ned Deily2017-09-053-3/+18
* Simplify NEWS entry to prevent suspicious warnings. (#3339)Ned Deily2017-09-051-8/+1
* Fix malformed handcrafted blurb filename. (#3327)larryhastings2017-09-050-0/+0
* Rename my manually mis-named NEWS.d file. #sorry (#3326)Gregory P. Smith2017-09-041-0/+0
* [3.6] Added effect of re.ASCII and reworded slightly (GH-1782) (#3313)Gregory P. Smith2017-09-041-3/+5
* bpo-22536 [3.6] Set filename in FileNotFoundError (#3305)Gregory P. Smith2017-09-043-6/+20
* [3.6] remote note about IRIX in aifc (#3304)Benjamin Peterson2017-09-041-6/+0
* [3.6] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3300)Christian Heimes2017-09-043-156/+1
* Blurbify 3.6. (#3287)larryhastings2017-09-0443-8935/+26440
* [3.6] Add missing _sha3 module to Setup.dist (GH-2395) (#3280)Segev Finer2017-09-041-0/+1
* bpo-31095: fix potential crash during GC (GH-3195)INADA Naoki2017-09-0414-13/+60
* [3.6] bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (GH-2315...Gregory P. Smith2017-09-033-5/+13
* [3.6] bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func (#3274)Gregory P. Smith2017-09-032-9/+39
* [3.6] Fix a typo in the Programming FAQ. (GH-3230) (#3273)Gregory P. Smith2017-09-031-1/+1
* [3.6] Fix a c.f.as_completed() refleak previously introduced in bpo-27144 (GH...Antoine Pitrou2017-09-032-8/+20
* bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) (#3269)Serhiy Storchaka2017-09-034-225/+255
* bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934)...Christopher Wilcox2017-09-012-3/+18
* [3.6] bpo-27144: concurrent.futures as_complete and map iterators do not keep...Antoine Pitrou2017-09-014-10/+91
* bpo-31217: Fix regrtest -R for small integer (#3260) (#3261)Victor Stinner2017-09-011-3/+11
* bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3253)Victor Stinner2017-09-013-14/+26
* [3.6] Fix the indentation in Extending Python code example (GH-3244) (GH-3250)Mariatta2017-08-311-6/+6
* [3.6] bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data...Oren Milman2017-08-303-1/+22
* [3.6] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH...Pauli Virtanen2017-08-303-30/+123
* [3.6] bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, an...Terry Jan Reedy2017-08-302-38/+46
* [3.6] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3233)Oren Milman2017-08-294-21/+65
* [3.6] bpo-26656: Improve re.compile documentation (GH-3211) (GH-3225)Mariatta2017-08-281-3/+4
* [3.6] bpo-30617: IDLE: docstrings and unittest for outwin.py (GH-2046) (#3223)Terry Jan Reedy2017-08-273-62/+278
* bpo-31191: Improve grammar in threading.Barrier docs (GH-3080) (GH-3224)Mariatta2017-08-271-2/+2
* [3.6] bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests...Terry Jan Reedy2017-08-273-7/+16
* [3.6] bpo-30781: IDLE - use ttk widgets in configdialog (GH-2654) (#3214)Terry Jan Reedy2017-08-263-86/+87
* [3.6] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201...Oren Milman2017-08-263-0/+17
* [3.6] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used t...Oren Milman2017-08-264-2/+33
* bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#5...Victor Stinner2017-08-222-5/+5
* [3.6] bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (GH-3153) ...Ɓukasz Langa2017-08-223-9/+18
* bpo-31161: only check for parens error for SyntaxError (#3083)Martijn Pieters2017-08-223-5/+41
* bpo-31259: test_urllib2_localnet uses addCleanup(server.stop) (#3186)Victor Stinner2017-08-221-5/+14
* bpo-31234: fork_wait tests now join threads (#3139) (#3187)Victor Stinner2017-08-221-8/+17
* [3.6] bpo-30871: Add test.pythoninfo (#3174)Victor Stinner2017-08-215-3/+479
* [3.6] bpo-30121: Fix debug assert in subprocess on Windows (#1224) (#3173)Victor Stinner2017-08-212-9/+59
* bpo-31247: xmlrpc.server: break reference cycle (#3166) (#3168)Victor Stinner2017-08-212-12/+26
* [3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3160) (#3162)Cheryl Sabella2017-08-201-657/+0
* [3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3156) (#3159)Cheryl Sabella2017-08-202-39/+37
* [3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3141) (#3154)Cheryl Sabella2017-08-192-0/+645