- 05 Ock, 2009 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
into the extern "C" section. Add a few more comments and apply some minor edits to make the file contents fit the original structure again.
-
- 04 Ock, 2009 4 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
that it's equal to 1. (If isinf isn't defined, HAVE_DECL_ISINF is defined to be 0, rather than being undefined.)
-
Mark Dickinson yazdı
to use AC_CHECK_DECLS instead of AC_CHECK_FUNCS for these. (See discussion in issue #4506)
-
- 28 Ara, 2008 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Alexandre Vassalotti yazdı
-
Alexandre Vassalotti yazdı
-
- 17 Ara, 2008 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 30 Eki, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 14 Eki, 2008 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
compilation fails with "undefined reference to _Py_ascii_whitespace" Will backport to 2.6.
-
- 02 Eki, 2008 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 01 Eki, 2008 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 22 Eyl, 2008 1 kayıt (commit)
-
-
Andrew MacIntyre yazdı
Part of source_os2emx.patch in issue 3868: Include/pystrcmp.h: OS/2 has same C APIs as Windows Lib/test/test_io.py: OS/2 has same behaviour as Windows for this test Reviewed by Amaury Forgeot d'Arc
-
- 18 Eyl, 2008 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 13 Eyl, 2008 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 12 Eyl, 2008 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 29 Agu, 2008 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
exception afterwards (for a subsequent parameter), the user code will not call PyBuffer_Release() and memory will leak. Reviewed by Amaury Forgeot d'Arc.
-
- 26 Agu, 2008 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
match Python 2.5 speed despite the __instancecheck__ / __subclasscheck__ mechanism. In the process, fix a bug where isinstance() and issubclass(), when given a tuple of classes as second argument, were looking up __instancecheck__ / __subclasscheck__ on the tuple rather than on each type object. Reviewed by Benjamin Peterson and Raymond Hettinger.
-
Benjamin Peterson yazdı
-
- 21 Agu, 2008 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 19 Agu, 2008 2 kayıt (commit)
-
-
Guido van Rossum yazdı
Py_TPFLAGS_DEFAULT when not building the core.
-
Benjamin Peterson yazdı
-
- 17 Agu, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 12 Agu, 2008 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
by denying s# to parse objects that have a releasebuffer procedure, and introducing s*. More module might need to get converted to use s*.
-
- 22 Tem, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
was not always being done properly in some python types and extension modules. PyMem_MALLOC, PyMem_REALLOC, PyMem_NEW and PyMem_RESIZE have all been updated to perform better checks and places in the code that would previously leak memory on the error path when such an allocation failed have been fixed.
-
- 18 Tem, 2008 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 15 Tem, 2008 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Issue 2235: __hash__ is once again inherited by default, but inheritance can be blocked explicitly so that collections.Hashable remains meaningful
-
- 13 Tem, 2008 1 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
in Py_CLEAR().
-
- 11 Tem, 2008 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
#3343: Py_DisplaySourceLine should be a private function. Rename it to _Py_DisplaySourceLine.
-
- 06 Tem, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
freelists. Changes their CompactFreeList apis into ClearFreeList apis and calls them via gc.collect().
-
- 24 Haz, 2008 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Eric Smith yazdı
Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140.
-
- 20 Haz, 2008 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Make bin() implementation parallel oct() and hex() so that int/long subclasses can override or so that other classes can support.
-
- 19 Haz, 2008 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-