]> granicus.if.org Git - python/shortlog
python
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...
2006-04-10 Martin v. LöwisPatch #1467770: Add Popen objects to _active only in...
2006-04-10 Martin v. LöwisPatch #1441452: Add more AST nodes.
2006-04-10 Martin v. LöwisPatch #1429775: Link Python modules to libpython on...
2006-04-10 Martin v. LöwisPatch #1462222: Fix Tix.Grid. Closes #1036406.
2006-04-10 Neal NorwitzFix warning about ptsname not being a prototype on...
2006-04-10 Neal NorwitzUse PyObject_* allocator since FutureFeatures is small
2006-04-10 Neal NorwitzSF patch #1467512, fix double free with triple quoted...
2006-04-10 Neal NorwitzGet rid of warnings about using chars as subscripts
2006-04-10 Neal NorwitzFix some warnings on HP-UX when using cc/aCC
2006-04-10 Neal NorwitzI wonder if we can be too graceful? One oughta be...
2006-04-09 Anthony BaxterPython on OS X 10.3 and above now uses dlopen() (via...
2006-04-09 Georg BrandlPatch #1466993: remove wrong comment in socket.py
2006-04-09 Neal NorwitzFix tests so they pass in -R mode
2006-04-09 Neal NorwitzGet test_optparse to pass in -R mode by stop changing...
2006-04-09 Neal NorwitzConvert test_compare to use unittest. Hopefully we...
2006-04-09 Neal NorwitzFix problem (not checking return result) reported by...
2006-04-09 Neal NorwitzFix a couple of strings that were no-ops. urllib.open_...
2006-04-09 Neal Norwitzglob('anything*/') would fail because isdir is in os...
2006-04-08 Tim Peterstest_timeout(): This test was added during Bug Day...
2006-04-08 Martin v. LöwisDefine WIN32, to get proper struct alignment in WinSock2.h.
2006-04-08 Gregory P.... Fix bsddb.db.DBError derived exceptions so they can...
2006-04-07 Thomas HellerDon't try to build ctypes when configuration of libffi...
2006-04-07 Thomas HellerConfigure Modules/_ctypes/libffi just before building...
2006-04-07 Andrew M. KuchlingFix a few XXX markers
2006-04-07 Martin v. LöwisAdjust compileall -x option to Makefile.pre.in. Fixes...
2006-04-07 Martin v. LöwisRegenerate.
2006-04-07 Anthony Baxtermissing 'self' from TextCalendar.prweek.
2006-04-07 Anthony Baxterminor error in uudecode main error handling
2006-04-06 Martin v. LöwisPatch #1462080: Conditionalize some NETLINK defines.
2006-04-06 Tim PetersWhitespace normalization.
2006-04-06 Thomas HellerExpose RTLD_LOCAL and RTLD_GLOBAL always from the _ctyp...
2006-04-06 Andrew M. KuchlingFix unfinished paragraph; markup fix
2006-04-06 Andrew M. KuchlingExpand the PEP 353 section; various smaller changes
2006-04-06 Georg BrandlBug #1464658: make clear that PyList_GetItem doesn...
2006-04-06 Georg BrandlBug #1465619: rot13 codec decodes to a Unicode string.
2006-04-06 Georg BrandlBug #1465600: note encoding issue in ZipFile.write().
2006-04-06 Thomas HellerReplace a few more 'char' types with 'signed char'...
2006-04-06 Neal NorwitzThis change shouldn't have any functional effect. ...
2006-04-06 Neal NorwitzFix unchecked return result from Coverity.
2006-04-06 Neal NorwitzRemove dead code (reported by HP compiler).
2006-04-06 Neal NorwitzHandle ssize_t
2006-04-06 Neal NorwitzHandle error conditions from PyString_ConcatAndDel().
2006-04-06 Neal NorwitzHandle ssize_t
2006-04-06 Neal NorwitzHopefully this makes test_urllib2 have inconsistent...
2006-04-06 Neal NorwitzI don't think we know of any tests that really leak...
2006-04-06 Anthony BaxterFix for failure of test_urllib2 breaking test_mimetypes...
2006-04-06 Anthony BaxterIn some environments (under screen, in a chroot) curses...
2006-04-06 Georg BrandlBug #1451341: find fuzzy marks correctly.
2006-04-06 Fred Drakeremove more cruft no longer needed
2006-04-06 Fred Drakeremove much of the Python-version compatibility cruft...
2006-04-06 Fred Drakerevert incomplete changes committed by accident
2006-04-06 Fred Drakeupdate URL to reflect new website
2006-04-05 Thomas HellerExplicitely use 'signed char', to avoid problems on...
2006-04-05 Thomas HellerExplicitely use 'signed char', to avoid problems on...
2006-04-05 Thomas HellerOne test still fails on the ia64 debian box.
2006-04-05 Tim PetersFixed error in comment for new PY_SSIZE_T_MIN.
2006-04-05 Anthony Baxterupgrade to final version of pysqlite 2.2.0
2006-04-05 Martin v. LöwisAdd PY_SSIZE_T_MIN, as suggested by Ralf W. Grosse...
next