summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-31530: stop crashes when iterating over a file on multiple threadsbenjamin-iteration-tortureBenjamin Peterson2017-09-203-38/+78
* a post 2.7.14 worldBenjamin Peterson2017-09-161-1/+1
* merge 2.7.14 release branchBenjamin Peterson2017-09-162-5/+5
|\
| * 2.7.14 final version bumpsv2.7.14Benjamin Peterson2017-09-163-5/+16
* | bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) (#3609)Michael Seifert2017-09-162-15/+40
* | bpo-31474: Fix -Wint-in-bool-context warnings (#3581)Christian Heimes2017-09-152-2/+3
* | [2.7] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in c...Oren Milman2017-09-151-1/+5
* | consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563)Benjamin Peterson2017-09-1422-138/+117
* | [2.7] bpo-30442: Skips refcount test in test_xml_etree under coverage (GH-176...Miss Islington (bot)2017-09-131-0/+1
* | bpo-31234: fork_wait tests now join threads (#3139) (#3535)Victor Stinner2017-09-131-6/+17
* | bpo-17085: test_socket: cancel scheduled alarm on test failure (#3505)Victor Stinner2017-09-111-0/+1
* | [2.7] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry ...Serhiy Storchaka2017-09-113-1/+20
* | [2.7] bpo-29526: Add reference to help('FORMATTING') in format() builtin (GH-...Serhiy Storchaka2017-09-111-1/+3
* | bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (GH-2960)Cheryl Sabella2017-09-104-1/+30
* | [2.7] Clarify nature of parse_args 'args' argument. (GH-3292) (GH-3328)R. David Murray2017-09-101-3/+15
* | [2.7] bpo-30450: Fall back on the old env.bat (GH-3443)Zachary Ware2017-09-081-1/+1
* | [2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3446)Christian Heimes2017-09-085-2/+73
* | bpo-31379: Added $(RUNSHARED) to run_profile_task (#3422)Xiang Zhang2017-09-081-1/+1
* | [2.7] bpo-28958: Improve SSLContext error reporting. (GH-3414) (#3433)Christian Heimes2017-09-072-2/+3
* | [2.7] bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newline...Miss Islington (bot)2017-09-071-1/+3
* | [2.7] bpo-29766: Fix configure/.ac to match LTO/enable-optimizations behavior...Hanno Schlichting2017-09-071-1/+0
* | [2.7] Update multissl test helper (GH-3349) (#3416)Christian Heimes2017-09-073-241/+438
* | [2.7] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3400)Miss Islington (bot)2017-09-072-0/+7
* | [2.7] bpo-30824: Add mimetype for .json (GH-3048) (#3394)Miss Islington (bot)2017-09-061-0/+1
* | bpo-31355: Travis CI: remove the macOS job (#3367)Victor Stinner2017-09-061-9/+0
* | [2.7] Issue GH-28705: greatly simplify the FAQ entry on transpiling. (#3371)Benjamin Peterson2017-09-061-44/+5
* | Merge branch 'release-2.7.14' into 2.7Benjamin Peterson2017-09-0620-58/+584
|\ \ | |/
| * bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)Victor Stinner2017-09-0620-58/+584
* | [2.7] Cache externals, depending on changes to PCbuild (GH-3308) (#3365)Zachary Ware2017-09-061-0/+2
* | bpo-31339: Rewrite time.asctime() and time.ctime() (#3293)Victor Stinner2017-09-053-27/+195
* | bpo-30450: Don't use where, XP doesn't have it (GH-3348)Zachary Ware2017-09-052-4/+3
* | bpo-27448: Work around a gc.disable race condition in subprocess. (#1932)Gregory P. Smith2017-09-052-7/+34
* | [2.7] Travis: use ccache (GH-3307) (#3333)Christian Heimes2017-09-051-2/+4
* | [2.7] bpo-30502: Fix handling of long oids in ssl. (GH-2909). (#3322)Christian Heimes2017-09-052-41/+49
* | Don't use `where`, it doesn't exist on XP (GH-3330)Zachary Ware2017-09-051-2/+5
* | [2.7] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3343)Christian Heimes2017-09-053-2/+13
* | [2.7] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3345)Christian Heimes2017-09-056-6/+85
* | [2.7] bpo-30622: Change NPN detection: (GH-2079) (#3316)Christian Heimes2017-09-041-7/+9
* | [2.7] bpo-30450: Pull Windows dependencies from GitHub rather than SVN (GH-17...Zachary Ware2017-09-0414-102/+310
* | [2.7] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3301)Christian Heimes2017-09-043-156/+1
* | Blurbify 2.7. (#3286)larryhastings2017-09-04116-12486/+36567
* | bpo-31095: Fix potential crash during GC (GH-3197)INADA Naoki2017-09-0410-11/+43
* | [2.7] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH...Pauli Virtanen2017-09-023-30/+129
* | [2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235)Oren Milman2017-08-294-10/+41
* | Enables RC markings in nuget packages. (#3216)Steve Dower2017-08-271-0/+1
* | Merge branch 'release-2.7.14' into 2.7Benjamin Peterson2017-08-2618-136/+13735
|\ \ | |/
| * version bumps for 2.7.14rc1v2.7.14rc1Benjamin Peterson2017-08-263-9/+9
| * update pydoc topicsBenjamin Peterson2017-08-261-80/+13577
| * coalesce blurbs for 2.7.14rc1Benjamin Peterson2017-08-2614-47/+149
* | [2.7] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used t...Oren Milman2017-08-262-2/+16
|/