]> granicus.if.org Git - python/shortlog
python
2003-07-09 Kurt B. KaiserSF Bug 767794
2003-07-08 Skip Montanarotypo
2003-07-08 Tim PetersI "cvs admin -kb"'ed these files to close a bug report...
2003-07-08 Kurt B. KaiserAdding "use warnings" to .../Doc/perl/python.perl raises
2003-07-08 Kurt B. KaiserDocument interrupt_main()
2003-07-08 Neal Norwitzadd missing '
2003-07-08 Fred DrakeImprove compatibility with more versions of LaTeX2HTML...
2003-07-08 Fred Drake- clean up table markup for readability
2003-07-08 Fred DrakeUpdate Tkinter3000 notes based on text from Fredrik...
2003-07-08 Jeremy HyltonFix SF bug 764095: Don't use network in test_httplib.
2003-07-08 Anthony BaxterFixed a table that wasn't in a tableii block, and added...
2003-07-07 Fred DrakeUse Boolean values for the capturestderr flag.
2003-07-07 Martin v. LöwisUse -fno-strict-aliasing if available. Fixes #766696...
2003-07-07 Fred Drake- explain about making Python scripts executable on...
2003-07-07 Gregory P.... Fix a typo/cut-n-paste error in DBCursor.join_item...
2003-07-07 Fred Drakeremoved trailing tabs in several places, including...
2003-07-07 Fred DrakeError noted in email to python-docs: PyObject correspon...
2003-07-07 Jeremy HyltonThis file was moved to Lib/.
2003-07-07 Jeremy HyltonPatch from Zooko to remove an experimental feature.
2003-07-07 Neal Norwitzadd versionadded for getcheckinterval
2003-07-06 Tim PetersNew function sys.getcheckinterval(), to complement...
2003-07-06 Martin v. LöwisInclude grp.h in setgroups test. Fixes #765822.
2003-07-05 Neal NorwitzFix SF bug #766288, property() example gives syntax...
2003-07-04 Just van Rossum#765903:
2003-07-04 Jack JansenFixed lots of minor issues found by Edward Moy: incorre...
2003-07-04 Jack JansenFixed two bugs in MacOSX framework handling spotted...
2003-07-04 Jack JansenAdded missing newline at end of file.
2003-07-04 Jack JansenFiles used for 2.3b2 macpython binary distribution.
2003-07-04 Jack JansenIf a --python option is used to specify the Python...
2003-07-04 Tim PetersAn Anonymous Coward on c.l.py posted a little program...
2003-07-03 Jack JansenMoved two sentences around to make them clearer.
2003-07-03 Brett CannonFixes bug of timezone value being left as -1 when ...
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...
next