- 03 Ara, 2010 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
Simplify the signature for itertools.accumulate() to match numpy. Handle one item iterable the same way as min()/max().
-
Michael Foord yazdı
-
Benjamin Peterson yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
- 02 Ara, 2010 17 kayıt (commit)
-
-
Georg Brandl yazdı
-
Éric Araujo yazdı
-
Daniel Stutzbach yazdı
-
R. David Murray yazdı
Patch by Adrian von Bidder.
-
Brian Curtin yazdı
In order to create symlinks on Windows, SeCreateSymbolicLinkPrivilege is an account privilege that is required to be held by the user. Not only must the privilege be enabled for the account, the activated privileges for the currently running application must be adjusted to enable the requested privilege. Rather than exposing an additional function to be called prior to the user's first os.symlink call, we handle the AdjustTokenPrivileges Windows API call internally and only expose os.symlink when the privilege escalation was successful. Due to the change of only exposing os.symlink when it's available, we can go back to the original test skipping methods of checking via `hasattr`.
-
Georg Brandl yazdı
#7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2.
-
Georg Brandl yazdı
#10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONHOME is already documented.
-
David Malcolm yazdı
-
Georg Brandl yazdı
-
Terry Reedy yazdı
Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' exception. Patch by Ray Allen.
-
Raymond Hettinger yazdı
-
Nick Coghlan yazdı
Issue #9573: os.fork now works when triggered as a side effect of import (the wisdom of actually relying on this remains questionable!)
-
R. David Murray yazdı
Patch by Xuanji Li.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
- 01 Ara, 2010 14 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Raymond Hettinger yazdı
-
- 30 Kas, 2010 4 kayıt (commit)
-
-
Brian Curtin yazdı
Split a common setUp/tearDown into the appropriate parts.
-
Antoine Pitrou yazdı
much larger than operand `b`. Patch by Andrew Bennetts.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-