summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Lots of tweaks to make this work in the new setting. Not fully tested yet.Jack Jansen2003-03-222-33/+44
* Tools to build a disk image with a binary installer for MacPython-OSX,Jack Jansen2003-03-215-0/+300
* use os.path.realpath() instead of os.readlink()Just van Rossum2003-03-211-3/+1
* email is at version 2.5 nowBarry Warsaw2003-03-211-1/+1
* Email version 2.5 -- I will now backport this to Python 2.2.3.Barry Warsaw2003-03-211-1/+1
* Add PEP 307 sectionAndrew M. Kuchling2003-03-211-0/+44
* Add PEP305 sectionAndrew M. Kuchling2003-03-211-0/+50
* Update datetime section a bitAndrew M. Kuchling2003-03-211-16/+15
* _PyFloat_Pack4(): Removed needless call of floor().Tim Peters2003-03-211-1/+1
* Give a better error message when a string of the wrong size isJack Jansen2003-03-212-5/+9
* Generate all the standard OSA suite packages. Has absolute pathnameJack Jansen2003-03-211-0/+44
* Got rid of the "enum not found" interaction, and added code to allowJack Jansen2003-03-211-20/+43
* Allow gensuitemodule to be run non-interactively, from the OSX commandJack Jansen2003-03-211-22/+79
* Rename variables _seq to _it and seq to it, to emphasize that this isGuido van Rossum2003-03-211-5/+5
* Added _csv module, and getting rid of macfs.Jack Jansen2003-03-212-2/+4
* Getting rid of macfs.Jack Jansen2003-03-212-11/+11
* Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by ...Jack Jansen2003-03-213-5/+9
* Patch 702620 by Donovan Preston: Fix AE inheritance.Jack Jansen2003-03-212-9/+10
* only set $PYTHONHOME when building a standalone app.Just van Rossum2003-03-211-1/+3
* Patch #681927 from Robin Dunn: add option to add shared libraries orJust van Rossum2003-03-211-1/+15
* Get locale module to build on aix4Neal Norwitz2003-03-211-1/+1
* Get rid of warning on IRIXNeal Norwitz2003-03-211-1/+2
* Changed the DLL base-address assignment for _csv so it no longerTim Peters2003-03-212-3/+3
* Teach the Windows build & installer about the new csv module + DLL.Tim Peters2003-03-215-0/+135
* Add support for os.openpty() on AIX which uses /dev/ptc instead of /dev/ptmx.Neal Norwitz2003-03-211-3/+11
* /dev/ptmx doesn't exist on AIX, they had to be different and use /dev/ptc.Neal Norwitz2003-03-213-1/+32
* Prevent the pty test from hanging by setting an alarm.Neal Norwitz2003-03-211-30/+46
* Squash compiler wng about signed-vs-unsigned mismatch.Tim Peters2003-03-211-1/+1
* The message "*** skipping leakage tests ***" was causing the test toGuido van Rossum2003-03-211-1/+2
* Add new CSV module to doc dependanciesNeal Norwitz2003-03-211-0/+1
* add several people involved with PEP 305 and the csv packageSkip Montanaro2003-03-201-0/+3
* add _csv build lineSkip Montanaro2003-03-201-0/+3
* announce csv packageSkip Montanaro2003-03-201-0/+2
* include the csv package during installationSkip Montanaro2003-03-201-1/+1
* include csv doc section - Fred, you may want to change the locationSkip Montanaro2003-03-201-0/+1
* build _csv extension moduleSkip Montanaro2003-03-201-0/+3
* forgot Cliff's snifferSkip Montanaro2003-03-201-0/+289
* new CSV file processing module - see PEP 305Skip Montanaro2003-03-205-0/+2504
* - added example of using a comparison function with list.sort(), andFred Drake2003-03-201-3/+25
* set $PYTHONHOME in the bootstrap script, for no good reason really,Just van Rossum2003-03-201-0/+1
* New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is aTim Peters2003-03-204-446/+382
* SF bug 705836: struct.pack of floats in non-native endian orderTim Peters2003-03-204-18/+115
* - apply SF patch #700798: fixes and cleanups for descriptor infoFred Drake2003-03-201-13/+13
* add descriptions of {get,set}defaulttimeout.Skip Montanaro2003-03-201-0/+14
* - explain what a UNC path is in the makedirs() description, sinceFred Drake2003-03-201-8/+6
* Skip the ioctl test if we can't open /dev/tty. This happens onNeal Norwitz2003-03-201-0/+6
* GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted byJack Jansen2003-03-191-2/+2
* Fixed SF bug #663074. The codec system was using global staticGustavo Niemeyer2003-03-195-92/+80
* replace obsolete 'exceptions' implicit by 'warnings'Just van Rossum2003-03-181-1/+1
* Fix SF bug #697556, test_posix fails: getloginNeal Norwitz2003-03-181-6/+0