- 01 Eki, 2014 18 kayıt (commit)
-
-
Serhiy Storchaka yazdı
The makelocalealias.py script now can parse the SUPPORTED file from glibc sources and supports command line options for source paths.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Original patch by Georg Brandl.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
All Python-specific styling is now in the theme anyway.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
write_bytes to pathlib.Path objects. Thanks to Christopher Welborn and Ram Rachum for original patches.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
R David Murray 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ı
-
R David Murray yazdı
Patch by Francis MB.
-
- 30 Eyl, 2014 22 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Check if the sporadic failure is related to a timeout. The test just failed on the buildbot "x86 Windows7 3.x": 1 thread done / 20 (the 'done' condition was not signaled because 1 < 20).
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
-
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ı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument.
-
Victor Stinner yazdı
remove delayed calls that were cancelled.
-
Victor Stinner yazdı
calls that were cancelled.
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
Remove pointless "vile hack" that can cause the build step to fail when some extension modules can't be imported. See issue #5309 for the build failures, issue #458343 for the original motivation.
-
Victor Stinner yazdı
_read_null(), 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. _read_null() and _sigabrt() don't accept parameters.
-
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ı
-