- 31 Mar, 2012 15 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
These functions are not documnted, so no documentation update.
-
R David Murray yazdı
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 yazdı
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 yazdı
-
Sandro Tosi yazdı
-
Kristján Valur Jónsson yazdı
VS2010 defineds the old errno constants in addition to the WSA* ones.
-
Kristján Valur Jónsson yazdı
-
Andrew Svetlov yazdı
issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
Eli Bendersky yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 30 Mar, 2012 10 kayıt (commit)
-
-
R David Murray yazdı
Patch by Sandro Tosi.
-
R David Murray yazdı
Patch by Sandro Tosi.
-
Raymond Hettinger yazdı
-
Eli Bendersky yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
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 yazdı
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 yazdı
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 yazdı
-
Eli Bendersky yazdı
-
- 29 Mar, 2012 10 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Andrew Svetlov yazdı
-
Ross Lagerwall yazdı
-
Andrew Svetlov yazdı
Patch by Roger Serwy.
-
Michael Foord yazdı
-
R David Murray yazdı
Unlike the other facilities, we don't use a fallback for AUTHPRIV if it doesn't exist. Because it is intended for logging sensitive log messages, it is better that a program trying to log such messages fail than that it log them insecurely. Initial patch by Federico Reghenzani.
-
R David Murray yazdı
-
R David Murray yazdı
-
Georg Brandl yazdı
-
- 28 Mar, 2012 5 kayıt (commit)
-
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-