- 27 Oct, 2010 1 commit
-
-
Victor Stinner authored
* Windows always uses mbcs * Mac OS X always uses utf-8
-
- 26 Oct, 2010 8 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Vinay Sajip authored
-
R. David Murray authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 25 Oct, 2010 8 commits
-
-
Georg Brandl authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Senthil Kumaran authored
-
Vinay Sajip authored
-
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 10 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.
-