]> granicus.if.org Git - python/shortlog
python
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
2000-08-23 Skip Montanaroupdated to correct failing test cases
2000-08-23 Fred DrakeAdded note stating that the parser module will need...
2000-08-23 Fred Drakevalidate_listmaker(): Revise to match Skip's latest...
2000-08-23 Jack JansenRestored commonprefix() semantics.
2000-08-23 Tim PetersRehabilitate autotest.py.
2000-08-22 Jack JansenAdded PyOS_CheckStack call to PyObject_Compare
2000-08-22 Jack JansenAdded include for limits.h
2000-08-22 Jack JansenRegenerated to take advantage of support for multiple...
2000-08-22 Jack JansenOnly output the code to alias properties if the names...
2000-08-22 Guido van RossumAt Mark Hammond's request, removing registry key
2000-08-22 Skip Montanarorevert semantics of commonprefix to work character...
2000-08-22 Guido van RossumThomas Heller noticed that the wrong registry entry...
2000-08-22 Mark HammondRegistered modules could only exist in HKEY_LOCAL_MACHI...
2000-08-22 Skip Montanaro* added doc strings to urlopen and unquote_plus
2000-08-22 Skip Montanarorequire list comprehensions to start with a for clause
2000-08-22 Guido van RossumPatch by Toby Dickenson: don't die when an error occurs...
2000-08-22 Greg WardDon't bother to 'mkpath()' the 'dist_dir' -- that's...
2000-08-22 Greg WardEnsure destination directory exists before trying to...
2000-08-22 Tim PetersNuked unused variable.
2000-08-21 Guido van RossumDon't reference a module named test.test_support. ...
2000-08-21 Fred DrakeAdd a minimal test suite for the parser module.
2000-08-21 Fred DrakeUpdate to reflect recent grammar changes (list comprehe...
2000-08-21 Fred DrakeDenis S. Otkidach <den@analyt.chem.msu.ru>:
2000-08-21 Fred DrakePatch from Paul Schreiber <paul@commerceflow.com>:
2000-08-21 Barry WarsawDescribe the new PRINT_ITEM_TO and PRINT_NEWLINE_TO...
2000-08-21 Barry WarsawAdd the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes.
2000-08-21 Barry Warsawcom_print_stmt(): Guido rightly points out that the...
2000-08-21 Fred DrakeAdd TestSkipped as another interesting item defined...
2000-08-21 Barry WarsawThomas reminds me to bump the MAGIC number for the...
next