]> granicus.if.org Git - python/shortlog
python
2005-08-24 Raymond HettingerSF bug #1100368: Wrong "type()" syntax in docs
2005-08-24 Martin v. LöwisRevert previous checkin.
2005-08-24 Martin v. LöwisPatch #1262036: Make tarfile name absolute. Fixes ...
2005-08-24 Raymond HettingerUpdate the PC configuration and project files for sha25...
2005-08-24 Raymond Hettinger* Add a fast equality check path for frozensets where...
2005-08-23 Gregory P.... Remove the C99 "ULL" suffix from the 64bit unsigned...
2005-08-23 Gregory P.... Add a check for the OpenSSL version number to condition...
2005-08-23 Raymond HettingerMore tutorial nits.
2005-08-23 Raymond HettingerSF bug #1168135: Python 2.5a0 Tutorial errors and...
2005-08-23 Raymond HettingerSF bug #1168135: Python 2.5a0 Tutorial errors and...
2005-08-23 Andrew M. KuchlingIn an e-mail to the webmaster alias, some suggested...
2005-08-23 Fred Drakeord() documentation update; this is what remains applic...
2005-08-23 Fred Drakeadd note about "markupbase" not being intended for...
2005-08-23 Kurt B. KaiserRevert previous code elimination, 'filename' is needed.
2005-08-23 Kurt B. Kaiser1. Mac line endings were incorrect when pasting code...
2005-08-23 Andrew M. KuchlingTypo fixes
2005-08-23 Andrew M. KuchlingNote various items; write some shorter sections
2005-08-22 Georg Brandlbug [ 1266296 ] Mistakes in decimal.Context.subtract...
2005-08-22 Gregory P.... whoops, missed adding this last night in my hashlib...
2005-08-22 Georg BrandlBug #1266283: lexists() is not exported from os.path
2005-08-21 Gregory P.... [ sf.net patch # 1121611 ]
2005-08-21 Georg BrandlFix BZ2File.(x)readlines() for files without a newline.
2005-08-21 Raymond HettingerSF bug #1168135: Python 2.5a0 Tutorial errors and...
2005-08-21 Georg BrandlEmpty sets and frozensets are also false.
2005-08-21 Raymond HettingerSF bug #1121416: zip incorrectly and incompletely...
2005-08-21 Raymond HettingerSF bug #1249837: container methods raise KeyError...
2005-08-21 Raymond HettingerSF bug #1242657: list(obj) can swallow KeyboardInterrupt
2005-08-21 Georg BrandlMention explicitly the False is considered false.
2005-08-21 Raymond HettingerFix PySet_Pop() notes.
2005-08-20 Raymond HettingerAdd info about the set API.
2005-08-19 Raymond HettingerImplement random.sample() using sets instead of dicts.
2005-08-18 Andrew M. KuchlingTypo fix
2005-08-18 Raymond HettingerFix markup.
2005-08-18 Walter DörwaldFix typo (fixes SF bug #1263086).
2005-08-17 Raymond HettingerAdd shortcuts for a|a and a&a.
2005-08-17 Raymond HettingerExpand the API notes.
2005-08-17 Raymond HettingerNote that the PyNumber protocol can access most set...
2005-08-17 Raymond HettingerFix nits.
2005-08-17 Raymond HettingerResults of a line-by-line comparison back to dictobject.c.
2005-08-16 Raymond HettingerNumerous fix-ups to C API and docs. Added tests for...
2005-08-16 Raymond HettingerDECREF --> XDECREF
2005-08-16 Raymond HettingerAdd a C API for sets and frozensets.
2005-08-15 Barry WarsawPort from the Python 2.4 branch, patches for SF bug...
2005-08-14 Martin v. LöwisCorrect definition of ST_GEN_IDX.
2005-08-13 Raymond HettingerMore function re-ordering (placing like functions toget...
2005-08-13 Raymond Hettinger* Bring lookkey() and lookkey_string() closer to dict...
2005-08-13 Phillip J. EbyFix a too-aggressive assert (see SF#1257960). Previous...
2005-08-13 Raymond HettingerTeach the sets module to correctly compute s-=s and...
2005-08-13 Neil SchemenauerFix pystack command.
2005-08-12 Raymond Hettinger* Fix SF #1257731. Make __contains__(), remove(),...
2005-08-12 Raymond Hettinger* Fix SF #1257731. Make __contains__(), remove(),...
2005-08-12 Neil SchemenauerChange the %s format specifier for str objects so that...
2005-08-12 Andrew M. KuchlingDocument 'istext' parameter
2005-08-11 Raymond Hettinger* Add short-circuit code for in-place operations with...
2005-08-09 Fred Drakefix minor markup errors
2005-08-09 Martin v. LöwisPatch #1180695: Implement nanosecond stat resolution...
2005-08-07 Martin v. LöwisPatch #1239112: Correct LINKCC C++ test. Fixes #1189330.
2005-08-07 Martin v. LöwisPatch #827386: Support absolute source paths in msvccom...
2005-08-07 Raymond Hettinger* Bring in INIT_NONZERO_SET_SLOTS macro from dictionary...
2005-08-07 Tim PetersWhitespace normalization (ran reindent.py over the...
2005-08-07 Tim PetersRemoved XXX block about a test_bsddb3 failure that...
2005-08-07 Tim PetersUpdate some Python version numbers.
2005-08-06 Raymond Hettinger* Removed checked_error flag which no longer provides...
2005-08-06 Raymond Hettinger* set_new() doesn't need to zero the structure a second...
2005-08-06 Raymond HettingerFactor away a redundant clear() function.
2005-08-05 Georg Brandlbug [ 1252706 ] poplib list() docstring fix (and docs...
2005-08-05 Raymond Hettinger* Improve a variable name: entry0 --> table.
2005-08-05 Raymond Hettinger* Move copyright notice to top and indicate derivation...
2005-08-03 Tim Peterscom_yield_expr(): Squash new compiler wng about unrefe...
2005-08-03 Walter DörwaldDisable a few other tests, that can't work if Python...
2005-08-03 Georg Brandlpatch [ 1105730 ] Faster commonprefix in macpath, ntpat...
2005-08-03 Georg Brandlbug [ 1250306 ] incorrect description of range function
2005-08-02 Andrew M. KuchlingAdd example
2005-08-02 Andrew M. KuchlingAdd note
2005-08-02 Georg Brandl[ 1243192 ] Incorrect documentation of re.UNICODE
2005-08-02 Raymond HettingerModel set.pop() after dict.popitem().
2005-08-02 Skip MontanaroMinor tweak as a side effect of fixing #1243553. The...
2005-08-02 Skip MontanaroBring cgi.escape docstring slightly more in line with...
2005-08-02 Phillip J. EbyPEP 342 implementation. Per Guido's comments, the...
2005-08-01 Raymond Hettinger* Improve code for the empty frozenset singleton:
2005-08-01 Hye-Shik ChangFix build on gcc: PySetIter_Type should be static in...
2005-07-31 Raymond HettingerImprove variable names.
2005-07-31 Raymond HettingerFix frozenset() ref count and a comment typo.
2005-07-31 Raymond HettingerComment on the set_swap_bodies() helper function.
2005-07-31 Raymond HettingerRevised the set() and frozenset() implementaion to...
2005-07-29 Fred Drakeuse a test for PDF support that is more portable across...
2005-07-29 Fred Drakeadd support for svn: and svn+ssh: URL schemes to urlparse
2005-07-29 Vinay SajipDocumentation added about changes in 2.4 to basicConfig...
2005-07-28 Walter DörwaldDisable encoding/decoding test, if unicode is disabled.
2005-07-28 Hye-Shik ChangFix a typo. (found by Jong-uk Kim)
2005-07-27 Michael W.... This is barry-scott's patch:
2005-07-27 Raymond HettingerUpdate permissions for Johannes Gijsbers.
2005-07-27 Guido van RossumOuch, move that comment to the right place.
2005-07-26 Guido van RossumFix a problem in Tkinter introduced by SF patch #869468...
2005-07-26 Trent MickUpgrade Windows build to zlib 1.2.3 (a security fix)
2005-07-22 Georg BrandlThat was one too much.
2005-07-22 Georg BrandlFix all wrong instances of "it's".
2005-07-22 Georg Brandl[ 1243081 ] repair typos
2005-07-20 Walter DörwaldMake attributes and local variables in the StreamReader...
2005-07-20 Fred Drakeadd information about alternate implementations, noting...
next