summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for SF bug 110624: float literals behave inconsistently.Tim Peters2000-09-231-16/+44
* Added documentation for the new PyModule_*() convenience functions.Fred Drake2000-09-231-0/+26
* Andrew Kuchling <akuchlin@mems-exchange.org>:Fred Drake2000-09-232-0/+31
* Split 'run()' up into 'build()', 'install()', and 'bytecompile()' (forGreg Ward2000-09-231-8/+28
* Whitespace tweaks.Greg Ward2000-09-231-35/+32
* Reformat docstrings.Greg Ward2000-09-231-65/+63
* mkcwproject now works, but for one thing: the import of the XML document as ...Jack Jansen2000-09-224-10/+16
* Test files for mkcwprojectJack Jansen2000-09-222-0/+223
* More bits and pieces of project generation.Jack Jansen2000-09-225-10/+119
* Fix some long/"l" int/"i" mismatches. Fixes bug #113779.Neil Schemenauer2000-09-221-2/+2
* Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Defa...Jack Jansen2000-09-228-46/+97
* Poke-and-hope attempt to fix Bugs #115006 and #114324: fix the testGuido van Rossum2000-09-222-5/+5
* Maildir.__init__(): Use the correct filter for filenames, so that thisFred Drake2000-09-221-7/+4
* Added refcount information for the *_InPlace*() API series.Fred Drake2000-09-221-0/+53
* PyNumber_Coerce() returns an int, not a PyObject *.Fred Drake2000-09-221-1/+1
* Fix the way we found relevant cfuncdesc lines; PREFIX was not a regularFred Drake2000-09-221-7/+10
* It's better to test for __hpux rather than __hppa, and hpux or hppa isGuido van Rossum2000-09-221-1/+1
* use_sans_serif(),Fred Drake2000-09-221-10/+7
* Update versioning for the next Python release.Fred Drake2000-09-221-2/+2
* Update RELEASE for the next Python release.Fred Drake2000-09-221-1/+1
* Change HP=UX compiler options from -Aa to -Ae, which impliesGuido van Rossum2000-09-222-9/+9
* Hopefully fix the problem with undeclared fdatasync() on HP-UX thatGuido van Rossum2000-09-221-0/+5
* Fix some minor nits about the use of \optional in parameter lists.Fred Drake2000-09-221-4/+4
* Address Bug #115057: add a --with-suffix option to set the EXEGuido van Rossum2000-09-224-336/+363
* - plug a memory leak due to circular listsNeil Schemenauer2000-09-221-0/+3
* - Replace debugleak flag with findleaks flag. The new SAVEALL GC option isNeil Schemenauer2000-09-221-6/+14
* - Add test for new SAVEALL debugging flagNeil Schemenauer2000-09-221-31/+92
* - Add DEBUG_SAVEALL option. When enabled all garbage objects found by theNeil Schemenauer2000-09-222-29/+49
* When PyInt_FromLong() returns NULL, you do not need to checkFred Drake2000-09-221-4/+2
* Contributed modules by Riccardo Trocca. Extended pixmap wrapper, NumPy visual...Jack Jansen2000-09-224-0/+614
* Allow lists of files/fsspecs as the source for copy() and move(). ByJack Jansen2000-09-221-2/+12
* Implemented new os.startfile function, unique to Windows, exposing aTim Peters2000-09-224-5/+39
* More whitespace cleanup, to satisfy tabnanny.py. Don't trust -tt!Guido van Rossum2000-09-221-15/+15
* Get rid of the one tab in the file.Guido van Rossum2000-09-221-1/+1
* Fix for SF bug 115051: Dodgy use of PyTuple_SET_ITEM in pyexpat.cTim Peters2000-09-221-2/+1
* White space cleanup, including one item that was an error under -tt.Fred Drake2000-09-221-5/+5
* Remove debugging print. ;(Fred Drake2000-09-221-2/+0
* Correct some bitrot; some things have become inaccurate in the tutorial.Fred Drake2000-09-221-5/+9
* Tweak what happens when run on non-Windows platforms: set install prefixGreg Ward2000-09-221-10/+5
* Changed all paths in the INSTALL_SCHEMES dict to Unix syntax, and addedGreg Ward2000-09-221-43/+56
* Fix 'convert_path()' so it returns immediately under Unix -- prevents blowingGreg Ward2000-09-221-5/+5
* Denis S. Otkidach <ods@users.sourceforge.net>:Fred Drake2000-09-211-0/+42
* Untested patch by Ty Sarna to make TELL64 work on older NetBSD systems.Guido van Rossum2000-09-211-2/+6
* Indent _connection_class so that it becomes HTTPS._connection_class.Martin v. Löwis2000-09-211-1/+1
* Lots of minor fixes, many suggested by Detlef LannertFred Drake2000-09-211-7/+8
* Various tweaks and bugfixes to GetArgv. It now appears good enough for Distut...Jack Jansen2000-09-211-10/+10
* Added dependencies on the bug-reporting text.Fred Drake2000-09-211-2/+5
* Include the new text on reporting bugs in a few useful places.Fred Drake2000-09-213-0/+12
* New text about how to report bugs in Python and the documentation.Fred Drake2000-09-211-0/+65
* Updated according to the changes made to the "s#" parser markerMarc-André Lemburg2000-09-211-20/+27