| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SF patch #413552 - Premature decref on object | Tim Peters | 2001-04-07 | 1 | -3/+7 |
|
|
* | Correct the documentation for getreadbufferproc and getwritebufferproc. | Greg Stein | 2001-04-07 | 1 | -5/+6 |
|
|
* | Add an uninstall method to the ImportManager. | Greg Stein | 2001-04-07 | 1 | -1/+9 |
|
|
* | Finally merged morefindertools into findertools. | Jack Jansen | 2001-04-07 | 4 | -801/+703 |
|
|
* | Add entry for unittest documentation. | Fred Drake | 2001-04-07 | 2 | -0/+2 |
|
|
* | Start of documentation for the unittest module. Some of this comes from | Fred Drake | 2001-04-07 | 1 | -0/+266 |
|
|
* | Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing to | Tim Peters | 2001-04-06 | 2 | -0/+5 |
|
|
* | Since this module already uses doctest-style examples, I figured I'd | Guido van Rossum | 2001-04-06 | 1 | -4/+10 |
|
|
* | Remove lines for asynchat & asyncore, as they've now got their own test. | Tim Peters | 2001-04-06 | 1 | -2/+0 |
|
|
* | After testing the test on Unix, several improvements: | Guido van Rossum | 2001-04-06 | 1 | -3/+4 |
|
|
* | Add test for asynchat. This also tests asyncore. | Guido van Rossum | 2001-04-06 | 2 | -0/+58 |
|
|
* | Make the docstring a raw string, for pydoc. | Guido van Rossum | 2001-04-06 | 1 | -1/+1 |
|
|
* | Added a note about Help and ctb missing in carbon. | Jack Jansen | 2001-04-06 | 1 | -0/+2 |
|
|
* | Version 1.2 by Christopher Stern. | Jack Jansen | 2001-04-06 | 2 | -5/+1 |
|
|
* | Fix the fix (my error -- hasty pasty). | Tim Peters | 2001-04-05 | 1 | -1/+1 |
|
|
* | One-liner critical fix from Jim Fulton: Eric's string-method crusade | Tim Peters | 2001-04-05 | 1 | -1/+1 |
|
|
* | Change {\em ...} to \emph{...} for consistency with the rest of the Python | Fred Drake | 2001-04-05 | 1 | -1/+1 |
|
|
* | Add some information about what to expect of the DocumentType's | Fred Drake | 2001-04-05 | 1 | -0/+2 |
|
|
* | Effectively revert the previous change: leave the new #include in, but | Fred Drake | 2001-04-05 | 1 | -0/+3 |
|
|
* | Added more link attributes based on additonal information from Chris | Fred Drake | 2001-04-05 | 1 | -1/+13 |
|
|
* | Bug #412086, reported by Peter Wilson: The _curses module doesn't | Andrew M. Kuchling | 2001-04-05 | 1 | -0/+13 |
|
|
* | Patch #413912 from Steve Majewski: Add .m to the list of extensions | Andrew M. Kuchling | 2001-04-05 | 1 | -1/+1 |
|
|
* | Mention pydoc in the man page | Andrew M. Kuchling | 2001-04-05 | 1 | -0/+5 |
|
|
* | Corrected default value of the DocumentType.internalSubset attribute based | Fred Drake | 2001-04-05 | 1 | -1/+1 |
|
|
* | Add an #include of sys/ioctl.h to pick up a lot of the constants supported | Fred Drake | 2001-04-04 | 1 | -0/+1 |
|
|
* | Sf bug [ #412214 ] ZipFile constructor leaves files open. | Tim Peters | 2001-04-04 | 2 | -0/+30 |
|
|
* | SF patch [ #413750 ] Cygwin entry for README file, from Jason Tishler. | Tim Peters | 2001-04-04 | 1 | -0/+37 |
|
|
* | A number of improvements based on a discussion with Chris McCafferty | Fred Drake | 2001-04-04 | 1 | -2/+24 |
|
|
* | CharacterData methods: Update self.length on changes instead of extended | Fred Drake | 2001-04-04 | 1 | -4/+7 |
|
|
* | Add support for the CharacterData methods, CDATASection. | Fred Drake | 2001-04-04 | 1 | -7/+73 |
|
|
* | Document PySequence_Size(), and describe PySequence_Length() as simply an | Fred Drake | 2001-04-04 | 1 | -1/+5 |
|
|
* | Disable fused-add-mul instructions. They give a nonstandard result for some t... | Jack Jansen | 2001-04-03 | 1 | -0/+0 |
|
|
* | Make reference to the Library Reference in the "What Now?" chapter a | Fred Drake | 2001-04-03 | 1 | -5/+7 |
|
|
* | If the frontmost window is not a Tk window exit the event handling code early... | Jack Jansen | 2001-04-03 | 1 | -1/+23 |
|
|
* | SF bug [#410708] Condition.wait() and KeyboardInterrupt. | Tim Peters | 2001-04-02 | 1 | -23/+25 |
|
|
* | Applying SF patch #412553 by Christopher Lee: fix linuxaudiodev | Guido van Rossum | 2001-04-02 | 1 | -9/+29 |
|
|
* | Initialize Attr.value with empty string in createAttribute*, as per DOM | Martin v. Löwis | 2001-03-31 | 1 | -5/+7 |
|
|
* | 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 |
|
|
* | Allow the <author/> element to appear before a paragraph without being | Fred Drake | 2001-03-29 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | On OSX show a dialog explaining that ConfigurePythonCarbon launch will probab... | Jack Jansen | 2001-03-29 | 1 | -1/+1 |
|
|
* | On OSX always copy PythonCore. It turns out an orphaned alias in /Library/CFM... | Jack Jansen | 2001-03-29 | 1 | -5/+18 |
|
|
* | 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 ModifiedInterpreter.__ini... | Tim Peters | 2001-03-29 | 1 | -0/+1 |
|
|