summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 2.7.14 final version bumpsv2.7.14Benjamin Peterson2017-09-161-0/+11
* bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)Victor Stinner2017-09-061-0/+3
* version bumps for 2.7.14rc1v2.7.14rc1Benjamin Peterson2017-08-261-3/+3
* coalesce blurbs for 2.7.14rc1Benjamin Peterson2017-08-2614-47/+149
* bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3145)Victor Stinner2017-08-181-0/+2
* [2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094)Christian Heimes2017-08-151-0/+2
* ttk: fix LabeledScale and OptionMenu destroy() method (#3026)Victor Stinner2017-08-081-0/+4
* [2.7] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989). (#3004)Shane Harvey2017-08-052-0/+3
* bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823)Serhiy Storchaka2017-08-021-0/+4
* bpo-29519: weakref spewing exceptions during interp finalization (#2958)INADA Naoki2017-07-311-0/+2
* [3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881) (#2883)Victor Stinner2017-07-261-0/+3
* [2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal com...Dong-hee Na2017-07-261-0/+2
* [2.7] bpo-30964: Mention ensurepip in package installation docs (GH-2795)Nicholas2017-07-211-0/+1
* bpo-30822: regrtest: fix -u extralargefile (#2788)Victor Stinner2017-07-211-0/+2
* [2.7] bpo-29854: Fix segfault in call_readline() (GH-728)Nir Soffer2017-07-101-0/+2
* [2.7] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493...Antoine Pitrou2017-06-301-0/+6
* bpo-30283: Add NEWS entry for backported regrtest (#2398)Victor Stinner2017-06-271-0/+14
* [2.7] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to ...Antoine Pitrou2017-06-261-0/+2
* [2.7] bpo-30746: Prohibited the '=' character in environment variable names (...Serhiy Storchaka2017-06-251-0/+3
* [2.7] bpo-30730: Prevent environment variables injection in subprocess on Win...Serhiy Storchaka2017-06-241-0/+3
* Add "Misc/NEWS.d" directory tree for "blurb". (#2333)larryhastings2017-06-2211-0/+11
* [2.7] bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2312)Victor Stinner2017-06-211-0/+9
* bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2294)Victor Stinner2017-06-202-0/+6
* bpo-30176: Add missing curses cell attributes constants (#2278)Xiang Zhang2017-06-191-0/+2
* [2.7] bpo-30657: Check & prevent integer overflow in PyString_DecodeEscape (#...Jay Bosamiya2017-06-182-0/+4
* bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2202)Victor Stinner2017-06-151-0/+4
* [2.7] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) ...Serhiy Storchaka2017-06-121-0/+3
* bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2006)Victor Stinner2017-06-081-0/+3
* bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1...Xiang Zhang2017-06-011-0/+3
* [2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289)Mariatta2017-05-272-0/+4
* [2.7] bpo-30310: tkFont now supports unicode options (e.g. font family). (#1567)Serhiy Storchaka2017-05-261-0/+2
* [2.7] bpo-30414: multiprocessing.Queue._feed do not break from main loop on e...Antoine Pitrou2017-05-251-0/+3
* [2.7] Fix typos in multiple `.rst` files (GH-1668) (#1707)delirious-lettuce2017-05-221-5/+5
* bpo-30003: Fix handling escape characters in HZ codec (#1720) (#1556)Xiang Zhang2017-05-221-0/+3
* bpo-30409: locale.getpreferredencoding doesn't return result (#1672)Sean McCully2017-05-211-0/+1
* [2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681)Serhiy Storchaka2017-05-202-0/+5
* [2.7] bpo-25794: Fix `type.__setattr__()` for non-interned or unicode attribu...Serhiy Storchaka2017-05-201-0/+3
* [2.7] bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595) ...Serhiy Storchaka2017-05-181-0/+4
* [2.7] bpo-30363: Backport warnings in the re module. (#1577)Serhiy Storchaka2017-05-181-0/+4
* bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581)Serhiy Storchaka2017-05-171-0/+9
* bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1624)Victor Stinner2017-05-171-0/+4
* bpo-30357 each test in test_thread waits until all spawned threads finish (#1...grzgrzgrz32017-05-152-0/+5
* bpo-11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCon...Victor Stinner2017-05-151-0/+3
* bpo-30342: Fix sysconfig.is_python_build() on VS9.0 (#1544)Victor Stinner2017-05-121-0/+3
* [2.7] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478...torsava2017-05-092-0/+5
* bpo-29990: Fix range checking in GB18030 decoder (#1509)Xiang Zhang2017-05-091-0/+2
* [2.7] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1471)Serhiy Storchaka2017-05-051-0/+4
* Revert "Issue #29094: Offsets in a ZIP file created with extern file object a...Benjamin Peterson2017-05-051-3/+2
* bpo-23404: make touch becomes make regen-all (#1466)Victor Stinner2017-05-051-0/+4
* [2.7] bpo-30236: Backported regrtest options -m and -G. (#1394)Serhiy Storchaka2017-05-031-0/+3