summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Collapse)AuthorAgeFilesLines
* Port build identification from default branch.Georg Brandl2011-03-061-0/+2
|
* remove dictmaker rule; it's unusedBenjamin Peterson2010-12-111-14/+13
|
* next release cycle bumpBenjamin Peterson2010-11-281-1/+1
|
* 2.7.1 final version bumpv2.7.1Benjamin Peterson2010-11-271-3/+3
|
* Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge fromGeorg Brandl2010-11-261-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. ........
* towards finalBenjamin Peterson2010-11-131-1/+1
|
* 2.7.1rc1 bumpv2.7.1rc1Benjamin Peterson2010-11-131-4/+4
|
* Merged revisions 85675 via svnmerge fromR. David Murray2010-10-181-0/+2
| | | | | | | | | | | | 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. ........
* Merged revisions 84810 via svnmerge fromDaniel Stutzbach2010-09-141-7/+8
| | | | | | | | | | 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 ........
* Merged revisions 84391 via svnmerge fromAntoine Pitrou2010-09-011-0/+7
| | | | | | | | | | | 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. ........
* Merged revisions 84344 via svnmerge fromAntoine Pitrou2010-08-281-0/+7
| | | | | | | | | | | 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. ........
* Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wideStefan Krah2010-07-191-6/+1
| | | | | | | | | | | | | 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.
* technically not at 2.7.1 yetBenjamin Peterson2010-07-041-3/+3
|
* prepare for 2.7.1Benjamin Peterson2010-07-031-3/+3
|
* update to 2.7 finalBenjamin Peterson2010-07-031-3/+3
|
* Issue #9020: The Py_IS* macros from pyctype.h should generally only beStefan Krah2010-06-241-0/+3
| | | | | used with signed/unsigned char arguments. For integer arguments, EOF has to be handled separately.
* towards final releaseBenjamin Peterson2010-06-211-1/+1
|
* bump verson to 2.7rc2v2.7rc2Benjamin Peterson2010-06-211-2/+2
|
* careening towards 2.7rc2 we goBenjamin Peterson2010-06-061-1/+1
|
* bump version to 2.7 rc1Benjamin Peterson2010-06-061-3/+3
|
* Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allowsAntoine Pitrou2010-05-211-0/+1
| | | | | | 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>`_.
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-0916-1555/+1555
|
* towards 2.7 release candidate 1Benjamin Peterson2010-05-081-1/+1
|
* bump version to 2.7 beta 2v2.7b2Benjamin Peterson2010-05-081-2/+2
|
* Fix for issue #7072Ronald Oussoren2010-04-181-1/+10
|
* towards beta 2Benjamin Peterson2010-04-101-1/+1
|
* bump version to 2.7b1Benjamin Peterson2010-04-101-3/+3
|
* Capsule-related changes:Larry Hastings2010-04-021-2/+26
| | | | | | | | | | | * 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.
* Issue #8276: PyEval_CallObject() is now only available in macro form. TheAntoine Pitrou2010-04-011-4/+0
| | | | | function declaration, which was kept for backwards compatibility reasons, is now removed (the macro was introduced in 1997!).
* Issue #8268: Old-style classes (not just instances) now support weakAntoine Pitrou2010-03-311-0/+1
| | | | references.
* Remove extraneous experimental code checked in by accident.Larry Hastings2010-03-251-92/+0
|
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-258-22/+168
| | | | CObject to PyCapsule.
* Add support for weak references to code objects. This will be used by an ↵Collin Winter2010-03-181-0/+1
| | | | | | optimization in the incoming Python 3 JIT. Patch by Reid Kleckner!
* post release updateBenjamin Peterson2010-03-061-1/+1
|
* bump version to 2.7a4v2.7a4Benjamin Peterson2010-03-061-2/+2
|
* Issue #7544: Preallocate thread memory before creating the thread to avoid aVictor Stinner2010-03-031-0/+2
| | | | fatal error in low memory condition.
* #4852: Remove dead code in every thread implementation, unused for many years.Amaury Forgeot d'Arc2010-02-231-9/+0
|
* Silence more 'comparison between signed and unsigned' warnings.Mark Dickinson2010-02-141-4/+4
|
* post release updatesBenjamin Peterson2010-02-061-1/+1
|
* bump version to 2.7a3v2.7a3Benjamin Peterson2010-02-061-2/+2
|
* Issue #5677: Explicitly forbid write operations on read-only file objects,Antoine Pitrou2010-02-051-0/+2
| | | | | | 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.
* Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, aMark Dickinson2010-01-301-0/+1
| | | | | long long variant of PyLong_AsLongAndOverflow. Patch by Case Van Horsen.
* - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4Ronald Oussoren2010-01-171-1/+1
| | | | | | | | | | | | - Issue #7714: Use ``gcc -dumpversion`` to detect the version of GCC on MacOSX. - Make configure look for util.h as well as libutil.h. The former is the header file that on OSX contains the defition of openpty. (Needed to compile for OSX 10.4 on OSX 10.6) - Use the correct definition of CC to compile the pythonw executable
* Use PyAPI_DATA.Antoine Pitrou2010-01-171-1/+1
|
* Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`)Antoine Pitrou2010-01-171-1/+5
| | | | | | could crash in many places because of the PyByteArray_AS_STRING() macro returning NULL. The macro now returns a statically allocated empty string instead.
* Issue #1967: Backport dictionary views.Alexandre Vassalotti2010-01-111-0/+12
|
* Issue #2333: Backport set and dict comprehensions syntax.Alexandre Vassalotti2010-01-114-8/+29
|
* Issue #2335: Backport set literals syntax from Python 3.x.Alexandre Vassalotti2010-01-093-23/+31
|
* post release version adjustmentBenjamin Peterson2010-01-091-1/+1
|
* bump version to 2.7a2v2.7a2Benjamin Peterson2010-01-091-2/+2
|