- 31 Mar, 2012 26 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Matt Joiner.
-
Antoine Pitrou authored
Patch by Matt Joiner.
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
These functions are not documnted, so no documentation update.
-
Sandro Tosi authored
-
Sandro Tosi authored
-
R David Murray authored
Without this fix, both 2.7 and 3.x would always point to the "current" docs...which means that before this fix python 3.2 'help' pointed to the 2.7 tutorial.
-
R David Murray authored
Without this fix, both 2.7 and 3.x would always point to the "current" docs...which means that before this fix python 3.2 'help' pointed to the 2.7 tutorial.
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Kristján Valur Jónsson authored
VS2010 defineds the old errno constants in addition to the WSA* ones.
-
Kristján Valur Jónsson authored
-
Andrew Svetlov authored
issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Eli Bendersky authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 30 Mar, 2012 10 commits
-
-
R David Murray authored
Patch by Sandro Tosi.
-
R David Murray authored
Patch by Sandro Tosi.
-
Raymond Hettinger authored
-
Eli Bendersky authored
-
Stefan Krah authored
-
Stefan Krah authored
in libmpdec to prevent undefined behavior if an invalid context is used. This cannot occur for the _decimal module since user input for the context is validated.
-
Kristján Valur Jónsson authored
PyFloatObjects are now allocated using PyObject_MALLOC like all other internal types, but maintain a limited freelist of objects at hand for performance. This will result in more consistent memory usage by Python.
-
Eli Bendersky authored
Removed the useless explanation of the Element data structure that started the documentation page. Instead, the documentation now starts with a brief tutorial skimming some of the capabilities of the module. The tutorial can be followed by additional topic-specific sections (such as XPath support), and eventually by a reference that goes over the module's classes and functions, as usual.
-
Eli Bendersky authored
-
Eli Bendersky authored
-
- 29 Mar, 2012 4 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Andrew Svetlov authored
-
Ross Lagerwall authored
-