2000-06-02 |
Jack Jansen | Made the core toolbox modules carbon-compatible using... |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Jack Jansen | Replaced GetFInfo and SetFInfo calls with FspGetFInfo... |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Jack Jansen | Removed (within an #ifdef) Carbon-incompatabilities: |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Jack Jansen | Removed (within an #ifdef) Carbon-incompatabilities: |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Jack Jansen | Fixed callback function arguments to be carbon-compatible. |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Jack Jansen | Config file for PythonStandCarbon (small non-shared... |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Jack Jansen | Made compatible with MSL Carbon libraries. |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Jeremy Hylton | make sure the case is correct (damned case-sensitive... |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Greg Ward | Bumped version number to 0.9pre (there will be a couple... |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Greg Ward | Only print debugging output if DEBUG true. |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Greg Ward | Only print debugging output if DEBUG true (and deleted... |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Greg Ward | Use Distribution method 'dump_option_dicts()' for debug... |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Greg Ward | Ditched the obsolete '_get_package_data()' method and its |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Greg Ward | Fairly massive overhaul to support getting RPM inputs... |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Greg Ward | Reformatted and updated many docstrings. |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Fred Drake | Trent Mick <trentm@ActiveState.com>: |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Fred Drake | Trent Mick <trentm@activestate.com>: |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Jeremy Hylton | Fredrik Lundh: here's the 96.6% version of SRE |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Jeremy Hylton | add new Python/exceptions.c to python16 project (courte... |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Fred Drake | Improve TypeError exception message for list catenation. |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Fred Drake | Michael Hudson <mwh21@cam.ac.uk>: |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Andrew M. Kuchling | Fix bug reported by atkins@gweep.net; re.compile(r... |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Fred Drake | Michael Hudson <mwh21@cam.ac.uk>: |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Jeremy Hylton | patch from Charles Waldman-- |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Greg Ward | Remember the list of archive files created in 'make_dis... |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Greg Ward | Oops, 'reinitialize_command()' forgot to return the... |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Greg Ward | Added 'reinitialize_command()' method -- delegated... |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Greg Ward | Ensure that 'make_archive()' returns the name of the... |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Greg Ward | More tweaking to make this command act like other Distu... |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Greg Ward | Regularize options a bit: |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Fred Drake | Do not expose __builtins__ name as a completion; this... |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Andrew M. Kuchling | Filled out the "Core Changes" section. |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Greg Ward | Renamed 'native_path()' to 'convert_path()'. |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Greg Ward | Normalize paths before writing them to a zipfile. |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Greg Ward | Fixed 'change_root() to work at all on Windows, and... |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Greg Ward | Import the new Extension class, so setup scripts can |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Greg Ward | Overhauled to expect 'self.extensions' (taken from... |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Greg Ward | Provides the Extension class, a nicer way to describe... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Fred Drake | Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Guido van Rossum | Add 'r' to docstrings to avoid expanded backslash escap... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Greg Ward | Added concrete example of when separate build and insta... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Greg Ward | Cosmetic tweak. |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Greg Ward | Catch CCompiler exceptions in 'setup()'. |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Greg Ward | Import exceptions from errors.py, not ccompiler.py. |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Greg Ward | Removed exceptions -- now in errors.py to avoid expensi... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Greg Ward | Moved the CCompiler exceptions here, to avoid having... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Greg Ward | Changed to catch compile/link failures and raise Compil... |
commit | commitdiff | tree | snapshot |
2000-05-28 |
Greg Ward | Added 'dump_options()' for debugging output. |
commit | commitdiff | tree | snapshot |
2000-05-28 |
Greg Ward | Factored '_set_command_options()' out of 'get_command_o... |
commit | commitdiff | tree | snapshot |
2000-05-28 |
Greg Ward | Changed order so 'clean' is right after the 'build... |
commit | commitdiff | tree | snapshot |
2000-05-28 |
Greg Ward | Only print debugging output if DEBUG (imported from... |
commit | commitdiff | tree | snapshot |
2000-05-28 |
Greg Ward | Moved warnings out of 'finalize_options()' into 'run()'. |
commit | commitdiff | tree | snapshot |
2000-05-28 |
Greg Ward | Typo fix in comment. |
commit | commitdiff | tree | snapshot |
2000-05-27 |
Greg Ward | Some far-reaching naming changes: |
commit | commitdiff | tree | snapshot |
2000-05-27 |
Andrew M. Kuchling | Article about 1.6 new features |
commit | commitdiff | tree | snapshot |
2000-05-27 |
Greg Ward | Patch from Andrew Kuchling: prune out the build and... |
commit | commitdiff | tree | snapshot |
2000-05-27 |
Greg Ward | Support for the "install_headers" command: distribution... |
commit | commitdiff | tree | snapshot |
2000-05-27 |
Greg Ward | 'mkpath()' now detects non-string 'name' arguments... |
commit | commitdiff | tree | snapshot |
2000-05-27 |
Greg Ward | Tweaked description, help text. |
commit | commitdiff | tree | snapshot |
2000-05-27 |
Greg Ward | Support for the "install_headers" command: |
commit | commitdiff | tree | snapshot |
2000-05-27 |
Greg Ward | Added 'install_headers' command to install C/C++ header... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Jeremy Hylton | Patch from M.-A. Lemburg: |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Fred Drake | Added documentation for gettempprefix(). |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Barry Warsaw | This module is obsolete now that the standard exception... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Fred Drake | Added documentation for TemporaryFile() and the siffix... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Barry Warsaw | The standard exception classes. Moved here from .... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Barry Warsaw | Added exceptions.o to the list of object to build in... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Barry Warsaw | _exceptions.c is moved to ../Python/exceptions.c |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Barry Warsaw | The _exceptions module is moved to the Python subdirectory. |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Greg Ward | When building on Solaris and the compiler is GCC, use... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Fred Drake | Piers Lauder <piers@cs.su.oz.au>: |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Greg Ward | Guido's rewording of my definition of "root package... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Greg Ward | Rene Liebscher: check if the extension file (.so or... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Greg Ward | A grab-bag of wording tweakage. |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Greg Ward | Factored out code for extracting-or-creating one of... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Greg Ward | Added the DEBUG global (set from the DISTUTILS_DEBUG... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Greg Ward | Fixed a couple of long-hidden bugs (amazing what you... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Barry Warsaw | Built-in class-based standard exceptions. Written... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Barry Warsaw | Added a test to catch the base class. |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Barry Warsaw | For backwards compatibility, simply import everything... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Barry Warsaw | All the exception building related stuff has been moved... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Barry Warsaw | Added the _exceptions module, implementing the built... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Barry Warsaw | Py_Initialize(): Now that standard exceptions are built... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Barry Warsaw | Now that standard exceptions are builtin, we don't... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Greg Ward | Take the basename of the script before concatenating... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Fred Drake | Piers Lauder <piers@cs.su.oz.au>: |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Barry Warsaw | bltin_exc: Removed the leaf_exc flag in the structure... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Greg Ward | Fix to use 'change_root()' rather than directly manglin... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Greg Ward | Improvements to Bastian's build_scripts command: |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Greg Ward | Added comment to remind us of the (temporary?) obsolesc... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Greg Ward | Use Distribution's 'has_scripts()' method instead of... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Greg Ward | Bastian Kleineidam: the "build_scripts" command. |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Greg Ward | Bastian Kleineidam: the "build_scripts" command and... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Greg Ward | Normalized all the end-of-class lines. |
commit | commitdiff | tree | snapshot |
2000-05-24 |
Guido van Rossum | Remove unused "import curses". |
commit | commitdiff | tree | snapshot |
2000-05-24 |
Guido van Rossum | Fix a problem reported by Oleg Broytmann, who complains... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Greg Ward | Catch failure to open installed Makefile, and report... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Andrew M. Kuchling | Updated docs to list all the new methods and functions... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Andrew M. Kuchling | Changes by AMK: Use HAVE_NCURSES_H to include correct... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Andrew M. Kuchling | Oliver Andrich's ncurses-specific curses module, versio... |
commit | commitdiff | tree | snapshot |
next |