286 Commits (f8def28ff03f3167bd0becabab4dc5d70ee22033)

Author SHA1 Message Date
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Skip Montanaro 53a6d1de83 C++ compiler cleanup: extern "C" a couple declarations, cast int to size_t 20 years ago
Armin Rigo e170937af6 Ignore the references to the dummy objects used as deleted keys 20 years ago
Martin v. Löwis ea62d2535f Bug #1421664: Set sys.stderr.encoding 20 years ago
Neal Norwitz ac3625fcb9 Remove sys.exc_type, sys.exc_value, sys.exc_traceback 20 years ago
Neal Norwitz 72c2c062d7 Try to be a bit more consistent on all platforms: 20 years ago
Martin v. Löwis 725507b52e Change int to Py_ssize_t in several places. 20 years ago
Neal Norwitz 4281cef205 Use Py_ssize_t for _Py_RefTotal. 20 years ago
Brett Cannon 5118517c16 Fix minor docstring typo. 20 years ago
Martin v. Löwis d96ee90993 Use Py_ssize_t to count the 20 years ago
Martin v. Löwis 18e165558b Merge ssize_t branch. 20 years ago
Neal Norwitz 1ac754fa10 Check return result from Py_InitModule*(). This API can fail. 20 years ago
Tim Peters e86e7a5b62 svnversion_init(): Use standard layout for function defn. 20 years ago
Tim Peters 216b78bdaa Trimmed trailing whitespace. 20 years ago
Martin v. Löwis 43b57805fb Drop sys.build_number. Add sys.subversion. 20 years ago
Barry Warsaw 2a38a86c1c Expose Subversion revision number (calculated via "svnversion .") to Python. 20 years ago
Jeremy Hylton 3e0055f8c6 Merge ast-branch to head 21 years ago
Neal Norwitz 11bd119226 SF bug #887946, segfault if redirecting directory 21 years ago
Georg Brandl 6953772d90 patch [ 1119423 ] python -c readlink()s and stat()s '-c' 21 years ago
Martin v. Löwis 13a1fde4da Partially revert #1074011; don't try to fflush stdin. 21 years ago
Martin v. Löwis 8e3ca8af26 Flush std{in,out,err} before closing it. Fixes #1074011. 21 years ago
Michael W. Hudson 800ba2375a This is my patch: 22 years ago
Neal Norwitz 0f5aed4e41 Remove compiler warning 22 years ago
Martin v. Löwis f30d60edbc Patch #510695: Add TSC profiling for the VM. 22 years ago
Nicholas Bastin e5662aedef Changed random calls to PyThreadState_Get() to use the macro 22 years ago
Nicholas Bastin c69ebe8d50 Enable the profiling of C functions (builtins and extensions) 22 years ago
Martin v. Löwis a2c17c5820 Move initialization of sys.std{in,out}.encoding to Py_Initialize. 23 years ago
Tim Peters e5e065b669 New function sys.getcheckinterval(), to complement setcheckinterval(). 23 years ago
Martin v. Löwis 5467d4c0e3 Patch #612627: Add encoding attribute to file objects, and determine 23 years ago
Martin v. Löwis c16f3bd8a3 Patch #708495: Port more stuff to OpenVMS. 23 years ago
Guido van Rossum a12fe4e81f - New function sys.call_tracing() allows pdb to debug code 23 years ago
Martin v. Löwis 73d538b9c6 Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, 23 years ago
Guido van Rossum 46d3dc37e4 - New function sys.exc_clear() clears the current exception. This is 23 years ago
Guido van Rossum 162e38c6a3 - sys.path[0] (the directory from which the script is loaded) is now 23 years ago
Jeremy Hylton 985eba53f5 Small function call optimization and special build option for call stats. 23 years ago
Thomas Heller 27bb71e963 Patch #664376: sys.path[0] should contain absolute pathname. 23 years ago
Mark Hammond 8696ebcd28 Add os.path.supports_unicode_filenames for all platforms, 24 years ago
Skip Montanaro d581d7792b replace thread state objects' ticker and checkinterval fields with two 24 years ago
Skip Montanaro 8e790e7007 expose PYTHON_API_VERSION macro as sys.api_version. Closes patch # 601456. 24 years ago
Tim Peters 4be93d0e84 Rearranged and added comments to object.h, to clarify many things 24 years ago
Martin v. Löwis 6238d2b024 Patch #569753: Remove support for WIN16. 24 years ago
Jack Jansen e739a0dbe9 Got rid of an extraneous semicolon. 24 years ago
Fred Drake ba3ff1ba7b Fix the docstring for sys.getrefcount(). 24 years ago
Martin v. Löwis a3fb4f7816 Patch #505375: Make doc strings optional. 24 years ago
Neal Norwitz 0c766a0bb6 Change sys_exit to use METH_VARARGS. 24 years ago
Neil Schemenauer 0f2103fb16 Fix wording of sys.exit docstring. Close SF bug 534113. 24 years ago
Neal Norwitz 290d31e2fc SF #506611, fix sys.setprofile(), sys.settrace() core dumps 24 years ago
Neal Norwitz 2a47c0fa23 Fix spelling mistakes. Bugfix candidates. 24 years ago
Martin v. Löwis cdc4451222 Include <unistd.h> in Python.h. Fixes #500924. 24 years ago
Tim Peters faad5ad590 mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to 24 years ago