summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update to the world tool for Python 3. Provided by quentin.gallet-gilles viaBarry Warsaw2007-12-201-45/+62
* Fixed #1673. I hope it works. I don't have access to a Windows box right now.Christian Heimes2007-12-201-1/+1
* Removed test from test_import. It will never work on all systems, see #1377Christian Heimes2007-12-201-17/+0
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-19144-1153/+1306
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-1942-4149/+628
* Merged revisions 59512-59540 via svnmerge fromChristian Heimes2007-12-1714-143/+110
* Fix sys.maxsize docs.Georg Brandl2007-12-151-3/+4
* Fixed #1630Christian Heimes2007-12-151-1/+2
* Merged revisions 59488-59511 via svnmerge fromChristian Heimes2007-12-1516-103/+299
* update to fix leak in SSL codeBill Janssen2007-12-144-68/+225
* Couple of corrections to open() doc as per email from GvR.Mark Summerfield2007-12-141-6/+8
* Updated open() to more accurately reflect io.open()'s documentation.Mark Summerfield2007-12-141-38/+72
* Merged revisions 59465-59487 via svnmerge fromChristian Heimes2007-12-1416-166/+86
* Shell was not colorizing due to bug introduced at r57998, Bug 1586.Kurt B. Kaiser2007-12-132-2/+17
* Explicitly close pipes so test_ctypes won't appear to randomly leakGuido van Rossum2007-12-121-9/+34
* Add a comment to explain why we have to restore the original value.Thomas Heller2007-12-121-0/+4
* maxint->maxsize. Wouldn't import.Kurt B. Kaiser2007-12-121-1/+1
* Bump versionKurt B. Kaiser2007-12-121-1/+1
* This test checks and modifies the value of an integer stored in a dll.Thomas Heller2007-12-121-0/+2
* Fixed #1593 spacing of the builtin_format function is inconsistent. Thanks to...Christian Heimes2007-12-111-50/+50
* Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C APIChristian Heimes2007-12-114-7/+312
* Added note about 1585 to Misc/NEWSChristian Heimes2007-12-111-0/+2
* Merged revisions 59450-59464 via svnmerge fromChristian Heimes2007-12-119-9/+54
* Minor cleanup in the gc module.Amaury Forgeot d'Arc2007-12-103-33/+9
* Added missing fileChristian Heimes2007-12-101-0/+1021