| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix parsing reST with code or code-block directives (closes #23063) | Benjamin Peterson | 2015-01-15 | 1 | -4/+4 |
| | | | | | Patch by Marc Abramowitz. | ||||
| * | Fix setup.py register failure with invalid rst in description (#13614). | Éric Araujo | 2012-12-09 | 1 | -0/+3 |
| | | | | | Original patch by Julien Courteau and Pierre Paul Lefebvre. | ||||
| * | Fix distutils’ check and register Unicode handling (#13114). | Éric Araujo | 2011-10-09 | 1 | -0/+3 |
| | | | | | | | | | | The check command was fixed by Kirill Kuzminykh. The register command was using StringIO.getvalue, which uses “''.join” and thus coerces to str using the default encoding (ASCII), so I changed the code to use one extra intermediary list and correctly encode to UTF-8. | ||||
| * | Use standard comma punctuation; reword some sentences in the docs | Andrew M. Kuchling | 2009-10-05 | 1 | -1/+1 |
| | | |||||
| * | DistutilsSetupError was not raised when one single warning occured | Tarek Ziadé | 2009-04-17 | 1 | -1/+1 |
| | | |||||
| * | testing a full check case | Tarek Ziadé | 2009-04-11 | 1 | -1/+1 |
| | | |||||
| * | #5732: added the check command into Distutils | Tarek Ziadé | 2009-04-11 | 1 | -0/+143 |
