]> granicus.if.org Git - python/shortlog
python
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...
2003-12-23 Andrew M. Kuchling[Bug #829532] Invoking os.makedirs() with an argument...
2003-12-23 Hye-Shik ChangFix unicode.rsplit()'s bug that ignores separater on...
2003-12-22 Tim PetersChanged the UCHAR_MAX error msg a bit: we don't really...
2003-12-22 Skip MontanaroThere are places in Python which assume bytes have...
2003-12-22 Hye-Shik Chang(forced commit)
2003-12-22 Hye-Shik ChangFix broken xmlcharrefreplace by rev 2.204.
2003-12-21 Raymond HettingerMake sure the UserDict copies do not share the same...
2003-12-20 Thomas HellerPython 2.3.3 Window build number and release date.
2003-12-20 Raymond HettingerAdd the first of (hopefully) many third-party licenses...
2003-12-19 Walter DörwaldRemove self from the arguments for the function add_type().
2003-12-19 Hye-Shik ChangSF #859573: Reduce compiler warnings on gcc 3.2 and...
2003-12-19 Hye-Shik ChangEnable some unittests on FreeBSD.
2003-12-18 Skip MontanaroSync with python-mode project. Adds two changes:
2003-12-18 Fred Drakeminor markup adjustment
2003-12-18 Andrew M. KuchlingFix typo
2003-12-18 Andrew M. KuchlingAdd various items
2003-12-18 Fred Drakefix loss of a space after indexing markup
2003-12-18 Fred Drake- use correct markup
2003-12-18 Fred Drakefix weird sh-bang line
2003-12-18 Fred Drakeavoid bash-isms
2003-12-17 Raymond HettingerGuido grants a Christmas wish:
2003-12-17 Raymond HettingerGuido grants a Christmas wish:
2003-12-17 Jeremy HyltonRemove methods that are no longer called by urllib2.
2003-12-17 Raymond HettingerGuido grants a Christmas wish:
2003-12-17 Jeremy HyltonAdd methods to MockHTTPClass for modern httplib interface.
2003-12-17 Jeremy HyltonRewrite AbstractHTTPHandler to use modern httplib inter...
2003-12-17 Hye-Shik ChangFix erroneus argument parsing of socket.htons() on...
2003-12-17 Hye-Shik ChangUpdate documentations for str.rsplit() with Alex Martel...
2003-12-16 Andrew M. KuchlingMake example more readable
2003-12-15 Raymond HettingerSpeedup set.update by using the override mode for PyDic...
2003-12-15 Hye-Shik ChangAdd rsplit method for UserString, too.
2003-12-15 Raymond HettingerFix typo and improve wording a bit.
2003-12-15 Hye-Shik ChangAdd an entry for addition of {str,unicode}.rsplit.
2003-12-15 Hye-Shik ChangAdd rsplit method for str and unicode builtin types.
2003-12-15 Jeremy HyltonRemove __del__ methods to avoid creating uncollectable...
next