Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lots of tweaks to make this work in the new setting. Not fully tested yet. | Jack Jansen | 2003-03-22 | 2 | -33/+44 |
| | |||||
* | Tools to build a disk image with a binary installer for MacPython-OSX, | Jack Jansen | 2003-03-21 | 5 | -0/+300 |
| | | | | | | | donated by Robin Dunn and the rest of the wxPythonMac crew. These are the versions from cvs.wxwindows.org as of 22-Mar-03, checked in for reference. | ||||
* | use os.path.realpath() instead of os.readlink() | Just van Rossum | 2003-03-21 | 1 | -3/+1 |
| | |||||
* | email is at version 2.5 now | Barry Warsaw | 2003-03-21 | 1 | -1/+1 |
| | |||||
* | Email version 2.5 -- I will now backport this to Python 2.2.3. | Barry Warsaw | 2003-03-21 | 1 | -1/+1 |
| | |||||
* | Add PEP 307 section | Andrew M. Kuchling | 2003-03-21 | 1 | -0/+44 |
| | |||||
* | Add PEP305 section | Andrew M. Kuchling | 2003-03-21 | 1 | -0/+50 |
| | |||||
* | Update datetime section a bit | Andrew M. Kuchling | 2003-03-21 | 1 | -16/+15 |
| | |||||
* | _PyFloat_Pack4(): Removed needless call of floor(). | Tim Peters | 2003-03-21 | 1 | -1/+1 |
| | |||||
* | Give a better error message when a string of the wrong size is | Jack Jansen | 2003-03-21 | 2 | -5/+9 |
| | | | | passed to RawBitMap. | ||||
* | Generate all the standard OSA suite packages. Has absolute pathname | Jack Jansen | 2003-03-21 | 1 | -0/+44 |
| | | | | dependencies all over the place, but this is better than nothing, for now. | ||||
* | Got rid of the "enum not found" interaction, and added code to allow | Jack Jansen | 2003-03-21 | 1 | -20/+43 |
| | | | | overriding the creator signature. | ||||
* | Allow gensuitemodule to be run non-interactively, from the OSX command | Jack Jansen | 2003-03-21 | 1 | -22/+79 |
| | | | | line. 90% of the work is done, missing enums still cause a dialog to appear. | ||||
* | Rename variables _seq to _it and seq to it, to emphasize that this is | Guido van Rossum | 2003-03-21 | 1 | -5/+5 |
| | | | | an iterator (which can only be used once!). | ||||
* | Added _csv module, and getting rid of macfs. | Jack Jansen | 2003-03-21 | 2 | -2/+4 |
| | |||||
* | Getting rid of macfs. | Jack Jansen | 2003-03-21 | 2 | -11/+11 |
| | |||||
* | Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by ↵ | Jack Jansen | 2003-03-21 | 3 | -5/+9 |
| | | | | disabling unicode filenames on OS9. | ||||
* | Patch 702620 by Donovan Preston: Fix AE inheritance. | Jack Jansen | 2003-03-21 | 2 | -9/+10 |
| | |||||
* | only set $PYTHONHOME when building a standalone app. | Just van Rossum | 2003-03-21 | 1 | -1/+3 |
| | |||||
* | Patch #681927 from Robin Dunn: add option to add shared libraries or | Just van Rossum | 2003-03-21 | 1 | -1/+15 |
| | | | | frameworks to the bundle. | ||||
* | Get locale module to build on aix4 | Neal Norwitz | 2003-03-21 | 1 | -1/+1 |
| | |||||
* | Get rid of warning on IRIX | Neal Norwitz | 2003-03-21 | 1 | -1/+2 |
| | |||||
* | Changed the DLL base-address assignment for _csv so it no longer | Tim Peters | 2003-03-21 | 2 | -3/+3 |
| | | | | obviously overlaps w/ datetime (but may -- no time for more here now). | ||||
* | Teach the Windows build & installer about the new csv module + DLL. | Tim Peters | 2003-03-21 | 5 | -0/+135 |
| | |||||
* | Add support for os.openpty() on AIX which uses /dev/ptc instead of /dev/ptmx. | Neal Norwitz | 2003-03-21 | 1 | -3/+11 |
| | |||||
* | /dev/ptmx doesn't exist on AIX, they had to be different and use /dev/ptc. | Neal Norwitz | 2003-03-21 | 3 | -1/+32 |
| | | | | Otherwise, the 2 devices seem to work the same for allocating a pseudo-tty. | ||||
* | Prevent the pty test from hanging by setting an alarm. | Neal Norwitz | 2003-03-21 | 1 | -30/+46 |
| | | | | Currently, test_pty hangs on AIX & HPUX if run after test_openpty. | ||||
* | Squash compiler wng about signed-vs-unsigned mismatch. | Tim Peters | 2003-03-21 | 1 | -1/+1 |
| | |||||
* | The message "*** skipping leakage tests ***" was causing the test to | Guido van Rossum | 2003-03-21 | 1 | -1/+2 |
| | | | | fail in a non-debug build. Only print this in verbose test mode. | ||||
* | Add new CSV module to doc dependancies | Neal Norwitz | 2003-03-21 | 1 | -0/+1 |
| | |||||
* | add several people involved with PEP 305 and the csv package | Skip Montanaro | 2003-03-20 | 1 | -0/+3 |
| | |||||
* | add _csv build line | Skip Montanaro | 2003-03-20 | 1 | -0/+3 |
| | |||||
* | announce csv package | Skip Montanaro | 2003-03-20 | 1 | -0/+2 |
| | |||||
* | include the csv package during installation | Skip Montanaro | 2003-03-20 | 1 | -1/+1 |
| | |||||
* | include csv doc section - Fred, you may want to change the location | Skip Montanaro | 2003-03-20 | 1 | -0/+1 |
| | |||||
* | build _csv extension module | Skip Montanaro | 2003-03-20 | 1 | -0/+3 |
| | |||||
* | forgot Cliff's sniffer | Skip Montanaro | 2003-03-20 | 1 | -0/+289 |
| | |||||
* | new CSV file processing module - see PEP 305 | Skip Montanaro | 2003-03-20 | 5 | -0/+2504 |
| | |||||
* | - added example of using a comparison function with list.sort(), and | Fred Drake | 2003-03-20 | 1 | -3/+25 |
| | | | | | | explained the construction of a [(key, value), ...] list as an alternative - note that support for cmpfunc=None was added in 2.3 | ||||
* | set $PYTHONHOME in the bootstrap script, for no good reason really, | Just van Rossum | 2003-03-20 | 1 | -0/+1 |
| | | | | except to avoid getpath.c giving unsollicited advice on stderr. | ||||
* | New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a | Tim Peters | 2003-03-20 | 4 | -446/+382 |
| | | | | | refactoring to get all the duplicates of this delicate code out of the cPickle and struct modules. | ||||
* | SF bug 705836: struct.pack of floats in non-native endian order | Tim Peters | 2003-03-20 | 4 | -18/+115 |
| | | | | | | | | | | | | | | pack_float, pack_double, save_float: All the routines for creating IEEE-format packed representations of floats and doubles simply ignored that rounding can (in rare cases) propagate out of a long string of 1 bits. At worst, the end-off carry can (by mistake) interfere with the exponent value, and then unpacking yields a result wrong by a factor of 2. In less severe cases, it can end up losing more low-order bits than intended, or fail to catch overflow *caused* by rounding. Bugfix candidate, but I already backported this to 2.2. In 2.3, this code remains in severe need of refactoring. | ||||
* | - apply SF patch #700798: fixes and cleanups for descriptor info | Fred Drake | 2003-03-20 | 1 | -13/+13 |
| | | | | - use a TeX "tie" to prevent word-wrapping in "section x.y"-like text | ||||
* | add descriptions of {get,set}defaulttimeout. | Skip Montanaro | 2003-03-20 | 1 | -0/+14 |
| | |||||
* | - explain what a UNC path is in the makedirs() description, since | Fred Drake | 2003-03-20 | 1 | -8/+6 |
| | | | | | | they're actually mentioned there - remove some extraneous paragraph separations - \versionadded --> \versionchanged in one place | ||||
* | Skip the ioctl test if we can't open /dev/tty. This happens on | Neal Norwitz | 2003-03-20 | 1 | -0/+6 |
| | | | | | Solaris (and probably other Unixes) when run without a terminal (eg, from cron or at). | ||||
* | GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted by | Jack Jansen | 2003-03-19 | 1 | -2/+2 |
| | | | | Just. | ||||
* | Fixed SF bug #663074. The codec system was using global static | Gustavo Niemeyer | 2003-03-19 | 5 | -92/+80 |
| | | | | | | | | | variables to store internal data. As a result, any atempts to use the unicode system with multiple active interpreters, or successive interpreter executions, would fail. Now that information is stored into members of the PyInterpreterState structure. | ||||
* | replace obsolete 'exceptions' implicit by 'warnings' | Just van Rossum | 2003-03-18 | 1 | -1/+1 |
| | |||||
* | Fix SF bug #697556, test_posix fails: getlogin | Neal Norwitz | 2003-03-18 | 1 | -6/+0 |
| | | | | getlogin() can fail for too many reasons, so remove the test |