aboutsummaryrefslogtreecommitdiff
path: root/Misc
AgeCommit message (Expand)Author
2018-09-13[2.7] closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9267)Benjamin Peterson
2018-09-12[2.7] closes bpo-34652: Always disable lchmod on Linux. (GH-9242)Benjamin Peterson
2018-09-12[2.7] bpo-28994: Remove mistakenly backported atexitmodule.c (GH-9214)Zackery Spytz
2018-09-11[2.7] bpo-34405: Updated to OpenSSL 1.0.2p for Windows builds. (GH-8776) (GH-...Steve Dower
2018-09-11[2.7] bpo-34405: Update to OpenSSL 1.0.2p for macOS installer builds (GH-9191...Miss Islington (bot)
2018-09-11[2.7] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-9125)Chih-Hsuan Yen
2018-09-11[2.7] closes bpo-31608: Fix a crash in methods of a subclass of _collections....Benjamin Peterson
2018-09-10bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)Miss Islington (bot)
2018-09-10bpo-25083: Python can sometimes create incorrect .pyc files (GH-8449)tzickel
2018-09-07bpo-25750: fix refcounts in type_getattro() (GH-6118) (GH-9091)Victor Stinner
2018-09-04bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9058)Victor Stinner
2018-09-02bpo-34500: Fix ResourceWarning in difflib.py (GH-8926)Mickaël Schoentgen
2018-08-29closes bpo-34540: Convert shutil._call_external_zip to use subprocess rather ...Benjamin Peterson
2018-08-26[2.7] bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks...Tal Einat
2018-08-23[2.7] Issue GH-18560: Fix potential NULL pointer dereference in sum(). (GH-8892)Benjamin Peterson
2018-08-16[2.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8791)Christian Heimes
2018-08-15closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)Miss Islington (bot)
2018-08-14[2.7] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8765)Christian Heimes
2018-08-02 [2.7] bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) (GH-8644)Terry Jan Reedy
2018-08-02[2.7] bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)Tal Einat
2018-07-26bpo-34229: Check start and stop of slice object to be long when they are not ...Xtreak
2018-07-23bpo-33336, imaplib: Legalize MOVE command (GH-6569)Miss Islington (bot)
2018-07-21bpo-25943: Fix potential heap corruption in bsddb's _db_associateCallback() (...Zackery Spytz
2018-07-17[2.7] bpo-34068: iobase_close could call PyObject_SetAttrString with an excep...Serhiy Storchaka
2018-07-11bpo-34080: Fix a memory leak in the compiler. (GH-8222)Miss Islington (bot)
2018-07-11[2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255)Serhiy Storchaka
2018-07-09bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) ...Serhiy Storchaka
2018-07-07[2.7] closes bpo-34050: Fix link in SSL docs (GH-8173). (GH-8179)Benjamin Peterson
2018-07-07[2.7] bpo-34019: Fix wrong arguments for Opera Browser (GH-8047) (#8126)Pablo Galindo
2018-07-06[2.7] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behav...Ammar Askar
2018-06-30[2.7] bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) (GH...Serhiy Storchaka
2018-06-29[2.7] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)...Zackery Spytz
2018-06-26[2.7] closes bpo-33956: update vendored expat to 2.2.5 (GH-7925)Benjamin Peterson
2018-06-26[2.7] bpo-33873: Backport regrtest from master (GH-7936)Victor Stinner
2018-06-24bpo-33711: Fix license generation error in installer build script (GH-7241)native-api
2018-06-22bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH-7825)Victor Stinner
2018-06-20bpo-33901: Fix test_gdbm for gdbm 1.15 (GH-7798) (GH-7818)Victor Stinner
2018-06-16[2.7] bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) (GH-7758)Terry Jan Reedy
2018-06-15bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7726)Victor Stinner
2018-06-15bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958...Xiang Zhang
2018-06-08bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)Miss Islington (bot)
2018-06-05[2.7] bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-738...Serhiy Storchaka
2018-06-03[2.7] bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-714...Antoine Pitrou
2018-05-31bpo-33645: Fix an "unknown parsing error" in the parser. (GH-7119)Serhiy Storchaka
2018-05-30bpo-29512: Rename Lib/test/bisect.py to bisect_cmd.py (#7229)Victor Stinner
2018-05-25bpo-33354: Fix test_ssl when a filename cannot be encoded (GH-6613)Pablo Galindo
2018-05-24[2.7] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (#7096)Serhiy Storchaka
2018-05-22[2.7] Fix line breaks added after hyphens by blurb. (GH-7052)Serhiy Storchaka
2018-05-21[2.7] bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) (GH-7015)Serhiy Storchaka
2018-05-16[2.7] bpo-33503: Fix the broken pypi link in the source and the documentation...Stéphane Wirtel