python
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...
2000-08-24 Andrew M. KuchlingUpdated version of Cookie.py (rev. 2.29) from timo
2000-08-24 Fred DrakeMove references to RFCs to a "See also" section for...
2000-08-24 Fred DrakeMoshe Zadka <moshez@math.huji.ac.il>:
2000-08-24 Fred DrakeRandall Hopper <aa8vb@yahoo.com>>:
2000-08-24 Fred DrakeMake sure Thomas Wouters has enough to do. ;-)
2000-08-24 Fred DrakeCharles G. Waldman <cgw@fnal.gov>:
2000-08-24 Fred DrakeCharles G. Waldman <cgq@fnal.gov>:
2000-08-24 Fred DrakeCharles G. Waldman <cgw@fnal.gov>:
2000-08-23 Thomas WoutersAddendum to previous change: now that 'f' is not uncond...
2000-08-23 Thomas WoutersAdd extra check on whether 'tp_as_number' is still...
2000-08-23 Trent MickThis patch partly (some stuff went in already) ports...
2000-08-23 Fred DrakeRemove the dependency information for version.o; this...
2000-08-23 Jeremy Hyltonstyle nits
2000-08-23 Fred DrakeWhen skipping a test, do not include a spurious space...
2000-08-23 Jeremy Hyltonadd docstring explaining makefile limitation
2000-08-23 Fred DrakeSort the list of files processed before running the...
2000-08-23 Skip Montanarotest case output for dospath regr test
2000-08-23 Guido van RossumUpdated some URLs; removed mention of copyright (we...
2000-08-23 Fred DrakeSimplified inclusions and avoid prototypes copied in...
2000-08-23 Skip Montanarofix list comprehension discussion to use \keyword macro...
2000-08-23 Skip Montanaroupdate commonprefix doc to make sure user is aware...
2000-08-23 Skip Montanaronew test - like test_ntpath but without splitunc test...
2000-08-23 Skip Montanaroadded commonprefix test cases
next