]> granicus.if.org Git - python/shortlog
python
2008-01-19 Georg BrandlFix 3k's sphinx-build.py so that the version detection...
2008-01-18 Christian HeimesMerged revisions 60043-60052 via svnmerge from
2008-01-18 Christian HeimesMerged revisions 59985-60000,60002,60005-60007,60009...
2008-01-17 Thomas HellerMerged revisions 60001,60003-60004,60008 via svnmerge...
2008-01-17 Jeffrey YasskinUpdate the py3k version of the rational module to expos...
2008-01-17 Raymond HettingerSync-up Queue.py with Py2.6
2008-01-16 Jeffrey Yasskin__floordiv__ returns an int in 3.0.
2008-01-15 Guido van RossumMerged revisions 59952-59984 via svnmerge from
2008-01-15 Raymond HettingerRefactor if/elif chain for clarity and speed
2008-01-15 Guido van RossumPatch #1830 by Peter Harris, fix some 2.x-isms.
2008-01-15 Christian Heimeslong(float('nan')) raises an OverflowError as discussed...
2008-01-15 Christian HeimesFixed merge accident
2008-01-14 Raymond HettingerRemove Queue.empty() and Queue.full() in favor of using...
2008-01-14 Christian HeimesMerged revisions 59933-59951 via svnmerge from
2008-01-14 Raymond HettingerTake Tim's advice and have random.sample() support...
2008-01-13 Raymond HettingerRemove defunct parts of the random module
2008-01-12 Guido van RossumUse bash, so echo -n will do the right thing.
2008-01-12 Christian HeimesMerged revisions 59921-59932 via svnmerge from
2008-01-11 Christian HeimesMerged revisions 59883-59920 via svnmerge from
2008-01-11 Georg BrandlFix markup.
2008-01-11 Christian HeimesGood catch Neal!
2008-01-11 Eric SmithAdded the test cases I actually meant to add.
2008-01-11 Eric SmithSimplifed argument parsing in object.__format__, added...
2008-01-10 Christian HeimesFixed print -> print()
2008-01-10 Christian HeimesMerged revisions 59864-59882 via svnmerge from
2008-01-09 Christian HeimesMerged revisions 59843-59863 via svnmerge from
2008-01-07 Christian HeimesMerged revisions 59822-59841 via svnmerge from
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...
next