- 17 Apr, 2013 8 commits
-
-
Roger Serwy authored
-
Roger Serwy authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 16 Apr, 2013 9 commits
-
-
Antoine Pitrou authored
Thanks to David D Lowe for reporting.
-
Antoine Pitrou authored
Thanks to David D Lowe for reporting.
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
variable if empty path argument is specified. Patch by Serhiy Storchaka.
-
Barry Warsaw authored
variable if empty path argument is specified. Patch by Serhiy Storchaka.
-
Alexandre Vassalotti authored
The C version tried to remove trailing whitespace between the last quote and the newline character. I am not sure why it had this because pickle never generated such pickles---for this to happen repr(some_string) would need to return trailing whitespace. It was maybe there to make it easier for people to write pickles in text editors. Anyhow, the Python version doesn't do this so there is no point keeping this around anymore. Also, I've changed the exception raised when a bad pickle is encountered. Again this unlikely to make much difference to anyone though it does make testing slightly nicer for us.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 15 Apr, 2013 9 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Eric V. Smith authored
-
Eric V. Smith authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Vinay Sajip authored
-
- 14 Apr, 2013 14 commits
-
-
Victor Stinner authored
* No need to double-check that strings are ready: test already done by PyUnicode_FromObject() * Remove useless kind variable (use kind1 instead)
-
Victor Stinner authored
-
Victor Stinner authored
* Check also that right is a Unicode object * call directly resize_compact() instead of unicode_resize() for a more explicit error handling, and to avoid testing some properties twice (ex: unicode_modifiable())
-
R David Murray authored
Patch by Jason Michalski.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
R David Murray authored
Patch by Jason Michalski.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
bytecode files in py_compile. Thanks to Arfrever Frehtes Taifersar Arahesis for the bug report.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-