]> granicus.if.org Git - python/shortlog
python
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...
2003-12-08 Jack JansenRevamped framework search path handling for MacOSX...
2003-12-07 Jack Jansenforward port of 1.136.6.2:
2003-12-07 Just van Rossumfixed long standing typo
2003-12-07 Raymond HettingerSF patch #855195: fix typos
2003-12-07 Raymond HettingerFix missing paren.
2003-12-07 Raymond HettingerFix double hyphen markup.
2003-12-07 Raymond HettingerSF patch #838938: Typos in the docs (Extending/Embeddi...
2003-12-07 Raymond HettingerPut str() in alphabetical order.
2003-12-07 Raymond HettingerSF bug #855317: unittest: 5.3.9 Getting Extended Error...
2003-12-06 Andrew M. KuchlingAdd groupby()
2003-12-06 Andrew M. KuchlingEdit description a bit
2003-12-06 Raymond HettingerIncorporate suggestions from Aahz.
2003-12-06 Raymond HettingerImplement itertools.groupby()
2003-12-06 Steve PurcellVariation of Thomas Heller's patch (722638) for improvi...
2003-12-06 Raymond HettingerSF bug #844123: "up" instead of "down" in turtle module...
2003-12-06 Jack JansenFinished update to UH 3.4.2.
2003-12-05 Jack JansenFinished update to universal header 3.4.2.
2003-12-05 Jack JansenReverting to previous version, which works. And I don...
2003-12-05 Thomas Hellerdistutils compilers now compile source files in the...
2003-12-05 Thomas HellerCompile the files in the same order they are passed...
2003-12-05 Fred Drake- fix markup in the bool() description
2003-12-05 Fred DrakeAdd news about removal of the PendingDeprecationWarning...
2003-12-05 Fred DrakeRemove the PendingDeprecationWarning from apply()....
2003-12-05 Raymond HettingerFix links and typos.
2003-12-05 Raymond HettingerFix typo
2003-12-04 Raymond HettingerFix typos.
2003-12-04 Thomas HellerThe Windows build number for 2.3.3c1 is 50.
2003-12-04 Raymond HettingerSF bug #849662. Dramatically, improve comparison speed...
2003-12-04 Brett CannonFix error in exception message.
2003-12-04 Michael W.... Remove extra copy of test_key_with_exception that someh...
2003-12-04 Michael W.... Fixes and tests for various "holding pointers when...
2003-12-04 Tim PetersTypo repair; added some comments and horizontal whitespace.
2003-12-03 Jack JansenPorted to Universal Headers 3.4.2. Qd and Qt remain...
2003-12-03 Jack JansenAdding an interface to the high-level Open Scripting...
2003-12-03 Raymond HettingerFix link
2003-12-03 Raymond HettingerAdd a standard library tour
2003-12-03 Mark HammondFix test_unicode_file errors on platforms without Unico...
2003-12-03 Jack JansenBlacklisting LSInit and LSTerm, which are deprecated...
2003-12-03 Walter DörwaldAdd parameters indent, width and depth to pprint.pprint...
2003-12-03 Walter DörwaldPatch #750542: pprint now will pretty print subclasses...
2003-12-03 Guido van RossumReduce the size of Big String and Big Binary tests...
2003-12-03 Walter DörwaldFix typo. (From SF bug #853064)
2003-12-03 Mark HammondAdd test for bug "[ 846133 ] os.chmod/os.utime/shutil...
2003-12-03 Mark HammondAdd TESTFN_UNICODE_UNENCODEABLE, a unicode filename...
2003-12-03 Mark HammondFix [ 846133 ] os.chmod/os.utime/shutil do not work...
2003-12-02 Jack JansenAn interface to the LaunchServices API.
2003-12-02 Skip Montanarodoc nit
2003-12-02 Andrew MacIntyreOS/2+EMX: make the link() emulation available as os...
2003-12-02 Andrew MacIntyreEMX lacks an implementation of link(). As Mailman...
2003-12-02 Andrew MacIntyreTo find the curses extension as a DLL (on OS/2), we...
next