- 05 Oct, 2014 2 commits
-
-
Victor Stinner authored
* Don't call the garbage collector with an exception set: it causes an assertion to fail in debug mode. * Enhance also error handling if allocating an array for the executable list failed. * Add an unit test for 4 different errors in the _posixsubprocess module.
-
Georg Brandl authored
-
- 04 Oct, 2014 9 commits
-
-
R David Murray authored
Original patch by Erik Johansson, slightly updated by Meador Inge.
-
R David Murray authored
Original patch by Peter Saveliev.
-
Antoine Pitrou authored
Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. Patch by Olivier Grisel.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
"xmlcharrefreplace", and "surrogatepass" error handlers.
-
Nick Coghlan authored
-
Serhiy Storchaka authored
(including empty directories) in ZIP file.
-
R David Murray authored
Patch by Éric Araujo with help from Lars Gustäbel.
-
- 03 Oct, 2014 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Christian Heimes and Alex Gaynor.
-
Zachary Ware authored
Reported by Scott Hinton on docs@.
-
R David Murray authored
The test needs to be skipped if unicodedata is either part of the main binary (a repackaging of cpython on Windows?) or has python source (pypy?). PEP 3147 makes __file__ point to the .py source, so we need to change the extension check from looking for the old .pyc/.pyo to just looking for .py. Note that this skip should never trigger on CPython itself, so one could argue it should be dropped instead. But since it exists, why risk breaking someone else's python.
-
R David Murray authored
Python3 does not have the bug covered by the issue.
-
- 02 Oct, 2014 11 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
derived from sr_rs@latin.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Terry Jan Reedy authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
- 01 Oct, 2014 10 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
Original patch by Georg Brandl.
-
Georg Brandl authored
All Python-specific styling is now in the theme anyway.
-
Georg Brandl authored
-
Terry Jan Reedy authored
-
Berker Peksag authored
-
Ned Deily authored
-
R David Murray authored
We don't want to go into a full explanation of scopes at this point in the tutorial, so we just mention that the loop creates or overwrites a persistent variable while the listcomp doesn't. Not mentioning this would lead someone to incorrectly assume loops and listcomps were *completely* equivalent, which would confuse them later. Original patch by Rose Ames, tweaked to remove the word 'scope'.
-
R David Murray authored
Patch by Francis MB.
-
- 30 Sep, 2014 3 commits
-
-
Terry Jan Reedy authored
-
Georg Brandl authored
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
-
Georg Brandl authored
-