- 14 Nis, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 23 Kas, 2013 1 kayıt (commit)
-
-
Larry Hastings yazdı
"format units" as legacy converters, as well as two new features: "self converters" and the "version" directive.
-
- 20 Kas, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
Python now uses SipHash24 on all major platforms.
-
- 19 Eki, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 27 Agu, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
error messages and comments.
-
- 24 Haz, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 23 Haz, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
of arbitrary looking numbers.
-
- 22 Haz, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 04 Haz, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
by their HANDLE which is a pointer (and not a long, which is smaller).
-
- 13 May, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 11 Mar, 2013 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
as reported by Serhiy Storchaka and Matthew Barnett.
-
- 11 Ara, 2012 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
computation as the overflow behavior of signed integers is undefined. In practice we require compiling everything with -fwrapv which forces overflow to be defined as twos compliment but this keeps the code cleaner for checkers or in the case where someone has compiled it without -fwrapv or their compiler's equivalent. Found by Clang trunk's Undefined Behavior Sanitizer (UBSan). Cleanup only - no functionality or hash values change.
-
- 02 Ara, 2012 3 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
- 19 Kas, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 18 Kas, 2012 2 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
- 28 Eki, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 17 Eki, 2012 1 kayıt (commit)
-
-
Christian Heimes yazdı
endianess detection and handling.
-
- 05 Eki, 2012 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 15 Nis, 2012 2 kayıt (commit)
-
-
Mark Dickinson yazdı
Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah.
-
Mark Dickinson yazdı
Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah.
-
- 14 Ock, 2012 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
to a single #define instead of having several copies in several files. This excludes the Modules/ tree (datetime and expat both have a copy for their own purposes with no need for it to be the same).
-
- 10 Eki, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
* Call directly the right find/rfind method: allow inlining functions * Remove Py_LOCAL_CALLBACK (added for any_find_slice)
-
- 28 Eyl, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 24 Eyl, 2011 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 20 Nis, 2011 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 20 Kas, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
PY_ULLONG_MAX in pyport.h. Thanks Hallvard B Furuseth for the patch.
-
- 23 Eki, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 17 Eki, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 14 Eyl, 2010 3 kayıt (commit)
-
-
Daniel Stutzbach yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84810 | daniel.stutzbach | 2010-09-14 11:02:01 -0500 (Tue, 14 Sep 2010) | 1 line Remove pointers to a FAQ entry that no longer exists. Incorporate some text from the old FAQ into the docs ........
-
Daniel Stutzbach yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84810 | daniel.stutzbach | 2010-09-14 11:02:01 -0500 (Tue, 14 Sep 2010) | 1 line Remove pointers to a FAQ entry that no longer exists. Incorporate some text from the old FAQ into the docs ........
-
Daniel Stutzbach yazdı
Remove pointers to a FAQ entry that no longer exists. Incorporate some text from the old FAQ into the docs
-
- 31 Agu, 2010 1 kayıt (commit)
-
-
Daniel Stutzbach yazdı
-
- 11 Agu, 2010 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
va_copy, but available on all python platforms. Untabified a few unrelated files.
-
- 23 May, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
(instances of int, float, complex, decimal.Decimal and fractions.Fraction) that makes it easy to maintain the invariant that hash(x) == hash(y) whenever x and y have equal value.
-
- 09 May, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81032 | antoine.pitrou | 2010-05-09 17:52:27 +0200 (dim., 09 mai 2010) | 9 lines Recorded merge of revisions 81029 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........ ................
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........
-