summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whitespace normalization.Tim Peters2006-08-021-1/+1
* This fixes bug #1527397: PythonLauncher runs scripts with the wrong workingRonald Oussoren2006-08-012-3/+29
* Make sure the postinstall action that optionally updates the user's profileRonald Oussoren2006-08-011-5/+23
* Speed up PyType_stgdict and PyObject_stgdict.Thomas Heller2006-08-011-2/+11
* os.urandom no longer masks unrelated exceptions like SystemExit orGeorg Brandl2006-08-012-1/+4
* [Patch #1520905] Attempt to suppress core file created by test_subprocess.py.Andrew M. Kuchling2006-08-011-2/+28
* Minimal useful docstring for CopyComPointer.Thomas Heller2006-08-011-1/+1
* Fix a potential segfault and various potentail refcount leaksThomas Heller2006-08-011-15/+13
* typo fixAndrew M. Kuchling2006-08-011-1/+1
* Update list of files; fix a typoAndrew M. Kuchling2006-07-311-3/+2
* [Bug #848556] Remove \d* from second alternative to avoid exponential case wh...Andrew M. Kuchling2006-07-311-1/+1
* [Bug #1514540] Instead of putting the standard types in a section, put them i...Andrew M. Kuchling2006-07-312-30/+30
* Fix function name.Georg Brandl2006-07-311-1/+1
* Remove reference to notationAndrew M. Kuchling2006-07-311-2/+2
* Typo fixAndrew M. Kuchling2006-07-311-1/+1
* Mention csv newline changesAndrew M. Kuchling2006-07-311-0/+16
* Add PyErr_WarnEx()Andrew M. Kuchling2006-07-311-0/+7
* Document PyErr_WarnEx. (Bad Neal! No biscuit!)Andrew M. Kuchling2006-07-311-2/+16
* Add refcounts for PyErr_WarnExAndrew M. Kuchling2006-07-311-0/+5
* minor tweaksSkip Montanaro2006-07-311-1/+1
* minor tweaksSkip Montanaro2006-07-311-4/+4
* ZipFile.close(): Kill the other struct.pack deprecationTim Peters2006-07-311-1/+1
* ZipFile.close(): Killed one of the struct.pack deprecationTim Peters2006-07-311-1/+2
* Redo the comment about the 2.5 change in quoted-newline handling.Andrew McNamara2006-07-311-7/+9
* Whitespace normalization.Tim Peters2006-07-311-3/+3
* Bug #1531349: right <-> left glitch in __rop__ description.Georg Brandl2006-07-301-1/+1