- 22 Oct, 2010 5 commits
-
-
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 11 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
-
Vinay Sajip authored
-
Ronald Oussoren authored
Without this patch you'll get link errors in some extensions (in particular the _curses_panel) one when you try to build a 3-way universal framework when you previously installed a 2-way universal framework using the python.org installer.
-
Ronald Oussoren authored
Without this patch the i386/x86_64 installer for OSX 10.6 lies in the ReadMe file and the "Important Information" screen of the installer (that is, the installer claims it supports the i386 and ppc architectures insetead of the ones it really supports)
-
Vinay Sajip authored
-
Georg Brandl authored
-
- 19 Oct, 2010 10 commits
-
-
R. David Murray authored
-
Vinay Sajip authored
-
Alexander Belopolsky authored
reported by Terry J. Reedy.
-
Georg Brandl authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Georg Brandl authored
#10092: Properly reset locale in Locale*Calendar classes. The context manager was buggy because setlocale() returns the *new* locale, not the old. Also add a test for this.
-
Alexander Belopolsky authored
Thanks Boštjan Mejak for the patch.
-
Vinay Sajip authored
logging: Added _logRecordClass, getLogRecordClass, setLogRecordClass to increase flexibility of LogRecord creation.
-
Senthil Kumaran authored
-