summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* /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
* _encode_chunks(): Throw out empty chunks.Barry Warsaw2003-03-171-0/+2
* test_long_lines_with_different_header(): Another test from Jason.Barry Warsaw2003-03-171-0/+16
* Renamed PyObject_GenericGetIter to PyObject_SelfIterRaymond Hettinger2003-03-1713-25/+25
* test_getaddresses_nasty(): A test for mimelib SF bug # 697641.Barry Warsaw2003-03-171-0/+10
* getaddrlist(): Make sure this consumes all the data, and if there isBarry Warsaw2003-03-171-2/+2
* Test for UnicodeError instead of ImportError to determine whetherMartin v. Löwis2003-03-171-1/+1
* Get rid of Mac.pth: plat-mac is now added through the normal mechanism.Jack Jansen2003-03-172-4/+0
* Added a define EXTRAMACHDEPPATH which can be used to add sys.path itemsJack Jansen2003-03-174-6/+24
* Add Hye-Shik Chang for SF patch/bugreport #703471.Thomas Wouters2003-03-171-0/+1
* binascii_a2b_base64: Properly return an empty string if the input was allThomas Wouters2003-03-172-1/+12
* Capturing the exit status for the build process didn't work. UsingJack Jansen2003-03-171-6/+7
* Created PyObject_GenericGetIter().Raymond Hettinger2003-03-173-24/+3
* Created PyObject_GenericGetIter().Raymond Hettinger2003-03-1710-147/+30
* The MacPython introductory help is now called MacPython Help, and theJack Jansen2003-03-164-25/+41
* - Don't ask for bring-to-front when quitting through an appleevent.Jack Jansen2003-03-161-6/+4
* Lots of textual changes suggested by Matthew Moelter.Jack Jansen2003-03-161-13/+13
* Eliminate data dependency in predict macro.Raymond Hettinger2003-03-161-2/+8
* Fix comment and whitespace.Raymond Hettinger2003-03-161-3/+4
* Introduced macros for a simple opcode prediction protocol.Raymond Hettinger2003-03-161-6/+35
* Change the default number of repetitions to 3, both in the Timer classGuido van Rossum2003-03-151-12/+21
* If time.tzset doesn't exist, don't test it.Guido van Rossum2003-03-151-0/+3
* - New function time.tzset() provides access to the C library tzet()Guido van Rossum2003-03-147-76/+336
* Implement some recommendations from Raymond H:Guido van Rossum2003-03-141-10/+48
* Accept commas in unquoted attribute values.Fred Drake2003-03-144-2/+10
* SF patch #701907: More use of fast_next_opcodeRaymond Hettinger2003-03-141-11/+11