]> granicus.if.org Git - python/shortlog
python
2008-05-05 Brett CannonBlock r62722 since it relies on r62720.
2008-05-05 Brett CannonBlock r62720 (DeprecationWarning for warnings.showwarni...
2008-05-04 Christian HeimesRe-enabled test
2008-05-04 Benjamin PetersonFix merge error
2008-05-04 Christian HeimesMerged revisions 62425-62429,62434-62436,62441,62444...
2008-05-04 Mark DickinsonBlocked revisions 62684 via svnmerge
2008-05-04 Mark DickinsonRevert changes in 62669, since they caused test failures.
2008-05-03 Georg BrandlMerge OpenSearch-related changes.
2008-05-03 Mark DickinsonRemove broken __round__, __ceil__ and __floor__ from...
2008-05-03 Mark Dickinsonblock r62666
2008-05-03 Alexandre VassalottiIssue #1950: Fixed misusage of PyUnicode_AsString().
2008-05-03 Alexandre VassalottiFixed a small omission in the renaming of "unicode...
2008-05-03 Alexandre VassalottiRemoved implicit convertions of str object to bytes...
2008-05-03 Alexandre VassalottiRemoved memoryview objects from bytes_types.
2008-05-03 Alexandre VassalottiFixed a bug in the representation of self-referential...
2008-05-02 Mark DickinsonOne more attempt to track down Debian/alpha test_math...
2008-05-01 Mark DickinsonRemove temporary autoconf checks added in revision...
2008-05-01 Georg BrandlDon't output floats in prime example.
2008-05-01 Mark DickinsonWhoops. errno should only be tested when the result...
2008-04-30 Mark DickinsonMake floating-point exception error messages slightly...
2008-04-30 Thomas HellerRemoved merge tracking for "svnmerge" for
2008-04-30 Georg BrandlMerged revisions 62602 via svnmerge from
2008-04-30 Georg BrandlBlock backport of next().
2008-04-30 Georg BrandlFix nits in builtin next().
2008-04-30 Thomas HellerMerged revisions 60056-60071,60073-60127,60129-60261...
2008-04-30 Mark DickinsonAdd some temporary autoconf checks to try to figure...
2008-04-30 Eric SmithMerged revisions 62586 via svnmerge from
2008-04-29 Georg BrandlFix var name.
2008-04-29 Marc-André... Cleanup the Unicode header documentation and formatting...
2008-04-28 Benjamin PetersonDocument the fact that '\U' and '\u' escapes are not...
2008-04-27 Benjamin PetersonBlocked revisions 62536 via svnmerge
2008-04-27 Benjamin PetersonBlocked revisions 62517-62518 via svnmerge
2008-04-26 Mark DickinsonMerged revisions 62499 via svnmerge from
2008-04-26 Georg BrandlBlock 2.6-only doc change.
2008-04-25 Benjamin Peterson#2689 Fix indentation in Objects/rangeobject.c
2008-04-25 Amaury Forgeot... Remove duplicated code in pydoc.py, probably a merge...
2008-04-25 Benjamin PetersonMerged revisions 62490 via svnmerge from
2008-04-24 Amaury Forgeot... Correct recently merged tests:
2008-04-24 Amaury Forgeot... Merged revisions 62486-62487 via svnmerge from
2008-04-24 Thomas HellerMerged revisions 62481 via svnmerge from
2008-04-24 Amaury Forgeot... Obvious simplification, now that "long" has disappeared.
2008-04-24 Amaury Forgeot... There is no reason for imp.get_magic() to return a...
2008-04-24 Benjamin PetersonRemoved documentation for future_builtins
2008-04-24 Benjamin Petersonremove some old versionchanged and versionadded directives
2008-04-22 Trent NelsonIssue 2440: remove the guard around the handling of...
2008-04-21 Mark Summerfielddumps() and loads() work in terms of bytes objects...
2008-04-21 Christian HeimesMerged revisions 62420-62421,62423-62424 via svnmerge...
2008-04-21 Benjamin PetersonBlocked revisions 62431 via svnmerge
2008-04-21 Mark SummerfieldA lot of small detailed revisions to the io module...
2008-04-20 Christian HeimesMerged revisions 62386-62387,62389-62393,62396,62400...
2008-04-19 Georg BrandlRemove duplicated reduce() entry.
2008-04-19 Benjamin PetersonReverted 62397; no versionadded/changed in 3.0 docs
2008-04-19 Benjamin PetersonBlocked revisions 62398 via svnmerge
2008-04-19 Benjamin Petersonthe io module was added in 2.6 (I know not really,...
2008-04-19 Christian HeimesMerged revisions 62350-62355,62358-62359,62364-62365...
2008-04-19 Christian HeimesMerged revisions 62380,62382-62383 via svnmerge from
2008-04-17 Brett CannonHave test_coding conditionally remove test files instea...
2008-04-15 Mark DickinsonPyLong_FromSsize_t was incorrect when sizeof(size_t...
2008-04-15 Neal NorwitzMerged revisions 61440-61441,61443,61445-61448,61451...
2008-04-14 Alexandre VassalottiRecorded merge of revisions 62345 via svnmerge from
2008-04-14 Benjamin PetersonFix problems in the io docs noted by Alexandre Vassalotti
2008-04-14 Alexandre VassalottiRe-indented bytes_getbuffer() and bytes_releasebuffer...
2008-04-14 Alexandre VassalottiImproved bytes_extend() to avoid making a full copy...
2008-04-14 Thomas HellerMerged revisions 62338 via svnmerge from
2008-04-14 Lars GustäbelIssue #2058: Remove the buf attribute and add __slots__...
2008-04-13 Benjamin PetersonAnother io doc fix
2008-04-13 Benjamin PetersonMerged revisions 62332 via svnmerge from
2008-04-13 Benjamin PetersonA few io doc fixes
2008-04-13 Christian HeimesMerged revisions 62260-62261,62266,62271,62277-62279...
2008-04-13 Benjamin PetersonBlocked revisions 62309-62310 via svnmerge
2008-04-13 Benjamin PetersonFleshed out docstrings in the io module, improving...
2008-04-12 Alexandre VassalottiRemoved unused variable.
2008-04-11 Trent NelsonIssue 2440: revert r62269 and r62279. These changes...
2008-04-11 Benjamin PetersonSynced builtin open and io.open documentation, taking...
2008-04-10 Trent NelsonFix change to PyNumber_Index() made in r62269, which...
2008-04-10 Amaury Forgeot... Add a NEWS entry for issue2221.
2008-04-10 Trent NelsonUpdate test_ssl.py to reflect the new approach for...
2008-04-10 Trent NelsonRevert r62242: trunk's test_ssl.py isn't as up-to-date...
2008-04-10 Martin v. LöwisBug #2606: Avoid calling .sort() on a dict_keys object.
2008-04-10 Trent NelsonIssue 2440: fix the handling of %n in Python/getargs...
2008-04-10 Martin v. LöwisMerged revisions 62246-62259 via svnmerge from
2008-04-10 Martin v. LöwisMerged revisions 62263 via svnmerge from
2008-04-09 Benjamin Petersonzap the last of the class.method typos in io docs
2008-04-09 Georg Brandl#2575: bininteger missing in production list.
2008-04-09 Georg Brandl#2580: int() docs revision.
2008-04-09 Georg Brandl#2530: io module documentation.
2008-04-09 Georg BrandlRemove __repr__ that doesn't have any advantage compare...
2008-04-09 Christian HeimesMerged revisions 62194,62197-62198,62204-62205,62214...
2008-04-09 Georg BrandlMore docstring fixes, and an XXX.
2008-04-09 Georg BrandlClarify xrange() entry.
2008-04-08 Martin v. LöwisSuppress compilation of lib2to3 py2_ test files.
2008-04-08 Martin v. LöwisTentatively Blocked revisions 62223 via svnmerge,
2008-04-08 Christian HeimesBlocked revisions 62195 via svnmerge
2008-04-07 Benjamin Petersonfixed outdated annotation of readinto in io
2008-04-07 Martin v. LöwisMerged revisions 62207-62210 via svnmerge from
2008-04-07 Georg Brandl#2567: remove new-style/old-style class docs.
2008-04-07 Guido van Rossum"make install" is now an alias for "make altinstall...
2008-04-07 Martin v. LöwisAdd uuids for 3.0a4 and 3.0a5.
2008-04-07 Martin v. LöwisBug #2565: The repr() of type objects now calls them...
2008-04-07 Martin v. LöwisMerged revisions 62199 via svnmerge from
next