- 04 Eki, 2014 1 kayıt (commit)
-
-
R David Murray yazdı
Patch by Éric Araujo with help from Lars Gustäbel.
-
- 03 Eki, 2014 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Christian Heimes and Alex Gaynor.
-
Zachary Ware yazdı
Reported by Scott Hinton on docs@.
-
R David Murray yazdı
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 yazdı
Python3 does not have the bug covered by the issue.
-
- 02 Eki, 2014 11 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
derived from sr_rs@latin.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Terry Jan Reedy yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
- 01 Eki, 2014 10 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Terry Jan Reedy yazdı
Original patch by Georg Brandl.
-
Georg Brandl yazdı
All Python-specific styling is now in the theme anyway.
-
Georg Brandl yazdı
-
Terry Jan Reedy yazdı
-
Berker Peksag yazdı
-
Ned Deily yazdı
-
R David Murray yazdı
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 yazdı
Patch by Francis MB.
-
- 30 Eyl, 2014 13 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Georg Brandl yazdı
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
calls that were cancelled.
-
Victor Stinner yazdı
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 yazdı
-
Victor Stinner yazdı
os.posix_fallocate() because their prototypes in system headers are wrong.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-