- 04 Oct, 2014 1 commit
-
-
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 13 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
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Victor Stinner authored
calls that were cancelled.
-
Victor Stinner authored
because _read_null() cannot be used on AIX. On AIX, reading from NULL is allowed: the first page of memory is a mapped read-only on AIX.
-
Victor Stinner authored
-
Victor Stinner authored
os.posix_fallocate() because their prototypes in system headers are wrong.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-