summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add some missing news. Add some periods.Guido van Rossum2008-01-061-5/+17
* Add unit tests for the newlines property of IncrementalNewlineDecoder.Alexandre Vassalotti2008-01-061-0/+16
* Issue #1393: object_richcompare() returns NotImplemented instead ofGuido van Rossum2008-01-063-1/+23
* Fix bug introduced by r59746.Georg Brandl2008-01-051-1/+1
* Big fat todo.Georg Brandl2008-01-051-0/+1
* Set native svn:eol-style property for text files.Georg Brandl2008-01-050-0/+0
* Remove versionadded/changed directives merged as an oversight.Georg Brandl2008-01-058-52/+7
* Make math.floor and math.ceil return ints instead of floats.Jeffrey Yasskin2008-01-052-6/+21
* Remove several mentions of old Python versions that don't apply anymore.Georg Brandl2008-01-057-41/+1
* Typo.Georg Brandl2008-01-051-1/+1
* Remove dead code brought in by merge glitch @ r59667Kurt B. Kaiser2008-01-051-71/+0
* Fix merge glitch.Guido van Rossum2008-01-051-1/+1
* Interpreter wasn't displaying the location of a SyntaxErrorKurt B. Kaiser2008-01-052-1/+3
* And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks H...Christian Heimes2008-01-046-41/+171
* Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful ...Christian Heimes2008-01-046-6/+19
* Fixed #1733: Maybe PC/VS7.1/pythoncore.vcproj is missing Modules/md5module.cChristian Heimes2008-01-041-0/+3
* Fixed test_longChristian Heimes2008-01-041-2/+2
* Merged revisions 59696-59702 via svnmerge fromChristian Heimes2008-01-042-112/+46
* Merged revisions 59680-59695 via svnmerge fromChristian Heimes2008-01-049-26/+305
* NEWS entry for r59682.Amaury Forgeot d'Arc2008-01-041-0/+5
* Fixed unichr() -> chr()Christian Heimes2008-01-041-2/+2
* On Windows, when import fails to load a dll module, the message saysAmaury Forgeot d'Arc2008-01-031-16/+21
* More PyImport_ImportModule -> PyImport_ImportModuleNoBlockChristian Heimes2008-01-034-5/+5
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-0332-83/+383
* Show in the sys.version string (bot not elsewhere) that this is moreGuido van Rossum2008-01-021-1/+1
* Merged revisions 59642-59665 via svnmerge fromChristian Heimes2008-01-0272-6381/+5430
* Fixed merge accidentChristian Heimes2008-01-021-38/+29
* Get rid of raw_input() emulation, use its reincarnation as input().Guido van Rossum2008-01-021-7/+2
* Fix issue #1707. When raw_input() was removed, it was incorrectly replacedGuido van Rossum2008-01-021-5/+4
* Patch #1703 by Philip Jenvey -- getpass() should flush after writing prompt.Guido van Rossum2008-01-011-0/+1
* Merged revisions 59628-59641 via svnmerge fromChristian Heimes2008-01-016-19/+25
* Merge changes from 59576 from trunk to p3yk branch; these were skippedGuido van Rossum2008-01-011-13/+16
* Removed doubledigit from MakefileChristian Heimes2007-12-311-1/+0
* Fixed svn merge issuesChristian Heimes2007-12-312-37/+33
* Merged revisions 59625-59627 via svnmerge fromChristian Heimes2007-12-3120-318/+318
* Fixed svn:ignoreChristian Heimes2007-12-310-0/+0
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-31241-18876/+18913
* Don't close sys.stdin with quit() if sys.stdin wraps fd 0. Otherwise it will ...Christian Heimes2007-12-311-1/+6
* Use strings for all entity values, as that is now possibleMartin v. Löwis2007-12-291-4/+1
* Two nits.Georg Brandl2007-12-292-2/+3
* Merged revisions 59595-59604 via svnmerge fromChristian Heimes2007-12-285-39/+41
* help() was not paging to the shell. Issue1650.Kurt B. Kaiser2007-12-283-1/+14
* Fix the reset() method of IncrementalNewlineDecoder toAlexandre Vassalotti2007-12-281-0/+1
* Merged revisions 59565-59594 via svnmerge fromChristian Heimes2007-12-2414-54/+307
* Document os.device_encoding.Georg Brandl2007-12-211-0/+6
* Fix docstring of types.py.Georg Brandl2007-12-211-3/+2
* Fix role usage.Georg Brandl2007-12-211-1/+1
* Fix thoroughly misleading commentNick Coghlan2007-12-211-1/+1
* Drop _PyLong_FitsInLong. Fixes #1666.Martin v. Löwis2007-12-203-35/+36
* Fix issue #1667. The _Printer() class was using sys.stdin.readline()Guido van Rossum2007-12-201-3/+1