2001-09-26 |
Jeremy Hylton | Don't export generators future info |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Jeremy Hylton | Prevent a NULL pointer from being pushed onto the stack. |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Fred Drake | Move the styling for the HTML version of \mailheader... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Fred Drake | Note that the colon following a mail header name should... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Greg Ward | Typo fix. |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Fred Drake | Move the \mailheader description to the right place. |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Fred Drake | Start making some markup adjustments; Barry has indicat... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Thomas Wouters | Test case for SF bugs #463359 and #462937, added to... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Barry Warsaw | Update the tests for the current incarnation of the... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Barry Warsaw | More test messages for test_email.py |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Barry Warsaw | _parsebody(): Use get_boundary() and get_type(). |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Barry Warsaw | has_key(): Implement in terms of get(). |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Barry Warsaw | __init__(): Arguments major renamed to maintype and... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Barry Warsaw | Updated docstrings. Also, |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Barry Warsaw | Image.py and class Image => MIMEImage.py and MIMEImage |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Barry Warsaw | In class Generator: |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Barry Warsaw | cosmetic |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Barry Warsaw | The email package documentation, currently organized... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Tim Peters | SF [#463737] Add types.CallableIterType |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Barry Warsaw | test_iterator(): Don't do a type comparison to see... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Guido van Rossum | add_operators(): the __floordiv__ and __truediv__ descr... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Fred Drake | Update to support \mailheader and 5-column tables. |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Fred Drake | Simplify a helper by returning fewer values. |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Fred Drake | Factor out the protect-from-exceptions helpers and... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Tim Peters | Guido points out that sys.__stdout__ is a bit bucket... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Guido van Rossum | _reconstructor(): there's no need for tricks with assig... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Tim Peters | test_support should be imported directly, not via test... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Tim Peters | Get rid of the increasingly convoluted global tricks... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Fred Drake | Clarified some points about the interface to the mmap... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Fred Drake | Minor changes. |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Fred Drake | Revise the example to be more resiliant in the face... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Guido van Rossum | - Provisional support for pickling new-style objects... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Guido van Rossum | Set sys.save_stdout (to sys.stdout), so doctest-using... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Fred Drake | Added documentation for the SSL interface, contributed... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Fred Drake | Fix a URL (closing SF patch #462195). |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Guido van Rossum | SF patch #459385 (Norman Vine): time.timezone fix for... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Tim Peters | + Display property functions in the same order they... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Guido van Rossum | Note a few tasks that are done now. |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Guido van Rossum | Separate out the type/class-related news and reword... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Guido van Rossum | Change repr() of a new-style class to say <class 'Class... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Guido van Rossum | Make __class__ assignment possible, when the object... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Tim Peters | + Got rid of all instances of <small>. Under IE5,... |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Tim Peters | GUI mode now displays useful stuff for properties.... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Tim Peters | + Text-mode (but not yet GUI mode) pydoc now produces... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Tim Peters | Make properties discoverable from Python: |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Fred Drake | Added several new tests to check the behavior with... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Fred Drake | Adapt to use the test_main() approach. |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Fred Drake | Re-factor the SGMLParser class to use the new markupbas... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Fred Drake | Re-factor the HTMLParser class to use the new markupbas... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Fred Drake | Be consistent about the string module. |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Fred Drake | New base class for the SGMLParser and HTMLParser classe... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Thomas Wouters | Don't swap the arguments to PyFrame_BlockSetup when... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Guido van Rossum | Another comparison patch-up: comparing a type with... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Fred Drake | Add more tests showing the relationship between excepti... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Guido van Rossum | Do the same thing to complex that I did to str: the... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Marc-André... | StringIO patch #462596: let's [c]StringIO accept read... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Just van Rossum | Fixed old bug (caused by careless Carbonizing) that... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Martin v. Löwis | Patch #463421: speed up md5 module with real memcpy... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Guido van Rossum | Change string comparison so that it applies even when... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Guido van Rossum | Fix the baffler that Tim reported: sometimes the repr... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Fred Drake | Add more signature information and some descriptions... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Fred Drake | Add more reference count information. |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Andrew M. Kuchling | Add link to Unix Review's 2.2 article |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Steven M. Gava | start of new config handling stuff |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Tim Peters | More work on class display: |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Tim Peters | Try to do for pydoc's GUI mode what the earlier checkin... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Barry Warsaw | Added a note about the new email package. |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Tim Peters | Part of a partial solution to SF bugs 463378, 463381... |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Martin v. Löwis | Reactivate participation of expat parsers in GC. Fixes... |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Tim Peters | Install the new Lib/email pkg. |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Tim Peters | Generalize file.writelines() to allow iterable objects. |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Barry Warsaw | The test data (mostly example messages) for the email... |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Barry Warsaw | An extensive test suite for the email package. |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Barry Warsaw | The email package version 1.0, prototyped as mimelib |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Fred Drake | Added API information for the PyCallIter_*() and PySeqI... |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Tim Peters | New function classify_class_attrs(). As a number of... |
commit | commitdiff | tree | snapshot |
2001-09-22 |
Tim Peters | Fix restore (difflib.restore() became a generator too). |
commit | commitdiff | tree | snapshot |
2001-09-22 |
Tim Peters | Make difflib.ndiff() and difflib.Differ.compare() gener... |
commit | commitdiff | tree | snapshot |
2001-09-22 |
Guido van Rossum | Add note about __getattribute__. |
commit | commitdiff | tree | snapshot |
2001-09-22 |
Tim Peters | Add a function to compute a class's method resolution... |
commit | commitdiff | tree | snapshot |
2001-09-22 |
Tim Peters | Since the most likely failure mode for an expected... |
commit | commitdiff | tree | snapshot |
2001-09-22 |
Barry Warsaw | {String,cString}IO.StringIO's support iteration. |
commit | commitdiff | tree | snapshot |
2001-09-22 |
Barry Warsaw | I_getiter(): Function for the tp_iter slot of Itype... |
commit | commitdiff | tree | snapshot |
2001-09-22 |
Barry Warsaw | __iter__(): New method so that StringIO's can participa... |
commit | commitdiff | tree | snapshot |
2001-09-22 |
Fred Drake | Note that files are iterable; describe what the iterato... |
commit | commitdiff | tree | snapshot |
2001-09-22 |
Barry Warsaw | Converted test_StringIO.py to use unittest, so |
commit | commitdiff | tree | snapshot |
2001-09-22 |
Fred Drake | Start of a test to make sure the profiler/tracer suppor... |
commit | commitdiff | tree | snapshot |
2001-09-21 |
Guido van Rossum | Add the __getattr__ hook back. The rules are now: |
commit | commitdiff | tree | snapshot |
2001-09-21 |
Fred Drake | Bump version number. |
commit | commitdiff | tree | snapshot |
2001-09-21 |
Fred Drake | Added reference to Tutorial section on user-defined... |
commit | commitdiff | tree | snapshot |
2001-09-21 |
Fred Drake | Exceptions in interactive examlpes did not always inclu... |
commit | commitdiff | tree | snapshot |
2001-09-21 |
Guido van Rossum | reportdiff(): print a "plain diff" style diff. |
commit | commitdiff | tree | snapshot |
2001-09-21 |
Guido van Rossum | Oops. I didn't expect that some tests (test_cookie... |
commit | commitdiff | tree | snapshot |
2001-09-21 |
Guido van Rossum | Change the way unexpected output is reported: rather... |
commit | commitdiff | tree | snapshot |
2001-09-21 |
Guido van Rossum | Change the name of the __getattr__ special method for... |
commit | commitdiff | tree | snapshot |
2001-09-21 |
Guido van Rossum | Make these modules work when Python is compiled without... |
commit | commitdiff | tree | snapshot |
2001-09-21 |
Guido van Rossum | Add tests for repr() of strings containing string quote... |
commit | commitdiff | tree | snapshot |
2001-09-21 |
Guido van Rossum | Fix a bug in rendering of \\ by repr() -- it rendered... |
commit | commitdiff | tree | snapshot |
2001-09-21 |
Guido van Rossum | Test basic functioning of unicode repr(). (If this... |
commit | commitdiff | tree | snapshot |
2001-09-20 |
Guido van Rossum | Add a small test to verify that member and getset descr... |
commit | commitdiff | tree | snapshot |
next |