- 19 Mar, 2013 5 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
R David Murray authored
This fixes a regression relative to Python2. (In 2, methods on a class were unbound methods and matched the inspect queries being done, in 3 they are just functions and so were missed). This is an undocumented function that pydoc itself does not use, but I found that numpy at least uses it in its documentation generator. Original patch by Matt Bachmann.
-
R David Murray authored
This fixes a regression relative to Python2. (In 2, methods on a class were unbound methods and matched the inspect queries being done, in 3 they are just functions and so were missed). This is an undocumented function that pydoc itself does not use, but I found that numpy at least uses it in its documentation generator. Original patch by Matt Bachmann.
-
Senthil Kumaran authored
-
- 18 Mar, 2013 6 commits
-
-
Michael Foord authored
-
Andrew Svetlov authored
-
R David Murray authored
Patch by Rafael Santos.
-
R David Murray authored
Patch by Rafael Santos.
-
R David Murray authored
Original patch by Kushal Das.
-
R David Murray authored
Original patch by Kushal Das.
-
- 17 Mar, 2013 5 commits
-
-
Brett Cannon authored
does not support dynamic loading (e.g. Atari), so make sure that imp doesn't assume it always exists. Patch by Christian Heimes.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
the sentence referred to. Make other minor edits to improve flow.
-
- 16 Mar, 2013 19 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
caching of compiled regular expressions.
-
Serhiy Storchaka authored
caching of compiled regular expressions.
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
R David Murray authored
-
R David Murray authored
Initial patch contributed by Edmond Burnett.
-
- 15 Mar, 2013 4 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 14 Mar, 2013 1 commit
-
-
Serhiy Storchaka authored
urllib.parse.unquote() and urllib.parse.unquote_to_bytes().
-