- 24 Jun, 2011 1 commit
-
-
R David Murray authored
The new wording is based on the comments in the code, which match the actual behavior.
-
- 23 Jun, 2011 1 commit
-
-
R David Murray authored
-
- 20 Jun, 2011 6 commits
-
-
Victor Stinner authored
"#3067: locale.setlocale() accepts a Unicode locale."
-
Victor Stinner authored
processes if negative or null.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Victor Stinner authored
-
Senthil Kumaran authored
-
- 18 Jun, 2011 2 commits
-
-
R David Murray authored
Patch by July Tikhonov.
-
R David Murray authored
This makes them work like the close provided by regular file objects. This patch also backports the close-the-underlying-file code for _ProxyFile objects that was introduced along with context manager support in the 3.x branch.
-
- 17 Jun, 2011 1 commit
-
-
Victor Stinner authored
connection if its getresponse() method fails with a socket error. Patch written by Ezio Melotti.
-
- 16 Jun, 2011 1 commit
-
-
Benjamin Peterson authored
-
- 13 Jun, 2011 1 commit
-
-
Vinay Sajip authored
-
- 11 Jun, 2011 6 commits
-
-
Benjamin Peterson authored
This allows findsource() to work in doctests. A patch from Dirkjan Ochtman.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 10 Jun, 2011 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Eli Bendersky authored
-
- 09 Jun, 2011 5 commits
-
-
R David Murray authored
Original fix by 'rep', final patch (with tests) by Xuanji Li.
-
Brian Curtin authored
Rather than wrapping the C _isdir function in a Python function, just import the C _isdir function directly. Additionally, add in the docstring which was left out.
-
Éric Araujo authored
Extract of the commit message: Fix usage of :option: in the docs (#9312). :option: is used to create a link to an option of python, not to mark up any instance of any arbitrary command-line option. These were changed to ````.
-
Éric Araujo authored
-
Brian Curtin authored
-
- 07 Jun, 2011 1 commit
-
-
Éric Araujo authored
-
- 06 Jun, 2011 1 commit
-
-
Éric Araujo authored
-
- 05 Jun, 2011 3 commits
-
-
Benjamin Peterson authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 04 Jun, 2011 6 commits
-
-
Éric Araujo authored
-
Mark Dickinson authored
Issue #12080: Fix a performance issue in Decimal._power_exact that caused some corner-case Decimal.__pow__ calls to take an unreasonably long time.
-
Éric Araujo authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 03 Jun, 2011 1 commit
-
-
Victor Stinner authored
test_multibytecodec_support. Improve also error message of the test_errorhandle() of TestBase.
-