]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2002-09-11  Barry Warsawtest_utils_quote_unquote(): Test for unquote() properly
2002-09-11  Barry Warsawrfc822.unquote() doesn't properly de-backslash-ify...
2002-09-11  Jack JansenConverted to Vise 8.
2002-09-10  Fred DrakeClarify who maintains Tkinter and who maintains Tk.
2002-09-10  Guido van RossumAt Jim Fulton's request, increase the maxstring value...
2002-09-10  Tim PetersI left some debugging junk in here; removed it. Also...
2002-09-10  Jack JansenAll set for 2.3 installer, except for upgrade of Vise...
2002-09-10  Tim PetersA few days ago a test was added here to ensure that...
2002-09-10  Jack JansenFixed typo spotted by Whomas Touters.
2002-09-10  Barry Warsaw_parsebody(): Instead of raising a BoundaryError when...
2002-09-10  Barry WarsawImport _isstring() from the compatibility layer.
2002-09-10  Barry Warsaw_isstring(): Factor out "stringiness" test, e.g. for...
2002-09-10  Barry Warsaw_ascii_split(): Don't lstrip continuation lines. Close...
2002-09-10  Barry Warsawtest_splitting_first_line_only_is_long(): New test...
2002-09-10  Barry WarsawA sample message with broken MIME boundaries.
2002-09-10  Tim Petersextract_time(): Squash compiler warning about possibly...
2002-09-10  Martin v. LöwisAdd missing return statement.
2002-09-10  Raymond HettingerDocument type and semantics of the tp_print return...
2002-09-10  Jack JansenAdded include guards and C++ extern "C" {} constructs...
2002-09-10  Jack JansenReverted previous change, I was confused.
2002-09-10  Martin v. LöwisUse utimes(2) where available to support microsecond...
2002-09-09  Martin v. LöwisAlways generate floats for stat_result; fix configure...
2002-09-09  Martin v. LöwisPatch #606592: Subsecond timestamps in stat_result.
2002-09-09  Andrew M. KuchlingThe .preprocess() method didn't work, because it didn...
2002-09-09  Andrew M. KuchlingInclude an empty body when checking for a header file
2002-09-09  Martin v. LöwisFix escaping of non-ASCII characters.
2002-09-08  Raymond HettingerFix typo. Close SF Bug 606354.
2002-09-08  Raymond HettingerClarified that the footnote applies to versions 1.5...
2002-09-08  Raymond Hettingershutil.copyfile(src,dst) was clobbering the file when...
2002-09-08  Raymond HettingerFix API typo. The write buffer is not const. Closes...
2002-09-08  Raymond HettingerExtended IDLE's open module menu item to handle hierarc...
2002-09-08  Jeremy HyltonA little refactoring.
2002-09-07  Skip Montanarotightened up the definition of \b and \B some more...
2002-09-07  Neal NorwitzTry to get test to pass on Windows
2002-09-07  Raymond HettingerChange UserDict to IterableUserDict
2002-09-07  Jack JansenNext few steps towards a 2.3 installer.
2002-09-06  Jack JansenFirst steps towards a 2.3 installer.
2002-09-06  Jack JansenEnable _AH module.
2002-09-06  Jack JansenImport Carbon.AH, not Carbon.Help
2002-09-06  Jack JansenReorganized order of help menu, and don't show Carbon...
2002-09-06  Jack JansenSilly me, I enabled the old help module. Fixed.
2002-09-06  Jack JansenAdded carbon Help module.
2002-09-06  Jack JansenUpped the stack size to 256KB. test_class ran afoul...
2002-09-06  Jack JansenSkip UDP testing for MacPython (for now), it hangs...
2002-09-06  Jack JansenUpdated the notes on building a binary installer.
2002-09-06  Jack JansenThe script was very sloppy about which variables held...
2002-09-06  Jack JansenFixed a typo in the binary install notes
2002-09-06  Jack JansenGet rid of non-ascii characters.
2002-09-06  Jack JansenUse PyString_CHECK_INTERNED.
2002-09-06  Jack JansenStarted on documentation for building a MacOSX binary...
2002-09-06  Jack JansenRemove .pyo files too.
2002-09-06  Jack JansenScript to generate .pkg packages, donated by Dinu Gherm...
2002-09-06  Raymond HettingerHave os.environ() inherit from the iterable version...
2002-09-06  Raymond HettingerAdded a tutorial note and example regarding the scope...
2002-09-06  Walter DörwaldAdd a test case that checks that the proper exception...
2002-09-06  Walter DörwaldApply diff3.txt (plus additional documentation)
2002-09-06  Skip Montanaroupdate docs to reflect that \b considers underscore...
2002-09-06  Barry Warsawtest_set_param(), test_del_param(): Test RFC 2231 encod...
2002-09-06  Barry Warsaw_formatparam(), set_param(): RFC 2231 encoding support...
2002-09-06  Barry Warsawtest_mondo_message(): "binary" is not a legal content...
2002-09-06  Barry Warsawtest_replace_header(): New test for Message.replace_hea...
2002-09-06  Barry Warsawreplace_header(): New method given by Skip Montanaro...
2002-09-05  Neal NorwitzSF bug # 585792, Invalid mmap crashes Python interpreter
2002-09-05  Neal NorwitzAdded "that" to correct grammar, the rest is due to...
2002-09-05  Neal NorwitzPyObject_RichCompareBool() already returns -1, 0, or...
2002-09-05  Neal Norwitz--with(out)-thread is deprecated according to configure...
2002-09-05  Neal NorwitzSF # 555779, import user doesn't work with CGIs
2002-09-05  Raymond HettingerMicro-optimization for list_contains. Factored double...
2002-09-05  Raymond HettingerMicro-optimization for list_contains. Factored double...
2002-09-05  Kurt B. KaiserM PyShell.py
2002-09-05  Raymond Hettingersmptlib did not handle empty addresses.
2002-09-04  Raymond HettingerFix typo
2002-09-04  Walter DörwaldChange the unicode.translate docstring to document...
2002-09-04  Raymond HettingerFix typo
2002-09-04  Guido van RossumIn doc strings, use 'k in D' rather than D.has_key(k).
2002-09-03  Skip Montanaroadded a bit about the change to the thread ticker
2002-09-03  Guido van RossumDelete the %c test from test_date_time() untill Brett...
2002-09-03  Jeremy HyltonMove code for reading chunked responses in helper function,
2002-09-03  Skip Montanaromissed this one on the previous multi-file checkin...
2002-09-03  Guido van RossumAdd a custom __str__ method to KeyError that applies...
2002-09-03  Skip MontanaroBump default check interval to 100 instructions. Compu...
2002-09-03  Skip Montanaroreplace thread state objects' ticker and checkinterval...
2002-09-03  Jeremy HyltonSF bug [ 600488 ] Robustness tweak to httplib.py
2002-09-03  Guido van RossumtestConnectTimeout(): set the timeout to a smaller...
2002-09-03  Guido van RossumUpdate the module doc comment.
2002-09-03  Guido van Rossum(Most of) SF patch 601369 (Christos Georgiou): obmalloc...
2002-09-03  Guido van RossumFix for SF bug 601077 by Zack Weinberg.
2002-09-03  Tim PetersRemoved reliance on gcc/C99 extension.
2002-09-03  Walter DörwaldCheck whether a string resize is necessary at the end
2002-09-03  Skip Montanaroexpose PYTHON_API_VERSION macro as sys.api_version...
2002-09-03  Martin v. LöwisIgnore encoding declarations inside strings. Fixes...
2002-09-03  Andrew M. KuchlingAdd reminder about PEP293
2002-09-02  Kurt B. Kaiser(Re)Apply Sourceforge Python patch 520483, Sourceforge...
2002-09-02  Walter DörwaldCheck string for NULL before using it to format the...
2002-09-02  Walter DörwaldRemoved bogus PyUnicodeTranslateError_GetEncoding, as
2002-09-02  Walter DörwaldLimit the length of attribute names in exception messages
2002-09-02  Fred DrakeMinor change for symmetry with PyXML: PyDoc_STR should...
2002-09-02  Walter DörwaldPEP 293 implemention (from SF patch http://www.python...
2002-09-02  Jack JansenGenerate pythonw.sh on the fly.
2002-09-02  Jack JansenPass -x badsyntax to compileall.
next