]> granicus.if.org Git - python/shortlog
python
2004-07-11 Raymond HettingerFix decimal write-up nits.
2004-07-11 Raymond HettingerMinor improvements, fixups and wording changes everywhere.
2004-07-11 Kurt B. KaiserClarify requirement for GNU make
2004-07-11 Kurt B. KaiserPatch 851752 (fixes bug 820583)
2004-07-10 Brett CannonSequenceMatcher(None, [], []).get_grouped_opcodes(...
2004-07-10 Andrew M. Kuchling[Patch #947352 from Jason Andryuk] Add support for...
2004-07-10 Brett CannonDebug output is now printed to sys.stderr .
2004-07-10 Brett CannonFix minor error in example.
2004-07-10 Brett Cannonposixpath.realpath() now detects symlink loops and...
2004-07-10 Brett CannonAdd PyArg_VaParseTupleAndKeywords(). Document this...
2004-07-10 Andrew M. Kuchling[Patch #981794] Add support for Firefox/Firebird
2004-07-10 Andrew M. Kuchling[Patch 988444]
2004-07-10 Andrew M. Kuchling[Patch #965175] Incorporate a suggestion for a better...
2004-07-10 Brett CannonChange some declarations from ``char *`` to ``const...
2004-07-10 Andrew M. Kuchling[Patch #909007] Enable a bunch of safe bug workarounds...
2004-07-10 Andrew M. KuchlingAdd item
2004-07-10 Andrew M. Kuchling[Patch #945642] Fix non-blocking SSL sockets, which...
2004-07-10 Brett CannonClarify docs for inspect.getargspec() that the fourth...
2004-07-10 Brett CannonMake ntpath compress multiple slashes between drive...
2004-07-10 Andrew M. Kuchling[Patch #988602] Move the urllib2 tests into the test...
2004-07-10 Brett CannonAdd comments at end of every #endif and fix ones alread...
2004-07-10 Brett CannonAdd note about closing of bug #679953 and add Jimmy...
2004-07-10 Brett CannonMake struct formats for specifying file size to be...
2004-07-10 Andrew M. KuchlingAdd an item
2004-07-10 Andrew M. Kuchling[Patch #969900] Various corrections and updates to...
2004-07-10 Andrew M. Kuchling[Patch #969907] Add traceback to warning output
2004-07-10 Andrew M. Kuchling[Patch #972310] Apply correction to docs
2004-07-10 Andrew M. KuchlingIn poll(), check connections for exceptional conditions
2004-07-10 Marc-André... Added note about new codecs module APIs.
2004-07-10 Raymond HettingerFix typo.
2004-07-10 Andrew M. Kuchling[Bug 949832] Fix example; edit sentence
2004-07-10 Andrew M. KuchlingReturn value from .close(); move .set_file up
2004-07-10 Andrew M. Kuchling[Bug #835415] AIX can return modes that are >65536...
2004-07-10 Andrew M. Kuchling[Patch #988504] Fix HTTP error handling via a patch...
2004-07-10 Andrew M. Kuchling[Patch #982665 ] add SO_EXCLUSIVEADDRUSE constant
2004-07-10 Andrew M. Kuchling[Patch #987052 from Thomas Guettler]
2004-07-10 Raymond HettingerImprove Context construction and representation:
2004-07-10 Andrew M. KuchlingRemove a few elderly sentences
2004-07-10 Andrew M. KuchlingReplace example with simpler alternative using PyGILSta...
2004-07-10 Andrew M. Kuchling[Bug #987835] Add documentation from PEP 311. (Unteste...
2004-07-10 Marc-André... Add generic codecs.encode() and .decode() APIs that...
2004-07-10 Marc-André... Fix a copy&paste typo.
2004-07-10 Raymond HettingerSF bug #987486: fix typo.
2004-07-10 Raymond HettingerSF bug 988387: markup nits.
2004-07-10 Brett CannonRestructure testing of .pth files. Move previous funct...
2004-07-10 Brett CannonAdd an #ifdef __APPLE__ around typedef of foreachfunc...
2004-07-09 Brett CannonChange argument list for addsitedir() to not require...
2004-07-09 Neal NorwitzFix memory leak and bump the version per Greg
2004-07-09 Neal NorwitzCleanup support for older pythons (perhaps it should...
2004-07-09 Anthony Baxterreminder for amk
2004-07-09 Raymond HettingerAdd some tests for corner cases.
2004-07-09 Raymond Hettinger* Update the test suite to reflect that ConversionSynta...
2004-07-09 Raymond HettingerModule and tests:
2004-07-09 Anthony Baxterpost-release fun
2004-07-09 Anthony Baxterpost-release fun
2004-07-09 Raymond HettingerIncorporate Facundo's suggestions.
2004-07-09 Raymond HettingerAdd a link to the decimal module docs.
2004-07-09 Raymond Hettinger* fix the print test
2004-07-09 Raymond Hettinger* balance the left/right search for getitem.
2004-07-08 Skip Montanaroshow how easy it is to manipulate individual columns...
2004-07-08 Marc-André... .encode()/.decode() patch part 2.
2004-07-08 Marc-André... Allow string and unicode return types from .encode...
2004-07-08 Walter DörwaldAdd another bunch of test cases for calendars with...
2004-07-08 Michael W.... PyThreadState_Swap(NULL) didn't do what I thought it...
2004-07-08 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.4a1
2004-07-08 Vinay SajipAdd exception handling for BaseRotatingFileHandler...
2004-07-08 Vinay SajipFileHandler now stores the basename as an absolute...
2004-07-08 Raymond HettingerFix markup and nits.
2004-07-08 Raymond HettingerFix markup, typos, and nits.
2004-07-08 Anthony Baxterdont think it's still being used, but just in case
2004-07-08 Martin v. LöwisBump build number to 54 for 2.4.0a1
2004-07-08 Anthony Baxter2.4a1
2004-07-08 Anthony Baxterrelease dates
2004-07-08 Anthony Baxterlicense updates for 2.4 (cleared with tim, on behalf...
2004-07-08 Tim PetersWhitespace normalization.
2004-07-08 Fred Drakebump the version number for 2.4a1
2004-07-08 Fred DrakeDeal with macros that have to be replaced with simple...
2004-07-08 Neal NorwitzExercise xrange a bit
2004-07-08 Neal NorwitzExercise some error conditions
2004-07-08 Neal NorwitzFix a couple of signed/unsigned comparison warnings
2004-07-08 Neal NorwitzPass the flags along, rather than ignoring them. Backp...
2004-07-08 Neal NorwitzRemove unused macros in .c files
2004-07-08 Neal NorwitzSF bug #978308, Spurious errors taking bool of dead pro
2004-07-08 Raymond HettingerTim gets his default traps.
2004-07-07 Tim PetersWhitespace normalization.
2004-07-07 Tim Peters"#if WITH_THREAD" is incorrect; must be #ifdef instead...
2004-07-07 Michael W.... This closes patch:
2004-07-07 Vinay SajipReplaced some tabs with spaces in verbatim section.
2004-07-07 Andrew M. Kuchling[Bug #982806] The default argument for opening GDBM...
2004-07-07 Andrew M. Kuchling[Bug #925107] Make .readline() consider self.stop....
2004-07-07 Andrew MacIntyreOS/2 EMX needs addrinfo.h for code included from getadd...
2004-07-07 Andrew MacIntyrebring OS/2 EMX port build environment up to date
2004-07-07 Andrew M. Kuchling[Bug #984017] Incorrect prototype, fixed by Timothy...
2004-07-07 Andrew M. KuchlingAdd logging changes
2004-07-07 Andrew M. KuchlingFor readable() objects, the previous value of 'flags...
2004-07-07 Thomas HellerRemove the annoing and useless messagebox asking about...
2004-07-07 Tim PetersMade the explanation more accurate; trimmed trailing...
2004-07-07 Tim PetersTypo repair.
2004-07-06 Skip Montanarowhitespace normalization
2004-07-06 Thomas HellerFix SF#983164.
next