FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/sysmodule.c - connLAN/python-1 · GitHub
connLAN
/
python-1
Public
forked from
glix/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-1
Python
sysmodule.c
on
master
User selector
Datepicker
Commit history
Commits on Feb 6, 2009
Implement issue #4285, convert sys.version_info to a named
Show description for a4bf572
eric.smith
committed
a4bf572
View commit details
Copy full SHA for a4bf572
View code at this point
Browse repository at this point
Commits on Jan 12, 2009
Issue #4915: Port sysmodule to Windows CE.
Show description for 92d4738
martin.v.loewis
committed
92d4738
View commit details
Copy full SHA for 92d4738
View code at this point
Browse repository at this point
Commits on Jul 10, 2008
Added garbage collector overhead and optional default return value to
Show description for 120db9e
robert.schuppenies
committed
120db9e
View commit details
Copy full SHA for 120db9e
View code at this point
Browse repository at this point
Fixed Issue3122 and extended sys.getsizeof tests for built-in types.
Show description for 62f3552
robert.schuppenies
committed
62f3552
View commit details
Copy full SHA for 62f3552
View code at this point
Browse repository at this point
Commits on Jul 6, 2008
- Issue #2862: Make int and float freelist management consistent with other
Show description for fd0aee9
gregory.p.smith
committed
fd0aee9
View commit details
Copy full SHA for fd0aee9
View code at this point
Browse repository at this point
Commits on Jun 9, 2008
This reverts r63675 based on the discussion in this thread:
Show description for 36da06a
gregory.p.smith
committed
36da06a
View commit details
Copy full SHA for 36da06a
View code at this point
Browse repository at this point
Commits on Jun 1, 2008
Some style nits. Also clarify in the docstrings what __sizeof__ does.
Show description for 5eb28fc
georg.brandl
committed
5eb28fc
View commit details
Copy full SHA for 5eb28fc
View code at this point
Browse repository at this point
Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.
Show description for e8b6491
robert.schuppenies
committed
e8b6491
View commit details
Copy full SHA for e8b6491
View code at this point
Browse repository at this point
New environment variable PYTHONIOENCODING.
Show description for 0314055
martin.v.loewis
committed
0314055
View commit details
Copy full SHA for 0314055
View code at this point
Browse repository at this point
Commits on May 26, 2008
Renamed PyString to PyBytes
Show description for 4b6cc1c
christian.heimes
committed
4b6cc1c
View commit details
Copy full SHA for 4b6cc1c
View code at this point
Browse repository at this point
Commits on May 20, 2008
Patch #2488: Add sys.maxsize.
Show description for 0b22af7
martin.v.loewis
committed
0b22af7
View commit details
Copy full SHA for 0b22af7
View code at this point
Browse repository at this point
Commits on May 8, 2008
Fix sys.flags to properly expose bytes_warning.
Show description for 19b4ed5
brett.cannon
committed
19b4ed5
View commit details
Copy full SHA for 19b4ed5
View code at this point
Browse repository at this point
Commits on May 6, 2008
Implemented PEP 370
Show description for e812d83
christian.heimes
committed
e812d83
View commit details
Copy full SHA for e812d83
View code at this point
Browse repository at this point
Commits on Apr 27, 2008
A little reformating of Py3k warnings
Show description for 5fe32ab
benjamin.peterson
committed
5fe32ab
View commit details
Copy full SHA for 5fe32ab
View code at this point
Browse repository at this point
Use PyErr_WarnPy3k throughout
Show description for 11ecb18
benjamin.peterson
committed
11ecb18
View commit details
Copy full SHA for 11ecb18
View code at this point
Browse repository at this point
Commits on Apr 18, 2008
Fix indentation in sysmodule.c
Show description for cf4b2c0
benjamin.peterson
committed
cf4b2c0
View commit details
Copy full SHA for cf4b2c0
View code at this point
Browse repository at this point
Commits on Apr 13, 2008
Fix a bug in PySys_HasWarnOption() where it was not properly checking the
Show description for c1e4343
brett.cannon
committed
c1e4343
View commit details
Copy full SHA for c1e4343
View code at this point
Browse repository at this point
Commits on Apr 12, 2008
Re-implement the 'warnings' module in C. This allows for usage of the
Show description for 0b6f33a
brett.cannon
committed
0b6f33a
View commit details
Copy full SHA for 0b6f33a
View code at this point
Browse repository at this point
Commits on Mar 25, 2008
Make Py3k warnings consistent w.r.t. punctuation; also respect the
Show description for aea2c0a
georg.brandl
committed
aea2c0a
View commit details
Copy full SHA for aea2c0a
View code at this point
Browse repository at this point
Commits on Mar 24, 2008
Added quick hack for bzr
Show description for 13f0b14
christian.heimes
committed
13f0b14
View commit details
Copy full SHA for 13f0b14
View code at this point
Browse repository at this point
Added quick hack for bzr
Show description for c2bb10f
christian.heimes
committed
c2bb10f
View commit details
Copy full SHA for c2bb10f
View code at this point
Browse repository at this point
Commits on Mar 21, 2008
#2358: add py3k warning to sys.exc_clear().
Show description for 5a81dbe
georg.brandl
committed
5a81dbe
View commit details
Copy full SHA for 5a81dbe
View code at this point
Browse repository at this point
Commits on Feb 4, 2008
Patch #1953
Show description for 41bbdec
christian.heimes
committed
41bbdec
View commit details
Copy full SHA for 41bbdec
View code at this point
Browse repository at this point
Commits on Jan 30, 2008
The previous change was causing a segfault after multiple calls to Py_Initialize() and Py_Finalize().
Show description for 3e7d77c
christian.heimes
committed
3e7d77c
View commit details
Copy full SHA for 3e7d77c
View code at this point
Browse repository at this point
Fixed some references leaks in sys.
Show description for 4acc1d1
christian.heimes
committed
4acc1d1
View commit details
Copy full SHA for 4acc1d1
View code at this point
Browse repository at this point
Commits on Jan 27, 2008
Added clear cache methods to clear the internal type lookup cache for ref leak test runs.
Show description for e6bc5fb
christian.heimes
committed
e6bc5fb
View commit details
Copy full SHA for e6bc5fb
View code at this point
Browse repository at this point
Commits on Jan 20, 2008
#1648: add sys.gettrace() and sys.getprofile().
Show description for c470df3
georg.brandl
committed
c470df3
View commit details
Copy full SHA for c470df3
View code at this point
Browse repository at this point
Commits on Jan 15, 2008
Typo fixes
Show description for 768bd4f
andrew.kuchling
committed
768bd4f
View commit details
Copy full SHA for 768bd4f
View code at this point
Browse repository at this point
Commits on Jan 14, 2008
Applied patch #1816: sys.flags patch
Show description for c06e5d7
christian.heimes
committed
c06e5d7
View commit details
Copy full SHA for c06e5d7
View code at this point
Browse repository at this point
Commits on Jan 7, 2008
Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode.
Show description for 758df14
georg.brandl
committed
758df14
View commit details
Copy full SHA for 758df14
View code at this point
Browse repository at this point
Commits on Dec 1, 2007
Feature #1534
Show description for 1ecd195
christian.heimes
committed
1ecd195
View commit details
Copy full SHA for 1ecd195
View code at this point
Browse repository at this point
Commits on Nov 27, 2007
Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504
Show description for 37794d5
christian.heimes
committed
37794d5
View commit details
Copy full SHA for 37794d5
View code at this point
Browse repository at this point
Commits on Apr 16, 2007
SF #1701207, Fix bogus assertion (and test it!)
Show description for 1b958bd
neal.norwitz
committed
1b958bd
View commit details
Copy full SHA for 1b958bd
View code at this point
Browse repository at this point
Commits on Jan 23, 2007
Show description for 60bb860
thomas.wouters
committed
60bb860
View commit details
Copy full SHA for 60bb860
View code at this point
Browse repository at this point
Commits on Oct 28, 2006
Add some asserts. In sysmodule, I think these were to try to silence
Show description for aa4063e
neal.norwitz
committed
aa4063e
View commit details
Copy full SHA for aa4063e
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL