Showing content from http://mail.python.org/pipermail/python-checkins/2015-March/thread.html below:
The Python-checkins March 2015 Archive by thread
March 2015 Archives by thread
Starting: Sun Mar 1 02:49:53 CET 2015
Ending: Tue Mar 31 22:24:03 CEST 2015
Messages: 614
- [Python-checkins] cpython: Use unsigned division and modulo for item assignment as well. raymond.hettinger
- [Python-checkins] cpython: Updates CRT installation for Windows installer. steve.dower
- [Python-checkins] cpython: Need a (size_t) cast instead of (unsigned) to be big enough for a Py_ssize_t. raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #20204: Added the __module__ attribute to _tkinter classes. serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20204: Added the __module__ attribute to _tkinter classes. serhiy.storchaka
- [Python-checkins] cpython: Issue #20204: Deprecation warning is now raised for builtin type without the serhiy.storchaka
- [Python-checkins] cpython: Issue #23553: Use an unsigned cast to tighten-up the bounds checking logic. raymond.hettinger
- [Python-checkins] cpython: Fixed a typo. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed pydoc tests when run with -OO. serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed pydoc tests when run with -OO. serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed pydoc tests when run with -OO. serhiy.storchaka
- [Python-checkins] cpython: Closes issue #22791: Improved datetime from timestamp methods documentation. alexander.belopolsky
- [Python-checkins] cpython: Issue #7830: Flatten nested functools.partial. alexander.belopolsky
- [Python-checkins] cpython (2.7): remove mention of Python 2.2 and 2.3 benjamin.peterson
- [Python-checkins] cpython (3.4): remove mention of Python 2.2 and 2.3 benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 benjamin.peterson
- [Python-checkins] cpython: Add a versionadded directive for PEP 486. berker.peksag
- [Python-checkins] cpython (3.4): Issue #23387: Skip test_issue16464 if it raises an 5xx error. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23387: Skip test_issue16464 if it raises an 5xx error. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20521: Change ``TOS`` to TOS in dis documentation. berker.peksag
- [Python-checkins] cpython (3.4): Issue #20521: Change ``TOS`` to TOS in dis documentation. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23477: Improve test coverage of wsgiref.simple_server. berker.peksag
- [Python-checkins] cpython (3.4): Issue #23477: Improve test coverage of wsgiref.simple_server. berker.peksag
- [Python-checkins] cpython (3.4): Issue #23527: Update Gmail port number for STARTTLS to 587. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23527: Update Gmail port number for STARTTLS to 587. berker.peksag
- [Python-checkins] peps: Withdraw PEP 422 in favour of PEP 487 nick.coghlan
- [Python-checkins] cpython (2.7): Added more tests for urllib utility functions. serhiy.storchaka
- [Python-checkins] cpython (3.4): Added more tests for urllib.parse utility functions. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Added more tests for urllib.parse utility functions. serhiy.storchaka
- [Python-checkins] cpython (3.4): link to the correct dis method or function (closes #23561) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23561) benjamin.peterson
- [Python-checkins] cpython (3.4): wrap everything at 80 chars benjamin.peterson
- [Python-checkins] cpython (2.7): wrap everything at 80 chars benjamin.peterson
- [Python-checkins] cpython: Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove steve.dower
- [Python-checkins] cpython (3.4): Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and steve.dower
- [Python-checkins] cpython (merge 3.4 -> default): Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and steve.dower
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#23367) benjamin.peterson
- [Python-checkins] cpython (3.3): fix possible overflow bugs in unicodedata (closes #23367) benjamin.peterson
- [Python-checkins] cpython (2.7): fix possible overflow bugs in unicodedata (closes #23367) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23367) benjamin.peterson
- [Python-checkins] cpython: Issue #21293: Remove unnecessary "capsule hack". larry.hastings
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (null) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#23362) benjamin.peterson
- [Python-checkins] cpython (3.3): use PyMem_NEW to detect overflow (closes #23362) benjamin.peterson
- [Python-checkins] peps: Make the "null-merge to default" step its own explicit step. larry.hastings
- [Python-checkins] cpython: issue19075: add visual sorting algorithms to turtledemo; original code from ethan.furman
- [Python-checkins] peps: missing space after comma messing up formatting ethan.furman
- [Python-checkins] cpython: Beautify and better document the use of the size_t cast for bounds checking. raymond.hettinger
- [Python-checkins] cpython: Minor code beautification. Replace macro with in-lineable functions. raymond.hettinger
- [Python-checkins] cpython: Minor beautification. Move struct definitions to the top. Fix-up a comment. raymond.hettinger
- [Python-checkins] cpython: Switch the state variable to unsigned for defined wrap-around behavior. raymond.hettinger
- [Python-checkins] Daily reference leaks (596228491890): sum=4 solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (7839681ca931): sum=-9 solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4a1fe339dcf6): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython: Minor neatening-up. Make assignments in same order a struct fields. Line-up raymond.hettinger
- [Python-checkins] cpython: Issue #23563: Optimized utility functions in urllib.parse. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23504: Added an __all__ to the types module. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23504: Added an __all__ to the types module. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23504: Added an __all__ to the types module. serhiy.storchaka
- [Python-checkins] cpython: Issue #23285: Fix handling of EINTR in fileio.c victor.stinner
- [Python-checkins] peps: PEP 485 has been accepted, so it goes in the list for Python 3.5. larry.hastings
- [Python-checkins] cpython (3.4): Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL antoine.pitrou
- [Python-checkins] cpython: Issue #17911: traceback module overhaul robert.collins
- [Python-checkins] cpython: Fix brownbag in issue 17911 commit robert.collins
- [Python-checkins] cpython (3.4): Issue #21619: Try to fix test_broken_pipe_cleanup() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (test_subprocess) victor.stinner
- [Python-checkins] cpython: Remaining fallout from 17911 robert.collins
- [Python-checkins] cpython (2.7): enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) benjamin.peterson
- [Python-checkins] cpython (3.4): enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23476) benjamin.peterson
- [Python-checkins] cpython (3.4): expose X509_V_FLAG_TRUSTED_FIRST benjamin.peterson
- [Python-checkins] cpython (2.7): expose X509_V_FLAG_TRUSTED_FIRST benjamin.peterson
- [Python-checkins] cpython (3.4): use _import_symbols to import VERIFY_* constants benjamin.peterson
- [Python-checkins] cpython (3.4): adjust test_crl_check for trusted first being default benjamin.peterson
- [Python-checkins] cpython (2.7): adjust test_crl_check for trusted first being default benjamin.peterson
- [Python-checkins] cpython (2.7): use _import_symbols to import VERIFY_* constants benjamin.peterson
- [Python-checkins] cpython: Add scripts for uploading Windows builds to a Linux server using pscp steve.dower
- [Python-checkins] cpython: Issue #22936: Make it possible to show local variables in tracebacks. robert.collins
- [Python-checkins] cpython: Fix "GCC diagnostic" in socketmodule.c victor.stinner
- [Python-checkins] cpython: Fixed GCC version testing. serhiy.storchaka
- [Python-checkins] cpython: unittest: Trivial typo fix. robert.collins
- [Python-checkins] Daily reference leaks (7cea10917f40): sum=-2 solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (461afc24fabc): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Fix regression introduced by changeset 7c6e3358221a that caused compile ned.deily
- [Python-checkins] cpython: Issue #22936: Allow showing local variables in unittest errors. robert.collins
- [Python-checkins] cpython (2.7): Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23594: merge 3.4 ned.deily
- [Python-checkins] cpython (3.4): Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. ned.deily
- [Python-checkins] cpython (3.4): Issue #23593: fix Misc/NEWS entries ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23593: fix Misc/NEWS entries ned.deily
- [Python-checkins] cpython (2.7): Issue #23593: fix Misc/NEWS entries ned.deily
- [Python-checkins] cpython: Issue #17911: Tweak traceback documentation. berker.peksag
- [Python-checkins] Daily reference leaks (1821bc784a23): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23590) benjamin.peterson
- [Python-checkins] cpython (2.7): fix potential refleak in PyFloat_AsDouble (closes #23590) benjamin.peterson
- [Python-checkins] cpython (3.4): fix potential refleak in PyFloat_AsDouble (closes #23590) benjamin.peterson
- [Python-checkins] cpython (3.4): remove redundant test benjamin.peterson
- [Python-checkins] peps: Add PEP 488: elimination of PYO files brett.cannon
- [Python-checkins] peps: Explicitly state that PEP 488 doesn't influence import performance brett.cannon
- [Python-checkins] cpython (2.7): Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22853: Added regression test for using multiprocessing.Queue at import serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22853: Added regression test for using multiprocessing.Queue at import serhiy.storchaka
- [Python-checkins] cpython: Issue #23524: Replace _PyVerify_fd function with calling steve.dower
- [Python-checkins] cpython: Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now victor.stinner
- [Python-checkins] cpython: Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, serhiy.storchaka
- [Python-checkins] cpython (3.4): replace Amazon links in the documentation (closes #23579) benjamin.peterson
- [Python-checkins] cpython (2.7): replace Amazon links in the documentation (closes #23579) benjamin.peterson
- [Python-checkins] Daily reference leaks (97ef38236dc1): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #20876: correctly close temporary file in antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20876: correctly close temporary file in antoine.pitrou
- [Python-checkins] cpython: Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() victor.stinner
- [Python-checkins] cpython: Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in victor.stinner
- [Python-checkins] peps: PEP 471: The implementation has been merged, set status to Final victor.stinner
- [Python-checkins] cpython: Issue #23524: Change back to using Windows errors for _Py_fstat instead of the steve.dower
- [Python-checkins] Daily reference leaks (d8e49a2795e7): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Suppress assert dialogs in test_cmd_line. steve.dower
- [Python-checkins] cpython: Suppress assert dialogs in test_os steve.dower
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21619: Cleaned up test_broken_pipe_cleanup. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21619: Cleaned up test_broken_pipe_cleanup. serhiy.storchaka
- [Python-checkins] devguide: Add myself to some areas. stefan.krah
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23608) benjamin.peterson
- [Python-checkins] cpython (3.4): indicate correct version (closes #23608) benjamin.peterson
- [Python-checkins] cpython: Issue #22980: Under Linux, C extensions now include bitness in the file name, antoine.pitrou
- [Python-checkins] cpython: Minor updates to Windows installer upload script. steve.dower
- [Python-checkins] cpython: Issue #23612: Fixes upgrade code and version for Windows installer. steve.dower
- [Python-checkins] Daily reference leaks (97e01e107591): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23617: Correct plurals typo noted by Kentrell Johnson. ned.deily
- [Python-checkins] cpython (3.4): Issue #23617: Correct plurals typo noted by Kentrell Johnson. ned.deily
- [Python-checkins] cpython (2.7): Issue #23617: Correct plurals typo noted by Kentrell Johnson. ned.deily
- [Python-checkins] cpython (merge default -> default): Merge. larry.hastings
- [Python-checkins] cpython: Release bump for 3.5.0a2. larry.hastings
- [Python-checkins] cpython: Post-release changes for 3.5.0a2. larry.hastings
- [Python-checkins] cpython: Added tag v3.5.0a2 for changeset 0337bd7ebcb6 larry.hastings
- [Python-checkins] peps: Updated 3.5 release schedule and features. larry.hastings
- [Python-checkins] cpython (3.4): fix up import style benjamin.peterson
- [Python-checkins] cpython: Issue #23619: Ensure C variable is initialized before using it. steve.dower
- [Python-checkins] Daily reference leaks (0469af231d22): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #23571: Oops, fix #ifdef assert() victor.stinner
- [Python-checkins] cpython: Issue #23605: os.walk() now calls os.scandir() instead of os.listdir(). victor.stinner
- [Python-checkins] cpython: Issue #22524: Rephrase scandir addition in What's New in Python 3.5 victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (os doc) victor.stinner
- [Python-checkins] cpython (3.4): Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last example victor.stinner
- [Python-checkins] cpython (3.4): Issue #23432: Remove duplicate content from SystemExit docs. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23432: Remove duplicate content from SystemExit docs. berker.peksag
- [Python-checkins] cpython (3.4): asyncio doc: changes on the Queue API missed Python 3.4.3 release victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio doc) victor.stinner
- [Python-checkins] cpython (3.4): asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython: Issue #23606: Disable ctypes.util.find_library("c") on Windows so tests are steve.dower
- [Python-checkins] cpython (2.7): Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls steve.dower
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls steve.dower
- [Python-checkins] cpython: Adds note about installed debug binaries. steve.dower
- [Python-checkins] cpython (3.4): Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls steve.dower
- [Python-checkins] cpython (3.4): Issue #23629: Fix the default __sizeof__ implementation for variable-sized antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23629: Fix the default __sizeof__ implementation for variable-sized antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #23629: Fix the default __sizeof__ implementation for variable-sized antoine.pitrou
- [Python-checkins] cpython (2.7): close files explicit (closes #21610) benjamin.peterson
- [Python-checkins] cpython (3.4): Removes unused format string insertion in launcher.c. steve.dower
- [Python-checkins] cpython (merge 3.4 -> default): Removes unused format string insertion in launcher.c. steve.dower
- [Python-checkins] cpython: Close issue23467: add %r compatibility to bytes and bytearray ethan.furman
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23615: Module tarfile is now can be reloaded with imp.reload(). serhiy.storchaka
- [Python-checkins] cpython: Close issue23486: performance boost for enum member lookup ethan.furman
- [Python-checkins] Daily reference leaks (6c6c873c0059): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. serhiy.storchaka
- [Python-checkins] peps: PEP 474: More thoughts on overall infrastructure maintenance nick.coghlan
- [Python-checkins] cpython: Issue #23605: os.walk() doesn't need to call entry.is_symlink() if followlinks victor.stinner
- [Python-checkins] cpython (3.4): Issue #22928: Disabled HTTP header injections in http.client. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22928: Disabled HTTP header injections in httplib. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22928: Disabled HTTP header injections in http.client. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (test_os) victor.stinner
- [Python-checkins] cpython (3.4): Issue #23605: Refactor os.walk() tests to also run them on os.fwalk() victor.stinner
- [Python-checkins] cpython: Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later() victor.stinner
- [Python-checkins] cpython: Issue #23644, #22038: Move #include <stdatomic.c> inside the extern "C" { ... } victor.stinner
- [Python-checkins] cpython (3.4): Issue #20617: Remove unused import in test_ssl. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20617: Remove unused import in test_ssl. berker.peksag
- [Python-checkins] Daily reference leaks (a3b889e9d3f3): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #23581: Add matmul support to MagicMock. berker.peksag
- [Python-checkins] cpython: Issue #23651: Fix typo in allow_abbrev docs. berker.peksag
- [Python-checkins] cpython: Add versionadded directives for the matmul operator. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23641: Cleaned out legacy dunder names from tests and docs. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23641: Cleaned out legacy dunder names from tests and docs. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22154: Add an example to show context management protocol support of berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22154: Add an example to show context management protocol support of berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23081: Document that PySequence_List also accepts iterables. berker.peksag
- [Python-checkins] cpython (3.4): Issue #23081: Document that PySequence_List also accepts iterables. berker.peksag
- [Python-checkins] cpython (3.4): use the meth role for ZipFile.open benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. serhiy.storchaka
- [Python-checkins] cpython: Issue #23566: Skip "fd" tests of test_faulthandler on Windows victor.stinner
- [Python-checkins] cpython: test victor.stinner
- [Python-checkins] peps: Add PEP 489: Redesigning extension module loading brett.cannon
- [Python-checkins] peps: Update rejected/open ideas for PEP 488 along with minor grammatical fixes brett.cannon
- [Python-checkins] peps: Update post history for PEP 488 brett.cannon
- [Python-checkins] cpython: Issue #23491: Implement PEP 441: Improving Python Zip Application Support brett.cannon
- [Python-checkins] cpython: Strip trailing whitespace brett.cannon
- [Python-checkins] cpython: Add some periods to the ends of a couple comments brett.cannon
- [Python-checkins] peps: Mark PEPs 441 and 486 final brett.cannon
- [Python-checkins] cpython (3.4): Make the case to only support Python 2.7 when supporting 2/3 simultaneously brett.cannon
- [Python-checkins] Daily reference leaks (471d16b286db): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): the default is sys.maxsize not sys.maxint (closes #23645) benjamin.peterson
- [Python-checkins] cpython (3.4): __getslice__ certainly won't appear in the output benjamin.peterson
- [Python-checkins] Daily reference leaks (7e86b296deeb): sum=61 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Fixes incorrect use of GetLastError where errno should be used. steve.dower
- [Python-checkins] cpython (3.4): Fixes incorrect use of GetLastError where errno should be used. steve.dower
- [Python-checkins] cpython: Issue #23606: Temporarily suppress test for CRT name. steve.dower
- [Python-checkins] cpython (2.7): Fix minor docs markup errors. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fix minor docs markup errors. serhiy.storchaka
- [Python-checkins] cpython (3.4): Fix minor docs markup errors. serhiy.storchaka
- [Python-checkins] peps: add %r as being supported, plus minor pep8 cleanup ethan.furman
- [Python-checkins] cpython: Issue #2052: Add charset parameter to HtmlDiff.make_file(). berker.peksag
- [Python-checkins] cpython (3.4): Issue #23568: Add rdivmod support to MagicMock() objects. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23568: Add rdivmod support to MagicMock() objects. berker.peksag
- [Python-checkins] peps: Update 3.5.0a3 to March 29. I always intended my releases to be on Sundays. larry.hastings
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element eli.bendersky
- [Python-checkins] cpython (3.4): Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element eli.bendersky
- [Python-checkins] cpython (2.7): Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element eli.bendersky
- [Python-checkins] Daily reference leaks (642247a536d5): sum=1 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Increased coverage of standard codec error handlers. serhiy.storchaka
- [Python-checkins] cpython (3.4): Increased coverage of standard codec error handlers. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Increased coverage of standard codec error handlers. serhiy.storchaka
- [Python-checkins] cpython: Issue #23631: Fix traceback.format_list when a traceback has been mutated. robert.collins
- [Python-checkins] cpython: Issue #23585: make patchcheck will ensure the interpreter is built. robert.collins
- [Python-checkins] cpython (merge 3.4 -> default): Use non-zero and non-last positions in error handler tests. serhiy.storchaka
- [Python-checkins] cpython (2.7): Use non-zero and non-last positions in error handler tests. serhiy.storchaka
- [Python-checkins] cpython (3.4): Use non-zero and non-last positions in error handler tests. serhiy.storchaka
- [Python-checkins] Daily reference leaks (de093a1ec51b): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #23571: Restore removed assert(!PyErr_Occurred()); in victor.stinner
- [Python-checkins] cpython: Issue #23680: Reduce risk of race condition in check_interrupted_write_retry() victor.stinner
- [Python-checkins] cpython: Issue #23680: Reduce risk of race condition in check_interrupted_write() of victor.stinner
- [Python-checkins] cpython (2.7): versionchanged for rc4 removal (closes #23679) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23679) benjamin.peterson
- [Python-checkins] cpython (3.4): versionchanged for rc4 removal (closes #23679) benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #23682: Delete Python 2.2 mention from distutils documentation. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23682: Delete Python 2.2 mention from distutils documentation. berker.peksag
- [Python-checkins] cpython: Revert changeset d927047b1d8eb87738676980a24930d053ba2150 victor.stinner
- [Python-checkins] cpython (2.7): Issue #22585, #23115: make URandomFDTests test case actually run ned.deily
- [Python-checkins] cpython (3.4): Issue #22585: make URandomFDTests test case actually run ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22585: null merge ned.deily
- [Python-checkins] Daily reference leaks (87c102d0df39): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Fix up PCbuild/readme.txt a bit. zach.ware
- [Python-checkins] cpython: Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat victor.stinner
- [Python-checkins] cpython: Issue #18983: Allow selection of output units in timeit. robert.collins
- [Python-checkins] cpython: Fix patch attribution for issue 18983. robert.collins
- [Python-checkins] cpython: Issue #23644: Fix issues with C++ when compiling Python extensions victor.stinner
- [Python-checkins] cpython (2.7): Issue #23458: Skip test_urandom_fd_non_inheritable on OS X 10.4 since ned.deily
- [Python-checkins] cpython: Issue #23694: Enhance _Py_open(), it now raises exceptions victor.stinner
- [Python-checkins] cpython: Issue #23694: Enhance _Py_fopen(), it now raises an exception on error victor.stinner
- [Python-checkins] cpython (3.4): Issue #23207: Improved kwarg validation. vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23207: merged fix from 3.4. vinay.sajip
- [Python-checkins] cpython: Issue #2211: Updated the implementation of the http.cookies.Morsel class. serhiy.storchaka
- [Python-checkins] cpython: Issue #23605: Fix os.walk(topdown=True), don't cache entry.is_symlink() because victor.stinner
- [Python-checkins] cpython: Issue #23694: Handle EINTR in _Py_open() and _Py_fopen_obj() victor.stinner
- [Python-checkins] cpython (3.4): Issue #23456: Add missing @coroutine decorators in asyncio victor.stinner
- [Python-checkins] cpython: Issue #19428: Handle PyMarshal_Read*() errors in run_pyc_file() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (marshal doc) victor.stinner
- [Python-checkins] cpython (3.4): Issue #19428: Document that PyMarshal_ReadLongFromFile() and victor.stinner
- [Python-checkins] cpython: Issue #12155: Fix queue doc example to join threads victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (linecache doc) victor.stinner
- [Python-checkins] cpython (3.4): Issue #11726: clarify linecache doc: linecache is written to cache Python victor.stinner
- [Python-checkins] cpython (3.4): Issue #11726: Fix linecache example in the doc victor.stinner
- [Python-checkins] cpython: Issue #22181: On Linux, os.urandom() now uses the new getrandom() syscall if victor.stinner
- [Python-checkins] cpython: Fix compiler warning in dtoa.c victor.stinner
- [Python-checkins] cpython (3.4): _tracemalloc.c: Fix typo victor.stinner
- [Python-checkins] cpython: Initialize variables to prevent GCC warnings victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (tracemalloc typo) victor.stinner
- [Python-checkins] cpython: Fix compiler warning in mmapmodule.c (compare signed/unsigned integers) victor.stinner
- [Python-checkins] cpython: Restored backward compatibility of pickling http.cookies.Morsel. It was serhiy.storchaka
- [Python-checkins] Daily reference leaks (cfe541c694f3): sum=5 solipsis at pitrou.net
- [Python-checkins] cpython: Removed unintentional trailing spaces in non-external and non-generated C files. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23353: improve exceptions tests for generators antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #23353: improve exceptions tests for generators antoine.pitrou
- [Python-checkins] devguide: List Paul Moore as core dev brett.cannon
- [Python-checkins] test: Is this thing on? paul.moore
- [Python-checkins] devguide: encourage use of ed25519 benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22903: The fake test case created by unittest.loader when it fails antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #22903: The fake test case created by unittest.loader when it fails antoine.pitrou
- [Python-checkins] cpython: issue23673 ethan.furman
- [Python-checkins] cpython (3.4): issue23673 ethan.furman
- [Python-checkins] cpython (merge 3.4 -> default): null merge from 3.4 ethan.furman
- [Python-checkins] cpython (2.7): wrap properly benjamin.peterson
- [Python-checkins] cpython (3.4): wrap properly benjamin.peterson
- [Python-checkins] peps: PEP 440 is no longer provisional nick.coghlan
- [Python-checkins] Daily reference leaks (e18062a98a33): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23136: _strptime now uniformly handles all days in week 0, including serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23136: _strptime now uniformly handles all days in week 0, including serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23136: _strptime now uniformly handles all days in week 0, including serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed Misc/NEWS entry for issue #23136. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed Misc/NEWS entry for issue #23136. serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed Misc/NEWS entry for issue #23136. serhiy.storchaka
- [Python-checkins] cpython: Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now victor.stinner
- [Python-checkins] cpython: Issue #22181: The availability of the getrandom() is now checked in configure, victor.stinner
- [Python-checkins] cpython: Issue #22181: Fix dev_urandom_noraise(), try calling py_getrandom() before victor.stinner
- [Python-checkins] cpython: Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle victor.stinner
- [Python-checkins] cpython: Issue #23708: select.devpoll now retries its internal write() when interrupted victor.stinner
- [Python-checkins] cpython: Issue #23707: On UNIX, os.urandom() now calls the Python signal handler when victor.stinner
- [Python-checkins] cpython: Issue #23708: Fix _Py_read() compilation error on Windows victor.stinner
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] cpython: Issue #23632: Memoryviews now allow tuple indexing (including for antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. ned.deily
- [Python-checkins] cpython (3.4): Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. ned.deily
- [Python-checkins] cpython: Issue #23709: The ossaudiodev module now retries read/write when interrupted by victor.stinner
- [Python-checkins] cpython: Cleanup pytime.c: add XXX_TO_YYY constants (ex: SEC_TO_US) victor.stinner
- [Python-checkins] cpython: Issue #23646: Enhance precision of time.sleep() and socket timeout when victor.stinner
- [Python-checkins] cpython: Issue #23646: Fix test_threading on Windows victor.stinner
- [Python-checkins] cpython: Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and serhiy.storchaka
- [Python-checkins] cpython: Issue #22826: The result of open() in Tools/freeze/bkfile.py is now better serhiy.storchaka
- [Python-checkins] cpython: Issue #23001: Fix typo victor.stinner
- [Python-checkins] cpython: Issue #23709, #23001: ossaudiodev now uses Py_ssize_t for sizes instead of int victor.stinner
- [Python-checkins] cpython: Issue #23696: Chain ZipImportError to the OSError victor.stinner
- [Python-checkins] cpython: Fix compiler warnings: comparison between signed and unsigned numbers victor.stinner
- [Python-checkins] cpython: Issue #23708: Split assertion expression in two assertions in _Py_read() and victor.stinner
- [Python-checkins] cpython: Issue #23708: Save/restore errno in _Py_read() and _Py_write() victor.stinner
- [Python-checkins] peps: PEP 475: add another article to explain why close() is not retried on EINTR victor.stinner
- [Python-checkins] cpython: Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried victor.stinner
- [Python-checkins] cpython: Issue #23715: Enhance test.script_helper to investigate test_eintr failure victor.stinner
- [Python-checkins] cpython: Issue #23715: Fix test_eintr, skip tests on signal.sigwaitinfo() and victor.stinner
- [Python-checkins] cpython: Issue #23696: Remove test on ZipImportError.__context__ because the context is victor.stinner
- [Python-checkins] cpython: Issue #23715: Fix test_script_helper victor.stinner
- [Python-checkins] cpython (3.4): Issue #23700: NamedTemporaryFile iterator closed underlied file object in serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23700: NamedTemporaryFile iterator closed underlied file object in serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23681: Fixed Python 2 to 3 poring bugs. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23681: Fixed Python 2 to 3 poring bugs. serhiy.storchaka
- [Python-checkins] cpython: Issue #23681: The -b option now affects comparisons of bytes with int. serhiy.storchaka
- [Python-checkins] cpython: Issue #22181: Run "aclocal; autoconf; autoheader" to regenerate configure victor.stinner
- [Python-checkins] cpython (3.4): #11726: Make linecache docs reflect that all files are treated the same. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #11726: Make linecache docs reflect that all files are treated the same. r.david.murray
- [Python-checkins] peps: A new type hints draft. I've decided to publish more drafts. guido.van.rossum
- [Python-checkins] peps: Add section on PEP Development Process, with github links. guido.van.rossum
- [Python-checkins] cpython: Issue #22832: Tweaked parameter names for fcntl module to better match serhiy.storchaka
- [Python-checkins] Daily reference leaks (1291649f38df): sum=3 solipsis at pitrou.net
- [Python-checkins] peps: PEP 488: make the base case not change the bytecode file name brett.cannon
- [Python-checkins] peps (merge default -> default): Merge brett.cannon
- [Python-checkins] peps: Update post-history for PEP 488 brett.cannon
- [Python-checkins] peps: PEP 488: be explicit about what bytecode file names will be brett.cannon
- [Python-checkins] cpython: Issue 23705: Improve the performance of __contains__ checks for deques. raymond.hettinger
- [Python-checkins] cpython: Update Wix version and fixes wxs file. steve.dower
- [Python-checkins] cpython: Removed trailing tabs. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22351: The nntplib.NNTP constructor no longer leaves the connection serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22351: The nntplib.NNTP constructor no longer leaves the connection serhiy.storchaka
- [Python-checkins] cpython: Issue 23704: Add index(), copy(), and insert() to deques. Register deques as raymond.hettinger
- [Python-checkins] cpython: Fix minor formatting nits and remove unnecessary comment. raymond.hettinger
- [Python-checkins] cpython: For safety, wait to decref deleted values until the deque state has been raymond.hettinger
- [Python-checkins] cpython: Minor nit. Make the rotate() success/fail tests consistent. raymond.hettinger
- [Python-checkins] peps: Mark PEP 488 as accepted brett.cannon
- [Python-checkins] cpython: Issue #23571: _Py_CheckFunctionResult() now gives the name of the function victor.stinner
- [Python-checkins] cpython: Issue #23571: Fix test_capi victor.stinner
- [Python-checkins] cpython (2.7): Issue #23075: Whether __builtins__ is a module or a dict is undefined in serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Null merge serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22079: Py3k warning now is issued in PyType_Ready() instead of serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22079: Deprecation warning now is issued in PyType_Ready() instead of serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22289: merge from 3.4 ned.deily
- [Python-checkins] cpython (3.4): Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. ned.deily
- [Python-checkins] Daily reference leaks (970f33dff5ca): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): clarify behavior of shutil.move when destination exists (closes #22933) benjamin.peterson
- [Python-checkins] cpython (3.4): clarify behavior of shutil.move when destination exists (closes #22933) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22933) benjamin.peterson
- [Python-checkins] cpython: #23657 Don't explicitly do an isinstance check for str in zipapp paul.moore
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #23700: fix/improve comment r.david.murray
- [Python-checkins] cpython (3.4): #23700: fix/improve comment r.david.murray
- [Python-checkins] cpython (2.7): #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. r.david.murray
- [Python-checkins] cpython (3.4): #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. r.david.murray
- [Python-checkins] cpython (2.7): #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. r.david.murray
- [Python-checkins] cpython (3.4): #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): merge raymond.hettinger
- [Python-checkins] cpython (3.4): Issue 23729: Document ElementTree namespace handling and fix an omission in raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 23729: Document ElementTree namespace handling and fix an omission in raymond.hettinger
- [Python-checkins] cpython: Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. serhiy.storchaka
- [Python-checkins] cpython: Issue #23252: Added support for writing ZIP files to unseekable streams. serhiy.storchaka
- [Python-checkins] Daily reference leaks (19f36a2a34ec): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #21560: An attempt to write a data of wrong type no longer cause serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21560: An attempt to write a data of wrong type no longer cause serhiy.storchaka
- [Python-checkins] cpython: Issue #23688: Added support of arbitrary bytes-like objects and avoided serhiy.storchaka
- [Python-checkins] devguide: Update my entries in the experts list paul.moore
- [Python-checkins] cpython (3.4): Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (faulthandler ICC) victor.stinner
- [Python-checkins] cpython: Misc/NEWS entries for zipapp changes paul.moore
- [Python-checkins] cpython: Issue 23744: Minor speed-up for deque.__bool__(). raymond.hettinger
- [Python-checkins] cpython: Improve and fix-up comments. raymond.hettinger
- [Python-checkins] Daily reference leaks (24d4152b0040): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #23753: Python doesn't support anymore platforms without stat() or victor.stinner
- [Python-checkins] cpython (2.7): #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. ezio.melotti
- [Python-checkins] cpython (merge 3.4 -> default): #11468: merge with 3.4. ezio.melotti
- [Python-checkins] cpython (3.4): #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. ezio.melotti
- [Python-checkins] cpython (3.4): Issue #23571: Enhance Py_FatalError() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #23571: Enhance Py_FatalError() victor.stinner
- [Python-checkins] cpython: Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c victor.stinner
- [Python-checkins] cpython: Issue #23571: PyErr_FormatV() and PyErr_SetObject() now always clear the victor.stinner
- [Python-checkins] cpython (2.7): #23512: list non-essential built-in functions after the table. Patch by Carlo ezio.melotti
- [Python-checkins] cpython: stdprinter_write(): mention the encoding victor.stinner
- [Python-checkins] cpython: Issue #23571: In debug mode, _Py_CheckFunctionResult() now calls victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #23571: Py_FatalError() now tries to flush sys.stdout and victor.stinner
- [Python-checkins] cpython (3.4): Issue #23571: Py_FatalError() now tries to flush sys.stdout and sys.stderr victor.stinner
- [Python-checkins] cpython: Issue #23571: Update test_capi victor.stinner
- [Python-checkins] cpython: Issue #23571: Enhance _Py_CheckFunctionResult() victor.stinner
- [Python-checkins] cpython: Issue #20289: The copy module now uses pickle protocol 4 (PEP 3154) and serhiy.storchaka
- [Python-checkins] cpython: change Σ to ν for obscure joke reasons benjamin.peterson
- [Python-checkins] cpython: Issue #22687: Fixed some corner cases in breaking words in tetxtwrap. serhiy.storchaka
- [Python-checkins] cpython: Issue #23741: Slightly refactor the pprint module to make it a little more serhiy.storchaka
- [Python-checkins] cpython: Issue #17530: pprint now wraps long bytes objects and bytearrays. serhiy.storchaka
- [Python-checkins] cpython: Issue #23502: The pprint module now supports mapping proxies. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23583: Fixed writing unicode to standard output stream in IDLE. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23583: Added tests for standard IO streams in IDLE. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23583: Added tests for standard IO streams in IDLE. serhiy.storchaka
- [Python-checkins] cpython (3.4): Added tests for mixed kinds of Unicode strings. serhiy.storchaka
- [Python-checkins] cpython: Issue #23573: Increased performance of string search operations (str.find, serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Added tests for mixed kinds of Unicode strings. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23671: string.Template now allows to specify the "self" parameter as serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23671: string.Template now allows to specify the "self" parameter as serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23671: string.Template now allows to specify the "self" parameter as serhiy.storchaka
- [Python-checkins] cpython: Issue #4727: Fixed issue number in Misc/NEWS. serhiy.storchaka
- [Python-checkins] cpython: Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21802: The reader in BufferedRWPair now is closed even when closing serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21802: The reader in BufferedRWPair now is closed even when closing serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21802: The reader in BufferedRWPair now is closed even when closing serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed bytes warnings when run tests with -vv. serhiy.storchaka
- [Python-checkins] cpython: Fixed using deprecated escaping in regular expression in _strptime.py serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed bytes warnings when run tests with -vv. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23571: Fix reentrant call to Py_FatalError() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #23571: Fix reentrant call to Py_FatalError() victor.stinner
- [Python-checkins] cpython (3.4): Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(), victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (traceback) victor.stinner
- [Python-checkins] cpython: Issue #23573: Fix bytes.rfind() and bytearray.rfind() on Windows victor.stinner
- [Python-checkins] cpython: Minor code and comment cleanups. raymond.hettinger
- [Python-checkins] cpython: Fix typo raymond.hettinger
- [Python-checkins] cpython: Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals steve.dower
- [Python-checkins] cpython: Fixes UI labels and ability to add/remove features. steve.dower
- [Python-checkins] cpython: Issue #23765: Remove IsBadStringPtr calls in ctypes steve.dower
- [Python-checkins] cpython: Closes #9445: Removes detection of GetFinalPathNameByHandle steve.dower
- [Python-checkins] cpython: Missing brace and minor formatting in Windows installer steve.dower
- [Python-checkins] cpython: Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive serhiy.storchaka
- [Python-checkins] Daily reference leaks (123fb7054d07): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. serhiy.storchaka
- [Python-checkins] cpython (2.7): Check that failed writerow() doesn't produce change a file. serhiy.storchaka
- [Python-checkins] cpython (3.4): Check that failed writerow() doesn't produce change a file. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Check that failed writerow() doesn't produce change a file. serhiy.storchaka
- [Python-checkins] cpython: Issue #22364: Improved some re error messages using regex for hints. serhiy.storchaka
- [Python-checkins] cpython: Issue #23765: Removed IsBadStringPtr calls in ctypes steve.dower
- [Python-checkins] cpython: Issue #23776: Removed asserts from pprint.PrettyPrinter constructor. serhiy.storchaka
- [Python-checkins] cpython: Issue #23775: pprint() of OrderedDict now outputs the same representation serhiy.storchaka
- [Python-checkins] peps: New PEP 490: Chain exceptions at C level victor.stinner
- [Python-checkins] cpython: _PyUnicodeWriter_WriteStr() now checks that the input string is consistent victor.stinner
- [Python-checkins] peps: PEP 490: add issue 18408 victor.stinner
- [Python-checkins] Daily reference leaks (339d90983e29): sum=6 solipsis at pitrou.net
- [Python-checkins] peps: PEP 490 victor.stinner
- [Python-checkins] cpython: Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section and victor.stinner
- [Python-checkins] Daily reference leaks (b7c0137cccbe): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.h victor.stinner
- [Python-checkins] cpython: Issue #23451, #22117: Python 3.5 now requires Windows Vista or newer, so victor.stinner
- [Python-checkins] cpython: Issue #23715: Fix test_sigtimedwait() of test_eintr victor.stinner
- [Python-checkins] cpython (3.4): asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed victor.stinner
- [Python-checkins] cpython (2.7): Issue #23445: Fix test_gdb.python_is_optimized() for CFLAGS=-Og victor.stinner
- [Python-checkins] cpython: Issue #22117: Fix test_gdb for the new time.sleep() victor.stinner
- [Python-checkins] cpython (3.4): Issue #23445: Fix test.support.python_is_optimized() for CFLAGS=-Og victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (test.support) victor.stinner
- [Python-checkins] cpython: Issue #22117: Fix rounding in _PyTime_FromSecondsObject() victor.stinner
- [Python-checkins] cpython: Fix module deprecation warnings to have a useful stacklevel brett.cannon
- [Python-checkins] cpython: Remove a dead test for a never-launched API brett.cannon
- [Python-checkins] peps: Fix PEP 488 to follow the proper meaning of the debug_override brett.cannon
- [Python-checkins] cpython: format .. note properly benjamin.peterson
- [Python-checkins] cpython: Issue #22117: The gc module now uses _PyTime_t timestamp victor.stinner
- [Python-checkins] cpython: Issue #22117: time.monotonic() now uses the new _PyTime_t API victor.stinner
- [Python-checkins] cpython: Issue #22117: time.time() now uses the new _PyTime_t API victor.stinner
- [Python-checkins] cpython: Issue #22117: The signal modules uses the new _PyTime_t API victor.stinner
- [Python-checkins] cpython: Issue #22117: Write unit tests for _PyTime_AsTimeval() victor.stinner
- [Python-checkins] cpython: Issue #22117: The socket module uses _PyTime_t timestamp for timeouts victor.stinner
- [Python-checkins] cpython: Issue #23618, #22117: refactor socketmodule.c victor.stinner
- [Python-checkins] cpython: Issue #22117: remove _PyTime_INTERVAL() macro victor.stinner
- [Python-checkins] cpython: Issue #22117: Fix ssl to use _PyTime_t API on sock_timeout victor.stinner
- [Python-checkins] cpython: Issue #22117: The thread module uses the new _PyTime_t timestamp API victor.stinner
- [Python-checkins] cpython: Issue #22117: Use the _PyTime_t API for time.clock_settime() victor.stinner
- [Python-checkins] cpython: Issue #22117: Use the new _PyTime_t API in the select module victor.stinner
- [Python-checkins] cpython: Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime victor.stinner
- [Python-checkins] cpython: Issue #22117: Fix _PyTime_GetMonotonicClock() and victor.stinner
- [Python-checkins] Daily reference leaks (0850452048ec): sum=6 solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (0850452048ec): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Make some tests more frienly to MemoryError. serhiy.storchaka
- [Python-checkins] cpython (2.7): Make some tests more frienly to MemoryError. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23803: Fixed str.partition() and str.rpartition() when a separator serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Make some tests more frienly to MemoryError. serhiy.storchaka
- [Python-checkins] cpython: Removed unintentional trailing spaces in text files. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Added explicit tests for issue #23803. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #23792: Ignore KeyboardInterrupt when the pydoc pager is active. r.david.murray
- [Python-checkins] cpython (3.4): #23792: Ignore KeyboardInterrupt when the pydoc pager is active. r.david.murray
- [Python-checkins] cpython (3.4): Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage donald.stufft
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23801) benjamin.peterson
- [Python-checkins] cpython: #2211: properly document the Morsel behavior changes. r.david.murray
- [Python-checkins] cpython: Issue #14260: The groupindex attribute of regular expression pattern object serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22390: test.regrtest now emits a warning if temporary files or serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22390: test.regrtest now emits a warning if temporary files or serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22390: test.regrtest now emits a warning if temporary files or serhiy.storchaka
- [Python-checkins] cpython: Issue #22117: Cleanup pytime.c/.h victor.stinner
- [Python-checkins] cpython: Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructor victor.stinner
- [Python-checkins] cpython (2.7): Issue #22390: Fix typo in regrtest, support => test_support victor.stinner
- [Python-checkins] cpython: Issue #22117: Fix os.utime(), it now rounds the timestamp towards minus victor.stinner
- [Python-checkins] cpython: Issue #22117: Fix rounding and implement _PyTime_ROUND_FLOOR in: victor.stinner
- [Python-checkins] cpython: Issue #22117: Fix rounding of fromtimestamp() methods of datetime.datetime and victor.stinner
- [Python-checkins] cpython (2.7): Issue #22390: Fix test_aifc to remove the created file victor.stinner
- [Python-checkins] cpython (2.7): Issue #22390: Fix test_pdb to remove created bar.pyc file victor.stinner
- [Python-checkins] cpython (2.7): Issue #22390: Fix test_gzip, remove temporary file victor.stinner
- [Python-checkins] cpython: Issue #23694: Fix usage of _Py_open() in the _posixsubprocess module victor.stinner
- [Python-checkins] cpython (2.7): Issue #22390: Fix test_gzip if unicode filename doesn't work victor.stinner
- [Python-checkins] cpython: Issue #22117: Add assertions to _PyTime_AsTimeval() and _PyTime_AsTimespec() to victor.stinner
- [Python-checkins] cpython: Issue #22117: Fix usage of _PyTime_AsTimeval() victor.stinner
- [Python-checkins] cpython: Issue #23752: When built from an existing file descriptor, io.FileIO() now only victor.stinner
- [Python-checkins] cpython (3.4): #23745: handle duplicate MIME parameter names in new parser. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #23745: handle duplicate MIME parameter names in new parser. r.david.murray
- [Python-checkins] cpython: Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps victor.stinner
- [Python-checkins] cpython: Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING victor.stinner
- [Python-checkins] cpython: Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods victor.stinner
- [Python-checkins] cpython: Issue #23466: %c, %o, %x, and %X in bytes formatting now raise TypeError on serhiy.storchaka
- [Python-checkins] cpython: Issue #23171: csv.Writer.writerow() now supports arbitrary iterables. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #14904: Made test_unicode_repr_oflw to use less memory. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23781: Add private helper function _PyErr_ReplaceException() that serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances. serhiy.storchaka
- [Python-checkins] cpython: Issue #23752: _Py_fstat() is now responsible to raise the Python exception victor.stinner
- [Python-checkins] cpython: Issue #22117: Try to fix rounding in conversion from Python double to _PyTime_t victor.stinner
- [Python-checkins] cpython: Regenerated pydoc topics and minor doc fixes for 3.5.0a3. larry.hastings
- [Python-checkins] cpython: Release bump for Python 3.5.0a3. larry.hastings
- [Python-checkins] cpython: Added tag v3.5.0a3 for changeset 82656e28b5e5 larry.hastings
- [Python-checkins] cpython (merge default -> default): Merge 3.5.0a3 release engineering changes back into trunk. larry.hastings
- [Python-checkins] Daily reference leaks (350eb1ca561a): sum=67 solipsis at pitrou.net
- [Python-checkins] cpython: Fix PY_VERSION in Include/patchlevel.h to reflect our post-3.5.0a3 state. larry.hastings
- [Python-checkins] cpython (3.4): Issue #22585: os.urandom() now releases the GIL when the getentropy() is used victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #22585: os.urandom() now releases the GIL when the victor.stinner
- [Python-checkins] cpython: Issue #22181: os.urandom() now releases the GIL when the getrandom() victor.stinner
- [Python-checkins] cpython (2.7): Issue #23115: os.urandom() now releases the GIL when the getentropy() is used victor.stinner
- [Python-checkins] cpython: Issue #23605: Fix typo in an os.walk() comment victor.stinner
- [Python-checkins] cpython: What's New in Python 3.5: add pep 461 (bytes%args) and 465 (a at b) victor.stinner
- [Python-checkins] cpython (3.4): #23792: also catch interrupt around pipe.write. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #23792: also catch interrupt around pipe.write. r.david.murray
- [Python-checkins] cpython: #2211: Fix typo, address missed review comment. r.david.murray
- [Python-checkins] cpython: Partially revert 3603bae63c13 (issue23326) for asyncio. serhiy.storchaka
- [Python-checkins] cpython: Issue #23485: select.select() is now retried automatically with the recomputed victor.stinner
- [Python-checkins] cpython: PEP 475: on EINTR, retry the function even if the timeout is equals to zero victor.stinner
- [Python-checkins] cpython: Ignore .rst files in the venv directory. brett.cannon
- [Python-checkins] cpython: Issue #23485: Fix test_signal, select.select() now retries the syscall if the victor.stinner
- [Python-checkins] cpython: Issue #23485: select.epoll.poll() is now retried when interrupted by a signal victor.stinner
- [Python-checkins] cpython: Issue #23485: select.poll.poll() is now retried when interrupted by a signal victor.stinner
- [Python-checkins] cpython: Issue #23485: Add _PyTime_FromMillisecondsObject() function victor.stinner
- [Python-checkins] cpython (3.4): Issue #23729: Improve docs for ElementTree namespace parsing raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #23729: Improve docs for ElementTree namespace parsing raymond.hettinger
- [Python-checkins] cpython: Fix typo in Doc/whatsnew/3.5.rst. berker.peksag
- [Python-checkins] Daily reference leaks (34bd8fee3006): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #23485: Enhance and update selectors doc and test_selectors victor.stinner
- [Python-checkins] cpython: Issue #23485: select.kqueue.control() is now retried when interrupted by a victor.stinner
- [Python-checkins] cpython: Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. serhiy.storchaka
- [Python-checkins] cpython: Issue #13583: sqlite3.Row now supports slice indexing. serhiy.storchaka
- [Python-checkins] cpython: Issue #23611: Serializing more "lookupable" objects (such as unbound methods serhiy.storchaka
- [Python-checkins] cpython: What's New in Python 3.5, PEP 475: mention modified signal functions victor.stinner
- [Python-checkins] cpython: Issue #23618: Refactor the _socket module victor.stinner
- [Python-checkins] cpython: Issue #23618: internal_connect_select() now waits also for error events victor.stinner
- [Python-checkins] cpython: Issue #23618: Refactor internal_select() to prepare socket.connect() for EINTR victor.stinner
- [Python-checkins] cpython: Issue #23618: Fix internal_connect_select() victor.stinner
- [Python-checkins] cpython: Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath. serhiy.storchaka
- [Python-checkins] cpython: Issue #23611: Fixed enums pickling tests. Now all picklings work with all serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #18473: Fixed pickle compatibility tests for optional modules. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #18473: Fixed pickle compatibility tests for optional modules. serhiy.storchaka
- [Python-checkins] cpython: Issue #22117: Fix integer overflow check in socket_parse_timeout() on Windows victor.stinner
- [Python-checkins] cpython: Issue #23618: Refactor internal_connect() victor.stinner
- [Python-checkins] cpython: Issue 23793: Add deque support for __add__(), __mul__(), and __imul__(). raymond.hettinger
- [Python-checkins] cpython: Issue #23618: Fix EINTR handling in socket.connect() victor.stinner
- [Python-checkins] cpython: Issue #23618: Cleanup internal_connect() in socketmodule.c victor.stinner
- [Python-checkins] cpython: Issue #23618: Enhance EINTR handling in socket.connect() victor.stinner
Last message date: Tue Mar 31 22:24:03 CEST 2015
Archived on: Tue Mar 31 22:24:11 CEST 2015
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4