- 13 Mar, 2010 16 kayıt (commit)
-
-
Antoine Pitrou yazdı
It measures the number of UDP packets processed per second depending on the number of background CPU-bound Python threads.
-
Florent Xicluna yazdı
Add the keyword argument "method=None" to the .write() method and the tostring/tostringlist functions. Update the function, class and method signatures, according to the new convention.
-
Florent Xicluna yazdı
-
Martin v. Löwis yazdı
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Ezio Melotti yazdı
-
Victor Stinner yazdı
string. Initialize all attributes to be able to call the statement destructor on error. Avoid also a duplicate connection in some tests: setUp() does already open a connection (":memory:").
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Victor Stinner yazdı
-
- 12 Mar, 2010 6 kayıt (commit)
-
-
Georg Brandl yazdı
Deactivate automatic upload of the docs to python.org, they will now be built by a job on that machine.
-
Victor Stinner yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 11 Mar, 2010 13 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too.
-
Victor Stinner yazdı
the #7774 bug.
-
Victor Stinner yazdı
retrieve the absolute Python path even if argv[0] has been set to a non existent program name.
-
Victor Stinner yazdı
set to an non existent program name and Python is unable to retrieve the real program name. Fix also sysconfig: if sys.executable is an empty string, use the current working directory.
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
It does not fix #7774.
-
- 10 Mar, 2010 3 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Victor Stinner yazdı
Copy/paste failure :-)
-
Victor Stinner yazdı
(SIGINT). If an error occurs while importing the site module, the error is printed and Python exits. Initialize the GIL before importing the site module.
-
- 09 Mar, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-