]> granicus.if.org Git - python/shortlog
python
2000-08-30 Barry WarsawOops, spell MAL's name right.
2000-08-30 Barry WarsawDocumentation for the gettext module.
2000-08-30 Barry WarsawAdded libgettext.tex
2000-08-30 Andrew M. KuchlingRemoved forgotten text in list comprehensions section...
2000-08-29 Fred DrakeMove a little more here.
2000-08-29 Guido van RossumVarious tweaks and improvements by Thomas Wouters ...
2000-08-29 Fred DrakeAdd a --style option to allow specifying an alternate...
2000-08-29 Andrew M. KuchlingFix for two problems on FreeBSD:
2000-08-29 Fred DrakeAdd a comment noting that the dependency information...
2000-08-29 Guido van RossumSome cleanup for FreeBSD. This gets rid of version...
2000-08-29 Guido van Rossum"tg@FreeBSD.org" writes:
2000-08-29 Guido van RossumAdd support for FreeBSD-[45].
2000-08-29 Guido van RossumPatch by tg@FreeBSD.org to try /var/tmp first.
2000-08-29 Fred DrakeThese files are not part of the current plan.
2000-08-29 Barry WarsawDocument "print >> None"
2000-08-29 Barry WarsawAdded tests of "print >> None"
2000-08-29 Barry Warsaweval_code2(): Guido provides this patch for his suggest...
2000-08-29 Greg WardAdded 'script_name' and 'script_args' instance attribut...
2000-08-28 Fred DrakeAdded os.popen2() and os.popen3() for non-Windows platf...
2000-08-27 Fredrik Lundhoops. accidentally reintroduced a memory leak. put...
2000-08-27 Fredrik Lundhdon't mistake memory errors (including reaching the...
2000-08-27 Greg WardFix line-endings.
2000-08-27 Thomas WoutersReplace the run-time 'future-bytecode-stream-inspection...
2000-08-27 Tim PetersHard to believe Guido compiled this! Function lacked...
2000-08-27 Thomas WoutersRe-allow 'import mod.submod as s', and change its meani...
2000-08-27 Tim PetersThe new PyEval_ReInitThreads wasn't declared in ceval...
2000-08-27 Guido van RossumAdd three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFile...
2000-08-27 Fredrik Lundhimplements PyOS_CheckStack for Windows and MSVC. this...
2000-08-27 Thomas WoutersOops, one pop too many.
2000-08-27 Guido van RossumCharles Waldman's patch to reinitialize the interpreter...
2000-08-26 Tim PetersOpen binary files in binary mode. Fixes test failure...
2000-08-26 Thomas WoutersFixed this problem.
2000-08-26 Thomas WoutersDon't enable the 'thread' module if threads are not...
2000-08-26 Moshe ZadkaTim Peters:
2000-08-26 Tim PetersAnother new test using "from test.test_support import...
2000-08-26 Tim PetersTry to supply a prototype for the module init function...
2000-08-26 Greg WardNew release of the Windows installer from Thomas Heller.
2000-08-26 Greg WardBumped version to 0.9.2pre.
2000-08-26 Greg WardIn 'check_extensions_list()': when converting old-style...
2000-08-25 Marc-André... Fixed a serious typo.
2000-08-25 Fred DrakeUpdate the parser module to support augmented assignment.
2000-08-25 Marc-André... Fix to bug [ Bug #111860 ] file.writelines() crashes.
2000-08-25 Marc-André... Output of the new test
2000-08-25 Marc-André... New test suite for file objects by Jeremy Hilton. This...
2000-08-25 Jack JansenHow-to document for using Python for CGI scripting...
2000-08-25 Jack JansenLast set of CW Pro 5 projects (probably)
2000-08-25 Jack JansenInclude xx project, exclude all the others.
2000-08-25 Jack JansenAdded prototype for DlgObj_ConvertToWindow().
2000-08-25 Jack JansenAdded routine DlgObj_ConvertToWindow().
2000-08-25 Jack JansenAdded a prototype for mstats().
2000-08-25 Jack JansenWindow objects now also have an AutoDispose funcpointer...
2000-08-25 Jack JansenCall GetDialogWindow to convert dialogs to windows.
2000-08-25 Jack JansenHMGetBalloonWindow should try to return an existing...
2000-08-25 Jack Jansen- Added pyexpat.
2000-08-25 Jack JansenDon't use our own malloc any more. It made test_longexp...
2000-08-25 Jack JansenDon't redefine ERSCH, EINTR and ENODEV if we're using...
2000-08-25 Jack JansenRemoved debug output.
2000-08-25 Jack JansenCheaper implementation of PyOS_CheckStack: only call...
2000-08-25 Moshe ZadkaClosing patch #101120 -- After everyone agreed.
2000-08-25 Marc-André... Fix to [ Bug #111165 ] doc-string removal masked by...
2000-08-25 Barry Warsaw_expand_lang(), _find(): Added support for unaliasing...
2000-08-25 Barry WarsawGroup consensus is that supporting alternative locale...
2000-08-25 Barry WarsawGroup consensus is that supporting alternative locale...
2000-08-25 Barry WarsawSet this test up so that we don't have to create xx...
2000-08-25 Barry Warsawupdated test output
2000-08-25 Barry Warsawoutput from test_gettext.py test suite
2000-08-25 Barry WarsawTest suite for new gettext.py module.
2000-08-25 Barry WarsawInitial revision of gettext support for Python. This...
2000-08-25 Fred Drakeinitpyexpat(): Code cleanup; makes it more robust...
2000-08-25 Fred DrakeAdd reference to RFC 2396 in "See also" section.
2000-08-25 Fred DrakeJeremy missed a bind() call when updating these demos...
2000-08-25 Jeremy Hyltonupdate demo scripts to use addr tuples for bind and...
2000-08-25 Sjoerd MullenderNot every OS that support poll seems to support POLLMSG.
2000-08-25 Sjoerd MullenderPass data on to retrieve method.
2000-08-25 Thomas WoutersCall PyErr_Clear() to clear the AttributeError raised...
2000-08-25 Tim PetersIn readme.txt, make what's needed to build the "optiona...
2000-08-25 Thomas WoutersFix allowable node-types for assignment, need to add...
2000-08-25 Fred DrakeRevised documentation relevant to SourceForge patch...
2000-08-25 Andrew M. KuchlingDocumentation for poll() interface (SF patch #100852)
2000-08-25 Andrew M. KuchlingTest suite for poll() interface (SF patch #100852)
2000-08-25 Andrew M. KuchlingAdd interface to poll() system call (SF patch #100852)
2000-08-25 Andrew M. KuchlingAdd configure tests for poll() (SF patch #100852)
2000-08-24 Thomas WoutersAdjust the name for the socket module in the SSL line.
2000-08-24 Thomas WoutersAdd missing opcodes. Thanx to jeremy for reminding...
2000-08-24 Fred DrakeImprove the exceptions raised by PyErr_BadInternalCall...
2000-08-24 Fred DrakeFix the evil booboos. ;( Causes discussed with Jeremy...
2000-08-24 Fred DrakeRemove the Py_FatalError() from initpyexpat(); the...
2000-08-24 Peter Schneider... simple typo that makes regression test test_userstring...
2000-08-24 Thomas WoutersUpdate for augmented assignment, tested & approved...
2000-08-24 Thomas WoutersUpdate for augmented assignment.
2000-08-24 Thomas WoutersSupport for augmented assignment in the UserList, UserD...
2000-08-24 Thomas WoutersSupport for three-token characters (**=, >>=, <<=)...
2000-08-24 Thomas WoutersThe real suport for augmented assignment: new opcodes...
2000-08-24 Thomas WoutersSupport for the in-place operations introduced by augme...
2000-08-24 Thomas WoutersRough and incomplete documentation on augmented assignm...
2000-08-24 Fred DrakeRene Liebscher <rliebscher@users.sourceforge.net>:
2000-08-24 Guido van RossumAddresses the other half of Bug #112634 -- the document...
2000-08-24 Guido van RossumPromote the server version from a local variable to...
2000-08-24 Fred DrakeWhitespace cleanup; now passes the regression test...
2000-08-24 Andrew M. KuchlingUpdated test suite: test repr() and str() of cookies...
next