]> granicus.if.org Git - python/shortlog
python
2002-07-08 Fred DrakeAdded font-setting line (and associated comments) to...
2002-07-08 Jack JansenGot rid of symlink target, and in stead have "make...
2002-07-08 Fred DrakeChange the "__ private" names to "_ protected"; this...
2002-07-08 Jack JansenGot rid of special case for Macintosh realloc slowdown...
2002-07-08 Jack JansenDefine WITH_PYMALLOC as 1
2002-07-08 Tim PetersPyNode_AddChild(): Do aggressive over-allocation when...
2002-07-07 Jack Jansen- Got rid if WITH_CYCLE_GC
2002-07-07 Tim PetersRearranged and added comments to object.h, to clarify...
2002-07-07 Jeremy HyltonFix from SF patch #527518: proxy config with user+pass...
2002-07-07 Tim PetersRemoved 3 unlikely #includes that were only needed...
2002-07-07 Jeremy HyltonFix for SF bug #432621: httplib: multiple Set-Cookie...
2002-07-07 Tim PetersTrashcan cleanup: Now that cyclic gc is always there...
2002-07-07 Tim PetersRemoved WITH_CYCLE_GC #ifdef-ery. Holes:
2002-07-06 Jeremy HyltonFix SF bug #575360
2002-07-06 Jeremy HyltonHandle HTTP/0.9 responses.
2002-07-06 Kurt B. KaiserModifying EditorWindow causes breakpoints in that modul...
2002-07-06 Kurt B. KaiserDecent burial for venerated ancestor (urn in attic)
2002-07-06 Kurt B. KaiserRemove dead code.
2002-07-06 Kurt B. Kaiser1. Test Sourceforge checkin, idle-dev posting
2002-07-05 unknownCombine OldStackViewer.py with Debugger.py, removing...
2002-07-04 Tim Petersprintlist(): Replaced the guts with a call to textwrap...
2002-07-04 Michael W.... gc_list_move defined but not used.
2002-07-04 Greg WardDocstring improvements. In particular, added docstring...
2002-07-04 Thomas HellerFix a typo.
2002-07-03 Steve HoldenRevise asyncore documentation and document asynchat...
2002-07-03 Fred DrakeNo need to be ambiguous about *how* extended slices...
2002-07-03 Fred DrakeFix up a few more consistency nits and incorrectly...
2002-07-03 Barry Warsawappend(): Clarify the expected type of charset.
2002-07-03 Kurt B. KaiserDebugger Exception Info and GUI Stack Exception Traceba...
2002-07-03 Tim PetersStop trying to cater to platforms with a broken HUGE_VA...
2002-07-03 Mark HammondUpdate freeze to use zlib 1.1.4.
2002-07-02 Fred DrakeAdd annotations that describe the change in the "errors...
2002-07-02 Fred DrakeUpdate the documentation of the errors and failures...
2002-07-02 Tim PetersAnother stab at SF 576327: zipfile when sizeof(long...
2002-07-02 Tim Petersvisit_decref(): Added another assert.
2002-07-02 Greg WardDon't list all the keyword args to the TextWrapper...
2002-07-02 Fred DrakeBe consistent with the functions in the posix/nt module...
2002-07-02 Fred DrakeAttempt to clarify removedirs().
2002-07-02 Fred DrakeDeal with & remove the XXX comments.
2002-07-02 Fred DrakeAbstract the creation of signature lines for callable...
2002-07-02 Tim PetersFix for SF bug #576327: zipfile when sizeof(long) == 8
2002-07-02 Jeremy HyltonConvert raise to call exception class. Add whitespace.
2002-07-02 Jeremy HyltonRepair badly formatted code.
2002-07-02 Tim PetersFinished transitioning to using gc_refs to track gc...
2002-07-02 Fred DrakeRemove bogus assignment to self.length in NamedNodeMap...
2002-07-02 Fred DrakeMinor markup adjustments, consistency changes, and...
2002-07-02 Fred DrakeAdd refcount info for PyErr_SetFromWindowsErr() and
2002-07-02 Thomas HellerDocs for PyErr_SetFromWindowsErrWithFilename() and
2002-07-02 Fred DrakeDo not depend on pymemcompat.h (was only used for PyXML...
2002-07-02 Jack JansenMac OS X Jaguar (developer preview) seems to have a...
2002-07-02 Tim PetersReserved another gc_refs value for untracked objects...
2002-07-01 Fred DrakeBring this back into sync with PyXML revision 1.58.
2002-07-01 Tim PetersOK, I couldn't stand it <0.5 wink>: removed all uncert...
2002-06-30 Tim Petersvisit_decref(): Two optimizations.
2002-06-30 Tim PetersSF bug #574132: Major GC related performance regression
2002-06-30 Martin v. LöwisPatch #569753: Remove support for WIN16.
2002-06-30 Martin v. LöwisBump required PyXML version to 0.6.5.
2002-06-30 Martin v. LöwisImplement the encoding argument for toxml and toprettyxml.
2002-06-30 Martin v. LöwisMerge from PyXML:
2002-06-30 Martin v. LöwisAdd xml namespace initially (PyXML 1.19).
2002-06-30 Martin v. LöwisFix spacing.
2002-06-30 Martin v. LöwisMerge changes from PyXML:
2002-06-30 Martin v. LöwisDefine PyDoc_STRVAR if it is not available (PyXML 1...
2002-06-30 Martin v. LöwisUndo usage of PyOS_snprintf (rev. 1.51 of PyXML).
2002-06-30 Raymond HettingerFixed bug 574978 shutil example out of sync with source...
2002-06-30 Raymond HettingerFix bug 575221 referred to dictionary type instead...
2002-06-30 Raymond HettingerCode modernization. Replace v=s[i]; del s[i] with...
2002-06-29 Fred DrakeClarify the version information for the unicode() built-in.
2002-06-29 Barry WarsawAnother test of long headers.
2002-06-29 Barry WarsawOleg Broytmann's support for RFC 2231 encoded parameter...
2002-06-29 Barry WarsawOleg Broytmann's support for RFC 2231 encoded parameter...
2002-06-29 Barry WarsawOleg Broytmann's support for RFC 2231 encoded parameter...
2002-06-29 Barry Warsawtest_multilingual(): Test for Header.__unicode__().
2002-06-29 Barry Warsaw__unicode__(): Patch # 541263 by Mikhail Zabaluev,...
2002-06-29 Greg WardAdd documentation for new textwrap module.
2002-06-29 Greg WardTypo fix.
2002-06-28 Jeremy HyltonTrack change of begin() to _begin().
2002-06-28 Barry WarsawLots of new and updated tests to check for proper ascii...
2002-06-28 Barry Warsaw_max_append(): When adding the string `s' to its own...
2002-06-28 Barry WarsawTeach this class about "highest-level syntactic breaks...
2002-06-28 Barry Warsaw_split_header(): The code here was terminally broken...
2002-06-28 Jeremy HyltonSimplify HTTPSConnection constructor.
2002-06-28 Jeremy HyltonClose SF patch 523944: importing modules with foreign...
2002-06-28 Fred DrakeAdded character data buffering to pyexpat parser objects.
2002-06-28 Jeremy HyltonAdd Bob Kline of HTTP 100 fame.
2002-06-28 Jeremy HyltonFixes for two separate HTTP/1.1 bugs: 100 responses...
2002-06-28 Fred Drakepyexpat code cleanup and minor refactorings:
2002-06-28 Neil SchemenauerFix small bug. The count of objects in all generations...
2002-06-28 Mark HammondPatch 574531/Bug 574570 - allow freeze on windows to...
2002-06-27 Jack JansenThe standard definition file is now called mwerks_shcar...
2002-06-27 Jack JansenStarted on support for using standard setup.py to build...
2002-06-27 Jack JansenMore fixes for building MacPython extension modules...
2002-06-27 Fredrik Lundhmerged with SLAB codebase (version 1.0.1)
2002-06-27 Fredrik Lundhmade the code match the comments (1.5.2 compatibility)
2002-06-27 Fredrik LundhFix bug #570057: Broken pre.subn() (and pre.sub())
2002-06-27 Fred DrakeIntegrate the tests for name interning from PyXML ...
2002-06-27 Fred DrakeIntegrate the changes from PyXML's version of pyexpat...
2002-06-27 Fred DrakeAdded support for some of the more recently defined...
2002-06-27 Fred DrakeClean up some markup.
2002-06-26 Neal Norwitzdis.dis() also supports modules
next