]> granicus.if.org Git - python/shortlog
python
2004-01-08 Andrew M. KuchlingFix some digicool addresses I noticed
2004-01-08 Fred Drakeadd link to the red-dove.com page about the logging...
2004-01-08 Fred Drakeadd new reference macro: \seelink
2004-01-08 Raymond HettingerSF bug #872461: list.extend() described as experimental
2004-01-07 Barry Warsaw__all__: Remove freenet_b64encode and freenet_b64decode.
2004-01-06 Thomas HellerAdd the _bisectmodule.c source file to the pythoncore...
2004-01-06 Mark HammondUpdate information about building bsddb, particularly...
2004-01-05 Raymond HettingerSF Patch #864863: Bisect C implementation
2004-01-05 Raymond HettingerSmall correction to example
2004-01-05 Raymond Hettinger* Add various updates reflecting the last two weeks...
2004-01-05 Hye-Shik Chang[SF #866875] Add a specialized routine for one character
2004-01-04 Jack JansenAllow passing NULL pointers by passing None. This also...
2004-01-04 Raymond HettingerShow how to re-enable GC during timings.
2004-01-04 Hye-Shik ChangFIx unicodefilename support of posix.uname(). This...
2004-01-04 Raymond HettingerExercise sorted() where possible
2004-01-04 Raymond HettingerApply pre-sizing optimization to a broader class of...
2004-01-04 Martin v. LöwisBump build number
2004-01-04 Raymond HettingerApply map/zip pre-sizing optimization to a broader...
2004-01-04 Raymond HettingerApply tuple/list pre-sizing optimization to a broader...
2004-01-04 Raymond HettingerConvert return value to boolean.
2004-01-04 Raymond HettingerSF patch #868736: Disable GC for timeit
2004-01-04 Raymond HettingerFix small factual error.
2004-01-04 Tim PetersUpdate to record .pyd files removed for Python 2.4.
2004-01-04 Tim PetersThat's it -- works as well under VC6 as it ever did...
2004-01-04 Tim PetersThe _tkinter subproject works with VC6 again.
2004-01-04 Tim PetersThe bz2 subproject works with VC6 again.
2004-01-04 Tim PetersThe _ssl subproject may <heh> be working w/ VC6 again.
2004-01-04 Tim PetersThe _bsddb subproject works again under VC6.
2004-01-04 Tim PetersRemoved dead text about MS subprojects that no longer...
2004-01-04 Tim PetersGetting closer (but not yet there) to being able to...
2004-01-04 Barry WarsawDocumentation for new RFC 3548 functions.
2004-01-04 Barry WarsawAdd note about new base64.py module support for RFC...
2004-01-04 Barry WarsawMore complete code coverage, including testing the...
2004-01-04 Barry WarsawAdded more complete RFC 3548 support for Base64, Base32...
2004-01-03 Hye-Shik ChangCosmetic fix for wrongly indented tabs with ts=4.
2004-01-03 Jack JansenAdded interfaces for most of the stuff in QuickTimeComp...
2004-01-03 Tim PetersTons of changes to get this closer to being buildable...
2004-01-02 Jack JansenAdded support for ImageCompression.h APIs.
2004-01-02 Jack JansenUpdated for QuickTime 6.0, Universal Header 3.4.2.
2004-01-02 Jeremy HyltonAdd comment to mollify Tim.
2004-01-02 Martin v. LöwisMove VC6 project files here.
2004-01-02 Martin v. LöwisUpdate build procedure to VC 7.1; make more modules...
2004-01-02 Martin v. LöwisUpdate build procedure to VC 7.1.
2004-01-02 Martin v. LöwisUpdate build procedure to VC 7.1 and newer versions...
2004-01-02 Alex MartelliThe script now takes an optional command-line argument...
2004-01-02 Andrew M. Kuchling[Bug #812325 ] tarfile.close() can write out more bytes...
2004-01-02 Fred Drakelist the Python Software Foundation on all the documents
2004-01-02 Fred DrakePythonLabs --> Python Software Foundation
2004-01-02 Kurt B. Kaiser- Print correct exception even if source file changed...
2004-01-01 Andrew M. KuchlingUse 'input' as variable name, even though it shadows...
2004-01-01 Fred Drakein the section "The interpreter stack":
2004-01-01 Raymond HettingerAdd sets to list of picklable objects.
2004-01-01 Fred Drakeclean up indexing for None, NotImplemented
2004-01-01 Fred Drakefix reference to File Object documentation
2003-12-31 Raymond HettingerSF Patch 681780: Faster commonprefix (OS independent)
2003-12-31 Raymond HettingerSF patch #859286: documentation bool change fix
2003-12-31 Raymond Hettinger* Simplify and speedup logic for tp_print.
2003-12-31 Fred Drakeuse conventional whitespace in interactive example
2003-12-31 Guido van RossumCorrect misrepresentation of print (it uses str(),...
2003-12-31 Fred Drake- general markup cleanup
2003-12-31 Fred Drakegeneral markup improvements
2003-12-31 Fred Drake- add link to the datetime module
2003-12-31 Fred Drake- update description of isleap()
2003-12-31 Fred Drake- use the same markup for the deprecation as for that of
2003-12-31 Fred Drake- add a "See also" reference to the doctest module
2003-12-31 Raymond HettingerStrengthen the test for hash effectiveness
2003-12-31 Raymond HettingerVarious fixups:
2003-12-30 Fred Drakefix truly evil markup typo
2003-12-30 Fred Drakeminor cleanup of example
2003-12-30 Fred Drake- we *really* don't care about Python 1.5 alphas any...
2003-12-30 Fred Drakefix a variety of markup bugs
2003-12-30 Fred Drakework around whitespace bugs in the HTML version
2003-12-30 Fred Drakefix markup errors
2003-12-30 Fred Drakelots of markup adjustments
2003-12-30 Fred Drakemarkup fix
2003-12-30 Barry WarsawFixes to support CJKCodecs as per SF bug #852347. ...
2003-12-30 Barry WarsawBump version number to 2.5.5
2003-12-30 Fred Drakeremove ancient cruft
2003-12-30 Fred Drake- make "--" in code text not get converted to "-"
2003-12-30 Fred Drake- remove crufty markup that's no longer needed to make the
2003-12-30 Fred Drakeuse consistent email address for Tim
2003-12-30 Fred Drake- update Tim's email address
2003-12-30 Martin v. LöwisAdd IPV6_ socket options from RFCs 3493 and 3542. Fixes...
2003-12-29 Hye-Shik ChangFix gcc 3.3 warnings related to Py_UNICODE_WIDE.
2003-12-28 Andrew MacIntyrecomplete backout of listobject.c v2.171
2003-12-26 Jeremy HyltonRevert previous two checkins to repair test failure.
2003-12-26 Jeremy HyltonFix name problem in previous checkin: Dict not List
2003-12-26 Andrew MacIntyreAt 2.2, the Py<type>_Check() family of API functions...
2003-12-26 Andrew MacIntyrereverting 2.29: the patch was Ok, but the commit msg...
2003-12-26 Andrew MacIntyreuse the correct macro to access list size
2003-12-26 Andrew MacIntyreAt 2.2, the Py<type>_Check() family of API functions...
2003-12-26 Andrew MacIntyreThe semantics of PyList_Check() and PyDict_Check()...
2003-12-25 Andrew MacIntyreThe semantics of PyList_Check() and PyDict_Check()...
2003-12-25 Andrew MacIntyrePerformance of list([]) in 2.3 came up in a thread...
2003-12-25 Andrew MacIntyreadd definitions required for expat 1.95.7
2003-12-23 Andrew M. Kuchling[Bug #850823] Fix broken link
2003-12-23 Andrew M. Kuchling[Bug #850818] Accept Gregory H. Ball's suggested rewrit...
2003-12-23 Andrew M. Kuchling[Bug #857821] Remove mention of deprecated string....
2003-12-23 Andrew M. KuchlingFix silly typo
2003-12-23 Andrew M. KuchlingAs part of fixing bug #829532, add a test case that...
next