Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert an invalid change to a test (from 6b4be19). (#1770) | Eric Snow | 2017-05-23 | 1 | -4/+4 |
| | |||||
* | bpo-22257: Small changes for PEP 432. (#1728) | Eric Snow | 2017-05-23 | 1 | -4/+4 |
| | | | PEP 432 specifies a number of large changes to interpreter startup code, including exposing a cleaner C-API. The major changes depend on a number of smaller changes. This patch includes all those smaller changes. | ||||
* | Merge with 3.3 | Martin v. Löwis | 2014-02-28 | 1 | -4/+4 |
| | |||||
* | Issue #20731: Properly position in source code files even if they | Martin v. Löwis | 2014-02-28 | 1 | -0/+4 |
are opened in text mode. Patch by Serhiy Storchaka. |