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 |
2004-04-28 |
Fred Drake | remove out-of-date count of the functions in winsound |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Fred Drake | fix typo reported in a long-buried email |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Thomas Heller | The filename of this module changed again... |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Raymond Hettinger | Complete perky's name change patch. |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Kurt B. Kaiser | Fix a bug I introduced which causes all block openers... |
commit | commitdiff | tree | snapshot |
2004-04-25 |
Hye-Shik Chang | Correct the file name of _heapq module. |
commit | commitdiff | tree | snapshot |
2004-04-24 |
Kurt B. Kaiser | 1. Add an Options menu entry: Code Context |
commit | commitdiff | tree | snapshot |
2004-04-24 |
Kurt B. Kaiser | 1. Polish variables in EditorWindow extension loading... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Raymond Hettinger | SF bug #940579: section 5.10: 'not' returns boolean... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Thomas Heller | Remove the Modules/heaqmodule.c, and add Modules/_heapm... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Thomas Heller | Forgot to mention the SF number, and that Bob Ippolito... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Thomas Heller | Two new public API functions, Py_IncRef and Py_DecRef... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Thomas Heller | cvs ignore the user options files *.suo |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Thomas Heller | Modules/heapqmodule.c removed. |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Kurt B. Kaiser | - New Extension: CodeContext. Provides block structuri... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Hye-Shik Chang | SF #926075: Fixed the bug that returns a wrong pattern... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Hye-Shik Chang | SF #926075: Fixed the bug that returns a wrong pattern... |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Raymond Hettinger | * Restore the pure python version of heapq.py. |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Raymond Hettinger | * Restore the pure python version of heapq.py. |
commit | commitdiff | tree | snapshot |
2004-04-17 |
Martin v. Löwis | Special case normalization of empty strings. Fixes... |
commit | commitdiff | tree | snapshot |
2004-04-17 |
Raymond Hettinger | SF bug #936827: PyNumber_And() 's description |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Thomas Heller | The wininst-6.exe template binary for bdist_wininst... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Thomas Heller | The wininst-7.1.exe template binary for bdist_wininst... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Fred Drake | really scream out that people should use the file objec... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Skip Montanaro | Open file in universal newline mode when passing to... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Skip Montanaro | bring description of optional and keyword args for... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Skip Montanaro | delete timing output - it appears after the </html... |
commit | commitdiff | tree | snapshot |
2004-04-15 |
Thomas Heller | Minor reformatting. |
commit | commitdiff | tree | snapshot |
2004-04-15 |
Fred Drake | remove bogus markup that caused the docs to be wrong |
commit | commitdiff | tree | snapshot |
2004-04-14 |
Hye-Shik Chang | Bug #934635: Fix a bug where the configure script could... |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Brett Cannon | Change two instance of format strings for PyString_From... |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Raymond Hettinger | * Add unittests for iterators that report their length |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Raymond Hettinger | Use Py_RETURN_NONE macro where applicable. |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Raymond Hettinger | Small refactoring saving one function() and eliminating... |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Raymond Hettinger | * Specialize ins1() into app1() for appends. Saves... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Tim Peters | Record test_bsddb3 test results on WinXP. |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Tim Peters | Update the OpenSSL version example from c to d (the... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Tim Peters | The native bz2 tests worked fine for me under WinXP... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Tim Peters | Record Tcl and Tk test results for WinXP Pro. |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Raymond Hettinger | Some (but not all) of the why code bitfield tests ran... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Andrew MacIntyre | add AF_UNIX notes |
commit | commitdiff | tree | snapshot |
next |