Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) | Victor Stinner | 2017-12-13 | 1 | -9/+14 |
* | bpo-32030: Rework memory allocators (#4625) | Victor Stinner | 2017-11-29 | 1 | -13/+6 |
* | bpo-32030: Split Py_Main() into subfunctions (#4399) | Victor Stinner | 2017-11-15 | 1 | -3/+11 |
* | bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334) | xdegaye | 2017-11-12 | 1 | -8/+1 |
* | bpo-31877: Add _Py_LegacyLocaleDetected and _PyCoerceLegacyLocale to pylifecy... | Erik Bray | 2017-10-27 | 1 | -14/+10 |
* | bpo-28180: Implementation for PEP 538 (#659) | Nick Coghlan | 2017-06-11 | 1 | -0/+37 |
* | Add PYTHONMALLOC env var | Victor Stinner | 2016-03-14 | 1 | -0/+9 |
* | Replace fpgetmask() with fedisableexcept() | Victor Stinner | 2016-01-20 | 1 | -6/+2 |
* | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename | Victor Stinner | 2014-08-01 | 1 | -1/+1 |
* | Issue #18093: Factor out the programs that embed the runtime | Nick Coghlan | 2014-07-25 | 1 | -0/+77 |