- 28 Jul, 2010 9 commits
-
-
Victor Stinner authored
-
Georg Brandl authored
-
Florent Xicluna authored
-
Senthil Kumaran authored
-
Georg Brandl authored
#1682942: add some ConfigParser features: alternate delimiters, alternate comments, empty lines in values. Also enhance the docs with more examples and mention SafeConfigParser before ConfigParser. Patch by Lukas Langa, review by myself, Eric and Ezio.
-
Georg Brandl authored
-
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 3 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.
-