2001-09-29 |
Fred Drake | Fix up whitespace in <args> elements; reduce sequences... |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Fred Drake | Minor markup improvement. |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Fred Drake | For Python 2.2, do not use __getattr__(), only use... |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Fred Drake | _dispatch(): Do no re-define the resolve_dotted_atttri... |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Tim Peters | The list.sort() docs require a function that returns... |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Guido van Rossum | The changes to ternary_op could cause a core dump.... |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Guido van Rossum | Clarify the warning about the relative dates of Setup... |
commit | commitdiff | tree | snapshot |
2001-09-29 |
Guido van Rossum | Add a few ``__dynamic__ = 0'' lines in classes that... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Guido van Rossum | It's a fact: for binary operators, *under certain circu... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Guido van Rossum | Ouch. The wrapper for __rpow__ was the same as for... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Move XML-RPC-related docs to the "Internet Protocols... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Add entry for the SimpleXMLRPCServer module. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Preliminary documentation for the SimpleXMLRPCServer... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Tim Peters | Post-release fiddling (prep for 2.2b1). |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Andrew M. Kuchling | Minor additions and rewrites. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Update the xml.dom.minidom tests to cover the DOM-compl... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Andrew M. Kuchling | Install the new compiler and email packages |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Tighten up the new NodeList implementation. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Remove an infelicitous space. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Tim Peters | regrtest's -g option stopped working, during the change... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Reflect recent refinements of the regression testing... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Guido van Rossum | Be more rigorous about making pathnames absolute, to... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Clean up circular references in the Weak*Dictionary... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Guido van Rossum | Reorder Still To Do items (highest priority on top... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Guido van Rossum | Add complex to the dispatch tables, to avoid going... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Guido van Rossum | Changes to copy() and deepcopy() in copy.py to support... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Removed files no longer needed. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Barry Warsaw | PY_RELEASE_SERIAL => 4 |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Convert to string methods. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Barry Warsaw | Fixed a minor typo. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Use consistent version annotations instead of something... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Convert most uses of the string module to string methods. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | Added note about non-support of UNC paths on Windows. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | State that encode() and encodestring() append a newline... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Guido van Rossum | Fix SF bug 419062: building pbs on AIX 4.3.2 |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Barry Warsaw | Merged changes from 22a4 branch. |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Fred Drake | For Python 2.2 and newer, actually support the full... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Guido van Rossum | Merge branch changes (coercion, rich comparisons) into... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Add entries for the email and compiler packages. |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Markup adjustments. |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Added dependencies for the compiler and email packages. |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Migrate the compiler documentation from the Tools/compi... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Do not distinguish \refmodule from \module in the gener... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Re-write <ulink> elements as described in the conversio... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Change the sense of a test in how the profiler interpre... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Tim Peters | Bump Windows build numbers for 2.2a4; installer changes... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Turn \input, \include, and \verbatiminput into XInclude... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Marc-André... | Added note about new StringIO/cStringIO feature. |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Add support for some more markup that had slipped in. |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Andrew M. Kuchling | Fix comment typo |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Fix some markup errors. |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Fred Drake | Markup adjustment: \[...\] is math markup and does... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Tim Peters | docroutine() (both instances): Docstrings for class... |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Tim Peters | List class attrs in MRO order of defining class instead... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Tim Peters | Removed no-longer-true comment about pydoc working... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Fred Drake | Remove comment that no longer applies. |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Barry Warsaw | Updates do email package documentation for markup,... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Tim Peters | Display a class's method resolution order, if it's... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Fred Drake | More test cases, including something that simulates... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Tim Peters | A file just to look at (using pydoc). |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Jeremy Hylton | Add tests for new PyErr_NormalizeException() behavior |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Jeremy Hylton | PyErr_NormalizeException() |
commit | commitdiff | tree | snapshot |
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 |
next |