Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release ... | Serhiy Storchaka | 2020-03-09 | 1 | -4/+5 |
* | bpo-31338 (#3374) | Barry Warsaw | 2017-09-14 | 1 | -2/+1 |
* | merge | Raymond Hettinger | 2013-08-13 | 1 | -9/+0 |
|\ | |||||
| * | Issue 18719: Remove a false optimization | Raymond Hettinger | 2013-08-13 | 1 | -9/+0 |
* | | Issue #18722: Remove uses of the "register" keyword in C code. | Antoine Pitrou | 2013-08-13 | 1 | -2/+2 |
|/ | |||||
* | Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE. | Martin v. Löwis | 2011-10-07 | 1 | -1/+1 |
* | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -5/+18 |
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -11/+11 |
* | Fixed issue #1564: The set implementation should special-case PyUnicode inste... | Christian Heimes | 2007-12-10 | 1 | -0/+21 |