summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ``str`` is now the same object as ``types.StringType``.Georg Brandl2006-08-081-17/+24
* Bug #1536660: separate two words.Georg Brandl2006-08-081-1/+1
* Bug #1536828: typo: TypeType should have been StringType.Georg Brandl2006-08-081-1/+1
* Bump version numberAndrew M. Kuchling2006-08-081-1/+1
* 'Other changes' section now has only one item; move the item elsewhere and re...Andrew M. Kuchling2006-08-081-22/+13
* Move obmalloc item into C API sectionAndrew M. Kuchling2006-08-081-29/+29
* Reword paragraph to clarifyAndrew M. Kuchling2006-08-081-4/+5
* Remove accidently committed, duplicated test.Thomas Heller2006-08-081-2/+0
* memcmp() can return values other than -1, 0, and +1 but tp_compareThomas Heller2006-08-083-1/+6
* Remove "non-mapping" and "non-sequence" from TypeErrors raised byGeorg Brandl2006-08-081-2/+2
* webbrowser: Silence stderr output if no gconftool or gnome browser foundGeorg Brandl2006-08-081-2/+2
* [Patch #1464056] Ensure that we use the panelw library when linking with ncur...Andrew M. Kuchling2006-08-061-2/+6
* test_threading now skips testing alternate thread stack sizes onAndrew MacIntyre2006-08-062-2/+15
* Don't produce output in test_builtin.Georg Brandl2006-08-061-2/+2
* Bug #1535165: fixed a segfault in input() and raw_input() whenGeorg Brandl2006-08-063-1/+12
* Bug #1535081: A leading underscore has been added to the names ofGeorg Brandl2006-08-061-5/+8
* Bug #1535182: really test the xreadlines() method of bz2 objects.Georg Brandl2006-08-062-1/+3
* Patch #1534922: correct and enhance unittest docs.Georg Brandl2006-08-052-142/+181
* Fix #1530559, struct.pack raises TypeError where it used to convert.Bob Ippolito2006-08-043-26/+133
* Whitespace normalization.Tim Peters2006-08-041-1/+1
* Fix mangled sentenceAndrew M. Kuchling2006-08-041-1/+1
* Typo fixesAndrew M. Kuchling2006-08-042-2/+2
* Fix #1534738: win32 debug version of _msi must be _msi_d.pyd, not _msi.pyd.Thomas Heller2006-08-042-2/+4
* Fix #1530448 - fix ctypes build failure on solaris 10.Thomas Heller2006-08-042-0/+7
* On Windows, make PyErr_Warn an exported function again.Thomas Heller2006-08-042-1/+4
* Better fix for bug #1531405, not executing str(value) twice.Georg Brandl2006-08-041-7/+3
* Change fix for segfaulting property(), add a NEWS entry and a test.Georg Brandl2006-08-044-10/+33
* Fix the 'compiler' package to generate correct code for MAKE_CLOSURE.Neil Schemenauer2006-08-043-26/+29
* Fix bug caused by first decrefing, then increfing.Georg Brandl2006-08-041-5/+4
* fix typosGregory P. Smith2006-08-041-4/+4
* SF patch #1534048 (bug #1531003): fix typo in error messageFred Drake2006-08-041-1/+1
* There were really two issuesNeal Norwitz2006-08-041-1/+2
* Bug #1333982: string/number constants were inappropriately storedNeal Norwitz2006-08-043-2/+25
* Bug #1191458: tracing over for loops now produces a line eventNeal Norwitz2006-08-044-11/+56
* Bug #1531405, format_exception no longer raises an exception ifNeal Norwitz2006-08-043-5/+51
* Tagging for release of Python 2.5b3Anthony Baxter2006-08-031-0/+1
* Add missing svn:eol-style property to text files.v2.5b3Tim Peters2006-08-020-0/+0
* Correction of patch #1455898: In the mbcs decoder, set final=FalseMartin v. Löwis2006-08-023-20/+15
* Fix a mistake.Thomas Heller2006-08-021-3/+3
* A few nore words about what ctypes does.Thomas Heller2006-08-021-7/+28
* pre-release machinationsAnthony Baxter2006-08-027-10/+10
* Add some explanation about Klocwork and Coverity static analysisNeal Norwitz2006-08-022-0/+48
* Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs duringNeal Norwitz2006-08-024-18/+73
* Let us know when there was a problem and the child had to kill the parentNeal Norwitz2006-08-021-0/+1
* v is already checked for NULL, so just DECREF itNeal Norwitz2006-08-021-1/+1
* _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long.Neal Norwitz2006-08-024-6/+9
* Updated documentation for the script that builds the OSX installer.Ronald Oussoren2006-08-021-6/+38
* _Stream.close(): Try to kill struct.pack() warnings whenTim Peters2006-08-021-1/+7
* Prevent memory leak on error.Neal Norwitz2006-08-021-1/+1
* Try to squash struct.pack warnings on the "amd64 gentoo trunk"Tim Peters2006-08-021-1/+7