]> granicus.if.org Git - python/shortlog
python
2007-12-31 Christian HeimesFixed svn:ignore
2007-12-31 Christian HeimesMerged revisions 59605-59624 via svnmerge from
2007-12-31 Christian HeimesDon't close sys.stdin with quit() if sys.stdin wraps...
2007-12-29 Martin v. LöwisUse strings for all entity values, as that is now possible
2007-12-29 Georg BrandlTwo nits.
2007-12-28 Christian HeimesMerged revisions 59595-59604 via svnmerge from
2007-12-28 Kurt B. Kaiserhelp() was not paging to the shell. Issue1650.
2007-12-28 Alexandre VassalottiFix the reset() method of IncrementalNewlineDecoder to
2007-12-24 Christian HeimesMerged revisions 59565-59594 via svnmerge from
2007-12-21 Georg BrandlDocument os.device_encoding.
2007-12-21 Georg BrandlFix docstring of types.py.
2007-12-21 Georg BrandlFix role usage.
2007-12-21 Nick CoghlanFix thoroughly misleading comment
2007-12-20 Martin v. LöwisDrop _PyLong_FitsInLong. Fixes #1666.
2007-12-20 Guido van RossumFix issue #1667. The _Printer() class was using sys...
2007-12-20 Barry WarsawUpdate to the world tool for Python 3. Provided by...
2007-12-20 Christian HeimesFixed #1673. I hope it works. I don't have access to...
2007-12-20 Christian HeimesRemoved test from test_import. It will never work on...
2007-12-19 Christian Heimes#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZ...
2007-12-19 Christian HeimesMerged revisions 59541-59561 via svnmerge from
2007-12-17 Christian HeimesMerged revisions 59512-59540 via svnmerge from
2007-12-15 Georg BrandlFix sys.maxsize docs.
2007-12-15 Christian HeimesFixed #1630
2007-12-15 Christian HeimesMerged revisions 59488-59511 via svnmerge from
2007-12-14 Bill Janssenupdate to fix leak in SSL code
2007-12-14 Mark SummerfieldCouple of corrections to open() doc as per email from...
2007-12-14 Mark SummerfieldUpdated open() to more accurately reflect io.open(...
2007-12-14 Christian HeimesMerged revisions 59465-59487 via svnmerge from
2007-12-13 Kurt B. KaiserShell was not colorizing due to bug introduced at r5799...
2007-12-12 Guido van RossumExplicitly close pipes so test_ctypes won't appear...
2007-12-12 Thomas HellerAdd a comment to explain why we have to restore the...
2007-12-12 Kurt B. Kaisermaxint->maxsize. Wouldn't import.
2007-12-12 Kurt B. KaiserBump version
2007-12-12 Thomas HellerThis test checks and modifies the value of an integer...
2007-12-11 Christian HeimesFixed #1593 spacing of the builtin_format function...
2007-12-11 Christian HeimesIssue #1587: Added instancemethod wrapper for PyCFuncti...
2007-12-11 Christian HeimesAdded note about 1585 to Misc/NEWS
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
next