FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects - java66liu/python · GitHub
java66liu
/
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
Objects
on
master
User selector
Datepicker
Commit history
Commits on Feb 8, 2009
Issue #789290: make sure that hash(2**63) == hash(2.**63) on 64-bit
Show description for 120a18d
mark.dickinson
committed
120a18d
View commit details
Copy full SHA for 120a18d
View code at this point
Browse repository at this point
Remove redundant assignment in _PyObject_LengthHint
Show description for 128add8
mark.dickinson
committed
128add8
View commit details
Copy full SHA for 128add8
View code at this point
Browse repository at this point
Commits on Feb 4, 2009
issue 4804: Provide checks for the format string of strftime, and for the "mode" string of fopen on Windows. These strings are user provided from python and so we can avoid invoking the C runtime…
Show description for 05c6ab0
kristjan.jonsson
committed
05c6ab0
View commit details
Copy full SHA for 05c6ab0
View code at this point
Browse repository at this point
Commits on Feb 3, 2009
Validate that __length_hint__ returns a usable result.
Show description for b139ac7
raymond.hettinger
committed
b139ac7
View commit details
Copy full SHA for b139ac7
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
fix indentation in comment
Show description for 4ca8dbd
benjamin.peterson
committed
4ca8dbd
View commit details
Copy full SHA for 4ca8dbd
View code at this point
Browse repository at this point
fix indentation; looks like all I managed to do the first time is make things uglier
Show description for dfce534
benjamin.peterson
committed
dfce534
View commit details
Copy full SHA for dfce534
View code at this point
Browse repository at this point
fix indentation
Show description for 56cf660
benjamin.peterson
committed
56cf660
View commit details
Copy full SHA for 56cf660
View code at this point
Browse repository at this point
completely detabify unicodeobject.c
Show description for 6d9fb7e
benjamin.peterson
committed
6d9fb7e
View commit details
Copy full SHA for 6d9fb7e
View code at this point
Browse repository at this point
Commits on Jan 26, 2009
Fix comment.
Show description for 4a6b885
mark.dickinson
committed
4a6b885
View commit details
Copy full SHA for 4a6b885
View code at this point
Browse repository at this point
Fix undefined behaviour (left shift of negative value) in long_hash. Also,
Show description for 3f4d39e
mark.dickinson
committed
3f4d39e
View commit details
Copy full SHA for 3f4d39e
View code at this point
Browse repository at this point
Commits on Jan 25, 2009
No need for carry to be type twodigits in _PyLong_AsByteArray; digit is large enough.
Show description for 7b5c1fe
mark.dickinson
committed
7b5c1fe
View commit details
Copy full SHA for 7b5c1fe
View code at this point
Browse repository at this point
Fixed compile error on windows.
Show description for 5458c9a
hirokazu.yamamoto
committed
5458c9a
View commit details
Copy full SHA for 5458c9a
View code at this point
Browse repository at this point
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 24, 2009
Issue #4393: fix 3 classes of potential portability problems in longobject.c:
Show description for b624cb5
mark.dickinson
committed
b624cb5
View commit details
Copy full SHA for b624cb5
View code at this point
Browse repository at this point
Commits on Jan 20, 2009
fix url
Show description for 89b0c5a
benjamin.peterson
committed
89b0c5a
View commit details
Copy full SHA for 89b0c5a
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
#4930: Slightly cleaner (and faster) code in type creation:
Show description for 2578c43
amaury.forgeotdarc
committed
2578c43
View commit details
Copy full SHA for 2578c43
View code at this point
Browse repository at this point
Commits on Jan 13, 2009
Issue #4935: The overflow checking code in the expandtabs() method common
Show description for 5f9643e
antoine.pitrou
committed
5f9643e
View commit details
Copy full SHA for 5f9643e
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 7, 2009
Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t.
Show description for c5f7665
martin.v.loewis
committed
c5f7665
View commit details
Copy full SHA for c5f7665
View code at this point
Browse repository at this point
Commits on Jan 1, 2009
Issue #3680: Reference cycles created through a dict, set or deque iterator did not get collected.
Show description for 9657e52
antoine.pitrou
committed
9657e52
View commit details
Copy full SHA for 9657e52
View code at this point
Browse repository at this point
Commits on Dec 30, 2008
Issue #4701: implicitly call PyType_Ready from PyObject_Hash
Show description for fdc7cee
nick.coghlan
committed
fdc7cee
View commit details
Copy full SHA for fdc7cee
View code at this point
Browse repository at this point
Commits on Dec 29, 2008
#4764 set IOError.filename when trying to open a directory on POSIX platforms
Show description for 9a30d1b
benjamin.peterson
committed
9a30d1b
View commit details
Copy full SHA for 9a30d1b
View code at this point
Browse repository at this point
Commits on Dec 28, 2008
Backport r67974:
Show description for cddfcad
georg.brandl
committed
cddfcad
View commit details
Copy full SHA for cddfcad
View code at this point
Browse repository at this point
Commits on Dec 27, 2008
Remove unnecessary casts related to unicode_decode_call_errorhandler.
Show description for e26be87
alexandre.vassalotti
committed
e26be87
View commit details
Copy full SHA for e26be87
View code at this point
Browse repository at this point
Commits on Dec 22, 2008
add py3k warnings to frame.f_exc_*
Show description for bdab1f3
benjamin.peterson
committed
bdab1f3
View commit details
Copy full SHA for bdab1f3
View code at this point
Browse repository at this point
Commits on Dec 17, 2008
Issue #3439: add bit_length method to int and long.
Show description for b5c4363
mark.dickinson
committed
b5c4363
View commit details
Copy full SHA for b5c4363
View code at this point
Browse repository at this point
Commits on Dec 15, 2008
#3632: the "pyo" macro from gdbinit can now run when the GIL is released.
Show description for 2a04564
amaury.forgeotdarc
committed
2a04564
View commit details
Copy full SHA for 2a04564
View code at this point
Browse repository at this point
Commits on Dec 6, 2008
Issue #4509: bugs in bytearray with exports (buffer protocol)
Show description for ac8f13c
antoine.pitrou
committed
ac8f13c
View commit details
Copy full SHA for ac8f13c
View code at this point
Browse repository at this point
Commits on Dec 5, 2008
Issue #4445: save 3 bytes (on average, on a typical machine) per
Show description for 6606dbf
mark.dickinson
committed
6606dbf
View commit details
Copy full SHA for 6606dbf
View code at this point
Browse repository at this point
Commits on Dec 3, 2008
Backport r67478
Show description for 3630a35
raymond.hettinger
committed
3630a35
View commit details
Copy full SHA for 3630a35
View code at this point
Browse repository at this point
Commits on Nov 29, 2008
Fix a small typo in docstring
Show description for 63aaa8d
amaury.forgeotdarc
committed
63aaa8d
View commit details
Copy full SHA for 63aaa8d
View code at this point
Browse repository at this point
Commits on Nov 19, 2008
make sure that bytearray methods return a new bytearray even if there is no change
Show description for d425642
benjamin.peterson
committed
d425642
View commit details
Copy full SHA for d425642
View code at this point
Browse repository at this point
Commits on Nov 17, 2008
when __getattr__ is a descriptor, call it correctly; fixes #4230
Show description for 763069a
benjamin.peterson
committed
763069a
View commit details
Copy full SHA for 763069a
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL