265 Commits (a4e4e35783d26151be19253ff6dd1c3ec2ca7efa)

Author SHA1 Message Date
Georg Brandl 2daf6ae249 Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 14 years ago
Petri Lehtinen 9713321f46 Document absoluteness of sys.executable 14 years ago
Jesus Cea 1d4ae84e53 Up-port changeset 5cf8f6da8743 (closes #11890) 15 years ago
Victor Stinner 27181ac778 sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not 15 years ago
Georg Brandl 1ca2e7965c Commit the hg build identification patch from the pymigr repo. 15 years ago
Raymond Hettinger 90e8f8cd9b Fix count of flag fields. Being one short caused the 'quiet' option not to print. 15 years ago
Georg Brandl 8aa7e999b5 Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833. 15 years ago
Victor Stinner 13d49ee7d6 Issue #10601: sys.displayhook uses 'backslashreplace' error handler on 15 years ago
Georg Brandl e5b99f0fb3 Remove redundant includes of headers that are already included by Python.h. 15 years ago
Georg Brandl 71c23d4473 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. 15 years ago
Victor Stinner 07e4f1565b sys_update_path(): update sys.path even if argc==0 15 years ago
Benjamin Peterson 8035bc5c04 follow up to #9778: define and use an unsigned hash type 15 years ago
Antoine Pitrou 9583cac633 Issue #10089: Add support for arbitrary -X options on the command-line. 15 years ago
Benjamin Peterson 8f67d0893f make hashes always the size of pointers; introduce Py_hash_t #9778 15 years ago
Barry Warsaw 8cf4eae522 First (uncontroversial) part of issue 9807. 15 years ago
Victor Stinner 015f4d87ab _Py_wrealpath() requires the size of the output buffer 15 years ago
Victor Stinner 4e31443c4d Create fileutils.c/.h 15 years ago
Victor Stinner 7ae7c87b05 _wrealpath() and _Py_wreadlink() support surrogates (PEP 383) 15 years ago
Victor Stinner c08ec9fdba Create a subfunction for PySys_SetArgvEx() 15 years ago
Victor Stinner 5b519e0201 Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING 16 years ago
Antoine Pitrou fce7fd6426 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() 16 years ago
Nick Coghlan d26c18adcc Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the module to execute. Also updates all the cmd_line_script tests to validate the setting of sys.path[0] and the current working directory 16 years ago
Victor Stinner 79766636b6 Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() 16 years ago
Matthias Klose d885e95be4 - sysmodule.c (get_hash_info): Define as static function. 16 years ago
Victor Stinner a01c6b3c9e Merged revisions 81841 via svnmerge from 16 years ago
Victor Stinner ecccc4f9b8 sys_pyfile_write() does nothing if file is NULL 16 years ago
Victor Stinner 7eeb5b5e50 Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# 16 years ago
Mark Dickinson dc787d2055 Issue #8188: Introduce a new scheme for computing hashes of numbers 16 years ago
Antoine Pitrou 71d305c83d Merged revisions 81400 via svnmerge from 16 years ago
Antoine Pitrou f978facc0e Merged revisions 81398 via svnmerge from 16 years ago
Victor Stinner 9ca9c25bcd Issue #8589: Decode PYTHONWARNINGS environment variable with the file system 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
Victor Stinner 32366b45e8 Merged revisions 80404 via svnmerge from 16 years ago
Victor Stinner 14284c2f3b Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't execute 16 years ago
Florent Xicluna d7494de5bf Merged revisions 78622 via svnmerge from 16 years ago
Florent Xicluna 5749e85b53 Merged revisions 78620 via svnmerge from 16 years ago
Eric Smith f7bb57875a Merged revisions 77763 via svnmerge from 16 years ago
Antoine Pitrou aee355b7b5 Remove obsolete comment. 16 years ago
Antoine Pitrou 074e5ed974 Merge in the new GIL. 16 years ago
Georg Brandl bcc484e6d6 Merged revisions 74062 via svnmerge from 17 years ago
Alexandre Vassalotti 260484d12a Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge from 17 years ago
Benjamin Peterson 94c65d9a8f Merged revisions 72907 via svnmerge from 17 years ago
Benjamin Peterson f53eec8801 Merged revisions 72871-72872 via svnmerge from 17 years ago
Benjamin Peterson a5758c0120 Merged revisions 72508 via svnmerge from 17 years ago
Mark Dickinson b08a53a99d Issue #1580: use short float repr where possible. 17 years ago
Mark Dickinson bd7926478d Issue #4258: Make it possible to use 30-bit digits for PyLongs: 17 years ago
Eric Smith 0e5b562987 Merged revisions 69331 via svnmerge from 17 years ago
Martin v. Löwis ec59d04fad Merged revisions 68540 via svnmerge from 17 years ago
Christian Heimes 6a27efa2d3 Issue 3723: Fixed initialization of subinterpreters 17 years ago