summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)Miss Islington (bot)2018-09-101-0/+1
* bpo-25083: Python can sometimes create incorrect .pyc files (GH-8449)tzickel2018-09-101-0/+2
* bpo-25750: fix refcounts in type_getattro() (GH-6118) (GH-9091)Victor Stinner2018-09-071-0/+2
* bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9058)Victor Stinner2018-09-041-0/+2
* bpo-34500: Fix ResourceWarning in difflib.py (GH-8926)Mickaël Schoentgen2018-09-021-0/+1
* closes bpo-34540: Convert shutil._call_external_zip to use subprocess rather ...Benjamin Peterson2018-08-291-0/+3
* [2.7] bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks...Tal Einat2018-08-261-0/+2
* [2.7] Issue GH-18560: Fix potential NULL pointer dereference in sum(). (GH-8892)Benjamin Peterson2018-08-231-0/+1
* [2.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8791)Christian Heimes2018-08-161-0/+1
* closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)Miss Islington (bot)2018-08-151-0/+1
* [2.7] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8765)Christian Heimes2018-08-141-0/+1
* [2.7] bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) (GH-8644)Terry Jan Reedy2018-08-021-0/+2
* [2.7] bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)Tal Einat2018-08-021-0/+1
* 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