summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-34229: Check start and stop of slice object to be long when they are not ...Xtreak2018-07-261-0/+2
* bpo-33336, imaplib: Legalize MOVE command (GH-6569)Miss Islington (bot)2018-07-231-0/+3
* bpo-25943: Fix potential heap corruption in bsddb's _db_associateCallback() (...Zackery Spytz2018-07-211-0/+2
* [2.7] bpo-34068: iobase_close could call PyObject_SetAttrString with an excep...Serhiy Storchaka2018-07-171-0/+3
* bpo-34080: Fix a memory leak in the compiler. (GH-8222)Miss Islington (bot)2018-07-111-0/+2
* [2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255)Serhiy Storchaka2018-07-111-0/+2
* bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) ...Serhiy Storchaka2018-07-091-0/+2
* [2.7] closes bpo-34050: Fix link in SSL docs (GH-8173). (GH-8179)Benjamin Peterson2018-07-071-0/+1
* [2.7] bpo-34019: Fix wrong arguments for Opera Browser (GH-8047) (#8126)Pablo Galindo2018-07-071-0/+2
* [2.7] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behav...Ammar Askar2018-07-061-0/+3
* [2.7] bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) (GH...Serhiy Storchaka2018-06-301-0/+3
* [2.7] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)...Zackery Spytz2018-06-291-0/+2
* [2.7] closes bpo-33956: update vendored expat to 2.2.5 (GH-7925)Benjamin Peterson2018-06-261-0/+1
* [2.7] bpo-33873: Backport regrtest from master (GH-7936)Victor Stinner2018-06-261-0/+4
* bpo-33711: Fix license generation error in installer build script (GH-7241)native-api2018-06-241-0/+1
* bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH-7825)Victor Stinner2018-06-221-0/+1
* bpo-33901: Fix test_gdbm for gdbm 1.15 (GH-7798) (GH-7818)Victor Stinner2018-06-201-0/+2
* [2.7] bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) (GH-7758)Terry Jan Reedy2018-06-161-0/+1
* bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7726)Victor Stinner2018-06-153-0/+5
* bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958...Xiang Zhang2018-06-152-0/+2
* bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)Miss Islington (bot)2018-06-081-0/+2
* [2.7] bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-738...Serhiy Storchaka2018-06-051-0/+3
* [2.7] bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-714...Antoine Pitrou2018-06-031-0/+2
* bpo-33645: Fix an "unknown parsing error" in the parser. (GH-7119)Serhiy Storchaka2018-05-311-0/+2
* bpo-29512: Rename Lib/test/bisect.py to bisect_cmd.py (#7229)Victor Stinner2018-05-301-0/+3
* bpo-33354: Fix test_ssl when a filename cannot be encoded (GH-6613)Pablo Galindo2018-05-251-0/+2
* [2.7] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (#7096)Serhiy Storchaka2018-05-241-0/+4
* [2.7] Fix line breaks added after hyphens by blurb. (GH-7052)Serhiy Storchaka2018-05-2215-63/+63
* [2.7] bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) (GH-7015)Serhiy Storchaka2018-05-212-0/+3
* [2.7] bpo-33503: Fix the broken pypi link in the source and the documentation...Stéphane Wirtel2018-05-161-0/+1
* [2.7] bpo-32861: robotparser fix incomplete __str__ methods. (GH-5711) (GH-67...Serhiy Storchaka2018-05-152-0/+4
* bpo-33038: Fix gzip.GzipFile for file objects with a non-string name attribut...Bo Bayles2018-05-092-0/+3
* bpo-33096: Removed unintentionally backported from Python 3 Tkinter files. (G...Serhiy Storchaka2018-05-081-0/+1
* [2.7] bpo-33422: Fix quotation marks getting deleted when looking up byte/str...Andrés Delfino2018-05-071-0/+2
* [2.7] bpo-20087: Update locale alias mapping with glibc 2.27 supported locale...Serhiy Storchaka2018-05-061-0/+1
* bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5...Cheryl Sabella2018-05-051-0/+1
* bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)Miss Islington (bot)2018-05-021-0/+1
* [2.7] bpo-33256: Replace angle brackets around python object repr to display ...Serhiy Storchaka2018-04-302-0/+2
* merge 2.7.15 release branchBenjamin Peterson2018-04-291-0/+6
|\
| * generate 2.7.15 NEWSBenjamin Peterson2018-04-291-0/+6
* | Merge 2.7.15 release branchBenjamin Peterson2018-04-291-0/+3
|\ \ | |/
| * Indicate that _PyGC_Head is only 8-byte aligned. (closes bpo-33374)Florian Weimer2018-04-291-0/+3
* | fix running the curses.has_key module (closes bpo-33359) (GH-6608)Benjamin Peterson2018-04-251-0/+1
* | bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546)Miss Islington (bot)2018-04-201-0/+1
* | [2.7] bpo-33308: Fix a crash in the parser module when convert an ST object. ...Serhiy Storchaka2018-04-191-0/+2
|/
* make NEWS for 2.7.15rc1Benjamin Peterson2018-04-14167-370/+1693
* bpo-33148: Update Windows build to use OpenSSL 1.0.2oSteve Dower2018-04-141-0/+1
* [2.7] bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (GH-6408...Miss Islington (bot)2018-04-141-0/+1
* [2.7] Fix errant NEWS item: bpo-19019 -> bpo-17128 (GH-6470)Ned Deily2018-04-141-0/+0
* [2.7] Backport macOS universal build and installer fixes from 3.6. (GH-6469)Ned Deily2018-04-144-0/+17