FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python - 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
on
master
User selector
Datepicker
Commit history
Commits on Feb 9, 2009
Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs.
Show description for 835fe38
mark.dickinson
committed
835fe38
View commit details
Copy full SHA for 835fe38
View code at this point
Browse repository at this point
Commits on Feb 8, 2009
Silence 'arg may be used uninitialized in this function' warning from gcc.
Show description for 23a7779
mark.dickinson
committed
23a7779
View commit details
Copy full SHA for 23a7779
View code at this point
Browse repository at this point
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 Feb 2, 2009
Issue 1242657: list(obj) can swallow KeyboardInterrupt.
Show description for 329487d
raymond.hettinger
committed
329487d
View commit details
Copy full SHA for 329487d
View code at this point
Browse repository at this point
Commits on Jan 31, 2009
more flags which only work for function blocks
Show description for 1fffc9a
benjamin.peterson
committed
1fffc9a
View commit details
Copy full SHA for 1fffc9a
View code at this point
Browse repository at this point
add explanatory comment
Show description for a72f025
benjamin.peterson
committed
a72f025
View commit details
Copy full SHA for a72f025
View code at this point
Browse repository at this point
Commits on Jan 27, 2009
On Windows, use the Python 'Activation Context' when loading extensions
Show description for 5dad751
mark.hammond
committed
5dad751
View commit details
Copy full SHA for 5dad751
View code at this point
Browse repository at this point
Commits on Jan 25, 2009
fix building the core with --disable-unicode
Show description for 30aee00
benjamin.peterson
committed
30aee00
View commit details
Copy full SHA for 30aee00
View code at this point
Browse repository at this point
Commits on Jan 20, 2009
allow unicode keyword arguments for the ** syntax #4978
Show description for 04ab0ae
benjamin.peterson
committed
04ab0ae
View commit details
Copy full SHA for 04ab0ae
View code at this point
Browse repository at this point
Commits on Jan 17, 2009
#4077: No need to append \n when calling Py_FatalError
Show description for 45daf8d
amaury.forgeotdarc
committed
45daf8d
View commit details
Copy full SHA for 45daf8d
View code at this point
Browse repository at this point
Commits on Jan 12, 2009
Issue #4893: Use NT threading on CE.
Show description for aed4756
martin.v.loewis
committed
aed4756
View commit details
Copy full SHA for aed4756
View code at this point
Browse repository at this point
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 Jan 11, 2009
Issue #4279: Fix build of parsermodule under Cygwin.
Show description for aed3c7e
martin.v.loewis
committed
aed3c7e
View commit details
Copy full SHA for aed3c7e
View code at this point
Browse repository at this point
Commits on Jan 10, 2009
Issue 4906: Preserve windows error state across PyThread_get_key_value
Show description for 40b4765
kristjan.jonsson
committed
40b4765
View commit details
Copy full SHA for 40b4765
View code at this point
Browse repository at this point
Commits on Jan 9, 2009
Issue 4293: Make Py_AddPendingCall() thread safe
Show description for 7c89eeb
kristjan.jonsson
committed
7c89eeb
View commit details
Copy full SHA for 7c89eeb
View code at this point
Browse repository at this point
Issue 3677: Fix import from UNC paths on Windows.
Show description for b747c0c
kristjan.jonsson
committed
b747c0c
View commit details
Copy full SHA for b747c0c
View code at this point
Browse repository at this point
Issue 3582. Improved thread support and TLS for Windows
Show description for ea10b1f
kristjan.jonsson
committed
ea10b1f
View commit details
Copy full SHA for ea10b1f
View code at this point
Browse repository at this point
Commits on Jan 6, 2009
Issue #1180193: When importing a module from a .pyc (or .pyo) file with
Show description for 8964a93
antoine.pitrou
committed
8964a93
View commit details
Copy full SHA for 8964a93
View code at this point
Browse repository at this point
Commits on Jan 3, 2009
Issue #4817: Remove unused function PyOS_GetLastModificationTime.
Show description for d68c4be
martin.v.loewis
committed
d68c4be
View commit details
Copy full SHA for d68c4be
View code at this point
Browse repository at this point
Commits on Jan 2, 2009
fix compilation on non-Windows platforms
Show description for 52f0dc7
benjamin.peterson
committed
52f0dc7
View commit details
Copy full SHA for 52f0dc7
View code at this point
Browse repository at this point
Issue #4075: Use OutputDebugStringW in Py_FatalError.
Show description for 40fb890
martin.v.loewis
committed
40fb890
View commit details
Copy full SHA for 40fb890
View code at this point
Browse repository at this point
Commits on Jan 1, 2009
welcome to 2009, Python!
Show description for 254e41c
benjamin.peterson
committed
254e41c
View commit details
Copy full SHA for 254e41c
View code at this point
Browse repository at this point
Commits on Dec 27, 2008
#4748 lambda generators shouldn't return values
Show description for b72992c
benjamin.peterson
committed
b72992c
View commit details
Copy full SHA for b72992c
View code at this point
Browse repository at this point
Commits on Dec 22, 2008
fix #4720: the format to PyArg_ParseTupleAndKeywords can now start with '|'
Show description for b0216f3
benjamin.peterson
committed
b0216f3
View commit details
Copy full SHA for b0216f3
View code at this point
Browse repository at this point
Commits on Dec 17, 2008
Issue #2183: Simplify and optimize bytecode for list comprehensions.
Show description for 25e5a9f
antoine.pitrou
committed
25e5a9f
View commit details
Copy full SHA for 25e5a9f
View code at this point
Browse repository at this point
Commits on Dec 10, 2008
#4559: When a context manager's __exit__() method returns an object whose
Show description for fa66e1d
amaury.forgeotdarc
committed
fa66e1d
View commit details
Copy full SHA for fa66e1d
View code at this point
Browse repository at this point
Commits on Dec 8, 2008
Issue 4597: Fix several cases in EvalFrameEx where an exception could be
Show description for 4a386f6
jeffrey.yasskin
committed
4a386f6
View commit details
Copy full SHA for 4a386f6
View code at this point
Browse repository at this point
Commits on Dec 5, 2008
Issue #4461: Safety check in parsenumber (ast.c)
Show description for f4adf97
mark.dickinson
committed
f4adf97
View commit details
Copy full SHA for f4adf97
View code at this point
Browse repository at this point
Commits on Dec 3, 2008
Speed up Python (according to pybench and 2to3-on-itself) by 1-2% by caching
Show description for a57989c
jeffrey.yasskin
committed
a57989c
View commit details
Copy full SHA for a57989c
View code at this point
Browse repository at this point
Commits on Nov 25, 2008
always check the return value of NEW_IDENTIFIER
Show description for 64fde29
benjamin.peterson
committed
64fde29
View commit details
Copy full SHA for 64fde29
View code at this point
Browse repository at this point
Commits on Nov 22, 2008
#3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from
Show description for af04d3f
amaury.forgeotdarc
committed
af04d3f
View commit details
Copy full SHA for af04d3f
View code at this point
Browse repository at this point
Commits on Nov 21, 2008
don't segfault when \N escapes are used and unicodedata fails to load
Show description for 1b5eea0
benjamin.peterson
committed
1b5eea0
View commit details
Copy full SHA for 1b5eea0
View code at this point
Browse repository at this point
Commits on Nov 8, 2008
check for assignment to __debug__ during AST generation
Show description for 85f1ac3
benjamin.peterson
committed
85f1ac3
View commit details
Copy full SHA for 85f1ac3
View code at this point
Browse repository at this point
Commits on Oct 31, 2008
make sure the parser flags and passed onto the compiler
Show description for ea51225
benjamin.peterson
committed
ea51225
View commit details
Copy full SHA for ea51225
View code at this point
Browse repository at this point
Commits on Oct 30, 2008
move unprefixed error into .c file
Show description for ed16033
benjamin.peterson
committed
ed16033
View commit details
Copy full SHA for ed16033
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL