- 13 Agu, 2010 9 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Victor Stinner yazdı
Similar to PyErr_WarnEx() but use PyUnicode_FromFormatV() to format the warning message. Strip also some trailing spaces.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
test_imp fails on Linux with C locale because TESTFN_UNICODE is not encodable to ascii.
-
Victor Stinner yazdı
This function is only by imp.find_module() which does return the filename in a separated variable.
-
Victor Stinner yazdı
* On non-Windows OSes: the constructor accepts bytes filenames and use surrogateescape for unicode filenames * On Windows: use GetFileAttributesW() instead of GetFileAttributesA()
-
Victor Stinner yazdı
* Use 0xff byte on non-Windows OSes * mbcs is now really strict by default: i closed the issue #850997, so use the filesystem encoding and not Latin-1 * Rename TESTFN_UNICODE_UNENCODEABLE to TESTFN_UNENCODEABLE
-
- 12 Agu, 2010 3 kayıt (commit)
-
-
Eric Smith yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
BadZipfile error is raised if it doesn't match (as used to be the case in Python 2.5 and earlier).
-
- 11 Agu, 2010 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by David Watson.
-
Alexander Belopolsky yazdı
va_copy, but available on all python platforms. Untabified a few unrelated files.
-
Tim Golden yazdı
#9055: remove assertion at the end of test_8959_b since the test is about crashing, not about counting and is difficult to manage when run as a service
-
Tim Golden yazdı
-
Antoine Pitrou yazdı
original read request had been satisfied, which can block indefinitely when the underlying raw IO channel is e.g. a socket. Report and original patch by Jason V. Miller.
-
Martin v. Löwis yazdı
-
Brett Cannon yazdı
-
- 10 Agu, 2010 5 kayıt (commit)
-
-
Alexander Belopolsky yazdı
Added names from release27-maint branch that were missing from py3k.
-
Mark Dickinson yazdı
Issue #9530: Fix undefined-behaviour-inducing overflow checks in bytes and bytearray implementations.
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
by Kristján. Unfortunately the 3.x Windows buildbots are in a wreck, so we'll have to watch them when they become fit again.
-
Antoine Pitrou yazdı
-
- 09 Agu, 2010 16 kayıt (commit)
-
-
Antoine Pitrou yazdı
Interpreter Lock around all system calls. Original patch by Ryan Kelly.
-
Antoine Pitrou yazdı
Thread-local objects involved in reference cycles will be deallocated timely by the cyclic GC, even if the underlying thread is still running.
-
Antoine Pitrou yazdı
and make it return the file descriptor.
-
Senthil Kumaran yazdı
Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules.
-
Senthil Kumaran yazdı
-
Florent Xicluna yazdı
------------------------------------------------------------------------ r81149 | florent.xicluna | 2010-05-13 23:40:01 +0200 (jeu. 13 mai 2010) | 2 lignes Better test skipping, with message in the log. ------------------------------------------------------------------------ r81150 | florent.xicluna | 2010-05-13 23:41:05 +0200 (jeu. 13 mai 2010) | 2 lignes Improve test feedback to troubleshoot issue #8423 on OS X. ------------------------------------------------------------------------ r81151 | florent.xicluna | 2010-05-14 01:46:48 +0200 (ven. 14 mai 2010) | 2 lignes Revert changeset r81150 which helped diagnose issue #8423 on some OS X buildbot. ------------------------------------------------------------------------ r82056 | florent.xicluna | 2010-06-17 22:30:56 +0200 (jeu. 17 juin 2010) | 2 lignes Add few words about test.test_genericpath.CommonTest ------------------------------------------------------------------------
-
Florent Xicluna yazdı
------------------------------------------------------------------------ r80411 | florent.xicluna | 2010-04-23 19:59:10 +0200 (ven. 23 avril 2010) | 2 lignes Remove ImportWarnings filters. They become obsolete after r79310, issue #8205. ------------------------------------------------------------------------ r80412 | florent.xicluna | 2010-04-23 20:10:12 +0200 (ven. 23 avril 2010) | 2 lignes Fix the "regrtest -s" switch. ------------------------------------------------------------------------ r81140 | florent.xicluna | 2010-05-13 19:05:29 +0200 (jeu. 13 mai 2010) | 3 lignes Add sensible information about the OS X platform to diagnose issue #8423: test_pep277 fails on "x86 Tiger" buildbot but not on "PPC Tiger". ------------------------------------------------------------------------ r81141 | florent.xicluna | 2010-05-13 20:16:06 +0200 (jeu. 13 mai 2010) | 2 lignes Revert the additional OS X information (r81140). Keep the endianness information. ------------------------------------------------------------------------
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Fred Drake yazdı
Add read_file, read_string, and read_dict to the configparser API; new source attribute to exceptions.
-
Antoine Pitrou yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Antoine Pitrou yazdı
-
Senthil Kumaran yazdı
-