]> granicus.if.org Git - python/shortlog
python
2007-12-11 Christian HeimesMerged revisions 59450-59464 via svnmerge from
2007-12-10 Amaury Forgeot... Minor cleanup in the gc module.
2007-12-10 Christian HeimesAdded missing file
2007-12-10 Christian HeimesIssue #1580: New free format floating point representat...
2007-12-10 Amaury Forgeot... Two IDLE errors in Option->Configure menu.
2007-12-10 Christian HeimesFixed doc xml rpc tests and server
2007-12-10 Guido van RossumMake Decimal a subclass of Real and Inexact.
2007-12-10 Guido van RossumUpdated release notes (to match what's on python.org...
2007-12-10 Christian HeimesFixed #1578: Problems in win_getpass
2007-12-10 Christian HeimesMerged revisions 59441-59449 via svnmerge from
2007-12-10 Christian HeimesFixed issue #1564: The set implementation should specia...
2007-12-09 Skip Montanarotypo
2007-12-09 Amaury Forgeot... Issue #1573, second attempt:
2007-12-09 Christian HeimesMerged revisions 59423-59440 via svnmerge from
2007-12-09 Georg Brandl#1571: clarify removal of ``L`` suffix from long int...
2007-12-08 Christian HeimesAdded another test case for kwonly methods
2007-12-08 Christian HeimesAdded two tests for f(*, **kw) syntax
2007-12-08 Christian HeimesFixed #1573: Improper use of the keyword-only syntax...
2007-12-08 Georg BrandlFix one more PyInt occurrence.
2007-12-08 Georg BrandlReplace all remaining occurrences of PyInt_.
2007-12-08 Christian HeimesFixed two of the three failing xml rpc tests
2007-12-08 Christian HeimesFixed a bug found by Marcin Kowalczyk
2007-12-08 Christian HeimesAdded descriptor for builtins.open.__doc__
2007-12-08 Christian HeimesMerged revisions 59407-59422 via svnmerge from
2007-12-08 Christian HeimesAdded stop_serving and a timeout to tearDown()
2007-12-08 Christian HeimesDisabled test_404, see issue #1572
2007-12-08 Christian HeimesReadded Lib/distutils/tests/test_sysconfig.py
2007-12-08 Christian HeimesMerged revisions 59376-59406 via svnmerge from
2007-12-07 Christian HeimesAdded -b option to the list of command line options
2007-12-07 Fred Drakerename markupbase to _markupbase
2007-12-07 Georg BrandlNo -Q flag anymore in Py3k.
2007-12-06 Guido van RossumTagging 3.0a2 for release. Fingers crossed. v3.0a2
2007-12-06 Guido van RossumReverting revision 59394. We'll sort this out later.
2007-12-06 Guido van RossumFix the leaks in test_ssl. Issue 1469. Patch by Chris...
2007-12-06 Guido van RossumFix a last use of file() that should be open().
2007-12-06 Guido van RossumSome Windows notes by Christian.
2007-12-06 Guido van RossumSmall set of updates (with Jeffrey's OK).
2007-12-06 Christian HeimesSilence more warnings, _CRT_NONSTDC_NO_DEPRECATE is...
2007-12-06 Guido van RossumGet ready for releasing 3.0a2.
2007-12-06 Guido van RossumFix the rest of issue 1400, by introducing a proper...
2007-12-05 Christian HeimesMerged revisions 59371-59375 via svnmerge from
2007-12-05 Christian HeimesMerged revisions 59333-59370 via svnmerge from
2007-12-05 Christian HeimesAdded 2to3 tools via svn:externals from http://svn...
2007-12-05 Martin v. LöwisUpdate build instructions Tcl/Tk to use 8.4.12, and...
2007-12-05 Christian HeimesYou are right, Guido. The newline argument is easier...
2007-12-05 Christian HeimesFixed line separator problem on Windows
2007-12-05 Christian HeimesFixed two small problems in regrtest found by Amaury...
2007-12-05 Christian HeimesReverted two commit accidents
2007-12-05 Christian HeimesFixed quoting and paths in the sqlite project file
2007-12-05 Christian HeimesFixed problem with missing PyInt_CheckExact() macro...
2007-12-05 Guido van RossumBelieve it or not, the addition of flush() calls broke...
2007-12-05 Guido van RossumSolve issue 1400 at least in part -- whenever we run...
2007-12-05 Bill Janssenmost recent changes to SSL module to support non-blocki...
2007-12-04 Christian HeimesRemoved PyInt_GetMax and sys.maxint
2007-12-04 Martin v. LöwisEliminate outdated usages of PyInt_GetMax.
2007-12-04 Martin v. LöwisRemove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
2007-12-04 Christian HeimesRemoved another occurrence of PyInt_ExactCheck()
2007-12-04 Martin v. LöwisRemove special-casing of integer operations, to stop
2007-12-04 Christian HeimesMerged revisions 59323-59332 via svnmerge from
2007-12-04 Christian HeimesThese optimizations create smaller and a bit faster...
2007-12-04 Georg BrandlDocument nonlocal statement. Written for GHOP by "Canad...
2007-12-04 Christian HeimesMerged revisions 59321-59322 via svnmerge from
2007-12-04 Christian HeimesMerged revisions 59313-59320 via svnmerge from
2007-12-04 Nick CoghlanManual merge of PEP 366 implementation from trunk ...
2007-12-04 Alexandre VassalottiFix issue #1553: An errornous __length_hint__ can make...
2007-12-04 Alexandre VassalottiRemove a few tab characters introduced by r59314.
2007-12-04 Alexandre VassalottiIssue #1283: Allow any iterable of integers to be passed to
2007-12-04 Guido van RossumMerged revisions 59304-59312 via svnmerge from
2007-12-03 Guido van RossumAdd an errors parameter to open() and TextIOWrapper...
2007-12-03 Georg BrandlFix merging glitch.
2007-12-03 Christian HeimesMerged revisions 59275-59303 via svnmerge from
2007-12-03 Christian HeimesReverting last commit. I had some staled data from...
2007-12-03 Christian HeimesPatch #1537 from Chad Austin
2007-12-02 Georg BrandlRemove a few merged versionadded/changed.
2007-12-02 Georg BrandlRemove mentions of "long integer" in the API docs.
2007-12-02 Georg BrandlRemove PyInt API from the docs. Extend PyLong docs...
2007-12-02 Georg BrandlRemove all definitions of raw_input() that were still...
2007-12-02 Christian HeimesFixed a problem found by Bill Janssen on Mac OS X
2007-12-02 Georg BrandlFix some 2.xisms in merged docs.
2007-12-02 Christian HeimesI've moved the remains of PyInt_ to the longobject...
2007-12-02 Christian HeimesFixed merge accident. Next time I'm going to run the...
2007-12-02 Christian HeimesThe bz2 codec isn't supported any more. I've also comme...
2007-12-02 Christian HeimesMerged revisions 59259-59274 via svnmerge from
2007-12-02 Christian HeimesChanged #ifdef 0 to #if 0.
2007-12-02 Christian HeimesCleanup: Replaced most PyInt_ aliases with PyLong_...
2007-12-02 Georg Brandl#1535: rename __builtin__ module to builtins.
2007-12-01 Christian HeimesEmpty svnmerge from trunk to skip the versionadded...
2007-12-01 Georg BrandlRemove merged versionadded tags from os docs.
2007-12-01 Christian HeimesMerged revisions 59245-59254 via svnmerge from
2007-11-30 Amaury Forgeot... Correct a failing test after merge from trunk.
2007-11-30 Christian HeimesMarc-Andre Lemburg has found the culprit of the problem...
2007-11-30 Guido van RossumRename the internal name of dictproxy -> dict_proxy,
2007-11-30 Christian HeimesCleanups and documentation updates related to the remov...
2007-11-30 Christian HeimesMerged revisions 59239-59244 via svnmerge from
2007-11-30 Christian Heimesabc's are subclasses of _Abstract, not instances.
2007-11-30 Christian HeimesFixed problem with regrtest caused by the additional...
2007-11-30 Christian HeimesMerged revisions 59234-59238 via svnmerge from
2007-11-30 Christian HeimesBackmerge -r59233:59232
2007-11-30 Christian HeimesMerged revisions 59226-59233 via svnmerge from
2007-11-30 Christian HeimesFix for bug #1109
next