- 14 Nis, 2017 1 kayıt (commit)
-
-
Ryan Gonzalez yazdı
-
- 05 Nis, 2017 1 kayıt (commit)
-
-
Mark Dickinson yazdı
* Implement math.remainder. * Fix markup for arguments; use double spaces after period. * Mark up function reference in what's new entry. * Add comment explaining the calculation in the final branch. * Fix out-of-order entry in whatsnew. * Add comment explaining why it's good enough to compare m with c, in spite of possible rounding error.
-
- 02 Nis, 2017 1 kayıt (commit)
-
-
Pierre Quentel yazdı
Return 304 response if file was not modified.
-
- 30 Mar, 2017 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
os.fwalk() is sped up by 2 times by using os.scandir().
-
Serhiy Storchaka yazdı
unlucky Unicode characters.
-
- 28 Mar, 2017 1 kayıt (commit)
-
-
Garvit Khatri yazdı
Add the 'monetary' parameter to format_string so that all uses of format can be converted to format_string. Adjust the documentation accordingly, and add a deprecation warning when format is used.
-
- 24 Mar, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
permission bits of newly-created intermediate-level directories.
-
- 23 Mar, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
* bpo-6532: Make the thread id an unsigned integer. From C API side the type of results of PyThread_start_new_thread() and PyThread_get_thread_ident(), the id parameter of PyThreadState_SetAsyncExc(), and the thread_id field of PyThreadState changed from "long" to "unsigned long". * Restore a check in thread_get_ident().
-
- 12 Mar, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 11 Mar, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
* bpo-26121: Use C library implementation for math functions: tgamma(), lgamma(), erf() and erfc(). * Don't use tgamma() and lgamma() from libc on OS X.
-
- 07 Mar, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 06 Mar, 2017 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
INADA Naoki yazdı
-
- 05 Mar, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
int(), bool(), float(), list() and tuple(). Specify the value as a positional argument instead.
-
- 28 Şub, 2017 1 kayıt (commit)
-
-
Xiang Zhang yazdı
-
- 27 Şub, 2017 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 25 Şub, 2017 1 kayıt (commit)
-
-
Ratnadeep Debnath yazdı
* bpo-16285: Update urllib quoting to RFC 3986 urllib.parse.quote is now based on RFC 3986, and hence includes `'~'` in the set of characters that is not escaped by default. Patch by Christian Theune and Ratnadeep Debnath.
-
- 22 Şub, 2017 3 kayıt (commit)
-
-
INADA Naoki yazdı
* bpo-29463: Add docstring field to some AST nodes. ClassDef, ModuleDef, FunctionDef, and AsyncFunctionDef has docstring field for now. It was first statement of there body. * fix document. thanks travis! * doc fixes
-
Matthias Bussonnier yazdı
bpo-29546: Improve from-import error message with location
-
Matthias Bussonnier yazdı
Nick Coghlan said on bpo-28814: > inspect.getargvalues() and inspect.formatargvalues() were deprecated > in Python 3.5 as part of implementing bpo-20438 > This is incorrect, as these are *frame* introspection related functions, > not callable introspection ones. The documentation and implementation > layout is confusing though, as they're interleaved with the callable > introspection operation This commit undeprecates these functions and adds a note to ignore previous deprecation notices.
-
- 16 Şub, 2017 1 kayıt (commit)
-
-
Matthias Bussonnier yazdı
-
- 24 Ock, 2017 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 23 Ock, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 22 Ock, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
is now of type "const char *" rather of "char *".
-
- 21 Ock, 2017 2 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
- 20 Ock, 2017 1 kayıt (commit)
-
-
Ned Deily yazdı
corresponding note to documentation. Patch by Ivan L.
-
- 16 Ock, 2017 1 kayıt (commit)
-
-
INADA Naoki yazdı
Changed stack layout bit for "easy to explain."
-
- 14 Ock, 2017 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 13 Ock, 2017 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
tarfile.TarFile.add().
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
is now positional-only.
-
- 11 Ock, 2017 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
identity when they are copied or pickled.
-
Martin Panter yazdı
-
- 30 Ara, 2016 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 22 Ara, 2016 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 19 Ara, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
whitespace, not only spaces. Patch by Robert Xiao.
-
- 18 Ara, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-