Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the Distribution() constructor forgiving of unknown keyword | Andrew M. Kuchling | 2002-10-31 | 1 | -2/+11 |
| | | | | | | | | | | arguments, triggering a warning instead of raising an exception. (In 1.5.2/2.0, it will print to stderr.) Bugfix candidate for all previous versions. This changes behaviour, but the old behaviour wasn't very useful. If Distutils version X+1 adds a new keyword argument, using the new keyword means your setup.py file won't work with Distutils version X any more. | ||||
* | Add a couple of comments about the use of \normalsize and | Fred Drake | 2002-10-30 | 1 | -1/+3 |
| | | | | \footnotesize. | ||||
* | Still more magical <link> elements. | Fred Drake | 2002-10-30 | 1 | -1/+18 |
| | |||||
* | Hackish way to generate an up-<link> for the title page if we have | Fred Drake | 2002-10-30 | 1 | -4/+16 |
| | | | | | | one. Added misc. comments. | ||||
* | More <link> support for generated pages. | Fred Drake | 2002-10-30 | 2 | -3/+24 |
| | |||||
* | Two more <link> elements. | Fred Drake | 2002-10-30 | 1 | -0/+2 |
| | |||||
* | Add some relevant <link> elements. | Fred Drake | 2002-10-30 | 2 | -0/+5 |
| | |||||
* | Use personal e-mail address | Andrew M. Kuchling | 2002-10-30 | 4 | -5/+4 |
| | |||||
* | Minor rearranging. | Fred Drake | 2002-10-30 | 1 | -3/+5 |
| | |||||
* | Add notes to the asctime() and ctime() descriptions to make it | Fred Drake | 2002-10-30 | 1 | -0/+2 |
| | | | | | explicit that locale information is not used. There wasn't anything that implied it was, but this has confused users. | ||||
* | Sprinkle with --favicon options. | Fred Drake | 2002-10-30 | 1 | -1/+3 |
| | |||||
* | Added support for --favicon. | Fred Drake | 2002-10-30 | 1 | -2/+15 |
| | | | | Fix support for the Aesop Meta Type. | ||||
* | Added support for --favicon. | Fred Drake | 2002-10-30 | 1 | -1/+7 |
| | |||||
* | Add support for using a "favicon". | Fred Drake | 2002-10-30 | 1 | -16/+20 |
| | | | | make_head_and_body(): Re-arranged to do (slightly) less work for each page. | ||||
* | Make use of the new "favicon" image. | Fred Drake | 2002-10-30 | 2 | -0/+2 |
| | |||||
* | Added "favicon" image. | Fred Drake | 2002-10-30 | 1 | -0/+0 |
| | |||||
* | Added missing class to __all__. | Raymond Hettinger | 2002-10-30 | 1 | -1/+1 |
| | |||||
* | Added __all__. | Raymond Hettinger | 2002-10-30 | 1 | -0/+2 |
| | |||||
* | Added missing names to __all__. | Raymond Hettinger | 2002-10-30 | 1 | -1/+1 |
| | |||||
* | Added new move() function to __all__. | Raymond Hettinger | 2002-10-30 | 1 | -1/+1 |
| | |||||
* | SF bug 630824: pydoc Helper keywords missing 'yield' | Tim Peters | 2002-10-30 | 1 | -0/+1 |
| | | | | | | | Wow, what a brittle subsystem! Fixed, maybe, provided Fred doesn't shuffle the docs around. Bugfix candidate. | ||||
* | Patrick K. O'Brien notices that kwlist was missing from __all__. | Raymond Hettinger | 2002-10-30 | 1 | -1/+1 |
| | | | | Added because it is part of the documented interface. | ||||
* | Forward port of 1.12.14.3 (which has an incorrect log message): | Jack Jansen | 2002-10-29 | 1 | -1/+4 |
| | | | | | | | if SetDates() in touched() returns an error ignore it: the user may not have permission to change the parent folder. This is a non-serious problem, the only function of touched() is to speed up the finder seeing the change. | ||||
* | Added test for this fix to classobject.c: | Guido van Rossum | 2002-10-29 | 1 | -0/+27 |
| | | | | | | | | Since properties are supported here, is possible that instance_getattr2() raises an exception. Fix all code that made this assumption. Backport candidate. | ||||
* | Since properties are supported here, is possible that | Guido van Rossum | 2002-10-29 | 1 | -13/+12 |
| | | | | | | | instance_getattr2() raises an exception. Fix all code that made this assumption. Backport candidate. | ||||
* | Patch #629426: Eliminate more autoconf warnings. Use AC_HELP_STRING. | Martin v. Löwis | 2002-10-29 | 2 | -90/+119 |
| | |||||
* | Chapter titles that get split over multiple lines in the typeset | Fred Drake | 2002-10-28 | 1 | -5/+3 |
| | | | | | | | formats can't have whitespace after the last non-blank character (bug in LaTeX?); fix up a couple of instances of this. Update an email address. | ||||
* | Minor simplification. | Fred Drake | 2002-10-28 | 1 | -2/+1 |
| | |||||
* | Remove unnecessary output file. | Fred Drake | 2002-10-28 | 1 | -42/+0 |
| | |||||
* | Add a test of interaction between & and extra replacements. | Fred Drake | 2002-10-28 | 1 | -8/+13 |
| | | | | | Remove extra noise from the output when there are no errors, and say more in the exception when there are errors. | ||||
* | Really do replacement of & last to avoid bad interactions between & | Fred Drake | 2002-10-28 | 1 | -2/+2 |
| | | | | replacement and replacements based on the entities parameter. | ||||
* | Avoid calling __dict_replace() if we don't need to -- the call is much | Fred Drake | 2002-10-28 | 1 | -8/+10 |
| | | | | | more expensive than just doing to work needed, and these things seem to always turn into a bottleneck eventually. | ||||
* | Oops, committed this in the wrong place. | Guido van Rossum | 2002-10-28 | 1 | -740/+0 |
| | |||||
* | Spreadsheet demo that I used in the advanced talk at Linux Lunacy II. | Guido van Rossum | 2002-10-28 | 1 | -0/+740 |
| | |||||
* | Beginnings of a spreadsheet I used as an example on Linux Lunacy II. | Guido van Rossum | 2002-10-27 | 1 | -0/+740 |
| | |||||
* | Change PyOS_Readline declaration to match the recent change to myreadline.c | Skip Montanaro | 2002-10-27 | 1 | -2/+2 |
| | | | | | | (see Patch 512981). I changed stdin to sys_stdin in the body of the function, but did not change stderr to sys_stdout, though I suspect that may be the correct course. I don't know the code involved well enough to judge. | ||||
* | Patch #627105: Document that SYSTEM_PAGE_SIZE really should not be | Martin v. Löwis | 2002-10-26 | 1 | -1/+4 |
| | | | | larger than the system page size. | ||||
* | Patch #613256: Add nescape method to xml.sax.saxutils. | Martin v. Löwis | 2002-10-26 | 6 | -8/+58 |
| | |||||
* | Add Daniel Stutzbach, for #512981. | Martin v. Löwis | 2002-10-26 | 1 | -0/+1 |
| | |||||
* | Document patch #512981. | Martin v. Löwis | 2002-10-26 | 1 | -0/+3 |
| | |||||
* | Patch #512981: Update readline input stream on sys.stdin/out change. | Martin v. Löwis | 2002-10-26 | 5 | -22/+42 |
| | |||||
* | Patch #623771: Properly use autoconf 2.5x macros. | Martin v. Löwis | 2002-10-26 | 2 | -18/+36 |
| | |||||
* | Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED. | Martin v. Löwis | 2002-10-26 | 1 | -2/+0 |
| | |||||
* | Patch #628898: Define _XOPEN_SOURCE_EXTENDED and _POSIX_C_SOURCE. | Martin v. Löwis | 2002-10-26 | 3 | -3/+31 |
| | |||||
* | Clarify packages in tutorial. Closes SF bug #616211. | Raymond Hettinger | 2002-10-26 | 1 | -0/+3 |
| | |||||
* | Implement a safer and more predictable interpolation approach. | Fred Drake | 2002-10-25 | 3 | -1/+74 |
| | | | | Closes SF bug #511737. | ||||
* | Add tests for both raw and non-raw versions of the items() methods. | Fred Drake | 2002-10-25 | 1 | -0/+26 |
| | |||||
* | According to the docs, __name__ is not exposed via the API except | Fred Drake | 2002-10-25 | 1 | -2/+8 |
| | | | | | | | | indirectly via %(__name__)s. Not sure why, but maintain the documented behavior for the new items() method. Be a little more efficient about how we compute the list of options in the ConfigParser.items() method. | ||||
* | Update to reflect the refactoring into the RawConfigParser and | Fred Drake | 2002-10-25 | 1 | -18/+41 |
| | | | | ConfigParser classes. | ||||
* | Under Jaguar it seems that 'errn' return value keyword parameters don't | Jack Jansen | 2002-10-25 | 1 | -0/+8 |
| | | | | | | | | | (or don't always?) show up with missed(). I think this is a bug in Jaguar, but as it is a potential dangerous problem (the OSA event has failed, but the Python code isn't told about this and happily continues) this is a quick workaround. Bugfix candidate, I'll add it to 2.2.2 as a last second fix. |