]> granicus.if.org Git - python/shortlog
python
2006-04-13 Martin v. LöwisReplace INT_MAX with PY_SSIZE_T_MAX.
2006-04-13 Martin v. LöwisReplace INT_MAX with PY_SSIZE_T_MAX where string length
2006-04-13 Martin v. LöwisReplace INT_MAX with PY_SSIZE_T_MAX.
2006-04-13 Georg BrandlAdd PY_SSIZE_T_MIN/MAX to _testcapi.
2006-04-13 Martin v. LöwisStop claiming that Py_Finalize releases all memory.
2006-04-13 Martin v. LöwisRemove another INT_MAX limitation
2006-04-13 Martin v. LöwisReplace most INT_MAX with PY_SSIZE_T_MAX.
2006-04-13 Anthony BaxterC++ compiler changes. casts, rename variables with...
2006-04-13 Martin v. LöwisSupport NFD of very long strings.
2006-04-13 Neal Norwitztest_compile can be really long if we are using -u...
2006-04-13 Martin v. LöwisChange more ints to Py_ssize_t.
2006-04-13 Martin v. LöwisRevert 34153: Py_UNICODE should not be signed.
2006-04-13 Anthony Baxterwhoops. missed one in an auto-generated file. another...
2006-04-13 Neal NorwitzRemove tests that no longer leak. There is still one...
2006-04-13 Neal NorwitzFix {} mismatch spotted by George Yoshida.
2006-04-13 Tim Peterstty isn't supported on all boxes.
2006-04-13 Andrew M. KuchlingFix typography of Martin's name
2006-04-13 Anthony Baxterspread the extern "C" { } magic pixie dust around....
2006-04-13 Andrew M. KuchlingWrite some ctypes examples
2006-04-13 Skip MontanaroIf compiling with g++ don't use -Wstrict-prototpes.
2006-04-13 Anthony Baxterreverting r45321: Patch #860326: traceback.format_excep...
2006-04-13 Anthony Baxtercasting nastiness to make C++ compiler happy
2006-04-13 Anthony BaxterAdd a cast to make code compile with a C++ compiler.
2006-04-12 Georg BrandlPatch #860326: traceback.format_exception_only() now...
2006-04-12 Gregory P.... Fixes bug #1117761
2006-04-12 Gregory P.... Closes bug #1149413
2006-04-12 Thomas HellerFix for a bug found by Armin Rigo, plus test.
2006-04-12 Phillip J. EbyDon't set gi_frame to Py_None, use NULL instead, elimin...
2006-04-12 Andrew M. KuchlingMention ASCII as default encoding; update TODO list...
2006-04-12 Andrew M. KuchlingBump version number; rearrange introduction a bit
2006-04-12 Armin RigoIgnore the references to the dummy objects used as...
2006-04-12 Georg BrandlPatch #1468808: don't complain if Tkinter is already...
2006-04-12 Andrew M. KuchlingAdd PEP 243 section
2006-04-12 Georg BrandlUpdate test_sundry. Many modules have now tests, but
2006-04-12 Andrew M. KuchlingNote C API incompatibilities
2006-04-12 Andrew M. KuchlingMention access to ASTs
2006-04-12 Anthony BaxterBug #1469163: SimpleXMLRPCServer unconditionally attemp...
2006-04-12 Armin RigoOff-by-one buffer overflow error.
2006-04-12 Walter DörwaldPatch #1463288: use a context manager to temporarily...
2006-04-12 Neal Norwitzwrap docstrings so they are less than 80 columns. add...
2006-04-12 Tim Petersgen_throw(): The caller doesn't own PyArg_ParseTuple()
2006-04-12 Neal NorwitzUpdate comments and the skip list, maybe some of these...
2006-04-12 Neal NorwitzAdd another little test to make sure we roundtrip multi...
2006-04-12 Neal NorwitzUpdate for new grammar
2006-04-12 Anthony Baxterput in a reference to PEP 306 in a comment at the top
2006-04-12 Neal NorwitzGet rid of some warnings on Mac
2006-04-12 Anthony Baxteravoid C++ name mangling for the _Py.*SizeT functions
2006-04-12 Anthony Baxterremove forward declarations. No constructors to move...
2006-04-12 Anthony BaxterMove constructors, add some casts to make C++ compiler...
2006-04-12 Anthony Baxterremove forward declarations, move constructor functions...
2006-04-12 Anthony BaxterMake symtable.c safe for C++ compilers. Changed macros...
2006-04-12 Anthony Baxterper Jeremy's email, remove the _WITH_CAST versions...
2006-04-12 Thomas WoutersPart two of the fix for SF bug #1466641: Regenerate...
2006-04-12 Thomas WoutersFix SF bug #1466641: multiple adjacent 'if's in listcom...
2006-04-11 Thomas WoutersFix int() and long() to repr() their argument when...
2006-04-11 Vinay SajipStreamHandler now checks explicitly for None before...
2006-04-11 Tim Peters_Py_PrintReferenceAddresses,_Py_PrintReferences:
2006-04-11 Andrew M. KuchlingComplete the ElementTree section
2006-04-11 Anthony BaxterSome more changes to make code compile under a C++...
2006-04-11 Anthony Baxtermore low-hanging fruit to make code compile under a...
2006-04-11 Martin v. LöwisPatch #1464444: Add --with-system-ffi.
2006-04-11 Martin v. LöwisConvert 0 to their respective enum types. Convert
2006-04-11 Martin v. LöwisCorrect casts to char*.
2006-04-11 Martin v. LöwisRemove "static forward" declaration. Move constructors
2006-04-11 Martin v. LöwisRegenerate.
2006-04-11 Neal NorwitzAs discussed on python-dev, really fix the PyMem_*...
2006-04-11 Martin v. LöwisMake _kind types global for C++ compilation.
2006-04-11 Neal NorwitzGet compiling again
2006-04-11 Anthony Baxterlow-hanging fruit in Python/ - g++ still hates all...
2006-04-11 Anthony BaxterMore low-hanging fruit. Still need to re-arrange some...
2006-04-11 Anthony BaxterC++ already defines a perfectly good 'bool'. Use that.
2006-04-11 Neal NorwitzAdjust whitespace.
2006-04-11 Neal NorwitzAdd whitespace after comma
2006-04-11 Martin v. LöwisCorrect test whether wchar_t is unsigned. Fixed crash
2006-04-11 Georg BrandlClear errno before calling opendir() and readdir().
2006-04-11 Anthony BaxterMore C++-compliance. Note especially listobject.c ...
2006-04-11 Georg BrandlBug #1467952: os.listdir() now correctly raises an...
2006-04-11 Georg BrandlTypo fix.
2006-04-11 Anthony BaxterFix the code in Parser/ to also compile with C++. This...
2006-04-11 Tim PetersTry to repair what may be the last new test failure...
2006-04-11 Tim Peterssubclasspropagation(): Squash two more bogus hash...
2006-04-11 Tim PetersTypo repair.
2006-04-11 Tim PetersWhitespace normalization.
2006-04-11 Tim PetersMore words on patch #837242, since 4 or 5 tests started
2006-04-11 Phillip J. EbyAdd notes to NEWS for other work today.
2006-04-11 Tim Petersspecials(): squash another incorrect hash(x) == id(x)
2006-04-11 Phillip J. EbyForgot to mark up a PEP reference
2006-04-11 Phillip J. EbyUpdated the warnings, linecache, inspect, traceback...
2006-04-11 Tim PetersHuh. This belonged with the last checkin -- no idea...
2006-04-11 Tim PetersTry to repair more new buildbot failures in "x86 OpenBS...
2006-04-10 Andrew M. KuchlingWrite part of ElementTree section
2006-04-10 Andrew M. KuchlingGive SQLite examples
2006-04-10 Tim PetersFix one of the tests that fails on the "x86 OpenBSD...
2006-04-10 Tim PetersFix one of the tests that fails on the "x86 OpenBSD...
2006-04-10 Tim PetersWhitespace normalization.
2006-04-10 Martin v. LöwisPatch #837242: id() for large ptr should return a long.
2006-04-10 Tim PetersDecimalContextTestCase: this permanently changed the
2006-04-10 Phillip J. Ebytest_contextlib wasn't actually being run by regrtest...
2006-04-10 Phillip J. EbyMinor clarity edit to contextlib per Guido's request.
2006-04-10 Phillip J. EbySF Patch #1463867: Improved generator finalization...
next