| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-42236: Enhance init and encoding documentation (GH-23109) | Victor Stinner | 2020-11-02 | 1 | -5/+5 |
|
|
* | closes bpo-40166: Change Unicode Howto so that it does not have a specific nu... | amaajemyfren | 2020-04-07 | 1 | -2/+3 |
|
|
* | Update some www.unicode.org URLs to use HTTPS. (GH-18912) | Benjamin Peterson | 2020-03-11 | 1 | -3/+3 |
|
|
* | Correct Roman-numeral example in Unicode HOWTO. (GH-15541) | Greg Price | 2019-09-08 | 1 | -6/+6 |
|
|
* | correct roman numeral VII description (GH-15523) | Ethan Furman | 2019-08-26 | 1 | -1/+1 |
|
|
* | docs 36789: resolve incorrect note regarding UTF-8 (GH-13111) | redshiftzero | 2019-05-17 | 1 | -5/+10 |
|
|
* | doc: fix broken link on howto/unicode page (#13160) | redshiftzero | 2019-05-09 | 1 | -1/+1 |
|
|
* | bpo-20906: Various revisions to the Unicode howto (#8394) | Andrew Kuchling | 2019-03-04 | 1 | -158/+183 |
|
|
* | Improve highlighting of some code blocks. (GH-6401) | Serhiy Storchaka | 2018-04-08 | 1 | -1/+3 |
|
|
* | bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265) | Cheryl Sabella | 2018-02-02 | 1 | -1/+1 |
|
|
* | bpo-25910: Link redirections in docs (#1933) | Sanyam Khurana | 2018-01-20 | 1 | -1/+1 |
|
|
* | bpo-25910: Fixes redirection from http to https (#4674) | Sanyam Khurana | 2017-12-06 | 1 | -2/+2 |
|
|
* | Use the correct name for ISO in Unicode HOWTO. (#1312) | Jesse Gonzalez | 2017-04-27 | 1 | -3/+3 |
|
|
* | #25916: fix a few 'string of bytes' references. | R David Murray | 2016-08-24 | 1 | -1/+1 |
|
|
* | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -1/+3 |
|
|
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -1/+1 |
|
|
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
|
|
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ... | Georg Brandl | 2016-02-26 | 1 | -3/+3 |
|
|
* | Issue #26220: Remove outdated comment about a question mark | Martin Panter | 2016-01-29 | 1 | -3/+0 |
|
|
* | Issue #22286: The "backslashreplace" error handlers now works with | Serhiy Storchaka | 2015-01-25 | 1 | -2/+5 |
|
|
* | merge 3.4 | Benjamin Peterson | 2014-12-24 | 1 | -2/+2 |
|\ |
|
| * | update correct French examples (#23109) | Benjamin Peterson | 2014-12-24 | 1 | -2/+2 |
|
|
* | | merge 3.4 (#23109) | Benjamin Peterson | 2014-12-24 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | improve incorrect French (#23109) | Benjamin Peterson | 2014-12-24 | 1 | -2/+2 |
|
|
* | | Issue #19676: Added the "namereplace" error handler. | Serhiy Storchaka | 2014-11-25 | 1 | -2/+5 |
|/ |
|
* | Fixing broken links in doc, part 2: howto/ | Georg Brandl | 2014-10-29 | 1 | -7/+15 |
|
|
* | fix off-by-one error (closes #21330) | Benjamin Peterson | 2014-04-23 | 1 | -1/+1 |
|
|
* | Get rid of deprecated IOError in the doc | Andrew Svetlov | 2014-03-31 | 1 | -1/+1 |
|
|
* | Clarify sentence. | Georg Brandl | 2013-10-29 | 1 | -1/+1 |
|
|
* | Fix markup errors in the docs and amend suspicious ignores. | Georg Brandl | 2013-10-27 | 1 | -1/+1 |
|
|
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -4/+6 |
|
|
* | Unicode howto: use .txt as a more universally understood extension for text f... | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|
|
* | #4153: update Unicode howto for Python 3.3 | Andrew Kuchling | 2013-06-20 | 1 | -95/+162 |
|
|
* | Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. | Serhiy Storchaka | 2013-02-16 | 1 | -2/+2 |
|
|
* | #4153: merge with 3.2. | Ezio Melotti | 2013-01-20 | 1 | -69/+74 |
|\ |
|
| * | #4153: update the Unicode howto. | Ezio Melotti | 2013-01-20 | 1 | -66/+74 |
|
|
* | | Fix and add more links. | Ezio Melotti | 2012-10-12 | 1 | -1/+1 |
|/ |
|
* | #15949, #15899: use \ufffd instead of ?. | Ezio Melotti | 2012-09-23 | 1 | -2/+2 |
|
|
* | #15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-... | Ezio Melotti | 2012-09-22 | 1 | -2/+2 |
|
|
* | Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek. | Senthil Kumaran | 2012-09-11 | 1 | -14/+13 |
|
|
* | Remove reference to the base64 encoding. | Antoine Pitrou | 2011-12-05 | 1 | -23/+6 |
|
|
* | Do not put a raw REPLACEMENT CHARACTER in the document. | Georg Brandl | 2010-11-19 | 1 | -1/+4 |
|
|
* | Issue #4153: Updated Unicode HOWTO. | Alexander Belopolsky | 2010-11-19 | 1 | -55/+47 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -9/+15 |
|
|
* | Merged revisions 79314 via svnmerge from | Ezio Melotti | 2010-03-22 | 1 | -1/+1 |
|
|
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,... | Georg Brandl | 2009-10-27 | 1 | -1/+1 |
|
|
* | Merged revisions 74817-74820,74822-74824 via svnmerge from | Georg Brandl | 2009-09-16 | 1 | -5/+6 |
|
|
* | Fix typo. | R. David Murray | 2009-09-12 | 1 | -1/+1 |
|
|
* | kill reference to default encoding #6889 | Benjamin Peterson | 2009-09-11 | 1 | -3/+2 |
|
|
* | Add missing documentation for bytes.decode(). | Georg Brandl | 2009-05-04 | 1 | -1/+1 |
|
|