- 10 Haz, 2017 1 kayıt (commit)
-
-
Zachary Ware yazdı
Updates checked-in line endings on several files.
-
- 03 Nis, 2017 1 kayıt (commit)
-
-
Angus Hollands yazdı
-
- 27 Mar, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
Make also minor PEP8 coding style fixes on modified imports.
-
- 22 Ock, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
is now of type "const char *" rather of "char *".
-
- 09 Ock, 2017 2 kayıt (commit)
-
-
Stefan Krah yazdı
so let's defer this until 3.7, 3.8, ... all have this new function.
-
Stefan Krah yazdı
- There was no real problem to begin with. - The hypothetical problem has been fixed by 5bdc8e1a50c8.
-
- 07 Ock, 2017 3 kayıt (commit)
-
-
Stefan Krah yazdı
maintenance issues (cost/benefit).
-
Stefan Krah yazdı
path in order to avoid maintenance issues.
-
Stefan Krah yazdı
path and cause maintenance issues (3.6 <-> 3.7, private test suite).
-
- 16 Ara, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 08 Ara, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #28915: Without parenthesis, _PyObject_CallMethodId() avoids the creation a temporary tuple, and so is more efficient.
-
- 06 Ara, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Replace: PyObject_CallObject(callable, NULL) with: _PyObject_CallNoArg(callable)
-
- 16 Kas, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
The latter function is more readable, faster and doesn't raise exceptions.
-
- 09 Eyl, 2016 1 kayıt (commit)
-
-
Brett Cannon yazdı
Thanks to Georg Brandl for the patch.
-
- 07 Eyl, 2016 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 06 Eyl, 2016 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 17 Tem, 2016 1 kayıt (commit)
-
-
Stefan Krah yazdı
eliminate all internal uses of overridden methods.
-
- 20 Haz, 2016 2 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
- 26 Nis, 2016 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 25 Nis, 2016 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 23 Mar, 2016 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 17 Ock, 2016 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 28 Ara, 2015 1 kayıt (commit)
-
-
Stefan Krah yazdı
Mark Dickinson.
-
- 19 Ara, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
This allows sys.getsize() to work correctly with their subclasses with __slots__ defined.
-
- 03 Eyl, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
As suggested by Steve Dower and approved by Stefan Krah.
-
- 13 Nis, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why.
-
- 12 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Fixed 2 to 3 porting bug in pynche.ColorDB.
-
- 28 Eyl, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Corresponding functions now accept `const char *` (issue #1772673).
-
- 10 Eyl, 2014 1 kayıt (commit)
-
-
Stefan Krah yazdı
self-contained, this change facilitates maintenance and the Python version can be easily imported for experimentation.
-
- 26 Agu, 2014 2 kayıt (commit)
-
-
Stefan Krah yazdı
with an external libmpdec.
-
Stefan Krah yazdı
-
- 02 May, 2014 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 01 May, 2014 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 29 Nis, 2014 2 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
- 15 Mar, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 16 Ock, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
test files.
-
Serhiy Storchaka yazdı
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script.
-