]> granicus.if.org Git - python/shortlog
python
2000-06-27 Greg WardInfrastructure support for the "bdist_wininst" command.
2000-06-27 Greg WardAdded 'include_dirs' parameters all over the place.
2000-06-27 Andrew M. KuchlingSync to ESR's current version
2000-06-27 Andrew M. KuchlingDrop back to old version of wrapper(); ESR reports...
2000-06-27 Andrew M. KuchlingChange pyexpat test suite to exercise the .returns_unic...
2000-06-27 Andrew M. KuchlingAdded support for passing Unicode strings to Expat...
2000-06-26 Andrew M. KuchlingDcoumentation for ascii.py. I've changed two reference...
2000-06-26 Andrew M. KuchlingAdded two modules for ASCII characters and a simple...
2000-06-26 Andrew M. KuchlingAdd wrapper for initscr() to copy the ACS_ and LINES...
2000-06-26 Greg Steinnow that imputil is in the main Python repository,...
2000-06-26 Guido van RossumFredrik Lundh: get rid of warning in pythonrun.c
2000-06-26 Greg Steininitial commit of a new HTTP library, supporting HTTP...
2000-06-25 Andrew M. KuchlingFix typos and errors noticed by Skip Montanaro
2000-06-25 Jeremy Hyltonupdate output file to reflect new test of exception...
2000-06-25 Greg WardMinor wording tweaks.
2000-06-25 Greg WardDefine the 'executables' class attribute so the CCompil...
2000-06-25 Greg WardRemoved some debugging code that slipped into the last...
2000-06-25 Greg WardFixed the "pre-link hook" so it actually works, mainly...
2000-06-25 Greg WardAdded PreprocessError and UnknownFileError (both used...
2000-06-25 Greg WardCall 'customize_compiler()' after getting CCompiler...
2000-06-25 Greg WardFixed a few silly bugs in my SWIG support code. (Hey...
2000-06-25 Greg WardAdded the 'customize_compiler()' function, which plugs...
2000-06-25 Greg WardIntroduced some bureaucracy for setting and tracking...
2000-06-25 Greg WardGot rid of direct dependence on the sysconfig module...
2000-06-24 Greg WardAdded 'split_quoted()' function to deal with strings...
2000-06-24 Greg WardDocstring reformatting/tweaking binge.
2000-06-24 Greg WardPrint a warning if we install a data file right in...
2000-06-24 Greg WardChanged the default installation directory for data...
2000-06-24 Greg WardChanged 'object_filenames()' to raise exception instead...
2000-06-24 Greg WardSome clarifications to the 'A simple example' section.
2000-06-24 Greg WardFixed a grab-bag of typos spotted by Detlef Lannert.
2000-06-24 Greg WardChanged so all the help-generating functions are define...
2000-06-24 Greg WardMore stylistic tweaks to the generic '--help-xxx' code.
2000-06-24 Greg WardStylistic/formatting changes to Rene Liebscher's '...
2000-06-24 Greg WardExperimental, completely untested SWIG support.
2000-06-24 Greg WardRevised docstring so 'sources' isn't necessarily all...
2000-06-23 Barry Warsaw(py-execute-region): Make sure the new temporary buffer...
2000-06-23 Jeremy Hyltonpart 2 of Neil Schemenauer's GC patches:
2000-06-23 Jeremy Hyltontraverse functions should return 0 on success
2000-06-23 Jeremy Hyltonraise TypeError when PyObject_Get/SetAttr called with...
2000-06-23 Jeremy HyltonRound 1 of Neil Schemenauer's GC patches:
2000-06-23 Greg WardBastian Kleineidam: 'copy_file()' now returns the outpu...
2000-06-23 Andrew M. KuchlingRelease the global interpreter lock around the most...
2000-06-21 Jack JansenAll relevant toolbox modules have now been carbonized.
2000-06-21 Marc-André... Marc-Andre Lemburg <mal@lemburg.com>:
2000-06-21 Guido van RossumSjoerd Mullender:
2000-06-21 Greg WardImplementation of the CCompiler class for Cygwin and...
2000-06-21 Greg WardFix inspired by Rene Liebscher: if setup script is...
2000-06-21 Greg WardDelete spurious comment.
2000-06-21 Greg WardBuild the 'outfiles' list so 'get_outputs()' has someth...
2000-06-21 Greg WardRene Liebscher: when fixing up directories with an...
2000-06-21 Greg WardFleshed out and added a bunch of useful stuff, notably...
2000-06-21 Greg WardOops, import 'grok_environment_error()'.
2000-06-21 Greg WardAdded 'preprocess()' method to CCompiler interface...
2000-06-21 Andrew M. KuchlingMinor grammatical fix
2000-06-21 Andrew M. KuchlingDocument .timeout() method and .typeahead() function
2000-06-21 Andrew M. KuchlingAdded .timeout() method and .typeahead() function
2000-06-20 Jack JansenAdded an optional debug handler that traps and prints...
2000-06-20 Jack JansenReplaced OpenResFile calls with FSpOpenResFile calls...
2000-06-20 Jeremy Hyltonverify that Python raises SyntaxError for long and...
2000-06-20 Jeremy HyltonAdd new parser error code, E_OVERFLOW. This error...
2000-06-20 Jeremy Hyltonadd minimal test of exception use. verify that each...
2000-06-20 Jeremy Hyltonmark SyntaxError__str__ as METH_VARARGS
2000-06-20 Fred DrakePekka Pessi <Pekka.Pessi@nokia.com>:
2000-06-20 Fred DrakeFredrik Lundh <effbot@telia.com>:
2000-06-20 Mark HammondAdded a new debug method sys.gettotalrefcount(), which...
2000-06-20 Jack JansenMade to work under carbon.
2000-06-20 Jack JansenUnder carbon use the GetQDGlobalxxx methods to implemen...
2000-06-20 Jack JansenMade argc/argv processing work again under carbon.
2000-06-20 Fred DrakeChristopher Fandrich <cfandrich@8cs.com>:
2000-06-19 Fred DrakePatch from Rene Liebscher <R.Liebscher@gmx.de>, slightl...
2000-06-19 Fred DrakeFixed docstring typo, reported by Skip Montanaro <skip...
2000-06-19 Andrew M. KuchlingPatch from Michael Hudson to fix flatten recursive...
2000-06-18 Marc-André... Marc-Andre Lemburg <mal@lemburg.com>:
2000-06-18 Marc-André... Marc-Andre Lemburg <mal@lemburg.com>:
2000-06-18 Andrew M. KuchlingFix bug when the replacement template is a callable...
2000-06-18 Andrew M. KuchlingPatch from Lorenzo M. Catucci:
2000-06-18 Andrew M. KuchlingPatch from /F:
2000-06-18 Andrew M. KuchlingPatch from /F:
2000-06-18 Greg Ward'get_platform()' now just returns 'sys.platform' on...
2000-06-18 Andrew M. KuchlingRegenerated autoconf files. There's an extra change...
2000-06-18 Andrew M. KuchlingCheck for existence of mremap()
2000-06-18 Andrew M. KuchlingSupport resizing the mapping depending on whether HAVE_...
2000-06-18 Fred DrakeMarkup consistency nits.
2000-06-18 Andrew M. KuchlingAdditional tests for seek() method, written by Trent...
2000-06-18 Andrew M. KuchlingPatch from Trent Mick:
2000-06-18 Andrew M. KuchlingRemoved MS_INVALIDATE flags
2000-06-18 Andrew M. KuchlingMake changes and clarifications suggested by Mark Hammond
2000-06-17 Greg WardPulled the MSVC++-specific hackery out to a new method...
2000-06-17 Andrew M. KuchlingFix the size() method to return the size of the file...
2000-06-17 Andrew M. KuchlingDocumentation for the mmap module: proofreaders welcomed
2000-06-17 Marc-André... Vladimir MARANGOZOV <Vladimir.Marangozov@inrialpes...
2000-06-17 Greg WardRenamed PATH_CREATED to _path_created, on the grounds...
2000-06-17 Greg WardChanged 'remove_tree()' to use the new 'grok_environmen...
2000-06-17 Greg WardChanged to use the new 'grok_environment_error()' funct...
2000-06-17 Greg WardAdded 'grok_environment_error()' function to deal with...
2000-06-17 Greg WardBastian Kleineidam: added 'remove_tree()' function...
2000-06-17 Greg WardFixed install directory for header files on Unix.
2000-06-16 Fred DrakeUpdates from Marc-Andre Lemburg <mal@leburg.com> for...
2000-06-16 Fred DrakeAdded reference count information for PySequence_List().
next