summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Try to prevent hangs on Tru64/Alpha buildbot. I'm not certain this will helpNeal Norwitz2006-07-301-1/+37
* Verify that the signal handlers were really calledNeal Norwitz2006-07-301-0/+12
* Add some asserts and update commentsNeal Norwitz2006-07-302-2/+4
* Typo fixGeorge Yoshida2006-07-301-1/+1
* Rename struct.pack_to to struct.pack_into as changed in revision 46642.George Yoshida2006-07-301-1/+1
* Fix makefile changes for python-config.Georg Brandl2006-07-301-2/+2
* Drop usage of test -e in configure as it is not portable.Martin v. Löwis2006-07-304-47/+50
* Mention Cygwin in distutils error message about a missing VS 2003.Martin v. Löwis2006-07-302-2/+7
* Base __version__ on sys.version_info, as distutils isMartin v. Löwis2006-07-302-2/+5
* Don't copy directory stat times in shutil.copytree on WindowsMartin v. Löwis2006-07-303-1/+37
* Bug #1002398: The documentation for os.path.sameopenfile now correctlyGeorg Brandl2006-07-302-3/+5
* Clarify that __op__ methods must return NotImplemented if they don't support ...Georg Brandl2006-07-301-0/+3
* Whitespace normalizationNeal Norwitz2006-07-301-35/+32
* Bug #1515471: string.replace() accepts character buffers again.Neal Norwitz2006-07-303-73/+60
* Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn().Neal Norwitz2006-07-304-7/+28
* Patch #1531113: Fix augmented assignment with yield expressions.Neal Norwitz2006-07-305-12/+52
* - remove yet another reference to how commonly Tkinter is (thought to be) usedFred Drake2006-07-301-4/+2
* remove possibly-outdated comment on what GUI toolkit is most commonly used;Fred Drake2006-07-301-4/+3