- 02 Oct, 2014 7 commits
-
-
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
-
- 29 Sep, 2014 8 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518)
-
R David Murray authored
I accidentally committed this in 6375bf34fff6; this changeset addresses the last review comments on the patch. This is a perennial question and something someone opens a ticket for probably every other month or so, so I'm surprised we didn't already have a FAQ entry for it. The original patch was written by M. Votz, refined first by Ezio Melotti and further refined by me.
-
- 28 Sep, 2014 2 commits
-
-
Benjamin Peterson authored
Patch by Yongzhi Pan.
-
R David Murray authored
Pointed out by Arfrever.
-