2003-03-21 |
Neal Norwitz | Add new CSV module to doc dependancies |
commit | commitdiff | tree | snapshot |
2003-03-20 |
Skip Montanaro | add several people involved with PEP 305 and the csv... |
commit | commitdiff | tree | snapshot |
2003-03-20 |
Skip Montanaro | add _csv build line |
commit | commitdiff | tree | snapshot |
2003-03-20 |
Skip Montanaro | announce csv package |
commit | commitdiff | tree | snapshot |
2003-03-20 |
Skip Montanaro | include the csv package during installation |
commit | commitdiff | tree | snapshot |
2003-03-20 |
Skip Montanaro | include csv doc section - Fred, you may want to change... |
commit | commitdiff | tree | snapshot |
2003-03-20 |
Skip Montanaro | build _csv extension module |
commit | commitdiff | tree | snapshot |
2003-03-20 |
Skip Montanaro | forgot Cliff's sniffer |
commit | commitdiff | tree | snapshot |
2003-03-20 |
Skip Montanaro | new CSV file processing module - see PEP 305 |
commit | commitdiff | tree | snapshot |
2003-03-20 |
Fred Drake | - added example of using a comparison function with... |
commit | commitdiff | tree | snapshot |
2003-03-20 |
Just van Rossum | set $PYTHONHOME in the bootstrap script, for no good... |
commit | commitdiff | tree | snapshot |
2003-03-20 |
Tim Peters | New private API functions _PyFloat_{Pack,Unpack}(4... |
commit | commitdiff | tree | snapshot |
2003-03-20 |
Tim Peters | SF bug 705836: struct.pack of floats in non-native... |
commit | commitdiff | tree | snapshot |
2003-03-20 |
Fred Drake | - apply SF patch #700798: fixes and cleanups for descri... |
commit | commitdiff | tree | snapshot |
2003-03-20 |
Skip Montanaro | add descriptions of {get,set}defaulttimeout. |
commit | commitdiff | tree | snapshot |
2003-03-20 |
Fred Drake | - explain what a UNC path is in the makedirs() descript... |
commit | commitdiff | tree | snapshot |
2003-03-20 |
Neal Norwitz | Skip the ioctl test if we can't open /dev/tty. This... |
commit | commitdiff | tree | snapshot |
2003-03-19 |
Jack Jansen | GetCreatorAndType and SetCreatorAndType have been undep... |
commit | commitdiff | tree | snapshot |
2003-03-19 |
Gustavo Niemeyer | Fixed SF bug #663074. The codec system was using global... |
commit | commitdiff | tree | snapshot |
2003-03-18 |
Just van Rossum | replace obsolete 'exceptions' implicit by 'warnings' |
commit | commitdiff | tree | snapshot |
2003-03-18 |
Neal Norwitz | Fix SF bug #697556, test_posix fails: getlogin |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Barry Warsaw | _encode_chunks(): Throw out empty chunks. |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Barry Warsaw | test_long_lines_with_different_header(): Another test... |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Raymond Hettinger | Renamed PyObject_GenericGetIter to PyObject_SelfIter |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Barry Warsaw | test_getaddresses_nasty(): A test for mimelib SF bug... |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Barry Warsaw | getaddrlist(): Make sure this consumes all the data... |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Martin v. Löwis | Test for UnicodeError instead of ImportError to determi... |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Jack Jansen | Get rid of Mac.pth: plat-mac is now added through the... |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Jack Jansen | Added a define EXTRAMACHDEPPATH which can be used to... |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Thomas Wouters | Add Hye-Shik Chang for SF patch/bugreport #703471. |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Thomas Wouters | binascii_a2b_base64: Properly return an empty string... |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Jack Jansen | Capturing the exit status for the build process didn... |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Raymond Hettinger | Created PyObject_GenericGetIter(). |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Raymond Hettinger | Created PyObject_GenericGetIter(). |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Jack Jansen | The MacPython introductory help is now called MacPython... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Jack Jansen | - Don't ask for bring-to-front when quitting through... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Jack Jansen | Lots of textual changes suggested by Matthew Moelter. |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Raymond Hettinger | Eliminate data dependency in predict macro. |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Raymond Hettinger | Fix comment and whitespace. |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Raymond Hettinger | Introduced macros for a simple opcode prediction protocol. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Guido van Rossum | Change the default number of repetitions to 3, both... |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Guido van Rossum | If time.tzset doesn't exist, don't test it. |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Guido van Rossum | - New function time.tzset() provides access to the... |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Guido van Rossum | Implement some recommendations from Raymond H: |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Fred Drake | Accept commas in unquoted attribute values. |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Raymond Hettinger | SF patch #701907: More use of fast_next_opcode |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Michael W.... | Take out my (long since disabled) POSIX signal mask... |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Kurt B. Kaiser | Move setting of ioready 'wait' earlier in call chain, to |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Jack Jansen | Filter out the depracation warning for macfs. |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Raymond Hettinger | SF bug #699237: Tutorial uses omitted slice indices... |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Raymond Hettinger | SF bug #699934: Obscure error message |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Barry Warsaw | Update the package version number |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Barry Warsaw | test_whitespace_eater_unicode(): Make this test Python... |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Barry Warsaw | Python 2.1 doesn't have True and False |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Jack Jansen | Add a simple Apple Help book to the framework. |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Jack Jansen | Adding MacPython online help. Only the basics are insta... |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Kurt B. Kaiser | M rpc.py |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Jack Jansen | This file was terribly outdated. The example is still... |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Jack Jansen | Allow unicode pathnames where FSRefs are expected.... |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Raymond Hettinger | Fix spelling. |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Greg Ward | Open with O_NONBLOCK to avoid hanging on open(). |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Guido van Rossum | Add 'audio' resource. |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Jack Jansen | Patch by Andrew Straw: use urllib2 so proxie access... |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Barry Warsaw | Adjust tests for no newline appending to MIMEText.__ini... |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Barry Warsaw | beta 1 |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Barry Warsaw | Adjust tests for no newline appending to MIMEText.__ini... |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Barry Warsaw | __init__(): Don't add a newline to _text if it doesn... |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Barry Warsaw | For email 2.5b1, we no longer add a trailing newline to |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Barry Warsaw | body_line_iterator(): Accept optional decode argument... |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Barry Warsaw | body_line_iterator() now takes a decode argument. |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Barry Warsaw | get_payload(): Teach this about various uunencoded |
commit | commitdiff | tree | snapshot |
2003-03-11 |
Barry Warsaw | test_get_decoded_uu_payload(): A new test for |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Kurt B. Kaiser | M PyShell.py |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Kurt B. Kaiser | A interruptmodule.c |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | specialsre, escapesre: In SF bug #663369, Matthew Woodc... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | test_escape_backslashes(): A test for SF bug #663369... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | _bdecode(): Remove redundant check. |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | Fix base class |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | Use ndiffAssertEqual in a couple of places for better... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | Describe what happens when decode=True and the payload... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | get_payload(): If we get a low-level binascii.Error... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | test_broken_base64_payload(): Test for crash in low... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Martin v. Löwis | Patch #700839: Fix bugs in the plural handling. |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Andrew M. Kuchling | [Patch #649762] Fix for asynchat endless loop |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | _split_ascii() [method and function]: Don't join the... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Andrew M. Kuchling | Use isinstance() instead of type comparison |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | test_another_long_multiline_header(): Yet another forma... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Greg Ward | openmixer()'s 'mode' parameter has been removed. |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Greg Ward | <sys/soundcard.h> seems to exist on both Linux and... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Greg Ward | Expand description of ossaudiodev.error exception. |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Greg Ward | Rewrite intro paragraphs and add a "See also" box for... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Greg Ward | Fix two unformatted lists: one is now an 'enumerate... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Greg Ward | Add libossaudiodev.tex. |
commit | commitdiff | tree | snapshot |
2003-03-09 |
Greg Ward | Wrap all paragraphs to 72 columns. |
commit | commitdiff | tree | snapshot |
2003-03-09 |
Greg Ward | Documentation for the ossaudiodev module. |
commit | commitdiff | tree | snapshot |
2003-03-09 |
Raymond Hettinger | SF patch #691928: Use datetime in _strptime |
commit | commitdiff | tree | snapshot |
2003-03-09 |
Raymond Hettinger | Sf patch #700047: unicode object leaks refcount on... |
commit | commitdiff | tree | snapshot |
2003-03-09 |
Raymond Hettinger | Add contributor name. |
commit | commitdiff | tree | snapshot |
2003-03-09 |
Raymond Hettinger | SF patch #667730: More DictMixin |
commit | commitdiff | tree | snapshot |
2003-03-09 |
Raymond Hettinger | SF 698520: Iterator for urllib.URLOpener |
commit | commitdiff | tree | snapshot |
next |