]> granicus.if.org Git - python/shortlog
python
2006-07-06 Thomas HellerThe test that calls a function with invalid arguments...
2006-07-06 Armin RigoA couple of examples about how to attack the fact that...
2006-07-06 Thomas HellerRevert the change done in svn revision 47206:
2006-07-06 Martin v. LöwisProperly quote compileall and Lib paths in case TARGETD...
2006-07-06 Martin v. LöwisAdd sqlite3.dll to the DLLs component, not to the TkDLL...
2006-07-06 Neal NorwitzAdd a NEWS entry for a recent pyexpat fix
2006-07-06 Fred Drake- back out Expat change; the final fix to Expat will...
2006-07-06 Neal NorwitzFix refleaks reported by Shane Hathaway in SF patch...
2006-07-05 Georg Brandlno need to elaborate "string".
2006-07-05 Georg BrandlPatch #1517490: fix glitches in filter() docs.
2006-07-05 Thomas WoutersFix bug in passing tuples to string.Template. All other...
2006-07-05 Thomas HellerFix the bitfield test when _ctypes is compiled with...
2006-07-05 Georg BrandlRemove remaining references to OverflowWarning.
2006-07-04 Ronald OussorenSync the darwin/x86 port libffi with the copy in PyObjC...
2006-07-03 Kristján Valur... Fix build problems with the platform SDK on windows...
2006-07-03 Andrew M. Kuchling[Bug #1511911] Clarify description of optional argument...
2006-07-03 Andrew M. Kuchling[Bug #1515932] Clarify description of slice assignment
2006-07-03 Martin v. LöwisPut method-wrappers into trashcan. Fixes #927248.
2006-07-03 Martin v. LöwisPatch #825417: Fix timeout processing in expect,
2006-07-03 Martin v. LöwisBug #1267547: Put proper recursive setup.py call into the
2006-07-03 Martin v. LöwisBug #1417699: Reject locale-specific decimal point...
2006-07-03 Martin v. LöwisDocument functions added in 2.3 and 2.5.
2006-07-03 Martin v. LöwisBug #1514693: Update turtle's heading when switching...
2006-07-03 Martin v. LöwisReimplement turtle.circle using a polyline, to allow...
2006-07-03 Martin v. LöwisOnly setup canvas when it is first created.
2006-07-03 Tim PetersWhitespace normalization.
2006-07-03 Thomas HellerAdd a new function uses_seh() to the _ctypes extension...
2006-07-03 Thomas HellerFixes so that _ctypes can be compiled with the MingW...
2006-07-03 Thomas HellerDon't run the doctests with Python 2.3 because it doesn...
2006-07-03 Thomas HellerCleanup: Remove commented out code.
2006-07-02 Martin v. LöwisCorrect arithmetic in access on Win32. Fixes #1513646.
2006-07-02 Gerhard HäringThe sqlite3 module did cut off data from the SQLite...
2006-07-01 Fred DrakeSF bug #1296433 (Expat bug #1515266): Unchecked calls...
2006-07-01 Martin v. LöwisRelease all forwarded functions in .close. Fixes #1513223.
2006-07-01 Vinay SajipAdded duplicate call to fileConfig() to ensure that...
2006-07-01 Vinay SajipAdded entry for fileConfig() bugfix.
2006-06-30 Fred Drake- consistency nit: always include "()" in \function...
2006-06-30 Georg BrandlDocument decorator usage of property.
2006-06-30 Tim PetersRemove now-unused fidding with PY_FORMAT_SIZE_T.
2006-06-30 Thomas HellerRevert the use of PY_FORMAT_SIZE_T in PyErr_Format.
2006-06-30 Neal NorwitzAnother problem reported by Coverity. Backport candidate.
2006-06-30 Neal NorwitzSilence compiler warning
2006-06-30 Tim PetersWhitespace normalization.
2006-06-30 Vinay SajipFixed bug in fileConfig() which failed to clear logging...
2006-06-29 Skip Montanaroadd string methods to index
2006-06-29 Martin v. LöwisPatch #1509163: MS Toolkit Compiler no longer available
2006-06-29 Thomas HellerProtect the thread api calls in the _ctypes extension...
2006-06-29 Neal NorwitzThis should fix the buildbot failure on s/390 which...
2006-06-29 Neal NorwitzAdd new utility function, reap_children(), to test_supp...
2006-06-29 Fred Drakedocument recent bugfixes in sgmllib
2006-06-29 Fred DrakeSF bug #1504333: sgmlib should allow angle brackets...
2006-06-28 Trent MickMention the expat upgrade and pyexpat fix I put in...
2006-06-28 Georg BrandlFix end_fill().
2006-06-28 Andrew M. Kuchling[Bug #1508766] Add docs for uuid module; this puts...
2006-06-28 Andrew M. Kuchling[Bug #1508766] Add docs for uuid module; docs written...
2006-06-28 Armin RigoA couple of crashers of the "won't fix" kind.
2006-06-28 Nick CoghlanMake full module name available as __module_name__...
2006-06-28 Neal NorwitzFix bug #1512695: cPickle.loads could crash if it was...
2006-06-28 Neal NorwitzAccording to the man pages on Gentoo Linux and Tru64...
2006-06-27 Ronald Oussorenmacosx: Install a libpython2.5.a inside the framework...
2006-06-27 Ronald OussorenUse staticly build copies of zlib and bzip2 to build...
2006-06-27 Tim PetersWhitespace normalization.
2006-06-27 Ronald OussorenMacOSX: fix rather dumb buglet that made it impossible...
2006-06-27 Vinay SajipRemoved buggy exception handling in doRollover of rotat...
2006-06-27 Neal NorwitzVerify buildbot picks up these changes (really needs...
2006-06-27 Neal NorwitzTry again: test unimportant change to verify buildbot...
2006-06-27 Neal NorwitzTest unimportant change to verify buildbot does not...
2006-06-27 Neal NorwitzFix SF bug #1513032, 'make install' failure on FreeBSD...
2006-06-27 Neal NorwitzInstead of doing a make test, run the regression tests...
2006-06-27 Neal NorwitzIgnore some more warnings in the dynamic linker on...
2006-06-26 Andrew M. KuchlingAttempt to fix build failure on OS X and Debian alpha...
2006-06-26 Andrew M. KuchlingWindows doesn't have os.fork(). I'll just disable...
2006-06-26 Andrew M. KuchlingAdd a test for a conflicting lock.
2006-06-26 Andrew M. Kuchling[Bug #1512163] Use one set of locking methods, lockf();
2006-06-26 Andrew M. Kuchling[Bug #1512163] Fix typo.
2006-06-26 Andrew M. KuchlingDescribe workaround for PyRange_New()'s removal
2006-06-26 Andrew M. Kuchling[Bug #1511998] Various comments from Nick Coghlan;...
2006-06-25 Ronald OussorenAlso install the .egg-info files in Lib. This will...
2006-06-25 Ronald OussorenUse a path without a double slash to compile the .py...
2006-06-25 Ronald OussorenDrop the calldll demo's for macos, calldll isn't presen...
2006-06-25 Ronald OussorenWorkaround for bug #1512124
2006-06-23 Hye-Shik ChangBug #1511381: codec_getstreamcodec() in codec.c is...
2006-06-23 Andrew M. KuchlingFit Makefile for the Python doc environment better...
2006-06-23 Fred Drake- SF bug #853506: IP6 address parsing in sgmllib
2006-06-23 Neal NorwitzFix refleak
2006-06-22 Peter AstrandApplied patch #1506758: Prevent MemoryErrors with large...
2006-06-22 Peter AstrandMake it possible to run test_subprocess.py on Python...
2006-06-22 Thomas HellerSmall fixes, mostly in the markup.
2006-06-22 Georg BrandlFix my name ;)
2006-06-22 Ronald OussorenMacOSX: Add a message to the first screen of the instal...
2006-06-22 Brett Cannon'warning's was improperly requiring that a command...
2006-06-22 Fred Drakefix markup nit
2006-06-22 Georg BrandlTest for correct compilation of try-except-finally...
2006-06-22 Georg BrandlSet lineno correctly on list, tuple and dict literals.
2006-06-22 Andrew M. KuchlingMention how to suppress warnings
2006-06-22 Neal NorwitzReset the doc date to today for the automatic doc builds
2006-06-22 Neal NorwitzCopy the wsgiref package during make install.
2006-06-21 Armin RigoFix for an obscure bug introduced by revs 46806 and...
2006-06-21 Gerhard HäringRemoved call to enable_callback_tracebacks that slipped...
2006-06-21 Georg BrandlPatch #1509001: expected skips for netbsd3.
next