| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Conform to the Python style guide. | Fred Drake | 2000-09-24 | 2 | -362/+367 |
|
|
* | Conform more closely with the Python style guide. | Fred Drake | 2000-09-23 | 1 | -11/+11 |
|
|
* | Added explanation of the use of the first program argument passed to the | Fred Drake | 2000-09-23 | 1 | -0/+9 |
|
|
* | Change the name of the exception from "pyexpat.error" to | Fred Drake | 2000-09-23 | 1 | -12/+13 |
|
|
* | Use the public name for the Expat parser; "pyexpat" is deprecated. | Fred Drake | 2000-09-23 | 1 | -11/+7 |
|
|
* | Rename the public interface from "pyexpat" to "xml.parsers.expat". | Fred Drake | 2000-09-23 | 2 | -36/+34 |
|
|
* | Add a wrapper around the pyexpat module, making the "public" name of | Fred Drake | 2000-09-23 | 1 | -0/+4 |
|
|
* | Added warnings about platform vagaries to the strptime() documentation. | Fred Drake | 2000-09-23 | 1 | -1/+9 |
|
|
* | Fix for SF bug 110624: float literals behave inconsistently. | Tim Peters | 2000-09-23 | 1 | -16/+44 |
|
|
* | Added documentation for the new PyModule_*() convenience functions. | Fred Drake | 2000-09-23 | 1 | -0/+26 |
|
|
* | Andrew Kuchling <akuchlin@mems-exchange.org>: | Fred Drake | 2000-09-23 | 2 | -0/+31 |
|
|
* | Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (for | Greg Ward | 2000-09-23 | 1 | -8/+28 |
|
|
* | Whitespace tweaks. | Greg Ward | 2000-09-23 | 1 | -35/+32 |
|
|
* | Reformat docstrings. | Greg Ward | 2000-09-23 | 1 | -65/+63 |
|
|
* | mkcwproject now works, but for one thing: the import of the XML document as ... | Jack Jansen | 2000-09-22 | 4 | -10/+16 |
|
|
* | Test files for mkcwproject | Jack Jansen | 2000-09-22 | 2 | -0/+223 |
|
|
* | More bits and pieces of project generation. | Jack Jansen | 2000-09-22 | 5 | -10/+119 |
|
|
* | Fix some long/"l" int/"i" mismatches. Fixes bug #113779. | Neil Schemenauer | 2000-09-22 | 1 | -2/+2 |
|
|
* | Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Defa... | Jack Jansen | 2000-09-22 | 8 | -46/+97 |
|
|
* | Poke-and-hope attempt to fix Bugs #115006 and #114324: fix the test | Guido van Rossum | 2000-09-22 | 2 | -5/+5 |
|
|
* | Maildir.__init__(): Use the correct filter for filenames, so that this | Fred Drake | 2000-09-22 | 1 | -7/+4 |
|
|
* | Added refcount information for the *_InPlace*() API series. | Fred Drake | 2000-09-22 | 1 | -0/+53 |
|
|
* | PyNumber_Coerce() returns an int, not a PyObject *. | Fred Drake | 2000-09-22 | 1 | -1/+1 |
|
|
* | Fix the way we found relevant cfuncdesc lines; PREFIX was not a regular | Fred Drake | 2000-09-22 | 1 | -7/+10 |
|
|
* | It's better to test for __hpux rather than __hppa, and hpux or hppa is | Guido van Rossum | 2000-09-22 | 1 | -1/+1 |
|
|
* | use_sans_serif(), | Fred Drake | 2000-09-22 | 1 | -10/+7 |
|
|
* | Update versioning for the next Python release. | Fred Drake | 2000-09-22 | 1 | -2/+2 |
|
|
* | Update RELEASE for the next Python release. | Fred Drake | 2000-09-22 | 1 | -1/+1 |
|
|
* | Change HP=UX compiler options from -Aa to -Ae, which implies | Guido van Rossum | 2000-09-22 | 2 | -9/+9 |
|
|
* | Hopefully fix the problem with undeclared fdatasync() on HP-UX that | Guido van Rossum | 2000-09-22 | 1 | -0/+5 |
|
|
* | Fix some minor nits about the use of \optional in parameter lists. | Fred Drake | 2000-09-22 | 1 | -4/+4 |
|
|
* | Address Bug #115057: add a --with-suffix option to set the EXE | Guido van Rossum | 2000-09-22 | 4 | -336/+363 |
|
|
* | - plug a memory leak due to circular lists | Neil Schemenauer | 2000-09-22 | 1 | -0/+3 |
|
|
* | - Replace debugleak flag with findleaks flag. The new SAVEALL GC option is | Neil Schemenauer | 2000-09-22 | 1 | -6/+14 |
|
|
* | - Add test for new SAVEALL debugging flag | Neil Schemenauer | 2000-09-22 | 1 | -31/+92 |
|
|
* | - Add DEBUG_SAVEALL option. When enabled all garbage objects found by the | Neil Schemenauer | 2000-09-22 | 2 | -29/+49 |
|
|
* | When PyInt_FromLong() returns NULL, you do not need to check | Fred Drake | 2000-09-22 | 1 | -4/+2 |
|
|
* | Contributed modules by Riccardo Trocca. Extended pixmap wrapper, NumPy visual... | Jack Jansen | 2000-09-22 | 4 | -0/+614 |
|
|
* | Allow lists of files/fsspecs as the source for copy() and move(). By | Jack Jansen | 2000-09-22 | 1 | -2/+12 |
|
|
* | Implemented new os.startfile function, unique to Windows, exposing a | Tim Peters | 2000-09-22 | 4 | -5/+39 |
|
|
* | More whitespace cleanup, to satisfy tabnanny.py. Don't trust -tt! | Guido van Rossum | 2000-09-22 | 1 | -15/+15 |
|
|
* | Get rid of the one tab in the file. | Guido van Rossum | 2000-09-22 | 1 | -1/+1 |
|
|
* | Fix for SF bug 115051: Dodgy use of PyTuple_SET_ITEM in pyexpat.c | Tim Peters | 2000-09-22 | 1 | -2/+1 |
|
|
* | White space cleanup, including one item that was an error under -tt. | Fred Drake | 2000-09-22 | 1 | -5/+5 |
|
|
* | Remove debugging print. ;( | Fred Drake | 2000-09-22 | 1 | -2/+0 |
|
|
* | Correct some bitrot; some things have become inaccurate in the tutorial. | Fred Drake | 2000-09-22 | 1 | -5/+9 |
|
|
* | Tweak what happens when run on non-Windows platforms: set install prefix | Greg Ward | 2000-09-22 | 1 | -10/+5 |
|
|
* | Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and added | Greg Ward | 2000-09-22 | 1 | -43/+56 |
|
|
* | Fix 'convert_path()' so it returns immediately under Unix -- prevents blowing | Greg Ward | 2000-09-22 | 1 | -5/+5 |
|
|
* | Denis S. Otkidach <ods@users.sourceforge.net>: | Fred Drake | 2000-09-21 | 1 | -0/+42 |
|
|