205 Commits (fd7e4964bbe8dcd750c46aa2a96aeaec97e7ef25)

Author SHA1 Message Date
Petri Lehtinen fe6f9d0edc Document absoluteness of sys.executable 14 years ago
Raymond Hettinger 19b851d11b sys.checkinterval() now refreshes the current countdown ticker. 15 years ago
Benjamin Peterson 7859d4098c remove this dead subversion code 15 years ago
Martin v. Löwis ce5d0e22fc Set subversion version identification to empty strings if this is not a subversion 15 years ago
Ezio Melotti 24b07bcba3 #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Georg Brandl 3a5508e2c0 Port build identification from default branch. 15 years ago
Antoine Pitrou 52ca516cac Merged revisions 81398 via svnmerge from 16 years ago
Antoine Pitrou 6a2656094d Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows 16 years ago
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Barry Warsaw 1545d80e07 Revert r78621. This was not a critical fix and we're in rc mode. 16 years ago
Florent Xicluna 90193c01b9 Merged revisions 78620 via svnmerge from 16 years ago
Florent Xicluna 8af970ab58 Revert a nonexistent docstring typo, r42805. 16 years ago
Victor Stinner d85f1c01af Merged revisions 77892 via svnmerge from 16 years ago
Victor Stinner b4b0a2935d Issue #7819: Check sys.call_tracing() arguments types. 16 years ago
Eric Smith ee931b7253 Issue #7766: Change sys.getwindowsversion() return value to a named tuple and add the additional members returned in an OSVERSIONINFOEX structure. The new members are service_pack_major, service_pack_minor, suite_mask, and product_type. 16 years ago
Mark Dickinson da8652d920 Issue #7117 (backport py3k float repr) continued: 16 years ago
Alexandre Vassalotti 7274cffa9e Update docstrings for sys.getdlopenflags() and sys.setdlopenflags(). 17 years ago
Benjamin Peterson 87e5006d8c handle errors from _PyObject_LookupSpecial when __get__ fails 17 years ago
Benjamin Peterson 2eb65457a8 Merged revisions 72871-72872 via svnmerge from 17 years ago
Benjamin Peterson e5afa3b24b support building with subversion 1.7 #6094 17 years ago
Benjamin Peterson af1692a266 convert some more special methods to use _PyObject_LookupSpecial 17 years ago
Mark Dickinson efc82f7e8e Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. 17 years ago
Eric Smith 81fe09344c Implement issue #4285, convert sys.version_info to a named 17 years ago
Georg Brandl 686d53eed3 Merged revisions 68521,68527,68534-68536,68540,68547,68552,68563,68570,68572,68575,68579-68580,68584 via svnmerge from 17 years ago
Martin v. Löwis 1b3bef21b0 Issue #4915: Port sysmodule to Windows CE. 17 years ago
Robert Schuppenies 4762902998 Added garbage collector overhead and optional default return value to 18 years ago
Robert Schuppenies d2cd86ddd5 Fixed Issue3122 and extended sys.getsizeof tests for built-in types. 18 years ago
Gregory P. Smith 2fe77060eb - Issue #2862: Make int and float freelist management consistent with other 18 years ago
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread: 18 years ago
Georg Brandl 7a6de8b0f4 Some style nits. Also clarify in the docstrings what __sizeof__ does. 18 years ago
Robert Schuppenies 51df064767 Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. 18 years ago
Martin v. Löwis 99815892f6 New environment variable PYTHONIOENCODING. 18 years ago
Christian Heimes 593daf545b Renamed PyString to PyBytes 18 years ago
Martin v. Löwis 4dd019fde3 Patch #2488: Add sys.maxsize. 18 years ago
Brett Cannon be1501b976 Fix sys.flags to properly expose bytes_warning. 18 years ago
Christian Heimes af748c3ab8 Implemented PEP 370 18 years ago
Benjamin Peterson f19a7b90bd A little reformating of Py3k warnings 18 years ago
Benjamin Peterson 9f4f48114f Use PyErr_WarnPy3k throughout 18 years ago
Benjamin Peterson 858a77099e Fix indentation in sysmodule.c 18 years ago
Brett Cannon 40f0a87666 Fix a bug in PySys_HasWarnOption() where it was not properly checking the 18 years ago
Brett Cannon e974689038 Re-implement the 'warnings' module in C. This allows for usage of the 18 years ago
Georg Brandl d5b635f196 Make Py3k warnings consistent w.r.t. punctuation; also respect the 18 years ago
Christian Heimes a113bd9f69 Added quick hack for bzr 18 years ago
Christian Heimes 6a453c3750 Added quick hack for bzr 18 years ago
Georg Brandl 5a44424c5e #2358: add py3k warning to sys.exc_clear(). 18 years ago
Christian Heimes 422051a367 Patch #1953 18 years ago
Christian Heimes 796fc31585 The previous change was causing a segfault after multiple calls to Py_Initialize() and Py_Finalize(). 18 years ago
Christian Heimes 0d9244332b Fixed some references leaks in sys. 18 years ago
Christian Heimes 908caac52e Added clear cache methods to clear the internal type lookup cache for ref leak test runs. 18 years ago