aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/pythonrun.c
Commit message (Expand)AuthorAge
* Issue #4486: When an exception has an explicit cause, do not print its implic...Antoine Pitrou2009-11-28
* Merged revisions 75570 via svnmerge fromAntoine Pitrou2009-10-20
* bytes -> bytearrayBenjamin Peterson2009-05-10
* Issue #5915: Implement PEP 383, Non-decodable Bytes inMartin v. Löwis2009-05-05
* Merged revisions 71152 via svnmerge fromMatthias Klose2009-04-04
* The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!Brett Cannon2009-04-01
* Merged revisions 70908 via svnmerge fromJesse Noller2009-03-31
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-04
* ignore the coding cookie in compile(), exec(), and eval() if the source is a ...Benjamin Peterson2009-03-02
* Followup of #4705: we can't skip the binary buffering layer for stdin because...Antoine Pitrou2009-01-26
* Fix bug introduced in r68451: stdio must always be opened in line-buffered modeAntoine Pitrou2009-01-09
* Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-lineAntoine Pitrou2009-01-09
* Merged revisions 68174 via svnmerge fromBenjamin Peterson2009-01-02
* Merged revisions 68172-68173 via svnmerge fromMartin v. Löwis2009-01-02
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-22
* Merged revisions 67066 via svnmerge fromBenjamin Peterson2008-10-31
* Issue 3723: Fixed initialization of subinterpretersChristian Heimes2008-10-30
* Issue #4213: The file system encoding is now normalized by the codec subsyste...Christian Heimes2008-10-30
* compile _bytesio and _stringio into the binary and initalize stdio before sit...Benjamin Peterson2008-09-05
* #3663: extra DECREF on syntax errors.Antoine Pitrou2008-08-26
* fix #3653 Python could segfault if invalid values were passed to sys.excepthookBenjamin Peterson2008-08-23
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-07
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-23
* Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,...Georg Brandl2008-07-16
* Make these files to compile again under Windows.Thomas Heller2008-07-15
* implement chained exception tracebacksBenjamin Peterson2008-07-15
* #2630: Implement PEP 3138.Georg Brandl2008-06-11
* Issue 1342: Python could not start if installed in a directoryAmaury Forgeot d'Arc2008-06-11
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-11
* Move the codec decode type checks to bytes/bytearray.decode().Marc-André Lemburg2008-06-06
* Fix uninitialized variable access, release memory.Martin v. Löwis2008-06-02
* Forward-port PYTHONIOENCODING.Martin v. Löwis2008-06-02
* Renamed PyString to PyBytesChristian Heimes2008-05-26
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-26
* Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ...Alexandre Vassalotti2008-05-16
* Merged revisions 62774-62775,62785,62787-62788 via svnmerge fromChristian Heimes2008-05-06
* Added fast alternate io.BytesIO implementation and its test suite.Alexandre Vassalotti2008-05-06
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-13
* Add a NEWS entry for issue2221.Amaury Forgeot d'Arc2008-04-10
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-05
* Issue2221: in Idle, exec('xx') raised a SystemError('error return without exc...Amaury Forgeot d'Arc2008-04-04
* Merged revisions 61958-61959 via svnmerge fromChristian Heimes2008-03-26
* Merged revisions 61954,61956-61957 via svnmerge fromChristian Heimes2008-03-26
* Merged revisions 61952-61953 via svnmerge fromChristian Heimes2008-03-26
* Issue2297: Fix a stack overflow in Windows caused by -v and -vv. When python...Trent Nelson2008-03-19
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-19
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-09
* Merged revisions 60364-60378 via svnmerge fromChristian Heimes2008-01-27
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-07
* Interpreter wasn't displaying the location of a SyntaxErrorKurt B. Kaiser2008-01-05