| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) | Terry Jan Reedy | 2018-08-03 | 1 | -0/+2 |
|
|
* | bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270) | Marcel Plch | 2018-08-02 | 1 | -0/+3 |
|
|
* | bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) | Tal Einat | 2018-08-02 | 1 | -0/+1 |
|
|
* | bpo-34113: Fix a crash when using LLTRACE is on (GH-8517) | costypetrisor | 2018-07-31 | 1 | -0/+2 |
|
|
* | bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) | MartinAltmayer | 2018-07-31 | 1 | -0/+2 |
|
|
* | bpo-33089: Add math.dist() for computing the Euclidean distance between two p... | Raymond Hettinger | 2018-07-31 | 1 | -0/+1 |
|
|
* | bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) | Serhiy Storchaka | 2018-07-31 | 2 | -0/+6 |
|
|
* | bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) | Serhiy Storchaka | 2018-07-31 | 1 | -0/+1 |
|
|
* | Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a genera... | Serhiy Storchaka | 2018-07-31 | 1 | -0/+2 |
|
|
* | bpo-1617161: Make the hash and equality of methods not depending on the value... | Serhiy Storchaka | 2018-07-31 | 1 | -0/+7 |
|
|
* | bpo-33833: Fix ProactorSocketTransport AssertionError (#7893) | twisteroid ambassador | 2018-07-30 | 1 | -0/+2 |
|
|
* | bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (G... | Elvis Pranskevichus | 2018-07-30 | 1 | -0/+2 |
|
|
* | bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527) | Mickaël Schoentgen | 2018-07-29 | 1 | -0/+1 |
|
|
* | bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544) | Franz Wöllert | 2018-07-29 | 1 | -0/+2 |
|
|
* | bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510) | Berker Peksag | 2018-07-28 | 1 | -0/+2 |
|
|
* | bpo-33089: Multidimensional math.hypot() (GH-8474) | Raymond Hettinger | 2018-07-28 | 1 | -0/+1 |
|
|
* | bpo-33476: Fix _header_value_parser when address group is missing final ';' (... | Dong-hee Na | 2018-07-28 | 1 | -0/+2 |
|
|
* | bpo-30722: Fix NEWS entries (GH-8501) | Berker Peksag | 2018-07-27 | 2 | -6/+0 |
|
|
* | bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (G... | Steve Dower | 2018-07-26 | 1 | -0/+1 |
|
|
* | bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic.... | Serhiy Storchaka | 2018-07-26 | 1 | -0/+1 |
|
|
* | bpo-34197: Make _csv.Dialect attributes booleans. (GH-8440) | Serhiy Storchaka | 2018-07-26 | 1 | -0/+3 |
|
|
* | bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468) | Victor Stinner | 2018-07-26 | 1 | -0/+2 |
|
|
* | bpo-32663 Make SMTPUTF8SimTests run (#5314) | chason | 2018-07-25 | 1 | -0/+2 |
|
|
* | bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467) | Victor Stinner | 2018-07-25 | 1 | -0/+3 |
|
|
* | bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) | Ammar Askar | 2018-07-25 | 1 | -0/+3 |
|
|
* | bpo-13041: Use shutil.get_terminal_size() in argparse.HelpFormatter (GH-8459) | Berker Peksag | 2018-07-25 | 1 | -0/+3 |
|
|
* | bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351) | Serhiy Storchaka | 2018-07-24 | 1 | -0/+2 |
|
|
* | bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769) | Serhiy Storchaka | 2018-07-24 | 1 | -0/+6 |
|
|
* | bpo-34149: Behavior of the min/max with key=None (GH-8328) | Alexander Marshalov | 2018-07-24 | 1 | -0/+1 |
|
|
* | bpo-32500: Fix error messages for sequence and mapping C API. (GH-7846) | Serhiy Storchaka | 2018-07-23 | 1 | -0/+4 |
|
|
* | bpo-33336, imaplib: Legalize MOVE command (GH-6569) | Matěj Cepl | 2018-07-23 | 1 | -0/+3 |
|
|
* | bpo-21446: Update reload fixer to use importlib (GH-8391) | Berker Peksag | 2018-07-23 | 1 | -0/+2 |
|
|
* | bpo-940286: Fix pydoc to show cross refs correctly (GH-8390) | Berker Peksag | 2018-07-23 | 1 | -0/+2 |
|
|
* | bpo-34127: Fix grammar in error message with respect to argument count (GH-8395) | Xtreak | 2018-07-22 | 1 | -0/+2 |
|
|
* | bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) | jdemeyer | 2018-07-21 | 1 | -0/+2 |
|
|
* | bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253) | Vinay Sajip | 2018-07-20 | 1 | -0/+4 |
|
|
* | bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) | Victor Stinner | 2018-07-20 | 1 | -0/+1 |
|
|
* | bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. ... | ValeriyaSinevich | 2018-07-19 | 1 | -0/+2 |
|
|
* | bpo-34141: Optimized pickling simple non-recursive values. (GH-8318) | Serhiy Storchaka | 2018-07-18 | 1 | -0/+1 |
|
|
* | bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exce... | Zackery Spytz | 2018-07-17 | 1 | -0/+3 |
|
|
* | bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) | Antoine Pitrou | 2018-07-16 | 1 | -0/+2 |
|
|
* | bpo-24618: Add a check in the code constructor. (GH-8283) | Serhiy Storchaka | 2018-07-16 | 1 | -0/+2 |
|
|
* | bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288) | Benjamin Peterson | 2018-07-16 | 1 | -0/+1 |
|
|
* | bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274) | INADA Naoki | 2018-07-14 | 1 | -0/+1 |
|
|
* | bpo-34108: Fix double carriage return in 2to3 on Windows (#8271) | Jason R. Coombs | 2018-07-13 | 1 | -0/+1 |
|
|
* | bpo-34080: Fix a memory leak in the compiler. (GH-8222) | Serhiy Storchaka | 2018-07-11 | 1 | -0/+2 |
|
|
* | bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192) | Serhiy Storchaka | 2018-07-11 | 1 | -0/+2 |
|
|
* | bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114) | Eitan Adler | 2018-07-11 | 1 | -0/+2 |
|
|
* | bpo-29442: Replace optparse with argparse in setup.py (GH-139) | Chih-Hsuan Yen | 2018-07-11 | 1 | -0/+1 |
|
|
* | bpo-33597: Reduce PyGC_Head size (GH-7043) | INADA Naoki | 2018-07-10 | 1 | -0/+1 |
|
|