- 11 Ara, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 28 Kas, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 27 Kas, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 26 Kas, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86561 | georg.brandl | 2010-11-20 12:47:10 +0100 (Sa, 20 Nov 2010) | 1 line #10460: Update indent.pro to match PEP 7 better. ........ r86562 | georg.brandl | 2010-11-20 14:44:41 +0100 (Sa, 20 Nov 2010) | 1 line #10439: document PyCodec C APIs. ........ r86564 | georg.brandl | 2010-11-20 15:08:53 +0100 (Sa, 20 Nov 2010) | 1 line #10460: an even better indent.pro. ........ r86565 | georg.brandl | 2010-11-20 15:16:17 +0100 (Sa, 20 Nov 2010) | 1 line socket.gethostbyname(socket.gethostname()) can fail when host name resolution is not set up correctly; do not fail test_socket if this is the case. ........ r86705 | georg.brandl | 2010-11-23 08:54:19 +0100 (Di, 23 Nov 2010) | 1 line #10468: document Unicode exception creation and access functions. ........ r86708 | georg.brandl | 2010-11-23 09:37:54 +0100 (Di, 23 Nov 2010) | 2 lines #10511: clarification of what heaps are; suggested by Johannes Hoff. ........ r86713 | georg.brandl | 2010-11-23 19:14:57 +0100 (Di, 23 Nov 2010) | 1 line assert.h is also included. Thanks to Savio Sena. ........
-
- 13 Kas, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 18 Eki, 2010 1 kayıt (commit)
-
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85675 | r.david.murray | 2010-10-17 20:15:31 -0400 (Sun, 17 Oct 2010) | 4 lines #4499: silence compiler warning on AIX. Patch from ActiveState. ........
-
- 14 Eyl, 2010 1 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 ........
-
- 01 Eyl, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84391 | antoine.pitrou | 2010-09-01 14:58:21 +0200 (mer., 01 sept. 2010) | 5 lines Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become _Py_add_one_to_C() and _Py_add_one_to_F(), respectively. ........
-
- 28 Agu, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84344 | antoine.pitrou | 2010-08-28 20:17:03 +0200 (sam., 28 août 2010) | 4 lines Issue #1868: Eliminate subtle timing issues in thread-local objects by getting rid of the cached copy of thread-local attribute dictionary. ........
-
- 19 Tem, 2010 1 kayıt (commit)
-
-
Stefan Krah yazdı
signed/unsigned chars or on integers directly derived from those. In all cases, it could be replaced by a simple cast to (unsigned char). Reasons for the change: a) Make the comment more explicit. b) If char is unsigned, the cast is optimized away. c) If char is unsigned, gcc emits spurious "array subscript has type 'char'" warnings.
-
- 04 Tem, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 03 Tem, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 24 Haz, 2010 1 kayıt (commit)
-
-
Stefan Krah yazdı
used with signed/unsigned char arguments. For integer arguments, EOF has to be handled separately.
-
- 21 Haz, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 06 Haz, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 21 May, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
embedders of the interpreter to set sys.argv without also modifying sys.path. This helps fix `CVE-2008-5983 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_.
-
- 09 May, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 08 May, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 18 Nis, 2010 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
-
- 10 Nis, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 02 Nis, 2010 1 kayıt (commit)
-
-
Larry Hastings yazdı
* PyCObject_AsVoidPtr() can now open capsules. This addresses most of the remaining backwards-compatibility concerns about the conversion of Python 2.7 from CObjects to capsules. * CObjects were marked Pending Deprecation. * Documentation about this pending deprecation was added to cobject.h. * The capsule source files were added to the legacy PC build processes.
-
- 01 Nis, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
function declaration, which was kept for backwards compatibility reasons, is now removed (the macro was introduced in 1997!).
-
- 31 Mar, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
references.
-
- 25 Mar, 2010 2 kayıt (commit)
-
-
Larry Hastings yazdı
-
Larry Hastings yazdı
CObject to PyCapsule.
-
- 18 Mar, 2010 1 kayıt (commit)
-
-
Collin Winter yazdı
Add support for weak references to code objects. This will be used by an optimization in the incoming Python 3 JIT. Patch by Reid Kleckner!
-
- 06 Mar, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 03 Mar, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
fatal error in low memory condition.
-
- 23 Şub, 2010 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
-
- 14 Şub, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 06 Şub, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 05 Şub, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
and read operations on write-only file objects. On Windows, the system C library would return a bogus result; on Solaris, it was possible to crash the interpreter. Patch by Stefan Krah.
-