2002-07-08 |
Fred Drake | Fix typo reported by Kent Engström, and a bunch of... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Fred Drake | Fix typo: "an Unicode string" --> "a Unicode string" |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Fred Drake | Fixed a typo and updated information about using the... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Fred Drake | Added font-setting line (and associated comments) to... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Jack Jansen | Got rid of symlink target, and in stead have "make... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Fred Drake | Change the "__ private" names to "_ protected"; this... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Jack Jansen | Got rid of special case for Macintosh realloc slowdown... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Jack Jansen | Define WITH_PYMALLOC as 1 |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Tim Peters | PyNode_AddChild(): Do aggressive over-allocation when... |
commit | commitdiff | tree | snapshot |
2002-07-07 |
Jack Jansen | - Got rid if WITH_CYCLE_GC |
commit | commitdiff | tree | snapshot |
2002-07-07 |
Tim Peters | Rearranged and added comments to object.h, to clarify... |
commit | commitdiff | tree | snapshot |
2002-07-07 |
Jeremy Hylton | Fix from SF patch #527518: proxy config with user+pass... |
commit | commitdiff | tree | snapshot |
2002-07-07 |
Tim Peters | Removed 3 unlikely #includes that were only needed... |
commit | commitdiff | tree | snapshot |
2002-07-07 |
Jeremy Hylton | Fix for SF bug #432621: httplib: multiple Set-Cookie... |
commit | commitdiff | tree | snapshot |
2002-07-07 |
Tim Peters | Trashcan cleanup: Now that cyclic gc is always there... |
commit | commitdiff | tree | snapshot |
2002-07-07 |
Tim Peters | Removed WITH_CYCLE_GC #ifdef-ery. Holes: |
commit | commitdiff | tree | snapshot |
2002-07-06 |
Jeremy Hylton | Fix SF bug #575360 |
commit | commitdiff | tree | snapshot |
2002-07-06 |
Jeremy Hylton | Handle HTTP/0.9 responses. |
commit | commitdiff | tree | snapshot |
2002-07-06 |
Kurt B. Kaiser | Modifying EditorWindow causes breakpoints in that modul... |
commit | commitdiff | tree | snapshot |
2002-07-06 |
Kurt B. Kaiser | Decent burial for venerated ancestor (urn in attic) |
commit | commitdiff | tree | snapshot |
2002-07-06 |
Kurt B. Kaiser | Remove dead code. |
commit | commitdiff | tree | snapshot |
2002-07-06 |
Kurt B. Kaiser | 1. Test Sourceforge checkin, idle-dev posting |
commit | commitdiff | tree | snapshot |
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 |
next |