- 21 Jun, 2013 13 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
Andrew Kuchling authored
* Move the constants used by os.open() to after the description of os.open(), instead of putting them in their own section. * Move RTLD_* constants to "Miscellaneous System Information" section, and mention the sys functions they're used with. * Mention dir_fd parameter in os.open() text. * Typo fix ("are a supported by").
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Brett Cannon authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
- 20 Jun, 2013 6 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
* state that python3 source encoding is UTF-8, and give examples * mention surrogateescape in the 'tips and tricks' section, and backslashreplace in the "Python's Unicode Support" section. * Describe Unicode support provided by the re module. * link to Nick Coghlan's and Ned Batchelder's notes/presentations. * default filesystem encoding is now UTF-8, not ascii. * Describe StreamRecoder class. * update acks section * remove usage of "I think", "I'm not going to", etc. * various edits * remove revision history and original outline
-
Senthil Kumaran authored
Add -b and -X options to python man page. Patch contributed by Corey Brune.
-
Senthil Kumaran authored
Patch contributed by Corey Brune.
-
- 19 Jun, 2013 14 commits
-
-
R David Murray authored
-
R David Murray authored
The exception is the import related questions at the end, which need to be rewritten anyway.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Christian Heimes authored
ISO C90 forbids mixed declarations and code
-
Christian Heimes authored
ISO C90 forbids mixed declarations and code
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
- 18 Jun, 2013 5 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Christian Heimes authored
-
Christian Heimes authored
-
- 17 Jun, 2013 2 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
Reported by Arfrever Frehtes Taifersar Arahesis.
-