]> granicus.if.org Git - python/shortlog
python
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...
2003-12-15 Skip Montanaromissing word (should backport - is release23-maint...
2003-12-15 Raymond HettingerImprove algorithm for set.difference when the input...
2003-12-15 Walter DörwaldMake the module docstring a raw string, so that the...
2003-12-15 Guido van RossumRemove a "temporary" piece of code that was probably...
2003-12-14 Neal NorwitzSF #859811, typo in docs
2003-12-14 Neal NorwitzSF #859810, typo in doc
2003-12-14 Jeremy HyltonAdd news item about processor support in urllib2.
2003-12-14 Jeremy HyltonSF patch 852995: add processors feature to urllib2
2003-12-13 Neal NorwitzSF #736962, port test_future to unittest, add a bit...
2003-12-13 Neal NorwitzAdd a versionadded tag for traceback.format_exc()
2003-12-13 Neal NorwitzMake private/local functions static
2003-12-13 Guido van RossumAfter hearing from someone who gave up on timeout socke...
2003-12-13 Gustavo NiemeyerCleaning up recursive pieces left in the reorganization.
2003-12-13 Raymond HettingerNote that \var{ppos} values are not consecutive and...
2003-12-13 Raymond Hettinger* Refactor set.__contains__()
2003-12-13 Raymond HettingerRefactor set.discard() and set.remove().
2003-12-13 Raymond HettingerImprove argument checking speed.
2003-12-13 Raymond HettingerUse dictionary specific looping idiom where possible.
2003-12-13 Raymond HettingerSimplify previous checkin -- a new function was not...
2003-12-13 Raymond HettingerUse PyDict_Contains() instead of PySequence_Contains().
2003-12-13 Raymond Hettinger* Added a new method flag, METH_COEXIST.
2003-12-12 Raymond HettingerExpand the groupby() example to:
2003-12-11 Fred Drakefix typo and join two paragraphs
2003-12-11 Walter DörwaldAdd tests to test_weakref.py to bring code coverage...
2003-12-11 Brett CannonFix broken link (closes bug #852236). Thanks to Fedor...
2003-12-10 Raymond HettingerRevert previous change which didn't make sense the...
2003-12-10 Jack Jansen- Renamed OSA.ComponentInstance to OSA.OSAComponentInst...
2003-12-10 Hye-Shik ChangFix memory error treatment correctly. Going to dsu_fail...
2003-12-10 Raymond HettingerUpdate to use python ints and int/long unification.
2003-12-09 Jack JansenWrapper modules for _Launch and _OSA weren't added...
2003-12-09 Jack JansenMake this module Python 2.3 compatible, and add a setup...
2003-12-09 Jack JansenMade this module compatible with Python2.3, and added...
2003-12-08 Walter DörwaldMove list and tuple tests from test_types.py to their...
2003-12-08 Thomas HellerSigh. dsp files must be marked as binary files for...
next