2002-07-05 |
unknown | Combine OldStackViewer.py with Debugger.py, removing... |
commit | commitdiff | tree | snapshot |
2002-07-04 |
Tim Peters | printlist(): Replaced the guts with a call to textwrap... |
commit | commitdiff | tree | snapshot |
2002-07-04 |
Michael W.... | gc_list_move defined but not used. |
commit | commitdiff | tree | snapshot |
2002-07-04 |
Greg Ward | Docstring improvements. In particular, added docstring... |
commit | commitdiff | tree | snapshot |
2002-07-04 |
Thomas Heller | Fix a typo. |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Steve Holden | Revise asyncore documentation and document asynchat... |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Fred Drake | No need to be ambiguous about *how* extended slices... |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Fred Drake | Fix up a few more consistency nits and incorrectly... |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Barry Warsaw | append(): Clarify the expected type of charset. |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Kurt B. Kaiser | Debugger Exception Info and GUI Stack Exception Traceba... |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Tim Peters | Stop trying to cater to platforms with a broken HUGE_VA... |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Mark Hammond | Update freeze to use zlib 1.1.4. |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Fred Drake | Add annotations that describe the change in the "errors... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Fred Drake | Update the documentation of the errors and failures... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Tim Peters | Another stab at SF 576327: zipfile when sizeof(long... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Tim Peters | visit_decref(): Added another assert. |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Greg Ward | Don't list all the keyword args to the TextWrapper... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Fred Drake | Be consistent with the functions in the posix/nt module... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Fred Drake | Attempt to clarify removedirs(). |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Fred Drake | Deal with & remove the XXX comments. |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Fred Drake | Abstract the creation of signature lines for callable... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Tim Peters | Fix for SF bug #576327: zipfile when sizeof(long) == 8 |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Jeremy Hylton | Convert raise to call exception class. Add whitespace. |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Jeremy Hylton | Repair badly formatted code. |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Tim Peters | Finished transitioning to using gc_refs to track gc... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Fred Drake | Remove bogus assignment to self.length in NamedNodeMap... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Fred Drake | Minor markup adjustments, consistency changes, and... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Fred Drake | Add refcount info for PyErr_SetFromWindowsErr() and |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Thomas Heller | Docs for PyErr_SetFromWindowsErrWithFilename() and |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Fred Drake | Do not depend on pymemcompat.h (was only used for PyXML... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Jack Jansen | Mac OS X Jaguar (developer preview) seems to have a... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
Tim Peters | Reserved another gc_refs value for untracked objects... |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Fred Drake | Bring this back into sync with PyXML revision 1.58. |
commit | commitdiff | tree | snapshot |
2002-07-01 |
Tim Peters | OK, I couldn't stand it <0.5 wink>: removed all uncert... |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Tim Peters | visit_decref(): Two optimizations. |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Tim Peters | SF bug #574132: Major GC related performance regression |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Martin v. Löwis | Patch #569753: Remove support for WIN16. |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Martin v. Löwis | Bump required PyXML version to 0.6.5. |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Martin v. Löwis | Implement the encoding argument for toxml and toprettyxml. |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Martin v. Löwis | Merge from PyXML: |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Martin v. Löwis | Add xml namespace initially (PyXML 1.19). |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Martin v. Löwis | Fix spacing. |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Martin v. Löwis | Merge changes from PyXML: |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Martin v. Löwis | Define PyDoc_STRVAR if it is not available (PyXML 1... |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Martin v. Löwis | Undo usage of PyOS_snprintf (rev. 1.51 of PyXML). |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Raymond Hettinger | Fixed bug 574978 shutil example out of sync with source... |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Raymond Hettinger | Fix bug 575221 referred to dictionary type instead... |
commit | commitdiff | tree | snapshot |
2002-06-30 |
Raymond Hettinger | Code modernization. Replace v=s[i]; del s[i] with... |
commit | commitdiff | tree | snapshot |
2002-06-29 |
Fred Drake | Clarify the version information for the unicode() built-in. |
commit | commitdiff | tree | snapshot |
2002-06-29 |
Barry Warsaw | Another test of long headers. |
commit | commitdiff | tree | snapshot |
2002-06-29 |
Barry Warsaw | Oleg Broytmann's support for RFC 2231 encoded parameter... |
commit | commitdiff | tree | snapshot |
2002-06-29 |
Barry Warsaw | Oleg Broytmann's support for RFC 2231 encoded parameter... |
commit | commitdiff | tree | snapshot |
2002-06-29 |
Barry Warsaw | Oleg Broytmann's support for RFC 2231 encoded parameter... |
commit | commitdiff | tree | snapshot |
2002-06-29 |
Barry Warsaw | test_multilingual(): Test for Header.__unicode__(). |
commit | commitdiff | tree | snapshot |
2002-06-29 |
Barry Warsaw | __unicode__(): Patch # 541263 by Mikhail Zabaluev,... |
commit | commitdiff | tree | snapshot |
2002-06-29 |
Greg Ward | Add documentation for new textwrap module. |
commit | commitdiff | tree | snapshot |
2002-06-29 |
Greg Ward | Typo fix. |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Jeremy Hylton | Track change of begin() to _begin(). |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Barry Warsaw | Lots of new and updated tests to check for proper ascii... |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Barry Warsaw | _max_append(): When adding the string `s' to its own... |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Barry Warsaw | Teach this class about "highest-level syntactic breaks... |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Barry Warsaw | _split_header(): The code here was terminally broken... |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Jeremy Hylton | Simplify HTTPSConnection constructor. |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Jeremy Hylton | Close SF patch 523944: importing modules with foreign... |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Fred Drake | Added character data buffering to pyexpat parser objects. |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Jeremy Hylton | Add Bob Kline of HTTP 100 fame. |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Jeremy Hylton | Fixes for two separate HTTP/1.1 bugs: 100 responses... |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Fred Drake | pyexpat code cleanup and minor refactorings: |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Neil Schemenauer | Fix small bug. The count of objects in all generations... |
commit | commitdiff | tree | snapshot |
2002-06-28 |
Mark Hammond | Patch 574531/Bug 574570 - allow freeze on windows to... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Jack Jansen | The standard definition file is now called mwerks_shcar... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Jack Jansen | Started on support for using standard setup.py to build... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Jack Jansen | More fixes for building MacPython extension modules... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Fredrik Lundh | merged with SLAB codebase (version 1.0.1) |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Fredrik Lundh | made the code match the comments (1.5.2 compatibility) |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Fredrik Lundh | Fix bug #570057: Broken pre.subn() (and pre.sub()) |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Fred Drake | Integrate the tests for name interning from PyXML ... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Fred Drake | Integrate the changes from PyXML's version of pyexpat... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Fred Drake | Added support for some of the more recently defined... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Fred Drake | Clean up some markup. |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Neal Norwitz | dis.dis() also supports modules |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Disabled non-carbon builds (for the moment still option... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Neal Norwitz | Whitespace normalization (remove tabs) |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Fred Drake | Fix various typos reported to python-docs. |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Fred Drake | Fix typo reported to python-docs. |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Make the prototype match the declaration in the GUSI... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Undefine DPRINTF before defining it, there was a confli... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Undefine TRUE and FALSE before redefining them. |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Got rid of an extraneous semicolon. |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Changed some prototypes to match the exact definition... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | In plugin projects use (by default) the new mwerks_shca... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Close the project after generating it, so we don't... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | - Got rid of non-carbon builds |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Fixed a few showstoppers in the process of making MacPy... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Fixed various MacPython-specific issues found by attemp... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Raymond Hettinger | Apply SF 562987 modernizing Cookie to subclass from... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Fred Drake | Suppress the variable verbose output from test.xmltests... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | Turns out GetArgv() options can be 4-tuples too, with... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Jack Jansen | This module broke on the Mac (where it can't work,... |
commit | commitdiff | tree | snapshot |
2002-06-26 |
Andrew M. Kuchling | Add some acks |
commit | commitdiff | tree | snapshot |
next |