]> granicus.if.org Git - python/shortlog
python
2003-07-02 Jack JansenSkip noticed that the document talks about "setting...
2003-07-02 Jack JansenTooltip for tab/space consistency check was the wrong...
2003-07-02 Skip MontanaroCorrect documentation of check interval - it's 100...
2003-07-02 Just van RossumAddendum to #764548: restore 2.1 compatibility.
2003-07-02 Just van RossumFix and test for bug #764548:
2003-07-02 Skip MontanaroNote that csv files (when they are actual files) must...
2003-07-02 Raymond HettingerSF bug #764616: execfile(filename,...) not execfile...
2003-07-02 Raymond HettingerGrammar nit. SF bug #757822
2003-07-02 Fred DrakeRevert the previous change; this is now dealt with...
2003-07-02 Fred DrakeThere's a better way to deal with the "comment" environ...
2003-07-02 Just van Rossumfixed typo in comment
2003-07-02 Fred DrakeMake the "install schema" tables follow the same table...
2003-07-02 Fred DrakeThe Macintosh Modules Reference now formats to GNU...
2003-07-02 Fred DrakeFill out the set of macros and environments supported...
2003-07-02 Andrew MacIntyreOn those systems lacking the AFMT_S16_NE symbol, the...
2003-07-02 Andrew MacIntyreFreeBSD 5.x has moved some library routines and typedef...
2003-07-02 Fred DrakeThe datetime C API really isn't usable outside the...
2003-07-02 Fred DrakeFix a variety of small markup nits.
2003-07-02 Jack JansenMoved the IDE tutorial to a directory with a shorter...
2003-07-02 Neal NorwitzSF #764121, docstring for spawnlp incorrect
2003-07-01 Neal NorwitzFix SF bug #763637, 2.3b2 unpack tuple of wrong size...
2003-07-01 Just van Rossum- added (c)StringIO tests; cStringIO usage failed in...
2003-07-01 Just van Rossum- replaced a couple of asserts with proper exceptions
2003-07-01 Neal NorwitzUse appropriate macros not the deprecated DL_IMPORT...
2003-07-01 Tim PetersMake the classes exposed by threading.py new-style...
2003-07-01 Tim PetersResolved minor XXX question in the obvious way.
2003-07-01 Fred Drake- note that super() only applies to new-style classes;
2003-07-01 Fred Drakenormalize markup for consistency
2003-07-01 Neal NorwitzRemove carriage returns
2003-07-01 Neal NorwitzFix SF bug #763023, difflib.py: ratio() zero division...
2003-07-01 Tim Petersconnector(): You can't use an empty string as an argum...
2003-07-01 Tim Petersshowwarning() calls formatwarning(), not showwarning().
2003-07-01 Neal NorwitzFix SF bug #763770, test_socket_ssl crash
2003-07-01 Raymond HettingerImprove the wording a bit
2003-07-01 Raymond HettingerFix spelling, grammar, usage, and markup.
2003-07-01 Raymond HettingerSF #751062: Tutorial: remove string exceptions, add...
2003-07-01 Raymond HettingerTest Brett's addition of __all__ to Queue.
2003-07-01 Brett CannonAdd __all__ .
2003-07-01 Brett CannonMake temporary change of using _strptime for time.strpt...
2003-07-01 Neal NorwitzSF bug 753592, websucker bug
2003-07-01 Neal NorwitzFix SF #763362, test_posixpath failed
2003-07-01 Mark HammondSupport 'mbcs' as a 'built-in' encoding, so the C API...
2003-06-30 Neal NorwitzAdd versionadded info for the 2 new threading module...
2003-06-30 Thomas HellerDocument the DISTUTILS_DEBUG variable.
2003-06-30 Neal NorwitzFix typo in error message
2003-06-30 Fred DrakeWe are now post-beta 2.
2003-06-30 Fred DrakeAdded missing name (textwrap.dedent() docs).
2003-06-30 Walter DörwaldDon't require that a RuntimeError is raised when playin...
2003-06-30 Raymond HettingerSF bug #762990: Awful Grammar in Python Tutorial
2003-06-30 Raymond HettingerFix SF 762891: "del p[key]" on proxy object raises...
2003-06-30 Raymond HettingerMerge branch updates back into the main trunk
2003-06-30 Neal NorwitzFix SF #754870, SSL crash interpreter when remote side...
2003-06-30 Tim PetersBump version string to "2.3b2+".
2003-06-30 Neal NorwitzFix typo, refer to proper argument name
2003-06-29 Just van Rossumrestore 2.2 compatibility:
2003-06-29 Just van Rossum- added --semi-standalone option that builds apps that...
2003-06-29 Raymond HettingerMore tests
2003-06-29 Fred DrakeFix broken markup, & tweak a couple of things for consi...
2003-06-29 Jeremy HyltonFix sf bug 666219: assertion error in httplib.
2003-06-29 Jeremy HyltonAdd several news items for changes I made since b1.
2003-06-29 Tim PetersWhitespace normalization.
2003-06-29 Tim PetersRemoved XXX comments about missing threading.py functions.
2003-06-29 Barry WarsawAdded news about os.environ['PYTHONINSPECT'] = 'yes'
2003-06-29 Jeremy HyltonRemove stub settrace() and setprofile() calls.
2003-06-29 Barry WarsawPy_Main(): Add a check for the PYTHONINSPECT environmen...
2003-06-29 Jeremy HyltonFix grammar in comment.
2003-06-29 Jeremy HyltonWhitespace normalization.
2003-06-29 Jeremy HyltonAdd settrace() and setprofile() functions to the thread...
2003-06-29 Tim PetersTypo repair.
2003-06-29 Fred DrakeUpdate copyright years.
2003-06-29 Tim PetersProvide dummy (do-nothing) settrace() and setprofile...
2003-06-29 Tim PetersFilled in release date; repaired grammar in a news...
2003-06-29 Skip Montanarominor wordsmithing
2003-06-29 Raymond HettingerRemoved invalid test.
2003-06-29 Andrew MacIntyreFreeBSD 5.x uses different wchar_t/win_t guards than...
2003-06-29 Raymond HettingerSF bug #762455: Python segfaults when sys.stdout is...
2003-06-29 Neal NorwitzFix SF #762455, segfault when sys.stdout is changed...
2003-06-29 Tim PetersWhitespace normalization.
2003-06-29 Tim PetersSome nifty doctest extensions from Jim Fulton, currentl...
2003-06-29 Raymond HettingerSF bug #430160: CGIHTTPServer.py POST bug using IE
2003-06-29 Raymond HettingerSF patch #760257: add socket.timeout exception
2003-06-29 Raymond HettingerMinor fixes to punctuation and grammar.
2003-06-29 Neal NorwitzAdd missing self. before curNode. This may need to...
2003-06-29 Raymond HettingerSF patch #760257: add socket.timeout exception
2003-06-29 Neal NorwitzFix arguments for instantiating InterpolationSyntaxError
2003-06-29 Neal NorwitzComment out cap, it was unused.
2003-06-29 Neal Norwitzwhitespace normalization
2003-06-29 Neal Norwitzremove unused import math
2003-06-29 Neal Norwitzremove extra parameter from _java_getprop, remove dupli...
2003-06-29 Neal Norwitzuse == like all the other conditionals
2003-06-29 Neal Norwitzfix problems found by pychecker
2003-06-29 Raymond HettingerSF patch #760257: add socket.timeout exception
2003-06-29 Raymond HettingerAdded Bob Halley for work on socket.timeout
2003-06-29 Tim PetersMissed a spot where the new optional optionflags argume...
2003-06-29 Raymond HettingerSF patch #760257: add socket.timeout exception
2003-06-29 Fred DrakeBump version information for Python 2.3 beta 2.
2003-06-29 Fred DrakeDocument PyThreadState_SetAsyncExc().
2003-06-29 Tim PetersBump release level to 2.3b2.
2003-06-29 Jack JansenSlight clarification on running the examples from the...
2003-06-29 Jack JansenSuggest people visit www.python.org/packman if the...
next