- 28 Jul, 2010 3 commits
-
-
Victor Stinner authored
-
Ezio Melotti authored
-
Victor Stinner authored
-
- 27 Jul, 2010 9 commits
-
-
Victor Stinner authored
-
Alexander Belopolsky authored
the first object in the pickle file.
-
Ezio Melotti authored
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
Florent Xicluna authored
And fix the email package to encode to ASCII instead of ``raw-unicode-escape`` before ASCII-to-binary decoding.
-
Georg Brandl authored
-
Alexander Belopolsky authored
-
Gregory P. Smith authored
been increased from 100 to 500 and the cache replacement policy has changed from simply clearing the entire cache on overflow to randomly forgetting 20% of the existing cached compiled regular expressions. This is a performance win for applications that use a lot of regular expressions and limits the impact of the performance hit anytime the cache is exceeded.
-
- 26 Jul, 2010 12 commits
-
-
Georg Brandl authored
-
Alexander Belopolsky authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Alexander Belopolsky authored
-
Brian Curtin authored
-
Brian Curtin authored
Changes include using a list of lines instead of patching together using string interpolation, and a multi-line value test cases.
-
- 25 Jul, 2010 7 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Michael Foord authored
-
Andrew M. Kuchling authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
test_profilehooks to test_sys_setprofile so that test_trace can be used for testing the trace module and for naming consistency.
-
Alexander Belopolsky authored
test_sys_settrace and test_profilehooks to test_sys_setprofile in all three branches.
-
- 24 Jul, 2010 5 commits
-
-
Ronald Oussoren authored
assumes that the result of getgroups and the output of the id(1) command return groups in the same order. That assumption is both fragile and false.
-
Martin v. Löwis authored
-
Richard Jones authored
Changes the previously private attributes to make them public, increasing the potential for extending the library in user code. Backward-compatible and documented.
-
Victor Stinner authored
The EPIPE error occurs when the server closes the socket and the client sends a "big" XML-RPC request (I don't know exactly the size threshold). request() just have to ignore the error because single_request() closes the socket on error, and so the next call to single_request() will open a new socket. Remove also a comment in the HTTP client because it's now wrong: see r70643 and issue #5542.
-
Victor Stinner authored
doesn't except a value (eg. --help= is rejected if getopt uses ['help='] long options).
-
- 23 Jul, 2010 4 commits
-
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Brett Cannon authored
-
Brett Cannon authored
Closes issue 9358. Thanks to Brian Brazil for the patch.
-