- 25 Oct, 2010 3 commits
-
-
Vinay Sajip authored
-
Jesus Cea authored
-
Skip Montanaro authored
-
- 24 Oct, 2010 13 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
As suggested by Antoine, it's better to patch only test_pep277 than the unittest module.
-
Georg Brandl authored
-
Victor Stinner authored
narrow/wide unicode build.
-
Victor Stinner authored
keep a local copy of the fileystem encoding, instead of calling sys.getfilesystemencoding() each time. The filesystem encoding is now constant.
-
Georg Brandl authored
-
Georg Brandl authored
except when configured --with-pydebug. Emit this warning from the GC shutdown procedure, rather than just printing to stderr.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Nick Coghlan authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 23 Oct, 2010 11 commits
-
-
R. David Murray authored
-
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 3 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
-