2000-06-26 |
Andrew M. Kuchling | Dcoumentation for ascii.py. I've changed two reference... |
commit | commitdiff | tree | snapshot |
2000-06-26 |
Andrew M. Kuchling | Added two modules for ASCII characters and a simple... |
commit | commitdiff | tree | snapshot |
2000-06-26 |
Andrew M. Kuchling | Add wrapper for initscr() to copy the ACS_ and LINES... |
commit | commitdiff | tree | snapshot |
2000-06-26 |
Greg Stein | now that imputil is in the main Python repository,... |
commit | commitdiff | tree | snapshot |
2000-06-26 |
Guido van Rossum | Fredrik Lundh: get rid of warning in pythonrun.c |
commit | commitdiff | tree | snapshot |
2000-06-26 |
Greg Stein | initial commit of a new HTTP library, supporting HTTP... |
commit | commitdiff | tree | snapshot |
2000-06-25 |
Andrew M. Kuchling | Fix typos and errors noticed by Skip Montanaro |
commit | commitdiff | tree | snapshot |
2000-06-25 |
Jeremy Hylton | update output file to reflect new test of exception... |
commit | commitdiff | tree | snapshot |
2000-06-25 |
Greg Ward | Minor wording tweaks. |
commit | commitdiff | tree | snapshot |
2000-06-25 |
Greg Ward | Define the 'executables' class attribute so the CCompil... |
commit | commitdiff | tree | snapshot |
2000-06-25 |
Greg Ward | Removed some debugging code that slipped into the last... |
commit | commitdiff | tree | snapshot |
2000-06-25 |
Greg Ward | Fixed the "pre-link hook" so it actually works, mainly... |
commit | commitdiff | tree | snapshot |
2000-06-25 |
Greg Ward | Added PreprocessError and UnknownFileError (both used... |
commit | commitdiff | tree | snapshot |
2000-06-25 |
Greg Ward | Call 'customize_compiler()' after getting CCompiler... |
commit | commitdiff | tree | snapshot |
2000-06-25 |
Greg Ward | Fixed a few silly bugs in my SWIG support code. (Hey... |
commit | commitdiff | tree | snapshot |
2000-06-25 |
Greg Ward | Added the 'customize_compiler()' function, which plugs... |
commit | commitdiff | tree | snapshot |
2000-06-25 |
Greg Ward | Introduced some bureaucracy for setting and tracking... |
commit | commitdiff | tree | snapshot |
2000-06-25 |
Greg Ward | Got rid of direct dependence on the sysconfig module... |
commit | commitdiff | tree | snapshot |
2000-06-24 |
Greg Ward | Added 'split_quoted()' function to deal with strings... |
commit | commitdiff | tree | snapshot |
2000-06-24 |
Greg Ward | Docstring reformatting/tweaking binge. |
commit | commitdiff | tree | snapshot |
2000-06-24 |
Greg Ward | Print a warning if we install a data file right in... |
commit | commitdiff | tree | snapshot |
2000-06-24 |
Greg Ward | Changed the default installation directory for data... |
commit | commitdiff | tree | snapshot |
2000-06-24 |
Greg Ward | Changed 'object_filenames()' to raise exception instead... |
commit | commitdiff | tree | snapshot |
2000-06-24 |
Greg Ward | Some clarifications to the 'A simple example' section. |
commit | commitdiff | tree | snapshot |
2000-06-24 |
Greg Ward | Fixed a grab-bag of typos spotted by Detlef Lannert. |
commit | commitdiff | tree | snapshot |
2000-06-24 |
Greg Ward | Changed so all the help-generating functions are define... |
commit | commitdiff | tree | snapshot |
2000-06-24 |
Greg Ward | More stylistic tweaks to the generic '--help-xxx' code. |
commit | commitdiff | tree | snapshot |
2000-06-24 |
Greg Ward | Stylistic/formatting changes to Rene Liebscher's '... |
commit | commitdiff | tree | snapshot |
2000-06-24 |
Greg Ward | Experimental, completely untested SWIG support. |
commit | commitdiff | tree | snapshot |
2000-06-24 |
Greg Ward | Revised docstring so 'sources' isn't necessarily all... |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Barry Warsaw | (py-execute-region): Make sure the new temporary buffer... |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Jeremy Hylton | part 2 of Neil Schemenauer's GC patches: |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Jeremy Hylton | traverse functions should return 0 on success |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Jeremy Hylton | raise TypeError when PyObject_Get/SetAttr called with... |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Jeremy Hylton | Round 1 of Neil Schemenauer's GC patches: |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Greg Ward | Bastian Kleineidam: 'copy_file()' now returns the outpu... |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Andrew M. Kuchling | Release the global interpreter lock around the most... |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Jack Jansen | All relevant toolbox modules have now been carbonized. |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Marc-André... | Marc-Andre Lemburg <mal@lemburg.com>: |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Guido van Rossum | Sjoerd Mullender: |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Greg Ward | Implementation of the CCompiler class for Cygwin and... |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Greg Ward | Fix inspired by Rene Liebscher: if setup script is... |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Greg Ward | Delete spurious comment. |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Greg Ward | Build the 'outfiles' list so 'get_outputs()' has someth... |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Greg Ward | Rene Liebscher: when fixing up directories with an... |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Greg Ward | Fleshed out and added a bunch of useful stuff, notably... |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Greg Ward | Oops, import 'grok_environment_error()'. |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Greg Ward | Added 'preprocess()' method to CCompiler interface... |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Andrew M. Kuchling | Minor grammatical fix |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Andrew M. Kuchling | Document .timeout() method and .typeahead() function |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Andrew M. Kuchling | Added .timeout() method and .typeahead() function |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Jack Jansen | Added an optional debug handler that traps and prints... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Jack Jansen | Replaced OpenResFile calls with FSpOpenResFile calls... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Jeremy Hylton | verify that Python raises SyntaxError for long and... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Jeremy Hylton | Add new parser error code, E_OVERFLOW. This error... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Jeremy Hylton | add minimal test of exception use. verify that each... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Jeremy Hylton | mark SyntaxError__str__ as METH_VARARGS |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Fred Drake | Pekka Pessi <Pekka.Pessi@nokia.com>: |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Fred Drake | Fredrik Lundh <effbot@telia.com>: |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Mark Hammond | Added a new debug method sys.gettotalrefcount(), which... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Jack Jansen | Made to work under carbon. |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Jack Jansen | Under carbon use the GetQDGlobalxxx methods to implemen... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Jack Jansen | Made argc/argv processing work again under carbon. |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Fred Drake | Christopher Fandrich <cfandrich@8cs.com>: |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Fred Drake | Patch from Rene Liebscher <R.Liebscher@gmx.de>, slightl... |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Fred Drake | Fixed docstring typo, reported by Skip Montanaro <skip... |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Andrew M. Kuchling | Patch from Michael Hudson to fix flatten recursive... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Marc-André... | Marc-Andre Lemburg <mal@lemburg.com>: |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Marc-André... | Marc-Andre Lemburg <mal@lemburg.com>: |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Andrew M. Kuchling | Fix bug when the replacement template is a callable... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Andrew M. Kuchling | Patch from Lorenzo M. Catucci: |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Andrew M. Kuchling | Patch from /F: |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Andrew M. Kuchling | Patch from /F: |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Greg Ward | 'get_platform()' now just returns 'sys.platform' on... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Andrew M. Kuchling | Regenerated autoconf files. There's an extra change... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Andrew M. Kuchling | Check for existence of mremap() |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Andrew M. Kuchling | Support resizing the mapping depending on whether HAVE_... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Fred Drake | Markup consistency nits. |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Andrew M. Kuchling | Additional tests for seek() method, written by Trent... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Andrew M. Kuchling | Patch from Trent Mick: |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Andrew M. Kuchling | Removed MS_INVALIDATE flags |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Andrew M. Kuchling | Make changes and clarifications suggested by Mark Hammond |
commit | commitdiff | tree | snapshot |
2000-06-17 |
Greg Ward | Pulled the MSVC++-specific hackery out to a new method... |
commit | commitdiff | tree | snapshot |
2000-06-17 |
Andrew M. Kuchling | Fix the size() method to return the size of the file... |
commit | commitdiff | tree | snapshot |
2000-06-17 |
Andrew M. Kuchling | Documentation for the mmap module: proofreaders welcomed |
commit | commitdiff | tree | snapshot |
2000-06-17 |
Marc-André... | Vladimir MARANGOZOV <Vladimir.Marangozov@inrialpes... |
commit | commitdiff | tree | snapshot |
2000-06-17 |
Greg Ward | Renamed PATH_CREATED to _path_created, on the grounds... |
commit | commitdiff | tree | snapshot |
2000-06-17 |
Greg Ward | Changed 'remove_tree()' to use the new 'grok_environmen... |
commit | commitdiff | tree | snapshot |
2000-06-17 |
Greg Ward | Changed to use the new 'grok_environment_error()' funct... |
commit | commitdiff | tree | snapshot |
2000-06-17 |
Greg Ward | Added 'grok_environment_error()' function to deal with... |
commit | commitdiff | tree | snapshot |
2000-06-17 |
Greg Ward | Bastian Kleineidam: added 'remove_tree()' function... |
commit | commitdiff | tree | snapshot |
2000-06-17 |
Greg Ward | Fixed install directory for header files on Unix. |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Fred Drake | Updates from Marc-Andre Lemburg <mal@leburg.com> for... |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Fred Drake | Added reference count information for PySequence_List(). |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Fred Drake | Documented PySequence_List() and PySequence_Tuple(). |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Marc-André... | Michael Hudson <mwh21@cam.ac.uk>: |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Fred Drake | do_cmd_textasciitilde(): New function. |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Fred Drake | Fix markup error that hid a tilde character; reported... |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Fred Drake | Michael Hudson <mwh21@cam.ac.uk>: |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Fred Drake | Thomas Wouters <thomas@xs4all.net>: |
commit | commitdiff | tree | snapshot |
next |