- 06 Eyl, 2013 3 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Senthil Kumaran yazdı
-
Tim Peters yazdı
_PyDebugAllocatorStats() called PyOS_snprintf() with a %zd format code, but MS doesn't support that code. Interpolated PY_FORMAT_SIZE_T in place of the "z".
-
- 05 Eyl, 2013 5 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Serhiy Storchaka yazdı
the _sre moduel.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
when input list contains duplicates.
-
Christian Heimes yazdı
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
-
- 04 Eyl, 2013 3 kayıt (commit)
-
-
Victor Stinner yazdı
64-bit pointer to long (32 bits).
-
Antoine Pitrou yazdı
Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. Patch by Erik Bray.
-
Meador Inge yazdı
-
- 03 Eyl, 2013 3 kayıt (commit)
-
-
Meador Inge yazdı
This commit fixes a regression that sneaked into Python 3.3 where importlib was not respecting -E when checking for the PYTHONCASEOK environment variable.
-
Tim Peters yazdı
This simplifies and clarifies the code, and gives a small speedup.
-
Eli Bendersky yazdı
Contributed by Jeroen Van Goey
-
- 01 Eyl, 2013 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
This kine was already replaced by Lib/test/test_email/data/msg_26.txt = BIN which is just below the last line in the patch context.
-
Tim Peters yazdı
"The fix" is to tell Mercurial that the test files are binary. Windows developers: to get the correct line endings in your checkout, delete Lib\test\xmltestdata, and then "hg revert" that directory. Why the Windows buildbots didn't fail test_sax remains a mystery :-(
-
Antoine Pitrou yazdı
-
- 31 Agu, 2013 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Patch import and initialization in SearchEngine to make testing easier. Improve docstrings, especially to clarify the double role of 'ok' parameters. Original patch by Phil Webster.
-
- 30 Agu, 2013 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Charles-François Natali yazdı
Patch by A. Jesse Jiryu Davis.
-
- 29 Agu, 2013 5 kayıt (commit)
-
-
Gregory P. Smith yazdı
runner were run in an environment where the process inherited an ignore setting for SIGINT. Restore the SIGINT handler to the desired KeyboardInterrupt raising one during that test.
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
sizes.
-
Serhiy Storchaka yazdı
in docstrings and comments.
-
Serhiy Storchaka yazdı
-
- 28 Agu, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
test.support, run the test if the platform matchs!
-
- 27 Agu, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
error messages and comments.
-
- 26 Agu, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Eli Bendersky yazdı
-
- 25 Agu, 2013 9 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Eli Bendersky yazdı
Using ``method`` markup because the method is on a callback object, not an explicitly documented method. :meth: markup creates links within the current class which is incorrect. In addition, indent the paragraph correctly.
-
Ezio Melotti yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
preexec_fn callback, which may open file descriptors.
-
Serhiy Storchaka yazdı
-
R David Murray yazdı
Previously it generated them if they were given a value, but completely ignored them if they were present in the string passed in to be parsed. Now if the flag appears on a cookie, the corresponding Morsel key will reference a True value. Other pre-existing behavior is retained in this maintenance patch: if the source contains something like 'secure=foo', morsel['secure'] will return 'foo'. Since such a value doesn't round trip and never did (and would be a surprising occurrence) a subsequent non-bug-fix patch may change this behavior. Inspired by a patch from Julien Phalip, who reviewed this one.
-
Christian Heimes yazdı
properly handled as unsigned.
-
Christian Heimes yazdı
thanks to Vajrasky Kok for proof-reading.
-