]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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
2006-03-02  Brett CannonText moved to PEP 339.
2006-03-02  Brett CannonFix minor docstring typo.
2006-03-02  Tim PetersDocument the purpose of the struct _block members.
2006-03-02  Tim PetersAdded words about what PyArena_Malloc() does.
2006-03-02  Tim PetersBeefed up description of what this does; new XXX.
2006-03-02  Tim PetersNew XXX pointing out errors in the description of
2006-03-02  Thomas WoutersFix crashing bug in tokenizer, when tokenizing files...
2006-03-02  Tim PetersTrimmed trailing whitespace.
2006-03-02  Brett CannonFix refleak in PyErr_Display().
2006-03-02  Thomas WoutersExplain why we use the unsigned int format for a signed...
2006-03-02  Brett CannonFix mismatch opening and closing quotes on a string.
2006-03-02  Neal NorwitzFix refleak if from __future__ import was not first
2006-03-02  Neal NorwitzUse Py_ssize_t since we are working with list size...
2006-03-02  Neal NorwitzSpell threading write, not thraeading
2006-03-02  Thomas WoutersProperly fix Py_SAFE_DOWNCAST-triggerd bugs.
2006-03-02  Thomas WoutersPy_SAFE_DOWNCAST isn't quite doing the right thing...
2006-03-02  Brett CannonAdd a missing Py_DECREF to BaseException__unicode__ .
2006-03-02  Guido van RossumFix failure of test_compiler.py when compiling test_con...
2006-03-02  Neal NorwitzUpdate known issues to reflect reality
2006-03-02  Neal NorwitzRemove duplicate entry
2006-03-02  Brett CannonFix latex typos as spotted by George Yoshida.
2006-03-02  Martin v. LöwisFix memory leak on attributes.
2006-03-02  Thomas WoutersMake Py_ssize_t-clean
2006-03-01  Thomas WoutersMake Py_ssize_t clean.
2006-03-01  Martin v. LöwisReformat the exception message by going through a list.
2006-03-01  Martin v. LöwisRemove UNLESS.
2006-03-01  Thomas WoutersUse Py_ssize_t for arithmetic on Py_ssize_t's, instead...
2006-03-01  Tim PetersWhitespace normalization.
2006-03-01  Thomas WoutersFix gcc (4.0.x) warning about use of uninitialized...
2006-03-01  Martin v. LöwisPatch #1440601: Add col_offset attribute to AST nodes.
2006-03-01  Thomas WoutersRework channelnumber/samplesize detetion code's output...
2006-03-01  Thomas WoutersFix incompatible assignment warning from previous checkin.
2006-03-01  Thomas WoutersFix gcc (4.0.x) warning about use of uninitialized...
2006-03-01  Thomas WoutersSilence gcc (4.0.x) warning about use of uninitialized...
2006-03-01  Brett CannonDocument PEP 352 changes. Also added GeneratorExit.
2006-03-01  Thomas WoutersFix uninitialized value. (Why are we using bools instea...
2006-03-01  Thomas WoutersFix brainfart.
2006-03-01  Thomas WoutersRemove gcc (4.0.x) warning about uninitialized value...
2006-03-01  Thomas WoutersMake Py_ssize_t-clean.
2006-03-01  Thomas WoutersMake Py_ssize_t-clean.
2006-03-01  Martin v. LöwisFix more memory leaks. Will backport to 2.4.
2006-03-01  Thomas WoutersFix C99-ism, and add XXX to comment
2006-03-01  Martin v. LöwisMake failures in test cases print failing source file.
2006-03-01  Brett CannonUpdate for 'with' statement.
2006-03-01  Guido van RossumFix a bug in nested() - if one of the sub-context-manag...
2006-03-01  Martin v. LöwisChange GC refcount to Py_ssize_t.
2006-03-01  Martin v. LöwisReconst parameters that lost their const in the AST...
2006-03-01  Martin v. LöwisFix warning that texcheck complained about.
2006-03-01  Jeremy HyltonTabify and reflow some long lines.
2006-03-01  Jeremy HyltonAdd missing DECREF.
2006-03-01  Fredrik Lundhmarkup glitch (spotted by George Yoshida)
next