| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-36842: Implement PEP 578 (GH-12613) | Steve Dower | 2019-05-23 | 1 | -19/+6 |
|
|
* | bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) | Victor Stinner | 2017-12-13 | 1 | -0/+4 |
|
|
* | bpo-30946: Remove obsolete fallback code in readline module (#2738) | Antoine Pitrou | 2017-07-18 | 1 | -4/+5 |
|
|
* | bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501) | Serhiy Storchaka | 2017-03-12 | 1 | -1/+1 |
|
|
* | Issue #29058: All stable API extensions added after Python 3.2 are now | Serhiy Storchaka | 2016-12-27 | 1 | -0/+2 |
|
|
* | Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) | Steve Dower | 2016-09-08 | 1 | -0/+1 |
|
|
* | Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in... | Steve Dower | 2015-03-06 | 1 | -11/+0 |
|
|
* | Issue #1772673: The type of `char*` arguments now changed to `const char*`. | Serhiy Storchaka | 2013-10-19 | 1 | -2/+3 |
|
|
* | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is | Charles-François Natali | 2011-08-28 | 1 | -0/+7 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -0/+4 |
|
|
* | Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING | Victor Stinner | 2010-09-10 | 1 | -1/+0 |
|
|
* | Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,... | Benjamin Peterson | 2009-02-13 | 1 | -0/+11 |
|
|
* | Issue #3187: Add sys.setfilesystemencoding. | Martin v. Löwis | 2008-10-03 | 1 | -1/+2 |
|
|
* | Add an errors parameter to open() and TextIOWrapper() to specify error handling. | Guido van Rossum | 2007-12-03 | 1 | -1/+1 |
|
|
* | Partial fix for bug #1306 | Christian Heimes | 2007-11-30 | 1 | -0/+1 |
|
|
* | Patch 1352 (continued in issue 1329) by Christian Heimes. | Guido van Rossum | 2007-10-30 | 1 | -0/+7 |
|
|
* | Patch 1329 (partial) by Christian Heimes. | Guido van Rossum | 2007-10-30 | 1 | -1/+2 |
|
|
* | Issue 1267, continued. | Guido van Rossum | 2007-10-22 | 1 | -4/+1 |
|
|
* | Patch 1267 by Christian Heimes. | Guido van Rossum | 2007-10-19 | 1 | -0/+3 |
|
|
* | Rip out the file object's implementation. | Guido van Rossum | 2007-06-12 | 1 | -44/+4 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -0/+5 |
|
|
* | Kill off softspace completely (except in formatter.py which seems to have | Guido van Rossum | 2007-02-09 | 1 | -2/+0 |
|
|
* | Add weakref support to array.array and file objects. | Raymond Hettinger | 2004-05-31 | 1 | -0/+1 |
|
|
* | Remove support for --without-universal-newlines (see PEP 11). | Skip Montanaro | 2004-02-07 | 1 | -9/+1 |
|
|
* | Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize(). | Martin v. Löwis | 2003-09-04 | 1 | -0/+1 |
|
|
* | Patch #612627: Add encoding attribute to file objects, and determine | Martin v. Löwis | 2003-05-10 | 1 | -0/+2 |
|
|
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -12/+12 |
|
|
* | SF patch 580331 by Oren Tirosh: make file objects their own iterator. | Guido van Rossum | 2002-08-06 | 1 | -3/+6 |
|
|
* | Add missing \ to macro definition only used when universal newlines | Guido van Rossum | 2002-05-24 | 1 | -1/+1 |
|
|
* | Py_UniversalNewlineFread(): Many changes. | Tim Peters | 2002-04-21 | 1 | -5/+5 |
|
|
* | Mass checkin of universal newline support. | Jack Jansen | 2002-04-14 | 1 | -1/+19 |
|
|
* | Patch #530105: Allow file object may to be subtyped | Martin v. Löwis | 2002-03-15 | 1 | -0/+11 |
|
|
* | PyFile_WriteString(): change prototype so that the string arg is | Tim Peters | 2001-11-28 | 1 | -1/+1 |
|
|
* | SF bug [#460467] file objects should be subclassable. | Tim Peters | 2001-09-13 | 1 | -1/+2 |
|
|
* | Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a file... | Mark Hammond | 2001-05-14 | 1 | -0/+5 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Added PyObject_AsFileDescriptor, which checks for integer, long integer, | Andrew M. Kuchling | 2000-07-13 | 1 | -0/+1 |
|
|
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-09 | 1 | -16/+16 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 1 | -9/+9 |
|
|
* | flushline and writestring can now return an error | Guido van Rossum | 1997-05-22 | 1 | -1/+1 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace, | Guido van Rossum | 1996-05-22 | 1 | -0/+3 |
|
|
* | make the type a parameter of the DL_IMPORT macro, for Borland C | Guido van Rossum | 1995-02-27 | 1 | -1/+1 |
|
|
* | new names for lots of new functions | Guido van Rossum | 1995-01-17 | 1 | -2/+2 |
|
|
* | The great renaming, phase two: all header files have been updated to | Guido van Rossum | 1995-01-12 | 1 | -9/+9 |
|
|
* | Added 1995 copyright. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | Changes for dynamic linking under NT | Guido van Rossum | 1994-08-18 | 1 | -1/+1 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -1/+2 |
|
|