]> granicus.if.org Git - python/shortlog
python
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...
2005-07-20 Fred Drakefix markup nits
2005-07-19 Georg BrandlFix cleanup DECREF logic in builtin_filter function.
2005-07-18 Georg Brandladded news entry for previous checkin
2005-07-18 Georg Brandl[ 755617 ] os module: Need a better description of...
2005-07-18 Georg Brandlbug [ 850238 ] unclear documentation/missing command?
2005-07-18 Georg Brandlbug [ 957505 ] SocketServer module documentation misleading
2005-07-17 Tim PetersSF bug #1238681: freed pointer is used in longobject...
2005-07-17 Tim PetersWhitespace normalization.
2005-07-17 Georg Brandlbug [ 1021621 ] use first_name, not first, in code...
2005-07-17 Georg Brandlbug [ 872769 ] os.access() documentation should stress...
2005-07-17 Georg Brandl[ 912943 ] 7.5.6 Thread Objects is too vague
2005-07-17 Georg Brandl- Bug #1015140: disambiguated the term "article id...
2005-07-17 Georg Brandlbug [ 1061920 ] "k" specifier in PyArg_ParseTuple incom...
2005-07-17 Skip Montanarouse macro
2005-07-17 Skip MontanaroNote that usegmt is new in 2.4. Closes #1239681.
2005-07-17 Hye-Shik ChangAdd support for FreeBSD 7.
2005-07-17 Jack JansenAdded an option to the scanner to generated marked...
2005-07-15 Georg Brandlbug [ 1238170 ] threading.Thread uses {} as default...
2005-07-15 Raymond Hettingertextwrap now processes text chucks at O(n) speed instea...
2005-07-14 Raymond HettingerBrett requests that Flovis's permissions be dropped.
2005-07-14 Georg BrandlRFE [ 1216944 ] Add Error Code Dictionary to urllib2
2005-07-12 Walter DörwaldApply SF patch #1101726: Fix buffer overrun in tokenize...
2005-07-12 Jack JansenFix for #1236090: FSSpec.as_pathname() crashes.
2005-07-12 Georg BrandlOops.
2005-07-12 Georg Brandlbug [ 1232768 ] Mistakes in online docs under "5.3...
2005-07-12 Michael W.... Fix:
next