An error occurred fetching the project authors.
- 12 Mar, 2015 1 commit
-
-
Serhiy Storchaka authored
Fixed 2 to 3 porting bug in pynche.ColorDB.
-
- 06 Feb, 2015 1 commit
-
-
Benjamin Peterson authored
Patch by Eldar Abusalimov.
-
- 20 Jun, 2014 1 commit
-
-
Terry Jan Reedy authored
-
- 17 Mar, 2014 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
correct the fix for #20637; allow slot descriptor inheritance to take place before creating cached keys
-
- 16 Feb, 2014 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 07 Feb, 2014 1 commit
-
-
Serhiy Storchaka authored
-
- 23 Nov, 2013 2 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Most of the work is by Alexandre.
-
- 22 Nov, 2013 1 commit
-
-
Eric Snow authored
-
- 17 Nov, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 20 Oct, 2013 1 commit
-
-
Benjamin Peterson authored
-
- 19 Oct, 2013 1 commit
-
-
Benjamin Peterson authored
-
- 30 Jul, 2013 1 commit
-
-
Antoine Pitrou authored
-
- 04 May, 2013 1 commit
-
-
Brett Cannon authored
attributes to None. The long-term goal is for people to be able to rely on these attributes existing and checking for None to see if they have been set. Since import itself sets these attributes when a loader does not the only instances when the attributes are None are from someone overloading __import__() and not using a loader or someone creating a module from scratch. This patch also unifies module initialization. Before you could have different attributes with default values depending on how the module object was created. Now the only way to not get the same default set of attributes is to circumvent initialization by calling ModuleType.__new__() directly.
-
- 13 Apr, 2013 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
-
- 31 Oct, 2012 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 01 May, 2012 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 24 Apr, 2012 2 commits
-
-
Benjamin Peterson authored
This also alters the fix to #11603. Specifically, setting __repr__ to object.__str__ now raises a recursion RuntimeError when str() or repr() is called instead of silently bypassing the recursion. I believe this behavior is more correct.
-
Benjamin Peterson authored
This also alters the fix to #11603. Specifically, setting __repr__ to object.__str__ now raises a recursion RuntimeError when str() or repr() is called instead of silently bypassing the recursion. I believe this behavior is more correct.
-
- 15 Apr, 2012 1 commit
-
-
Victor Stinner authored
-
- 21 Mar, 2012 1 commit
-
-
Benjamin Peterson authored
-
- 17 Mar, 2012 1 commit
-
-
Benjamin Peterson authored
-
- 16 Mar, 2012 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 08 Mar, 2012 2 commits
-
-
Victor Stinner authored
the type MRO to avoid a crash if the MRO is changed during the lookup.
-
Benjamin Peterson authored
Patch from Armin, test from me.
-
- 25 Feb, 2012 1 commit
-
-
Victor Stinner authored
dict anymore if the key is present. Reject also non-string qualified names. And fix reference leaks in type.__new__().
-
- 20 Feb, 2012 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior.
-
- 19 Feb, 2012 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 08 Mar, 2012 1 commit
-
-
Benjamin Peterson authored
Patch from Armin, test from me.
-
- 12 Dec, 2011 1 commit
-
-
Antoine Pitrou authored
Patch by sbt.
-
- 25 Nov, 2011 1 commit
-
-
Antoine Pitrou authored
-