Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a general "About" page and link to it from the index page. | Fred Drake | 2000-09-08 | 2 | -0/+79 |
| | | | | This fixes SourceForge bug #113810. | ||||
* | Match Sam Rushing's current version of asyncore.py and asynchat.py | Andrew M. Kuchling | 2000-09-08 | 2 | -81/+126 |
| | | | | (SF patch 101447, fixing PR#113704) | ||||
* | Add test cases to make sure we get the right SyntaxError message for | Fred Drake | 2000-09-08 | 2 | -0/+59 |
| | | | | various illegal uses of "continue". | ||||
* | com_continue_stmt(): Improve error message when continue is found | Fred Drake | 2000-09-08 | 1 | -1/+22 |
| | | | | | | in a try statement in a loop. This is related to SourceForge bug #110830. | ||||
* | Fix for bug 110629: Generate unique image names by introducing a counter | Martin v. Löwis | 2000-09-08 | 1 | -1/+3 |
| | |||||
* | A #define didn't start in column 1. Closes SF bug 113888. | Tim Peters | 2000-09-08 | 1 | -1/+1 |
| | |||||
* | Add missing Py_PROTO macro for backward compatibility with old extensions | Vladimir Marangozov | 2000-09-08 | 1 | -1/+7 |
| | | | | | (sources) which may still use it and now fail to compile. Reported by M-A Lemburg. Closes [ Bug #113576 ]. | ||||
* | This patch hopefully fixes the problem with "es#" and "es" in | Marc-André Lemburg | 2000-09-08 | 1 | -0/+2 |
| | | | | PyArg_ParseTupleAndKeywords() and closes bug #113807. | ||||
* | Removed 68K support. | Jack Jansen | 2000-09-08 | 35 | -0/+8 |
| | | | | Getting ready for 2.0b1 release. | ||||
* | Got rid of Py_FatalError calls. | Jack Jansen | 2000-09-08 | 5 | -12/+6 |
| | |||||
* | Use same short banner message as unix/win Python. | Jack Jansen | 2000-09-08 | 1 | -3/+7 |
| | |||||
* | Added USE_UCNHASH, defined USE_GUSI if USE_GUSI{1,2} defined. | Jack Jansen | 2000-09-08 | 1 | -1/+4 |
| | |||||
* | Removed 68k support, added pyexpat, adapted for new NumPy. | Jack Jansen | 2000-09-08 | 2 | -2/+2 |
| | |||||
* | autodetect presence of libdb - this allows bsddbmodule to be built | Skip Montanaro | 2000-09-08 | 3 | -145/+248 |
| | | | | | automatically if dbopen is found in libc or libdb. This closes patch #101420 | ||||
* | Remove an item that no longer needs to be done for 2.0. | Fred Drake | 2000-09-07 | 1 | -2/+0 |
| | |||||
* | Make the HTML more XHTML-friendly. | Fred Drake | 2000-09-07 | 1 | -22/+22 |
| | | | | Small nits in the layout of the generated markup. | ||||
* | Wrap some long lines. | Fred Drake | 2000-09-07 | 1 | -10/+23 |
| | | | | Note that \file and \filenq do not work inside section titles. | ||||
* | Remove the specific date -- back in development mode. | Fred Drake | 2000-09-07 | 1 | -1/+1 |
| | |||||
* | \file is not allowed in section titles -- converting to PDF fails due to | Fred Drake | 2000-09-07 | 1 | -3/+3 |
| | | | | | | | weird macro-expansion issues. A better solution may be available in the future, but this will do for now. Add an index entry. More should probably be added as well. | ||||
* | Remove comment about -X and string exceptions. Error noted by | Fred Drake | 2000-09-07 | 1 | -2/+1 |
| | | | | Justin D. Pettit <jpettit@raznick.com>. | ||||
* | Changes: | Thomas Heller | 2000-09-07 | 1 | -273/+298 |
| | | | | | | | | | | | | | | | | | | | | | | | | | distutils/command/bdist_wininst.py: - the windows installer is again able to compile after installing the files. Note: The default has changed, the packager has to give --no-target-compile/--no-target-optimize to NOT compile on the target system. (Another note: install_lib's --compile --optimize options have the same semantics to switch off the compilation. Shouldn't the names change?) - All references to specific python versions are gone. - A small bug: raise DistutilsPlatformError ("...") instead of raise DistutilsPlatformError, ("...") - When bdist_wininst creates an installer for one specific python version, this is reflected in the name: Distutils-0.9.2.win32-py15.exe instead of Distutils-0.9.2.win32.exe - bdist_wininst, when run as script, reads the wininst.exe file and rewrites itself. Previously this was done by hand. misc/install.c - All the changes needed for compilation - Deleted a lot of debug/dead code | ||||
* | Older Tk versions don't support mousewheel support. Set event.delta | Fredrik Lundh | 2000-09-07 | 1 | -1/+4 |
| | | | | to zero if that's the case (closes bug #113727) | ||||
* | Oops. Jim's fix didn't. This one does -- I tested it a bit better | Guido van Rossum | 2000-09-07 | 1 | -4/+19 |
| | | | | this time! | ||||
* | Added note about Python version this was added for. | Fred Drake | 2000-09-07 | 1 | -0/+2 |
| | |||||
* | Minor markup nits around use of \optional. | Fred Drake | 2000-09-07 | 1 | -10/+10 |
| | |||||
* | Added Unicode objects to the copy mechanism. Since these are immutable, | Marc-André Lemburg | 2000-09-07 | 1 | -0/+2 |
| | | | | they are copied as atomic types. | ||||
* | Boost Windows build # to 5 (see new BUILDno.txt). | Tim Peters | 2000-09-07 | 1 | -2/+2 |
| | |||||
* | Windows installer, reflecting changes that went into a replacement 2.0b1 | Tim Peters | 2000-09-07 | 1 | -5/+17 |
| | | | | | | | | | | .exe that will show up on PythonLabs.com later today: Include the Lib\xml\ package (directory + subdirectories). Include the Lib\lib-old\ directory. Include the Lib\test\*.xml test cases (well, just one now). Remove the redundant install of Lib\*.py (looks like a stray duplicate line that's been there a long time). Because of this, the new installer is a little smaller despite having more stuff in it. | ||||
* | Document new Windows build # scheme. | Tim Peters | 2000-09-07 | 1 | -0/+45 |
| | |||||
* | Greatly enhanced the section on creating built distributions; in | Greg Ward | 2000-09-07 | 1 | -26/+169 |
| | | | | | particular wrote up creating RPMs in detail. Other scattered improvements. | ||||
* | Typo fix. | Greg Ward | 2000-09-07 | 1 | -1/+1 |
| | |||||
* | Removing this file again to set its status to 'dead'. | Guido van Rossum | 2000-09-07 | 1 | -1570/+0 |
| | |||||
* | Simple fix from Jin Fulton to avoid returning a half-initialized | Guido van Rossum | 2000-09-07 | 1 | -2/+2 |
| | | | | | | module when e.g. copy_reg.py doesn't exist. This caused a core dump. This closes SF bug 112944. | ||||
* | Another typo (in the list comprehension example). | Guido van Rossum | 2000-09-06 | 1 | -1/+1 |
| | |||||
* | Add new section "What About Python 1.6?" | Andrew M. Kuchling | 2000-09-06 | 1 | -2/+55 |
| | | | | Document some things in the 2.0 NEWS files that should be mentioned here. | ||||
* | Fix three typos. | Guido van Rossum | 2000-09-06 | 1 | -3/+3 |
| | |||||
* | Removed mention of the winreg module, since it was deleted from 2.0b1 | Andrew M. Kuchling | 2000-09-06 | 1 | -5/+3 |
| | |||||
* | Added a \versionadded statement to the getfqdn() description. | Fred Drake | 2000-09-06 | 1 | -0/+1 |
| | |||||
* | Bullet-proofing of 'make_release_tree()': | Greg Ward | 2000-09-06 | 1 | -6/+14 |
| | | | | | | - 'mkpath()' the distribution dir in case of empty manifest - warn if empty manifest - detect, warn about, and skip non-regular files in manifest | ||||
* | Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a | Greg Ward | 2000-09-06 | 1 | -7/+8 |
| | | | | | bug to boot: now works even if both MANIFEST and MANIFEST.in don't exist. Don't hardcode setup.py, use 'self.distribution.script_name'. | ||||
* | Typo fix. | Greg Ward | 2000-09-06 | 2 | -2/+2 |
| | |||||
* | General overhaul of the "Creating a Source Distribution" section -- | Greg Ward | 2000-09-06 | 1 | -51/+80 |
| | | | | better explanation of manifest files, in particular. | ||||
* | Fix mkhowto so that the bookmarks for the PDF work for both "howto" and | Fred Drake | 2000-09-05 | 1 | -1/+5 |
| | | | | "manual" class documents. | ||||
* | This commit was manufactured by cvs2svn to create tag 'r20b1'.v2.0b1 | cvs2svn | 2000-09-05 | 1 | -0/+1 |
| | |||||
* | Added Windows news. Also repeated 1.6 Windows news since most people getting | Tim Peters | 2000-09-05 | 1 | -2/+33 |
| | | | | | | 2.0b1 for Windows will not have bothered getting 1.6. Also changed "Changed, New, Obsolete Tools" to say "None" since nobody had put an entry there. | ||||
* | Added BeOpen support plug. | Guido van Rossum | 2000-09-05 | 1 | -0/+4 |
| | |||||
* | All the NEWS that I could finish in 15 minutes (and then some) | Jeremy Hylton | 2000-09-05 | 1 | -13/+59 |
| | | | | | Removed some attributions from the shorter entries in Changed Modules, because that section is so long. | ||||
* | current progress on 2.0 NEWS | Jeremy Hylton | 2000-09-05 | 1 | -5/+79 |
| | |||||
* | Windows build: install NEWS.txt; bump BUILD# to 3 in preparation for next | Tim Peters | 2000-09-05 | 2 | -2/+7 |
| | | | | installer. | ||||
* | Many changes suggested by Bob Weiner, mostly small grammatical fixes | Guido van Rossum | 2000-09-05 | 1 | -126/+136 |
| | | | | | or other clarifications, with the occasional plug for BeOpen PythonLabs thrown in. Also added a trademarks disclaimer. |