]> granicus.if.org Git - python/shortlog
python
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...
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).
next