2004-05-18 |
Fred Drake | ConfigParser: |
commit | commitdiff | tree | snapshot |
2004-05-18 |
Fred Drake | ConfigParser: |
commit | commitdiff | tree | snapshot |
2004-05-17 |
Skip Montanaro | date typo in %changelog |
commit | commitdiff | tree | snapshot |
2004-05-16 |
Tim Peters | test_alias_nofallback(): Someone broke this test,... |
commit | commitdiff | tree | snapshot |
2004-05-15 |
Barry Warsaw | _parsegen(): Add a missing check for NeedMoreData. |
commit | commitdiff | tree | snapshot |
2004-05-15 |
Raymond Hettinger | Update the DLL example to work with Py2.4. |
commit | commitdiff | tree | snapshot |
2004-05-14 |
Skip Montanaro | typo - fixes 954030. |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Barry Warsaw | forward porting from release23-maint |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Barry Warsaw | test_boundary_in_non_multipart(): Added a test for... |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Barry Warsaw | encode_7or8bit(): Clearing out some old patches; iso... |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Barry Warsaw | readline(): RFC 2046, section 5.1.2 (and partially... |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Barry Warsaw | test_nested_inner_contains_outer_boundary(), test_neste... |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Barry Warsaw | _structure(): Make sure all output goes the to fp object. |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Barry Warsaw | Another evil test from Anthony's suite. This one has... |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Barry Warsaw | A boiled down example from Anthony's MIME torture tests... |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Anthony Baxter | forward-port 1.17.12.1 |
commit | commitdiff | tree | snapshot |
2004-05-13 |
Greg Ward | SF #847346: merge from release23-maint branch: remove... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Raymond Hettinger | SF bug #952866: "can't multiply sequence *by* non... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Raymond Hettinger | Make sure "del d[n]" is properly supported. Was necess... |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Thomas Heller | Windows build number for 2.3.4c1 is 52. |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Fred Drake | fix various descriptions of "ctime" |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Fred Drake | minor wording cleanup |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Fred Drake | fix error message; closes SF patch #932796 |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Fred Drake | fix various typos; thanks, George Yoshida! |
commit | commitdiff | tree | snapshot |
2004-05-12 |
Fred Drake | add note about the __name__ read-only attribute |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Barry Warsaw | Tests for message/external-body and for duplicate bound... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Barry Warsaw | More boiled down tests from Anthony's big torture suite. |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Barry Warsaw | A boiled down message/external-body example from Anthon... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Barry Warsaw | An example with multiple boundary lines. |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Barry Warsaw | _parsegen(): Move the message/rfc822 clause to after the |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Tim Peters | Reverting local change checked in by mistake. |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Tim Peters | Changed company name to PSF. Added 2004 to copyright... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Tim Peters | Added 2.3.3 and 2.3.4 to the release table. Added... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Barry Warsaw | _parsegen(): Watch out for empty epilogues. |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Thomas Heller | Fix SF item #876278: Unbounded recursion in modulefinder. |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Fred Drake | use tools/getversioninfo to extract the version number... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Fred Drake | remove assignment to unused variable |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Fred Drake | update to reflect the current location of the SF bugs... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Fred Drake | markup adjustment |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Barry Warsaw | In order to fix SF bug # 824977, we replace calloc... |
commit | commitdiff | tree | snapshot |
2004-05-11 |
Greg Ward | SF #832236: merge from release23-maint branch: wrap... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Barry Warsaw | Added a note describing how fp should be opened in... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Skip Montanaro | Point out that %p has no effect on the output hour... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Fred Drake | don't make assumptions about $PATH in Cygwin instructions |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Barry Warsaw | _parse_headers(): Strip a trailing newline from the... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Barry Warsaw | _split_ascii(): Small optimization by RH. |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Raymond Hettinger | Temporarily disable doctest until genexps are in CVS |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Mark Hammond | Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Barry Warsaw | SF patch # 884030 by Amit Aronovitch; fixes the _subpar... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Barry Warsaw | test_mime_attachments_in_constructor(): New test to... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Barry Warsaw | Add this year to the copyright notices. |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Barry Warsaw | we dont support any Python's before 2.3 now. |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Barry Warsaw | Update to Python 2.3, getting rid of backward compatibl... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Barry Warsaw | Update to Python 2.3, getting rid of backward compatibl... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Barry Warsaw | Update to Python 2.3, getting rid of backward compatibl... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Barry Warsaw | Update to Python 2.3, getting rid of backward compatibl... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Barry Warsaw | Update to Python 2.3, getting rid of backward compatibl... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Barry Warsaw | Update to Python 2.3, getting rid of backward compatibl... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Barry Warsaw | An updated FeedParser that should be RFC complaint... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Barry Warsaw | Add MessageDefect and subclasses. |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Barry Warsaw | Update to Python 2.3, getting rid of backward compatibl... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Barry Warsaw | Like msg_12.txt but with some extra vertical whitespace... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Barry Warsaw | A bunch of new tests, and updated tests for the email... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
Raymond Hettinger | Add more examples. |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Raymond Hettinger | SF #950057: itertools.chain doesn't "process" exceptio... |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Gustavo Niemeyer | Small fixes in freeze.py. |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Martin v. Löwis | Record UnixWare 7.1.4 as broken. Fixes #929689. |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Martin v. Löwis | Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Raymond Hettinger | Revert last change. |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Raymond Hettinger | Use sets instead of lists for membership testing |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Andrew M. Kuchling | [Bug #945063] Get file extension correct. (2.3 bugfix... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Fred Drake | note that descriptor objects must be instances of new... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Fred Drake | fix documentation for ContentHandler.ignorableWhitespace() |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Fred Drake | markup adjustments |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Martin v. Löwis | Consider output encoding in XMLGenerator. Fixes #938076. |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Martin v. Löwis | Properly delegate startElementNS in saxutils.XMLFilterB... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Martin v. Löwis | Swap public and system ID in start_doctype_decl. Fixes... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Martin v. Löwis | Patch #944110: Properly process empty passwords. Fixes... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Martin v. Löwis | Patch #940026: Explain "in" when it is first used. |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Andrew M. Kuchling | [Bug #810879] Document that copyfile() can fail if... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Brett Cannon | Fix small grammatical mistake. |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Raymond Hettinger | Nits: |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Raymond Hettinger | SF patch #947476: Apply freelist technique to lists |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Fred Drake | add an index entry for __getnewargs__() |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Fred Drake | - note that __getinitargs__() is only for old-style... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Fred Drake | Remove list of pickle protocol names used by the copy... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Fred Drake | note that the error code for socket.gaierror will be... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Greg Ward | SF #814606: merge from release23-maint branch: clarify... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Nicholas Bastin | Removed 'U' from the documentation for Py_BuildValue... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Phillip J. Eby | Document readline module functions added in Python... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Guido van Rossum | Using reversed() is not compatible with Python 1.5.2. |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Raymond Hettinger | Replace str.find()!=1 with the more readable "in" operator. |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Raymond Hettinger | Testing for None should be done with 'is' |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Raymond Hettinger | Stacks based on lists work better and read more clearly... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Mark Hammond | Fix [ 947405 ] os.utime() raises bad exception for... |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Martin v. Löwis | Do not use the default namespace for attributes. |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Raymond Hettinger | Minor documentation nits. |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Raymond Hettinger | Add an example application to the docs. |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Fred Drake | the headers in an HTTP request are HTTP headers, not... |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Walter Dörwald | Add a test script for the colorsys module. |
commit | commitdiff | tree | snapshot |
next |