]> granicus.if.org Git - python/shortlog
python
2002-10-23 Kurt B. KaiserImplement Restoring Breakpoints in Subprocess Debugger
2002-10-22 Fred DrakeMoved description of _urlopener adjacent to the related...
2002-10-22 Fred DrakeDescribe __path__ along with the rest of the package...
2002-10-22 Fred DrakeModify example to use string methods instead of the...
2002-10-22 Fred DrakeClarified the error cases and Unicode handling of PyStr...
2002-10-22 Greg WardAdd comment about inability to handle Unicode strings...
2002-10-22 Fredrik Lundhterminology
2002-10-22 Fredrik Lundhadd support for basic authentication, based on patch...
2002-10-22 Fred DrakeClarify what versions of Windows are supported, and...
2002-10-22 Raymond HettingerPatches #626105:
2002-10-21 Barry Warsaw(py-parse-state-re): Remove the "if" from the regular...
2002-10-21 Barry WarsawFILETYPES: Newer XFree86 rgb.txt files use the key...
2002-10-21 Barry WarsawSome fixes based on feedback from Hans Petter Langtangen.
2002-10-21 Barry WarsawFix a typo, update (only one) style improvement, whitespace
2002-10-21 Barry Warsawtest_body_encoding(): a new test for Charset.body_encod...
2002-10-21 Barry Warsawtest_body_encoding(): a new test
2002-10-21 Barry Warsawbody_encode(): Fixed typo reported by Chris Lawrence...
2002-10-21 Raymond HettingerExplicitly use floor division
2002-10-21 Raymond HettingerEliminate unused instance variable
2002-10-20 Just van Rossumcd to users home dir if no current dir has been set...
2002-10-19 Jack JansenMade MacOS.Error a class style exception (at last!).
2002-10-19 Jack JansenAdded a paragraph to explain that SchedParams(0, 0...
2002-10-19 Fredrik Lundhfixed the mail address in the documentation, too...
2002-10-19 Fredrik Lundhpoint people to the Python bug tracker, rather than...
2002-10-18 Guido van RossumRemove reference to deleted 'www' directory.
2002-10-18 Guido van RossumNote lack of speedup. Remove Irix reference. Remove...
2002-10-18 Fred DrakeFix markup for tilde in URL.
2002-10-18 Martin v. LöwisVerify that lower-higher case delta are 16-bit.
2002-10-18 Fred DrakeFix reference to the Fetchmail FAQ:
2002-10-18 Martin v. LöwisMake lower/upper/title work for non-BMP characters.
2002-10-18 Fred DrakeFix markup for tilde in URL.
2002-10-18 Neal NorwitzFix SF # 624982, Potential AV in slot_sq_item, by Greg...
2002-10-18 Martin v. LöwisUpdate to Unicode 3.2 database.
2002-10-18 Guido van RossumUpdate docs. Remove old classes.doc.
2002-10-18 Guido van RossumAdd description of the cgi directory.
2002-10-18 Guido van RossumAdd description of what's here.
2002-10-18 Fred DrakeAdded cross-references to related material on exceptions.
2002-10-18 Fred DrakeAdded cross-references to related material on exceptions.
2002-10-18 Fred DrakeMake sure section numbers wrap together with the precee...
2002-10-18 Guido van RossumFix (real! :-) memory leaks in half_cmp and half_binop.
2002-10-18 Guido van RossumSigh. That wasn't a memory leak, that was Guido commit...
2002-10-18 Guido van RossumFix memory leak in add_subclass() found by NealN with...
2002-10-18 Martin v. LöwisPatch #624936: Implement __contains__.
2002-10-18 Neal NorwitzTry to fix the broken links caused by multiple \ref...
2002-10-17 Neal NorwitzAdd new encoding for Ukrainian Cyrillic
2002-10-17 Fred DrakeContinue to work even though the test can be named...
2002-10-17 Fred DrakeDon't call warnings.resetwarnings(); that does bad...
2002-10-17 Guido van RossumRefactor cmd_view(): move line formatting to a helper...
2002-10-17 Guido van RossumIn cmd_create(), use a redirect directive instead of...
2002-10-17 Fred DrakeIf we have a filename and __main__.__file__ hasn't...
2002-10-17 Fred DrakeFix minor whitespace nit, for consistency with Python...
2002-10-17 Fred DrakeRemove spurious cruft from the output.
2002-10-17 Fred DrakeClean up some whitespace to be consistent with Python...
2002-10-17 Guido van RossumRemove redundant load() call.
2002-10-17 Fred DrakeTypo(!): "normal" -> "number"
2002-10-17 Guido van RossumGrammar repair in comment.
2002-10-17 Guido van RossumUse tempfile.gettempdir() to get the temp directory...
2002-10-17 Guido van RossumMust catch TypeError from int(length).
2002-10-17 Guido van RossumRestructure: move all wiki code into a separate module.
2002-10-17 Guido van RossumAdd trailing newline when saving.
2002-10-17 Guido van RossumSecurity fixes: reject non-wiki-word page names; set...
2002-10-16 Fred DrakeAdded missing entries to __all__.
2002-10-16 Fred DrakeMake sure we test urlsplit() / urlunsplit() directly...
2002-10-16 Guido van RossumSome really simple cgi examples. cgi3 is a MiniWiki.
2002-10-16 Martin v. LöwisPatch #623780: Replace obsolete struct macros.
2002-10-16 Fred DrakeDocument urldefrag().
2002-10-16 Martin v. LöwisAdd n_unnamed_fields into the type.
2002-10-16 Martin v. LöwisCorrect stat_result float time stamps entry.
2002-10-16 Martin v. LöwisAdd PyStructSequence_UnnamedField. Add stat_float_times.
2002-10-16 Thomas HellerRecreated after source changes.
2002-10-16 Guido van Rossumposix_execve(): add missing argument for "et" format...
2002-10-16 Fred DrakeUse string methods. Re-organize imports to Python...
2002-10-16 Fred DrakeOnly reset _is_empty if needed.
2002-10-16 Fred DrakeModernization: Use string methods, use str instead of
2002-10-16 Fred DrakeUse string methods.
2002-10-16 Fred DrakeUse string methods. Organize the imports in Python...
2002-10-16 Fred DrakeUse string methods; minor code cleanup.
2002-10-15 Thomas HellerRecreated after source changes.
2002-10-15 Martin v. LöwisPatch #572628: Optional timeouts for put and get.
2002-10-15 Thomas HellerRevert the previous checkin - it didn't work anyway.
2002-10-15 Guido van RossumFor some reason (probably cut and paste), __ipow__...
2002-10-14 Martin v. LöwisDon't drop old slots if _unicode_to_string did not...
2002-10-14 Martin v. LöwisAllow Unicode strings in __slots__, converting them...
2002-10-14 Martin v. LöwisAllow Unicode strings as message and module name.
2002-10-14 Guido van Rossum[SF bug 620364]
2002-10-14 Martin v. LöwisConvert empty string literal to string. Speed up creati...
2002-10-14 Guido van RossumFix for 1.33: urlsplit() should only add '//' if scheme...
2002-10-14 Barry WarsawI'd forgotten that tcsh was the default for 10.1, but...
2002-10-14 Barry WarsawThere was a typo in the MacOSX section regarding the...
2002-10-14 Barry Warsawappend(): Fixing the test for convertability after...
2002-10-14 Fred DrakeUse the same shade of blue as the site navigation areas.
2002-10-14 Barry WarsawTwo new tests for splitting (or not splitting) 8-bit...
2002-10-14 Barry WarsawBump the __version__
2002-10-14 Barry Warsaw__init__(): Fix an invariant, that the charset item...
2002-10-14 Barry Warsaw_split_header(): If we have a header which is a byte...
2002-10-14 Barry WarsawCHARSETS: Add faux '8bit' encoding for representing...
2002-10-14 Fred DrakeMinor refactoring to avoid code duplication.
2002-10-14 Tim PetersUpdate list of Windows buildnos for 2.2.2 final.
2002-10-14 Guido van RossumAdd finditer to __all__ (when defining it at all).
2002-10-13 Greg WardFix copyright date: the core of this code actually...
next