- 25 Eki, 2010 6 kayıt (commit)
-
-
Victor Stinner yazdı
-
Senthil Kumaran yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Jesus Cea yazdı
-
Skip Montanaro yazdı
-
- 24 Eki, 2010 13 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
As suggested by Antoine, it's better to patch only test_pep277 than the unittest module.
-
Georg Brandl yazdı
-
Victor Stinner yazdı
narrow/wide unicode build.
-
Victor Stinner yazdı
keep a local copy of the fileystem encoding, instead of calling sys.getfilesystemencoding() each time. The filesystem encoding is now constant.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
except when configured --with-pydebug. Emit this warning from the GC shutdown procedure, rather than just printing to stderr.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Nick Coghlan yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 23 Eki, 2010 11 kayıt (commit)
-
-
R. David Murray yazdı
-
Antoine Pitrou yazdı
-
Martin v. Löwis yazdı
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
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 yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
tarinfo.mtime is an int, whereas getmtime() is a float and it might be different by something like 3 µs.
-
Victor Stinner yazdı
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 Eki, 2010 10 kayıt (commit)
-
-
Antoine Pitrou yazdı
test_multiprocessing's misbehaviour.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
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 yazdı
with and without --enable-shared on Ubuntu 10.10. Hopefully this finally solves bug 10126. Will check 3.1 next.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add a unittest and a stats test file.
-