- 23 Oct, 2010 10 commits
-
-
Antoine Pitrou authored
-
Martin v. Löwis authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Victor Stinner authored
handler to parse the Makefile file. Avoid a UnicodeDecodeError if the source code directory name contains a non-ASCII character and the locale encoding is ASCII.
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Victor Stinner authored
tarinfo.mtime is an int, whereas getmtime() is a float and it might be different by something like 3 µs.
-
Victor Stinner authored
Instead of casting it to wchar_t* without conversion. It fixes a bug if Python is compiled a non-ascii directory, different than the source code directory, with C locale.
-
- 22 Oct, 2010 10 commits
-
-
Antoine Pitrou authored
test_multiprocessing's misbehaviour.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
in order to support the TLS SNI extension. `HTTPSConnection` and `urlopen()` also use this argument, so that HTTPS virtual hosts are now supported.
-
Barry Warsaw authored
with and without --enable-shared on Ubuntu 10.10. Hopefully this finally solves bug 10126. Will check 3.1 next.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add a unittest and a stats test file.
-
- 21 Oct, 2010 14 commits
-
-
Éric Araujo authored
Fixes bug #10126 for Python 3.2 by using $RUNSHARED to find the directory to the shared library. test_distutils now passes when Python was built with --enable-shared (Barry didn’t have the error but I did).
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Georg Brandl authored
-
Brian Curtin authored
-
Brian Curtin authored
unreadable by all users, e.g., Flash, Silverlight, and Java keys were causing errors. We don't currently have a way to grant/deny permissions for a key via winreg so there are no tests for this.
-
Georg Brandl authored
-
Antoine Pitrou authored
They can be retrieved through a new attribute `sys._xoptions`.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C file reindenting, and docs whitespace fixing.
-
Georg Brandl authored
-
- 20 Oct, 2010 6 commits
-
-
Victor Stinner authored
the locale encoding. If the LANG (and LC_ALL and LC_CTYPE) environment variable is not set, the locale encoding is ISO-8859-1, whereas most programs (including Python) expect UTF-8. Python already uses UTF-8 for the filesystem encoding and to encode command line arguments on this OS.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
The test failed with python -bb.
-
Benjamin Peterson authored
-
Vinay Sajip authored
-