python
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...
2000-08-21 Barry WarsawPEP 214, Extended print Statement, has been accepted...
2000-08-21 Barry WarsawPEP 214, Extended print Statement, has been accepted...
2000-08-21 Barry WarsawPEP 214, Extended print Statement, has been accepted...
2000-08-21 Barry WarsawPEP 214, Extended print Statement, has been accepted...
2000-08-21 Barry WarsawPEP 214, Extended print Statement, has been accepted...
2000-08-21 Barry WarsawPEP 214, Extended print Statement, has been accepted...
2000-08-21 Thomas WoutersIgnore Grammar/Makefile now that it's a made Makefile.
2000-08-21 Tim PetersRemove the winreg module from the project. I don't...
2000-08-20 Andrew M. KuchlingAdd alias for old function name -- removing it broke...
2000-08-20 Andrew M. KuchlingStrengthen the warning against using SerialCookie and...
2000-08-20 Jack Jansen- identify() enum names.
2000-08-20 Jack JansenUpdated the applescript documentation for te new framew...
2000-08-20 Jack JansenAdded a package for the other browser too.
2000-08-20 Jack JansenMoved to unsupported: it never lived up to its expectan...
2000-08-20 Jack JansenMoved to unsupported: it doesn't work anymore and it...
2000-08-20 Jack JansenUpdated for new AppleScript structure and moved to...
2000-08-20 Jack JansenFixed again to work with the old scripting interface...
2000-08-20 Jack JansenUpdated for the new applescript interface (which actual...
2000-08-20 Jack JansenEnums we cannot find are set to None, and enumsubst...
2000-08-20 Jack JansenFixed event inheritance code (which didn't work at...
2000-08-20 Jack JansenFinder suite.
2000-08-20 Jack JansenRegenerated with fixes to gensuitemodule.
2000-08-20 Thomas WoutersFix the bug Sjoerd Mullender discovered, where find_fro...
2000-08-20 Tim PetersChanged the popen2.py _test function to use the "more...
2000-08-20 Tim PetersDavid Goodger's new getopt test module (thanks, David!).
2000-08-19 Thomas WoutersDisallow "import mod.submod as m", because the result...
2000-08-19 Fred DrakeAdd entry for Cookie module.
2000-08-19 Fred DrakeMake it format.
2000-08-19 Moshe ZadkaAdding tests of the "attrs" optional argument, and...
2000-08-19 Andrew M. KuchlingUse METH_VARARGS constant in example module.
2000-08-19 Andrew M. KuchlingTest case for Cookie.py
2000-08-19 Moshe ZadkaInitial revision. Markup unchecked.
2000-08-19 Andrew M. KuchlingAdded Tim O'Malley's Cookie.py module (master version at
2000-08-18 Barry Warsawcom_error(): Quiet gcc -Wall warning.
2000-08-18 Fred DrakeRemove a couple of warnings turned up by "gcc -Wall".
2000-08-18 Barry WarsawPyUnicode_AsUTF8String(): /F picks up what I missed...
2000-08-18 Vladimir MarangozovDo not set a MemoryError exception over another MemoryE...
2000-08-18 Fred DrakeBetter conformance to the Python Style Guide: use space...
2000-08-18 Fred DrakeWhen a KeyboardInterrupt is caught, just use the "raise...
2000-08-18 Fred DrakeRevise to use atexit instead of monkeying with sys...
2000-08-18 Fred DrakeConvert some old-style string exceptions to class excep...
2000-08-18 Fred DrakeConvert some old-style string exceptions to class excep...
2000-08-18 Sjoerd MullenderRemoved references to Py_FPROTO.
2000-08-18 Barry WarsawPyUnicode_AsUTF8String(): Don't need to explicitly...
2000-08-18 Barry WarsawANSI-fy function headers. Not much more can be done...
2000-08-18 Barry Warsawlad_dealloc(): if xp->x_fd == -1, it means the descript...
2000-08-18 Barry Warsawpattern_findall(): Plug small memory leak discovered...
2000-08-18 Barry Warsawinit_locale(): This file defines the _locale module...
2000-08-18 Barry WarsawSyntaxError__classinit__(): Slight reorg for simplicity.
2000-08-18 Barry WarsawPyParser_ParseString(): When the err_ret structure...
2000-08-18 Barry Warsawcomples_from_string(): Move s_buffer[] up to the top...
2000-08-18 Barry Warsawmake_pair(): When comparing the pointers, they must...
2000-08-18 Barry WarsawPyFloat_FromString(): Move s_buffer[] up to the top...
next