]> granicus.if.org Git - python/shortlog
python
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...
2003-12-02 Andrew MacIntyre- add notes about os.link() emulation;
2003-12-02 Andrew MacIntyre- add build support for curses extension to be a normal...
2003-12-02 Andrew MacIntyreuse same compiler switches as core for extensions
2003-12-02 Raymond HettingerSF patch #852140: keyword.py - use __contains__ and...
2003-12-02 Raymond HettingerConvert a 0/1 to False/True.
2003-12-01 Tim PetersPy_Finalize(): disabled the second call of cyclic...
2003-12-01 Martin v. LöwisConvert path objects to strings in askdirectory. Fixes...
2003-12-01 Raymond HettingerApply extract functions instead of lambda.
2003-12-01 Raymond HettingerRevert previous change. MAL preferred the old version.
2003-12-01 Raymond HettingerAs discussed on python-dev, added two extractor functio...
2003-12-01 Raymond HettingerSimplifed the code.
2003-11-30 Guido van RossumAdd testcases for _winreg segfault (SF 851056).
2003-11-30 Guido van RossumAdd news item for _winreg fix (SF bug 851056).
2003-11-30 Guido van RossumRemove all uses of alloca() from this module. The...
2003-11-29 Guido van RossumFix a bug discovered by Kalle Svensson: comparing sys...
2003-11-29 Guido van Rossum- Removed FutureWarnings related to hex/oct literals...
2003-11-28 Raymond HettingerMake sure the list.sort's decorate step unwinds itself...
2003-11-28 Thomas HellerSee SF #848614: distutils' msvccompiler now tries to...
2003-11-27 Jack JansenFix (workaround, actually) for bug #844676: deselecting...
2003-11-27 Jack JansenPackage Mnager error dialogs could refer to hidden...
2003-11-27 Jack Jansen2.4a0 Package Manager shouldn't attempt to use the...
2003-11-27 Jack Jansenthe "idle" script has moved from Lib/idlelib to Tools...
2003-11-27 Martin v. LöwisPatch #849350: Update to document bool return values...
2003-11-27 Martin v. LöwisPatch #849595: Add socket.shutdown() constants.
next