]> granicus.if.org Git - python/shortlog
python
2008-01-07 Christian HeimesAlways define Py_USING_UNICODE, 3rd party software...
2008-01-07 Christian HeimesAnother patch for #1762972: __file__ points to the...
2008-01-07 Alexandre VassalottiFix issue1753: TextIOWrapper.write writes utf BOM for...
2008-01-07 Georg BrandlRemove traces of Py_USING_UNICODE and Unicode-specific...
2008-01-07 Georg BrandlFix merge glitch.
2008-01-07 Christian HeimesCopied doc for reload() from trunk's function.rst to...
2008-01-07 Christian HeimesIssue #1762972: Readded the reload() function as imp...
2008-01-07 Georg BrandlRemove paragraph about old-style classes.
2008-01-07 Georg BrandlFix reverse Ximenez symptom.
2008-01-07 Georg BrandlFix note markup.
2008-01-07 Georg BrandlRemove obsolete note.
2008-01-07 Alexandre VassalottiClean up PyString_Size().
2008-01-06 Georg BrandlMissed one because of indirection.
2008-01-06 Georg BrandlThe final occurrences of exception slicing.
2008-01-06 Georg BrandlFix more exception slicing.
2008-01-06 Georg BrandlFix exception slicing.
2008-01-06 Georg BrandlUse consistent note numbers.
2008-01-06 Georg BrandlClarify sentence in tutorial. Thanks to Marek Kubica.
2008-01-06 Christian HeimesMerged revisions 59774-59783 via svnmerge from
2008-01-06 Christian HeimesMerged revisions 59703-59773 via svnmerge from
2008-01-06 Guido van RossumAdd some missing news. Add some periods.
2008-01-06 Alexandre VassalottiAdd unit tests for the newlines property of Incremental...
2008-01-06 Guido van RossumIssue #1393: object_richcompare() returns NotImplemente...
2008-01-05 Georg BrandlFix bug introduced by r59746.
2008-01-05 Georg BrandlBig fat todo.
2008-01-05 Georg BrandlSet native svn:eol-style property for text files.
2008-01-05 Georg BrandlRemove versionadded/changed directives merged as an...
2008-01-05 Jeffrey YasskinMake math.floor and math.ceil return ints instead of...
2008-01-05 Georg BrandlRemove several mentions of old Python versions that...
2008-01-05 Georg BrandlTypo.
2008-01-05 Kurt B. KaiserRemove dead code brought in by merge glitch @ r59667
2008-01-05 Guido van RossumFix merge glitch.
2008-01-05 Kurt B. KaiserInterpreter wasn't displaying the location of a SyntaxError
2008-01-04 Christian HeimesAnd here is the rest of Hirokazu Yamamoto's patch for...
2008-01-04 Christian HeimesSome VS 6.0 compatibility fixes from Hirokazu Yamamoto...
2008-01-04 Christian HeimesFixed #1733: Maybe PC/VS7.1/pythoncore.vcproj is missin...
2008-01-04 Christian HeimesFixed test_long
2008-01-04 Christian HeimesMerged revisions 59696-59702 via svnmerge from
2008-01-04 Christian HeimesMerged revisions 59680-59695 via svnmerge from
2008-01-04 Amaury Forgeot... NEWS entry for r59682.
2008-01-04 Christian HeimesFixed unichr() -> chr()
2008-01-03 Amaury Forgeot... On Windows, when import fails to load a dll module...
2008-01-03 Christian HeimesMore PyImport_ImportModule -> PyImport_ImportModuleNoBlock
2008-01-03 Christian HeimesMerged revisions 59666-59679 via svnmerge from
2008-01-02 Guido van RossumShow in the sys.version string (bot not elsewhere)...
2008-01-02 Christian HeimesMerged revisions 59642-59665 via svnmerge from
2008-01-02 Christian HeimesFixed merge accident
2008-01-02 Guido van RossumGet rid of raw_input() emulation, use its reincarnation...
2008-01-02 Guido van RossumFix issue #1707. When raw_input() was removed, it...
2008-01-01 Guido van RossumPatch #1703 by Philip Jenvey -- getpass() should flush...
2008-01-01 Christian HeimesMerged revisions 59628-59641 via svnmerge from
2008-01-01 Guido van RossumMerge changes from 59576 from trunk to p3yk branch...
2007-12-31 Christian HeimesRemoved doubledigit from Makefile
2007-12-31 Christian HeimesFixed svn merge issues
2007-12-31 Christian HeimesMerged revisions 59625-59627 via svnmerge from
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...
next