The French, German, and Simplified Chinese translation files are supported by Qt Software. All other translations are contributed by third parties. These are provided without guarantees and may disappear from future Qt releases. s'/>
summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #8276: PyEval_CallObject() is now only available in macro form. TheAntoine Pitrou2010-04-011-4/+0
* Issue #8268: Old-style classes (not just instances) now support weakAntoine Pitrou2010-03-311-0/+1
* 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
* Add support for weak references to code objects. This will be used by an opti...Collin Winter2010-03-181-0/+1
* 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
* #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
* Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, aMark Dickinson2010-01-301-0/+1
* - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4Ronald Oussoren2010-01-171-1/+1
* Use PyAPI_DATA.Antoine Pitrou2010-01-171-1/+1
* Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`)Antoine Pitrou2010-01-17