]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-03-10  Martin v. LöwisAvoid forward-declaring the methods array.
2006-03-10  Guido van RossumUm, I thought I'd already checked this in.
2006-03-10  Guido van RossumFix three nits found by Coverity, adding null checks...
2006-03-09  Martin v. LöwisUpdate Unicode database to Unicode 4.1.
2006-03-09  Georg BrandlMove entry to correct section.
2006-03-09  Georg BrandlPatch #1446372: quit and exit can now be called from...
2006-03-09  Tim PetersNodeInfo.__gen_init(): Fiddle so that reindent.py is
2006-03-09  Thomas HellerRemove the magic to run an uninstalled ctypes version...
2006-03-09  Andrew M. KuchlingWrite a section
2006-03-09  Thomas HellerDeleted the svn_mime-type application/octet-stream...
2006-03-09  Thomas HellerAdded VC project files to build _ctypes.pyd and _ctypes...
2006-03-09  Andrew M. KuchlingMarkup fix
2006-03-09  Andrew M. KuchlingWrite a section
2006-03-09  Georg BrandlBug #1442874: handle "<!>", the empty SGML comment
2006-03-09  Georg Brandltypo
2006-03-09  Thomas HellerDisable the testcase that crashes solaris.
2006-03-09  Thomas HellerReplace the trivial ctypes test (did only an import...
2006-03-09  Neal NorwitzTry to be a bit more consistent on all platforms:
2006-03-09  Martin v. LöwisDirectly read working copy data to obtain list of prope...
2006-03-09  Tim PetersTaught svneol to look at .c and .h files too, and
2006-03-09  Tim PetersSimple utility to add svn:eol-style to text files under
2006-03-09  Martin v. LöwisSet auto-props
2006-03-09  Tim PetersWhitespace normalization.
2006-03-09  Tim PetersThese text files were all missing the svn:eol-style...
2006-03-08  Hye-Shik ChangRemove .cvsignore and set svn:ignore for *.pyc *.pyo.
2006-03-08  Georg BrandlBug #1445901: os.path.realpath() is available on Win...
2006-03-08  Thomas HellerTrivial test for ctypes, more to come
2006-03-08  Thomas HellerCopy ctypes-0.9.9.4 Python modules from external into...
2006-03-08  Thomas HellerChanges to build the _ctypes extension module.
2006-03-08  Thomas HellerCopy ctypes-0.9.9.4 sources from external into the...
2006-03-08  Georg BrandlPatch #1434038: property() now uses the getter's docstr...
2006-03-08  Georg Brandltypo
2006-03-08  Georg BrandlFix pydoc.synopsis() so that it doesn't error out with...
2006-03-08  Neal NorwitzFix logic error and DECREF reported by Coverity.
2006-03-08  Neal NorwitzMove version added tag from PyObject_Length/Size to...
2006-03-08  Andrew M. KuchlingAdd section
2006-03-08  Thomas WoutersClean up _bsddb.c: add a couple dozen missing Py_DECREF...
2006-03-07  Martin v. LöwisReformulate 42903 using an if statement.
2006-03-07  Tim Peters_hotshot hotshot_profiler(): If write_header() returned
2006-03-07  Georg BrandlFix bug introduced in rev. 42884.
2006-03-07  Andrew M. KuchlingSome edits; add empty sections
2006-03-07  Guido van RossumAdd note about PEP 357.
2006-03-07  Guido van RossumChecking in the code for PEP 357.
2006-03-07  Guido van RossumAddress an coverity issue. Coverity was complaining...
2006-03-07  Andrew M. KuchlingTypo fix
2006-03-07  Hye-Shik ChangSF #1444030: Fix several potential defects found by...
2006-03-07  Georg BrandlAdd additional missing checks for return vals of PyTupl...
2006-03-07  Thomas WoutersFix gcc 4.0.x warning about use of uninitialized value.
2006-03-07  Thomas WoutersCoverity found bug: test result of PyTuple_New() agains...
2006-03-07  Thomas WoutersCoverity found refleak: need to free 'v' after calling...
2006-03-07  Georg BrandlBug #1440831: fix csv UnicodeWriter example
2006-03-07  Thomas WoutersCoverity-found bug: don't use temp->next *before* check...
2006-03-07  Georg BrandlBug #1432525: os.listdir now releases the GIL while...
2006-03-07  Martin v. LöwisChange int to Py_ssize_t in several places.
2006-03-07  Thomas WoutersDon't DECREF a borrowed reference.
2006-03-07  Barry WarsawSF patch #1443865; gc.get_count() added and optional...
2006-03-07  Neal NorwitzAdd a note about the bug fixes
2006-03-07  Neal NorwitzThanks to Coverity, these were all reported by their...
2006-03-06  Neal NorwitzFix warnings on x86 (32-bit) and support Win64.
2006-03-06  Neal NorwitzFix warnings on x86 (32-bit).
2006-03-06  Neal NorwitzTry to cleanup the error handling a bit so there aren...
2006-03-06  Neal NorwitzIgnore leaks from the socket test too. Sigh, this...
2006-03-06  Walter DörwaldIf size is specified, try to read at least size characters.
2006-03-06  Martin v. Löwislower-case time_t.
2006-03-06  Martin v. LöwisPatch #1437769: notice that time_t is a 64-bit type...
2006-03-06  Hye-Shik ChangCheck NULL if Py_InitModule fails.
2006-03-05  Martin v. LöwisUse devenv.com to better obtain output.
2006-03-05  Martin v. LöwisAdd buildbot support scripts.
2006-03-05  Martin v. LöwisAdd _msi.pyd.
2006-03-05  Martin v. LöwisOpen dll file in binary.
2006-03-05  Martin v. LöwisUpdate copyright notice.
2006-03-05  Martin v. LöwisImport bdist_msi
2006-03-05  Martin v. LöwisUse %Id for size_t-ish things on Win64.
2006-03-05  Neal NorwitzBackout the last hack and add in this new one.
2006-03-04  Neal NorwitzOops, urllib may or may not already be loaded.
2006-03-04  Neal NorwitzFix SF #1442937, Bad Coroutine link
2006-03-04  Neal NorwitzFix spurious test failure of test_socket_ssl when run...
2006-03-04  Neal NorwitzMake PyGC_Collect() use Py_ssize_t.
2006-03-04  Neal NorwitzOops, forgot to include this in the last checkin.
2006-03-04  Neal NorwitzUse Py_ssize_t for _Py_RefTotal.
2006-03-04  Neal NorwitzTabify
2006-03-04  Neal NorwitzGet rid of run_err_mod(). It was only used in two...
2006-03-04  Neal NorwitzChange some sequnce APIs to use Py_ssize_t.
2006-03-04  Neal NorwitzUse Py_ssize_t for PySet_Size() like all the other...
2006-03-04  Neal NorwitzRemove test for timing (already not built since comment...
2006-03-04  Hye-Shik Chang- Modernize code to use Py_ssize_t more intensively.
2006-03-04  Barry WarsawActually this file should have svn:eol-style CRLF since...
2006-03-04  Tim PetersSet eol-style to native -- doesn't appear to be any...
2006-03-04  Tim PetersWhitespace normalization.
2006-03-03  Neal NorwitzSF #1442767, docs for os.statvfs miss f_bsize parameter...
2006-03-03  Neal NorwitzI think the test_logging failure on Solaris is timing...
2006-03-03  Neal NorwitzSF bug 1442442: LIST_APPEND optimization got lost in...
2006-03-03  Neal NorwitzFix compiler breakage related to absolute imports
2006-03-03  Neal NorwitzRemove commented code
2006-03-03  Neal NorwitzHopefully this removes all vestiges of CO_GENERATOR_ALL...
2006-03-03  Thomas WoutersAdd support for absolute/relative imports and if/else...
2006-03-03  Thomas WoutersUpdate for absolute/relative imports and ifelse-express...
2006-03-03  Neal NorwitzProvide checkin access to Ronald and Bob
2006-03-03  Neal NorwitzStop building timing module, it's old and deprecated
2006-03-03  Neal NorwitzAdd test_quopri to know spurious leakers
next