Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ab9149dc8a6ed5a25d550775fc32c31f5a547dd5
/
Doc
/
library
/
sys.rst
ab9149d
Group the Windows entries in getfilesystemencoding doc, move the win 9x one at the bottom of the list and fix some markup.
by Ezio Melotti
· 15 years ago
f6d36745
Fix warnings from "make check".
by Georg Brandl
· 15 years ago
a7fa032
settscdump is definitely an implementation detail
by Benjamin Peterson
· 15 years ago
096d0bf
Fix type on getwindowsversion documentation. Thanks Taggnostr.
by Eric Smith
· 16 years ago
ee931b7
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.
by Eric Smith
· 16 years ago
1ac1c39
Updated sys.flags table in Doc
by Ezio Melotti
· 16 years ago
da8652d9
Issue #7117 (backport py3k float repr) continued:
by Mark Dickinson
· 16 years ago
6c14e58
Use "impl-detail" directive where applicable.
by Georg Brandl
· 16 years ago
ca66cb5
fix typos/rephrase
by Benjamin Peterson
· 16 years ago
2f75572
Fix a minor doc syntax typo.
by Brett Cannon
· 16 years ago
668be58
Note that sys._getframe is not guaranteed to exist in all implementations of Python, and a corresponding note in inspect.currentframe. Issue 6712.
by Michael Foord
· 16 years ago
d7d4fd7
builtin -> built-in.
by Georg Brandl
· 16 years ago
655d835
Issue #6042:
by Jeffrey Yasskin
· 16 years ago
b48adec
#1096310: document usage of sys.__std*__ a bit better.
by Georg Brandl
· 16 years ago
624f337
#5529: backport new docs of import semantics written by Brett to 2.x.
by Georg Brandl
· 16 years ago
efc82f7
Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.
by Mark Dickinson
· 16 years ago
13813f7
Document that setting sys.py3kwarning wont do anything.
by Georg Brandl
· 16 years ago
81fe093
Implement issue #4285, convert sys.version_info to a named
by Eric Smith
· 17 years ago
5ed4f6c
macos 9 isn't supported
by Benjamin Peterson
· 17 years ago
4db53b2
move seealso to a more appropiate place
by Benjamin Peterson
· 17 years ago
c62ef8b
Remove trailing whitespace.
by Georg Brandl
· 17 years ago
050f4ad
fix indentation and a sphinx warning
by Benjamin Peterson
· 17 years ago
5ab9c3b
move useful sys.settrace information to the function's documentation from the debugger
by Benjamin Peterson
· 17 years ago
9af9498
Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
by Georg Brandl
· 17 years ago
4762902
Added garbage collector overhead and optional default return value to
by Robert Schuppenies
· 17 years ago
2fe7706
- Issue #2862: Make int and float freelist management consistent with other
by Gregory P. Smith
· 17 years ago
51df064
Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.
by Robert Schuppenies
· 17 years ago
4dd019f
Patch #2488: Add sys.maxsize.
by Martin v. Löwis
· 17 years ago
aa3cadb
Windows x64 also falls under VER_PLATFORM_WIN32_NT.
by Jeroen Ruigrok van der Werven
· 17 years ago
5f79446
Add missing versionadded tag.
by Georg Brandl
· 17 years ago
422051a
Patch #1953
by Christian Heimes
· 18 years ago
908caac
Added clear cache methods to clear the internal type lookup cache for ref leak test runs.
by Christian Heimes
· 18 years ago
5611289
#1648: add sys.gettrace() and sys.getprofile().
by Georg Brandl
· 18 years ago
440f2ff
#799369: document possible sys.platform values.
by Georg Brandl
· 18 years ago
7ce9b18
Typo fixes
by Andrew M. Kuchling
· 18 years ago
c94e2b5
Now that I've learnt about structseq objects I felt like converting sys.float_info to a structseq. It's
by Christian Heimes
· 18 years ago
f31b69f
Applied patch #1816: sys.flags patch
by Christian Heimes
· 18 years ago
2da0fce
Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode.
by Georg Brandl
· 18 years ago
b19be57
Some cleanup in the docs.
by Georg Brandl
· 18 years ago
584265b
Add more entries to the glossary.
by Georg Brandl
· 18 years ago
3e76d93
Added one more missing versionadded tag
by Christian Heimes
· 18 years ago
dfdfaab
Feature #1534
by Christian Heimes
· 18 years ago
d7b3337
Added py3kwarning to the documentation of the sys module.
by Christian Heimes
· 18 years ago
8ec7f65
Move the 2.6 reST doc tree in place.
by Georg Brandl
· 18 years ago