Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initialize Attr.value with empty string in createAttribute*, as per DOM | Martin v. Löwis | 2001-03-31 | 1 | -5/+7 |
| | | | | | spec. Closes bug #412036. Also reindent toprettyxml. | ||||
* | Remove the backed-out version requirement | Andrew M. Kuchling | 2001-03-31 | 1 | -2/+1 |
| | |||||
* | Back out the requirement to supply a version number | Andrew M. Kuchling | 2001-03-31 | 1 | -4/+0 |
| | |||||
* | Fixes a fatal bug when the module has computed alternatives containing %s. | Eric S. Raymond | 2001-03-31 | 1 | -1/+1 |
| | |||||
* | "install -d" does not work on BSDI systems even though autoconf thinks | Neil Schemenauer | 2001-03-31 | 2 | -309/+327 |
| | | | | install works on that system. Use "install-sh" on BSDI. | ||||
* | Allow the <author/> element to appear before a paragraph without being | Fred Drake | 2001-03-29 | 1 | -1/+1 |
| | | | | made a part of the paragraph. | ||||
* | Add entry for curses.panel documentation. | Fred Drake | 2001-03-29 | 2 | -0/+2 |
| | |||||
* | Fix serious markup errors. | Fred Drake | 2001-03-29 | 1 | -11/+11 |
| | |||||
* | Remove the spurious space of uncertain origin from the output for function, | Fred Drake | 2001-03-29 | 1 | -10/+10 |
| | | | | | method and constructor signatures. Suggested by Peter Funk on the Doc-SIG mailing list. | ||||
* | On OSX show a dialog explaining that ConfigurePythonCarbon launch will ↵ | Jack Jansen | 2001-03-29 | 1 | -1/+1 |
| | | | | probably fail. This turns out to be a VISE 7.1.1 problem, probably. | ||||
* | On OSX always copy PythonCore. It turns out an orphaned alias in ↵ | Jack Jansen | 2001-03-29 | 1 | -5/+18 |
| | | | | /Library/CFMSupport (happens when you remove python and aliased pythoncore) wreaks havoc with the system. | ||||
* | Changed some of the dialogs to be a little clearer. | Jack Jansen | 2001-03-29 | 1 | -1/+1 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2001-03-29 | 7 | -23/+23 |
| | |||||
* | Initialize new save_warnings_filters data member in ↵ | Tim Peters | 2001-03-29 | 1 | -0/+1 |
| | | | | | | | | ModifiedInterpreter.__init__. Was getting mystery ModifiedInterpreter instance has no attribute 'save_warnings_filters' errors at odd times (for sure in a fresh IDLE, fresh file, then Run Script). | ||||
* | Added example use of weak references, contributed by Tim Peters. | Fred Drake | 2001-03-28 | 1 | -0/+22 |
| | |||||
* | Added documentation for PyObject_IsInstance() and PyObject_IsSubclass(). | Fred Drake | 2001-03-28 | 1 | -0/+36 |
| | |||||
* | Don't show finder-delay-warning on OSX. Untested. | Jack Jansen | 2001-03-28 | 1 | -1/+1 |
| | |||||
* | Typo: "ariables" --> "variables" | Fred Drake | 2001-03-28 | 1 | -1/+1 |
| | | | | This fixes SF bug #411118. | ||||
* | Fix a number of small issues; this closes SF bug #411063. | Fred Drake | 2001-03-28 | 1 | -4/+4 |
| | |||||
* | Based on info from Jens@digicool.com, add 'darwin1' to the list of | Guido van Rossum | 2001-03-28 | 1 | -1/+1 |
| | | | | BSD-style OS'es. Makes sense, really. | ||||
* | Updated for 2.1b2 distribution. | Jack Jansen | 2001-03-27 | 10 | -16/+51 |
| | |||||
* | Arghh. Fix typo. | Martin v. Löwis | 2001-03-27 | 1 | -1/+1 |
| | |||||
* | Added a note about BBPy.lm. | Jack Jansen | 2001-03-27 | 1 | -0/+4 |
| | |||||
* | Added a note about the new (since 2.0) OSA architecture. | Jack Jansen | 2001-03-27 | 1 | -1/+10 |
| | |||||
* | Oops, ISO translation was off. Fixed. | Jack Jansen | 2001-03-27 | 3 | -27/+27 |
| | |||||
* | Add Robin Thomas (author of the slice() comparability hack). | Guido van Rossum | 2001-03-27 | 1 | -0/+1 |
| | |||||
* | Use Guido's trick for always extracting the version number from a | Martin v. Löwis | 2001-03-27 | 1 | -1/+4 |
| | | | | CVS Revision string correctly, even under -kv. | ||||
* | Fix some reloading problems (still more work needed). | Ka-Ping Yee | 2001-03-27 | 1 | -6/+16 |
| | | | | | Add hyperlinks to PEPs at http://www.python.org/peps/pep-%04d.html Remove script directory (dirname of sys.argv[0]) from sys.path. | ||||
* | Disable fused-add-mul instructions. They give a nonstandard result for some ↵ | Jack Jansen | 2001-03-26 | 1 | -0/+0 |
| | | | | things that test_coercion complains about. The added performance is probably minimal for Python anyway. | ||||
* | Bug fix: compile() called from a nested-scopes-enable Python was not | Jeremy Hylton | 2001-03-26 | 1 | -1/+1 |
| | | | | | using nested scopes to compile its argument. Pass compiler flags through to underlying compile call. | ||||
* | Turn SyntasWarning into SyntaxError for all code entered | Guido van Rossum | 2001-03-26 | 1 | -1/+12 |
| | | | | interactively. | ||||
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2001-03-26 | 1 | -0/+329 |
| | | | | | | Add many more constants for some systems. This closes SF patch #410267. | ||||
* | Add a note that the "kfm" controller supports "konqueror" as well as the | Fred Drake | 2001-03-26 | 1 | -1/+3 |
| | | | | old KDE 1 "kfm" command. | ||||
* | Itamar Shtull-Trauring <itamar@maxnm.com>: | Fred Drake | 2001-03-26 | 2 | -18/+58 |
| | | | | | Add support to zipfile to support opening an archive represented by an open file rather than a file name. | ||||
* | Update auto-detection for Konqueror to include KDE 2 -- the kfm command is | Fred Drake | 2001-03-26 | 1 | -2/+5 |
| | | | | | gone; "konqueror" is the new name, and the command-line args are different. kfmclient has not changed, though. | ||||
* | Note missing explanation | Andrew M. Kuchling | 2001-03-26 | 1 | -2/+2 |
| | |||||
* | Fixed some access paths. | Jack Jansen | 2001-03-26 | 1 | -0/+0 |
| | |||||
* | Fixed ref count bug. Patch #411191. Found by Walter Dörwald. | Marc-André Lemburg | 2001-03-25 | 1 | -1/+3 |
| | |||||
* | get_version_string(): New function -- returns a Python string object that | Fred Drake | 2001-03-24 | 1 | -3/+24 |
| | | | | | | | | gives the CVS revision of this file even if it does not include the extra RCS "$Revision: " cruft. initpyexpat(): Use get_version_string() instead of hard-coding magic indexes into the RCS string (which may be affected by export options). | ||||
* | Document use_rawinput. (Although now that I think more about it, a | Guido van Rossum | 2001-03-24 | 1 | -1/+6 |
| | | | | | better solution would have been to factor out the raw_input() call and make it into an overridable method. Oh well, maybe later...) | ||||
* | This commit was manufactured by cvs2svn to create tag 'r21b2'.v2.1b2 | cvs2svn | 2001-03-23 | 1 | -0/+1 |
| | |||||
* | main(): Application of SF patch #405851, which allows this test to be | Barry Warsaw | 2001-03-23 | 1 | -0/+12 |
| | | | | | | | used by Jython. The tests in this module expect C locale, so be explicit about setting that (for CPython). However, in Jython, there is no C locale, so instead be explicit about setting the US locale. Closes the patch. | ||||
* | pydoc changed overnight in such a way that it no longer worked from the | Tim Peters | 2001-03-23 | 1 | -3/+3 |
| | | | | Windows start-menu item. This recovers from that. | ||||
* | Fix a memory leak -- there's no need to INCREF() the result of | Guido van Rossum | 2001-03-23 | 1 | -1/+0 |
| | | | | newreadlinesobject() in xreadlines(). | ||||
* | In Jython, `@' is not allowed in module names. Extend the TESTFN test | Barry Warsaw | 2001-03-23 | 1 | -3/+7 |
| | | | | to use "$test" when in Jython. Closes SF patch #403668. | ||||
* | Finishing touch to Ping's changes. This is a patch that Ping sent me | Guido van Rossum | 2001-03-23 | 1 | -11/+11 |
| | | | | | | | | but apparently he had to go to school, so I am checking it in for him. This makes PyRun_HandleSystemExit() a static instead, called handle_system_exit(), and let it use the current exception rather than passing in an exception. This slightly simplifies the code. | ||||
* | Two minor changes for better Jython compatibility. Finn Bock says: | Barry Warsaw | 2001-03-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | Change 1: Not all 'modules' in sys.modules have a sensible __file__ attribute. Some of our java package can have the __file__ attribute set to None. Change 2: In jython we have the jython license file in <root> and the CPython license file in <root>/Lib. By reversing the search sequence jython will find and show the jython license file before the CPython file. Closes SF patch #405853. | ||||
* | Update Mac OS X platform notes. | Fred Drake | 2001-03-23 | 1 | -4/+8 |
| | | | | This closes SF bug #406191. | ||||
* | Strengthen the constraints on calling PyObject_GC_Fini(). | Fred Drake | 2001-03-23 | 1 | -0/+5 |
| | |||||
* | Make socket.getservbyname test optional on socket module having that | Barry Warsaw | 2001-03-23 | 1 | -5/+6 |
| | | | | | | attribute. Jython does not have this function. Closes SF patch #403667. |