| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 9445: Fix undefined symbols on VS8.0 build. | Raymond Hettinger | 2010-08-01 | 1 | -0/+9 |
|
|
* | This fixes issue7900 by adding code that deals | Ronald Oussoren | 2010-07-23 | 1 | -7/+42 |
|
|
* | Issue #6095: Make directory argument to os.listdir optional. | Martin v. Löwis | 2010-07-23 | 1 | -9/+21 |
|
|
* | Re-flow several long lines from #1578269. | Brian Curtin | 2010-07-09 | 1 | -11/+23 |
|
|
* | Implement #1578269. Patch by Jason R. Coombs. | Brian Curtin | 2010-07-08 | 1 | -20/+526 |
|
|
* | Merged revisions 82047 via svnmerge from | Senthil Kumaran | 2010-06-17 | 1 | -1/+1 |
|
|
* | Remove unused variable, and fix a compilation warning on Windows. | Amaury Forgeot d'Arc | 2010-05-15 | 1 | -1/+1 |
|
|
* | posix_listdir(), posix_readlink(): avoid temporary PyBytes object | Victor Stinner | 2010-05-14 | 1 | -38/+10 |
|
|
* | posix_error_with_allocated_filename() decodes the filename with | Victor Stinner | 2010-05-08 | 1 | -2/+6 |
|
|
* | Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding, | Victor Stinner | 2010-05-07 | 1 | -1/+1 |
|
|
* | Issue #8603: Create a bytes version of os.environ for Unix | Victor Stinner | 2010-05-06 | 1 | -24/+55 |
|
|
* | Recorded merge of revisions 80844-80845 via svnmerge from | Victor Stinner | 2010-05-06 | 1 | -3871/+3872 |
|
|
* | Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and | Victor Stinner | 2010-04-23 | 1 | -167/+91 |
|
|
* | Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, | Victor Stinner | 2010-04-22 | 1 | -128/+95 |
|
|
* | Keep confstr entries in alphabetical order. | Mark Dickinson | 2010-04-16 | 1 | -6/+6 |
|
|
* | Add CS_GNU_LIBC_VERSION and CS_GNU_LIBPTHREAD_VERSION constants for constr(), | Victor Stinner | 2010-04-16 | 1 | -0/+6 |
|
|
* | Issue #8412: os.system() now accepts bytes, bytearray and str with | Victor Stinner | 2010-04-16 | 1 | -6/+11 |
|
|
* | Port #1220212 (os.kill for Win32) to py3k. | Brian Curtin | 2010-04-12 | 1 | -0/+48 |
|
|
* | Change PARSE_PID to _Py_PARSE_PID (cleanup for r78946). | Gregory P. Smith | 2010-03-14 | 1 | -9/+9 |
|
|
* | * Replaces the internals of the subprocess module from fork through exec on | Gregory P. Smith | 2010-03-14 | 1 | -17/+0 |
|
|
* | Merged revisions 78531 via svnmerge from | Gregory P. Smith | 2010-03-01 | 1 | -4/+7 |
|
|
* | Merged revisions 78527,78550 via svnmerge from | Gregory P. Smith | 2010-03-01 | 1 | -10/+19 |
|
|
* | Merged revisions 78546 via svnmerge from | Gregory P. Smith | 2010-03-01 | 1 | -6/+20 |
|
|
* | Forward port a number of OSX bugfixes from the trunk to 3.2 | Ronald Oussoren | 2010-02-07 | 1 | -0/+4 |
|
|
* | Issue #7561: Fix crashes when using bytearray objects with the posix | Antoine Pitrou | 2010-01-17 | 1 | -1/+1 |
|
|
* | Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,... | Benjamin Peterson | 2009-12-31 | 1 | -4/+5 |
|
|
* | Merged revisions 76636 via svnmerge from | Antoine Pitrou | 2009-12-02 | 1 | -0/+27 |
|
|
* | Merged revisions 76550 via svnmerge from | Martin v. Löwis | 2009-11-27 | 1 | -0/+89 |
|
|
* | Merged revisions 74841 via svnmerge from | Benjamin Peterson | 2009-10-04 | 1 | -3/+31 |
|
|
* | Merged revisions 73675 via svnmerge from | Hirokazu Yamamoto | 2009-06-29 | 1 | -58/+2 |
|
|
* | Merged revisions 73603 via svnmerge from | Hirokazu Yamamoto | 2009-06-28 | 1 | -300/+241 |
|
|
* | Issue #6012: Add cleanup support to O& argument parsing. | Martin v. Löwis | 2009-05-29 | 1 | -2/+0 |
|
|
* | Make some private functions static (thanks `make smelly`) | Antoine Pitrou | 2009-05-24 | 1 | -0/+1 |
|
|
* | Try to fix building under Windows (where SIZEOF_PID_T apparently doesn't exist) | Antoine Pitrou | 2009-05-24 | 1 | -3/+1 |
|
|
* | Merged revisions 72855 via svnmerge from | Antoine Pitrou | 2009-05-23 | 1 | -11/+17 |
|
|
* | Merged revisions 72852 via svnmerge from | Antoine Pitrou | 2009-05-23 | 1 | -17/+33 |
|
|
* | Merged revisions 72698-72699 via svnmerge from | Hirokazu Yamamoto | 2009-05-17 | 1 | -24/+16 |
|
|
* | Issue #5990: fix memory leak introduced by PEP 383 commits | Antoine Pitrou | 2009-05-10 | 1 | -2/+5 |
|
|
* | Rename utf8b error handler to surrogateescape. | Martin v. Löwis | 2009-05-10 | 1 | -5/+5 |
|
|
* | Issue #5943: Fix lchflags crash. | Martin v. Löwis | 2009-05-05 | 1 | -1/+1 |
|
|
* | Added missing semicolon. | Eric Smith | 2009-05-05 | 1 | -1/+1 |
|
|
* | Issue #5915: Implement PEP 383, Non-decodable Bytes in | Martin v. Löwis | 2009-05-05 | 1 | -205/+315 |
|
|
* | Merged revisions 72273 via svnmerge from | Hirokazu Yamamoto | 2009-05-04 | 1 | -6/+7 |
|
|
* | Merging r70958 from the trunk, regarding http://bugs.python.org/issue5623 | Kristján Valur Jónsson | 2009-04-13 | 1 | -39/+24 |
|
|
* | Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,... | Benjamin Peterson | 2009-04-11 | 1 | -16/+54 |
|
|
* | http://bugs.python.org/issue5552 | Kristján Valur Jónsson | 2009-03-24 | 1 | -3/+1 |
|
|
* | Issue5407 | Kristján Valur Jónsson | 2009-03-03 | 1 | -0/+6 |
|
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
|
|
* | #5306: Fix compilation on Windows by properly merging change 69495. | Amaury Forgeot d'Arc | 2009-02-19 | 1 | -1/+125 |
|
|
* | Merged revisions 68763,68773 via svnmerge from | Benjamin Peterson | 2009-01-19 | 1 | -4/+2 |
|
|