| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-40545: Export _PyErr_GetTopmostException() function (GH-19978) | Victor Stinner | 2020-05-07 | 1 | -0/+3 |
|
|
* | bpo-38787: C API for module state access from extension methods (PEP 573) (GH... | Petr Viktorin | 2020-05-07 | 1 | -0/+2 |
|
|
* | bpo-1635741: Port errno module to multiphase initialization (GH-19923) | Dong-hee Na | 2020-05-07 | 1 | -0/+1 |
|
|
* | bpo-40527: Fix command line argument parsing (GH-19955) | Victor Stinner | 2020-05-06 | 1 | -0/+2 |
|
|
* | bpo-40480 "fnmatch" exponential execution time (GH-19908) | Tim Peters | 2020-05-06 | 1 | -0/+1 |
|
|
* | bpo-40523: Add pass-throughs for hash() and reversed() to weakref.proxy objec... | Pablo Galindo | 2020-05-05 | 1 | -0/+2 |
|
|
* | bpo-40504: Allow weakrefs to lru_cache objects (GH-19938) | Dennis Sweeney | 2020-05-05 | 1 | -0/+1 |
|
|
* | bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nod... | Curtis Bucher | 2020-05-05 | 1 | -0/+2 |
|
|
* | bpo-40458: Increase reserved stack space to prevent overflow crash on Windows... | Steve Dower | 2020-05-05 | 1 | -0/+1 |
|
|
* | bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926) | Victor Stinner | 2020-05-05 | 1 | -0/+2 |
|
|
* | bpo-40459: Fix NameError in platform.py (GH-19855) | Dennis Sweeney | 2020-05-05 | 1 | -0/+1 |
|
|
* | bpo-1635741: Port syslog module to multiphase initialization (GH-19907) | Dong-hee Na | 2020-05-05 | 1 | -0/+1 |
|
|
* | bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900) | Joel Rosdahl | 2020-05-04 | 2 | -0/+2 |
|
|
* | bpo-40246: Revert reporting of invalid string prefixes (GH-19888) | Lysandros Nikolaou | 2020-05-04 | 1 | -0/+1 |
|
|
* | bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836) | Serhiy Storchaka | 2020-05-04 | 1 | -0/+2 |
|
|
* | bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867) | Raymond Hettinger | 2020-05-02 | 1 | -0/+1 |
|
|
* | bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846) | Serhiy Storchaka | 2020-05-02 | 1 | -0/+1 |
|
|
* | bpo-29587: Update gen.throw() to chain exceptions (#19823) | Chris Jerdonek | 2020-05-02 | 1 | -0/+1 |
|
|
* | bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) | Robert Rouhani | 2020-05-01 | 1 | -0/+1 |
|
|
* | bpo-39435: Fix docs for pickle.loads (GH-18160) | Shantanu | 2020-05-01 | 2 | -0/+2 |
|
|
* | bpo-40412: Nullify inittab_copy during finalization (GH-19746) | Gregory Szorc | 2020-05-01 | 1 | -0/+1 |
|
|
* | bpo-32494: Use gdbm_count for dbm_length if possible (GH-19814) | Dong-hee Na | 2020-05-01 | 1 | -0/+2 |
|
|
* | bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) | Victor Stinner | 2020-05-01 | 1 | -0/+3 |
|
|
* | Revert "bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19... | Victor Stinner | 2020-04-30 | 1 | -1/+0 |
|
|
* | bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19811) | Chris Jerdonek | 2020-04-30 | 1 | -0/+1 |
|
|
* | bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742) | lrjball | 2020-04-30 | 2 | -0/+2 |
|
|
* | bpo-40389: Improve repr of typing.Optional (#19714) | Vlad Serebrennikov | 2020-04-30 | 1 | -0/+1 |
|
|
* | bpo-40291: Add support for CAN_J1939 sockets (GH-19538) | karl ding | 2020-04-29 | 1 | -0/+1 |
|
|
* | bpo-1635741: Port _stat module to multiphase initialization (GH-19798) | Dong-hee Na | 2020-04-29 | 1 | -0/+1 |
|
|
* | bpo-40328: Add tool for generating cjk mapping headers (GH-19602) | Dong-hee Na | 2020-04-29 | 1 | -0/+1 |
|
|
* | bpo-40286: Remove C implementation of Random.randbytes() (GH-19797) | Victor Stinner | 2020-04-29 | 1 | -0/+3 |
|
|
* | bpo-40228: More robust frame.setlineno. (GH-19437) | Mark Shannon | 2020-04-29 | 1 | -0/+1 |
|
|
* | bpo-40436: Fix code parsing gdb version (GH-19792) | Victor Stinner | 2020-04-29 | 1 | -0/+1 |
|
|
* | bpo-39995: Fix concurrent.futures _ThreadWakeup (GH-19760) | Victor Stinner | 2020-04-29 | 1 | -0/+2 |
|
|
* | bpo-40421: Add PyFrame_GetBack() function (GH-19765) | Victor Stinner | 2020-04-29 | 1 | -0/+1 |
|
|
* | bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781) | Victor Stinner | 2020-04-29 | 1 | -0/+2 |
|
|
* | bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) | Victor Stinner | 2020-04-29 | 1 | -0/+11 |
|
|
* | bpo-38880: List interpreters associated with a channel end (GH-17323) | Lewis Gaul | 2020-04-29 | 2 | -0/+3 |
|
|
* | bpo-40431: Fix syntax typo in turtledemo (GH-19777) | Miro Hrončok | 2020-04-29 | 1 | -0/+1 |
|
|
* | bpo-39966: Revert "bpo-25597: Ensure wraps' return value is used for magic me... | Karthikeyan Singaravelan | 2020-04-28 | 1 | -0/+2 |
|
|
* | bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098) | Ethan Onstott | 2020-04-28 | 2 | -0/+2 |
|
|
* | bpo-40421: Add PyFrame_GetCode() function (GH-19757) | Victor Stinner | 2020-04-28 | 1 | -0/+2 |
|
|
* | Merge tag 'v3.9.0a6' | Łukasz Langa | 2020-04-28 | 119 | -254/+1211 |
|\ |
|
| * | Python 3.9.0a6v3.9.0a6 | Łukasz Langa | 2020-04-27 | 119 | -254/+1211 |
|
|
* | | bpo-30966: concurrent.futures.Process.shutdown() closes queue (GH-19738) | Victor Stinner | 2020-04-27 | 1 | -0/+2 |
|
|
* | | bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735) | Victor Stinner | 2020-04-27 | 1 | -0/+2 |
|
|
* | | bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712) | Dong-hee Na | 2020-04-27 | 1 | -0/+1 |
|
|
* | | bpo-40217: Clean code in PyType_FromSpec_Alloc and add NEWS entry (GH-19733) | Pablo Galindo | 2020-04-27 | 1 | -0/+5 |
|/ |
|
* | bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720) | Serhiy Storchaka | 2020-04-27 | 1 | -0/+2 |
|
|
* | bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) | Brad Solomon | 2020-04-27 | 1 | -0/+1 |
|
|