- 14 Mar, 2010 1 commit
-
-
Florent Xicluna authored
-
- 13 Mar, 2010 16 commits
-
-
Antoine Pitrou authored
It measures the number of UDP packets processed per second depending on the number of background CPU-bound Python threads.
-
Florent Xicluna authored
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 authored
-
Martin v. Löwis authored
-
Mark Dickinson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Ezio Melotti authored
-
Victor Stinner authored
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 authored
-
Ezio Melotti authored
-
Victor Stinner authored
-
- 12 Mar, 2010 6 commits
-
-
Georg Brandl authored
Deactivate automatic upload of the docs to python.org, they will now be built by a job on that machine.
-
Victor Stinner authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 11 Mar, 2010 13 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Florent Xicluna authored
-
Florent Xicluna authored
Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too.
-
Victor Stinner authored
the #7774 bug.
-
Victor Stinner authored
retrieve the absolute Python path even if argv[0] has been set to a non existent program name.
-
Victor Stinner authored
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 authored
-
Florent Xicluna authored
-
Florent Xicluna authored
It does not fix #7774.
-
- 10 Mar, 2010 3 commits
-
-
Florent Xicluna authored
-
Victor Stinner authored
Copy/paste failure :-)
-
Victor Stinner authored
(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 1 commit
-
-
Benjamin Peterson authored
-