FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Include - broncodans/python · GitHub
broncodans
/
python
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
Include
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 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 12, 2009
#3720: Interpreter crashes when an evil iterator removes its own next function.
Show description for b76ae2a
amaury.forgeotdarc
committed
b76ae2a
View commit details
Copy full SHA for b76ae2a
View code at this point
Browse repository at this point
Commits on Jan 9, 2009
Fix issue 4884, preventing a crash in the socket code when python is compiled
Show description for 7395d0a
jeffrey.yasskin
committed
7395d0a
View commit details
Copy full SHA for 7395d0a
View code at this point
Browse repository at this point
Commits on Jan 5, 2009
Fix #4846 (Py_UNICODE_ISSPACE causes linker error) by moving the declaration
Show description for ebe0f79
marc-andre.lemburg
committed
ebe0f79
View commit details
Copy full SHA for ebe0f79
View code at this point
Browse repository at this point
Commits on Jan 4, 2009
Use C99 'isfinite' macro in preference to BSD-derived 'finite' function.
Show description for 2c950bc
mark.dickinson
committed
2c950bc
View commit details
Copy full SHA for 2c950bc
View code at this point
Browse repository at this point
Fix HAVE_DECL_ISINF/ISNAN test (again).
Show description for 862479a
mark.dickinson
committed
862479a
View commit details
Copy full SHA for 862479a
View code at this point
Browse repository at this point
Oops. Need to check not only that HAVE_DECL_ISINF is defined, but also
Show description for 6514842
mark.dickinson
committed
6514842
View commit details
Copy full SHA for 6514842
View code at this point
Browse repository at this point
isinf and isnan are macros, not functions; fix configure script
Show description for 0ff8896
mark.dickinson
committed
0ff8896
View commit details
Copy full SHA for 0ff8896
View code at this point
Browse repository at this point
Commits on Dec 28, 2008
fix WORD_BIGEDIAN declaration in Universal builds; fixes #4060 and #4728
Show description for 256e04d
benjamin.peterson
committed
256e04d
View commit details
Copy full SHA for 256e04d
View code at this point
Browse repository at this point
Sort UCS-2/UCS-4 name mangling list.
Show description for e6aa087
alexandre.vassalotti
committed
e6aa087
View commit details
Copy full SHA for e6aa087
View code at this point
Browse repository at this point
Fix name mangling of PyUnicode_ClearFreeList.
Show description for aa231bf
alexandre.vassalotti
committed
aa231bf
View commit details
Copy full SHA for aa231bf
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 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
Commits on Oct 14, 2008
#4122: On Windows, Py_UNICODE_ISSPACE cannot be used in an extension module:
Show description for a567541
amaury.forgeotdarc
committed
a567541
View commit details
Copy full SHA for a567541
View code at this point
Browse repository at this point
Commits on Oct 2, 2008
Bump to 2.7a0
Show description for 46b3c83
barry.warsaw
committed
46b3c83
View commit details
Copy full SHA for 46b3c83
View code at this point
Browse repository at this point
Commits on Oct 1, 2008
Bumping to 2.6 final.
Show description for bd9dfd1
barry.warsaw
committed
bd9dfd1
View commit details
Copy full SHA for bd9dfd1
View code at this point
Browse repository at this point
Commits on Sep 22, 2008
build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files
Show description for 0aa0f1f
andrew.macintyre
committed
0aa0f1f
View commit details
Copy full SHA for 0aa0f1f
View code at this point
Browse repository at this point
Commits on Sep 18, 2008
done with 2.6rc2
Show description for b986480
barry.warsaw
committed
b986480
View commit details
Copy full SHA for b986480
View code at this point
Browse repository at this point
Bumping to 2.6rc2
Show description for f5e8019
barry.warsaw
committed
f5e8019
View commit details
Copy full SHA for f5e8019
View code at this point
Browse repository at this point
Commits on Sep 13, 2008
post release updates
Show description for 7c20add
barry.warsaw
committed
7c20add
View commit details
Copy full SHA for 7c20add
View code at this point
Browse repository at this point
Commits on Sep 12, 2008
Fix the release level
Show description for 6e3962f
barry.warsaw
committed
6e3962f
View commit details
Copy full SHA for 6e3962f
View code at this point
Browse repository at this point
Bumping to 2.6rc1
Show description for 58f7af2
barry.warsaw
committed
58f7af2
View commit details
Copy full SHA for 58f7af2
View code at this point
Browse repository at this point
Commits on Aug 29, 2008
#3668: When PyArg_ParseTuple correctly parses a s* format, but raises an
Show description for 8c3f2f6
antoine.pitrou
committed
8c3f2f6
View commit details
Copy full SHA for 8c3f2f6
View code at this point
Browse repository at this point
Commits on Aug 26, 2008
Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to
Show description for dd41df2
antoine.pitrou
committed
dd41df2
View commit details
Copy full SHA for dd41df2
View code at this point
Browse repository at this point
sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str
Show description for 66a096b
benjamin.peterson
committed
66a096b
View commit details
Copy full SHA for 66a096b
View code at this point
Browse repository at this point
Commits on Aug 21, 2008
done with the release
Show description for 07f930a
barry.warsaw
committed
07f930a
View commit details
Copy full SHA for 07f930a
View code at this point
Browse repository at this point
Bump to 2.6b3.
Show description for f57e2bc
barry.warsaw
committed
f57e2bc
View commit details
Copy full SHA for f57e2bc
View code at this point
Browse repository at this point
Commits on Aug 19, 2008
Hopeful fix for issue 1878: remove Py_TPFLAGS_HAVE_VERSION_TAG from
Show description for fac80b2
guido.van.rossum
committed
fac80b2
View commit details
Copy full SHA for fac80b2
View code at this point
Browse repository at this point
fix a little typo
Show description for 984b713
benjamin.peterson
committed
984b713
View commit details
Copy full SHA for 984b713
View code at this point
Browse repository at this point
Commits on Aug 17, 2008
fix compile errors
Show description for 47d4a3c
benjamin.peterson
committed
47d4a3c
View commit details
Copy full SHA for 47d4a3c
View code at this point
Browse repository at this point
expose PySTEntry.nested so the symtable module will work
Show description for 943cddd
benjamin.peterson
committed
943cddd
View commit details
Copy full SHA for 943cddd
View code at this point
Browse repository at this point
Commits on Aug 12, 2008
Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
Show description for 784bfa9
martin.v.loewis
committed
784bfa9
View commit details
Copy full SHA for 784bfa9
View code at this point
Browse repository at this point
Commits on Jul 22, 2008
Issue #2620: Overflow checking when allocating or reallocating memory
Show description for eb0c778
gregory.p.smith
committed
eb0c778
View commit details
Copy full SHA for eb0c778
View code at this point
Browse repository at this point
Commits on Jul 18, 2008
Post release cleanup
Show description for 8a70fba
barry.warsaw
committed
8a70fba
View commit details
Copy full SHA for 8a70fba
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL