April 2015 Archives by thread
Starting: Wed Apr 1 03:21:29 CEST 2015
Ending: Thu Apr 30 23:38:19 CEST 2015
Messages: 608
- [Python-checkins] cpython (3.4): document what exactly str.splitlines() splits on (closes #12855)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#12855)
benjamin.peterson
- [Python-checkins] Daily reference leaks (87af6deb5d26): sum=141
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #23618: Fix EINTR handling on Windows
victor.stinner
- [Python-checkins] cpython (3.4): Issue #23799: Added test.support.start_threads() for running and cleaning up
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23799: Added test.test_support.start_threads() for running and
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23799: Added test.support.start_threads() for running and cleaning up
serhiy.storchaka
- [Python-checkins] cpython: It wasn't a typo, it is the mnemonic (AT=@).
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23838: linecache now clears the cache and returns an empty result on
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23838: linecache now clears the cache and returns an empty result on
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23838: linecache now clears the cache and returns an empty result on
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23821: Fixed test_pdb failure under -O.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23821: Fixed test_pdb failure under -O.
serhiy.storchaka
- [Python-checkins] cpython: What's New in Python 3.5: mention signal.set_wakeup_fd() enhancement on Windows
victor.stinner
- [Python-checkins] cpython: Check deques against common sequence tests (except for slicing).
raymond.hettinger
- [Python-checkins] cpython: Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() and
victor.stinner
- [Python-checkins] peps: Link to implementation for PEP 488
brett.cannon
- [Python-checkins] cpython (3.4): remove assignment in conditional
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (2.7): remove assignment in conditional
benjamin.peterson
- [Python-checkins] cpython: Issue #23836: Document functions releasing the GIL in fileutils.c
victor.stinner
- [Python-checkins] cpython: Issue #23836: Add _Py_write_noraise() function
victor.stinner
- [Python-checkins] cpython: Issue #23836: Use _Py_write_noraise() to retry on EINTR in child_exec() of
victor.stinner
- [Python-checkins] cpython: Issue #23836: Use _Py_write_noraise() to retry on EINTR in _Py_DumpTraceback()
victor.stinner
- [Python-checkins] cpython: Issue #23836: Use _Py_write_noraise() to retry on EINTR in trip_signal() of
victor.stinner
- [Python-checkins] cpython: Issue #23836: Fix the faulthandler module to handle reentrant calls
victor.stinner
- [Python-checkins] cpython: Issue #23834: Add sock_call() helper function
victor.stinner
- [Python-checkins] cpython: Issue #23834: Modify socket.sendall() to reuse sock_call() with
victor.stinner
- [Python-checkins] cpython: Issue #23834: Fix sock_call(), set deadline_initialized to recompute the timeout
victor.stinner
- [Python-checkins] cpython (3.4): replace 512 bit dh key with a 2014 bit one (closes #23844)
benjamin.peterson
- [Python-checkins] cpython (2.7): replace 512 bit dh key with a 2014 bit one (closes #23844)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23844)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22977: Fixed formatting Windows error messages on Wine.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22977: Fixed formatting Windows error messages on Wine.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21526: Fixed support of new boolean type in Tcl 8.5.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.
serhiy.storchaka
- [Python-checkins] Daily reference leaks (c27585e43e50): sum=390
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #21526: Fixed the test_booleans test for wantobjects = 0.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21526: Fixed the test_booleans test for wantobjects = 0.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21526: Fixed the test_booleans test for wantobjects = 0.
serhiy.storchaka
- [Python-checkins] cpython: Issue #23618: Don't declare recvmsg/sendmsg helper functions on Windows
victor.stinner
- [Python-checkins] cpython: Issue #23618: Document EINTR changes in socket documentation
victor.stinner
- [Python-checkins] cpython: Issue #23618: socket.socket.connect() now waits until the connection completes
victor.stinner
- [Python-checkins] cpython: Issue #23648: Complete the list of modified functions for the PEP 475
victor.stinner
- [Python-checkins] cpython (3.4): Issue #22977: Fix test_exceptions
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (test_exceptions)
victor.stinner
- [Python-checkins] cpython: Issue #23618: Fix sock_connect_impl(), set the socket error code
victor.stinner
- [Python-checkins] cpython: Issue #23618: Ooops, remove abort() added for debug purpose
victor.stinner
- [Python-checkins] cpython (2.7): - Set PY_VERSION to "2.7.10b0", PY_MICRO_VERSION to 10 and
matthias.klose
- [Python-checkins] cpython (3.4): Issue #23851: close() must not be retried when it fails with EINTR
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (_posixsubprocess)
victor.stinner
- [Python-checkins] cpython (3.4): Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to
victor.stinner
- [Python-checkins] cpython (2.7): Issue #23834: Fix socket.sendto(), use the C long type to store the result of
victor.stinner
- [Python-checkins] cpython (3.4): Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21526: Skip test_booleans on Tcl < 8.5.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #16840: Fixed test_tcl for Tcl < 8.5.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #16840: Fixed test_tcl for Tcl < 8.5.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #16840: Fixed test_tcl for Tcl < 8.5.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21526: Skip test_booleans on Tcl < 8.5.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21526: Skip test_booleans on Tcl < 8.5.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().
serhiy.storchaka
- [Python-checkins] cpython: Issue #2175: SAX parsers now support a character stream of InputSource object.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().
serhiy.storchaka
- [Python-checkins] cpython (2.7): use rc rather than beta
benjamin.peterson
- [Python-checkins] peps: PEP 474: Document why *I* care about this PEP
nick.coghlan
- [Python-checkins] Daily reference leaks (846c165cf643): sum=339
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #22351: Fix test_nntplib if the ssl module is missing
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (test_nntplib)
victor.stinner
- [Python-checkins] cpython: Issue #23834: Simplify timeout handling
victor.stinner
- [Python-checkins] cpython: Issue #22117: Add a new _PyTime_FromSeconds() function
victor.stinner
- [Python-checkins] cpython: Issue #23853: Cleanup _ssl.c
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped.
serhiy.storchaka
- [Python-checkins] cpython: Got rid of warnings "suggest braces around empty body in an ‘else’
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio doc)
victor.stinner
- [Python-checkins] cpython (3.4): Issue #23219: Update asyncio.wait_for() documentation
victor.stinner
- [Python-checkins] cpython (2.7): Escaped backslashes in docstrings.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Escaped backslashes in docstrings.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Escaped backslashes in docstrings.
serhiy.storchaka
- [Python-checkins] cpython: Removed trailing whitespaces in miscalenous files.
serhiy.storchaka
- [Python-checkins] cpython: Issue #23466: Raised OverflowError if %c argument is out of range.
serhiy.storchaka
- [Python-checkins] cpython: Issue #15582: inspect.getdoc() now follows inheritance chains.
serhiy.storchaka
- [Python-checkins] cpython: Issue #23500: Argument Clinic is now smarter about generating the "#ifndef"
larry.hastings
- [Python-checkins] cpython: Issue #23501: Argumen Clinic now generates code into separate files by default.
serhiy.storchaka
- [Python-checkins] cpython: Issue #23492: Argument Clinic now generates argument parsing code with
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23825: Fixed test_idle under -OO.
serhiy.storchaka
- [Python-checkins] cpython: Moved Misc/NEWS entries not included in 3.5.0 alpha 3 to correct section.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23825: Fixed test_idle under -OO.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23825: Fixed test_idle under -OO.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23338: Fixed formatting ctypes error messages on Cygwin.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23338: Fixed formatting ctypes error messages on Cygwin.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23338: Fixed formatting ctypes error messages on Cygwin.
serhiy.storchaka
- [Python-checkins] cpython: Issue #10590: xml.sax.parseString() now supports string argument.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Open files in binary mode to avoid newlines transformation.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Open files in binary mode to avoid newlines transformation.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Open files in binary mode to avoid newlines transformation.
serhiy.storchaka
- [Python-checkins] cpython: Issue #22831: Use "with" to avoid possible fd leaks.
serhiy.storchaka
- [Python-checkins] Daily reference leaks (e10ad4d4d490): sum=333
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and
serhiy.storchaka
- [Python-checkins] cpython: Fixed test_enum for issue #15582.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
serhiy.storchaka
- [Python-checkins] cpython: Fixed the array module broken in issue #23492.
serhiy.storchaka
- [Python-checkins] cpython: Issue #23466: Fixed expected error message in test_format.
serhiy.storchaka
- [Python-checkins] cpython: fix refleak in deque_concat
benjamin.peterson
- [Python-checkins] cpython: Issue #23501: #include "clinic/posixmodule.c.h" was in the section skipped on
serhiy.storchaka
- [Python-checkins] cpython: Updated pprint examples in according to issue #19105.
serhiy.storchaka
- [Python-checkins] Daily reference leaks (6d9520e2223f): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23872)
benjamin.peterson
- [Python-checkins] cpython (3.4): fix extended command syntax (closes #23872)
benjamin.peterson
- [Python-checkins] cpython: #3566: Clean up handling of remote server disconnects.
r.david.murray
- [Python-checkins] Daily reference leaks (eba80326ba53): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Added missing right bracket (reported by Daryl Klakouski)
tim.golden
- [Python-checkins] cpython (merge 3.4 -> default): Merge doc change from 3.4
tim.golden
- [Python-checkins] cpython: fix building without threads (closes #23877)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23875)
benjamin.peterson
- [Python-checkins] cpython (3.4): remove extra arguments in arg parsing format codes (closes #23875)
benjamin.peterson
- [Python-checkins] cpython (2.7): remove extra arguments in arg parsing format codes (closes #23875)
benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #22977: Remove unconditional import of ctypes.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22977: Remove unconditional import of ctypes.
serhiy.storchaka
- [Python-checkins] cpython: Issue #22721: An order of multiline pprint output of set or dict containing
serhiy.storchaka
- [Python-checkins] cpython: Issue #23853: socket.socket.sendall() does no more reset the socket timeout
victor.stinner
- [Python-checkins] cpython: Issue #23834: Fix initial value of the socket timeout
victor.stinner
- [Python-checkins] cpython: Issue #22117: Fix sock_call_ex() for non-blocking socket
victor.stinner
- [Python-checkins] cpython: Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each
victor.stinner
- [Python-checkins] cpython (2.7): Issue #23458: Remove test_os.test_urandom_fd_non_inheritable()
victor.stinner
- [Python-checkins] peps: Describe an old but good rule for consistent return statements.
guido.van.rossum
- [Python-checkins] peps: Small edits; added Tuple[t, ...] and Callable[..., tr].
guido.van.rossum
- [Python-checkins] cpython (3.4): Upgrade pip to 6.1.0 and setuptools to 15.0
donald.stufft
- [Python-checkins] cpython (merge 3.4 -> default): Merged update of pip to 6.1.0 and setuptools to 15.0
donald.stufft
- [Python-checkins] cpython (2.7): Upgrade pip to 6.1.0 and setuptools to 15.0
donald.stufft
- [Python-checkins] Daily reference leaks (9a0caf6e7a16): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP
victor.stinner
- [Python-checkins] cpython (3.4): Issue #23881: urllib.request.ftpwrapper constructor now closes the socket if
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #23881: urllib.request.ftpwrapper constructor now closes the
victor.stinner
- [Python-checkins] cpython (3.4): Issue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (test_urllib2net)
victor.stinner
- [Python-checkins] cpython (2.7): ssue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/
victor.stinner
- [Python-checkins] cpython (2.7): Update pip to 6.1.1
donald.stufft
- [Python-checkins] cpython (3.4): Update pip to 6.1.1
donald.stufft
- [Python-checkins] cpython (merge 3.4 -> default): update pip to 6.1.1
donald.stufft
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23873)
benjamin.peterson
- [Python-checkins] cpython (3.4): remove smtpd dead code (closes #23873)
benjamin.peterson
- [Python-checkins] cpython: Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes,
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23879, asyncio: SelectorEventLoop.sock_connect() must not call connect()
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio)
victor.stinner
- [Python-checkins] cpython: Addresses Issue #10838: The subprocess now module includes
gregory.p.smith
- [Python-checkins] cpython: issue10838: Rename the subprocess.mswindows internal global to _mswindows.
gregory.p.smith
- [Python-checkins] cpython: Issue #23883: Add missing entries to traceback.__all__.
berker.peksag
- [Python-checkins] cpython (3.4): Skip nntplib tests when transient errors captured.
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Skip nntplib tests when transient errors captured.
berker.peksag
- [Python-checkins] Daily reference leaks (4c14afc3f931): sum=1
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #23027: test_warnings now passes all tests when run it with -Werror.
berker.peksag
- [Python-checkins] cpython (3.4): Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not
berker.peksag
- [Python-checkins] cpython (2.7): actually ssl3 is just completely broken
benjamin.peterson
- [Python-checkins] cpython (3.4): actually ssl3 is just completely broken
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #23400: Add notes about the sem_open support of the host OS to
berker.peksag
- [Python-checkins] cpython (3.4): Fix typo in telnet docs (reported by Keith Briggs)
tim.golden
- [Python-checkins] cpython (merge 3.4 -> default): Merge from 3.4
tim.golden
- [Python-checkins] cpython: Issue #23618: Fix internal_select() for negative timeout (blocking socket) when
victor.stinner
- [Python-checkins] cpython: Issue #23834: Fix the default socket timeout
victor.stinner
- [Python-checkins] Daily reference leaks (0ca028765488): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #23686: Update Windows build to use OpenSSL 1.0.2a
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Null merge from 3.4
zach.ware
- [Python-checkins] cpython (3.4): Issue #23686: Update Windows build to use OpenSSL 1.0.2a.
zach.ware
- [Python-checkins] cpython: Fix prepare_ssl.py for OpenSSL 1.0.2a builds without Perl (using old system).
zach.ware
- [Python-checkins] cpython: Updates Windows release scripts to generate and upload GPG signatures.
steve.dower
- [Python-checkins] cpython: Issue #23817: FreeBSD now uses "1.0" the the SOVERSION as other operating
victor.stinner
- [Python-checkins] cpython (2.7): Refresh OpenSSL sources on the buildbots
zach.ware
- [Python-checkins] cpython: Fix prepare_ssl.py script
zach.ware
- [Python-checkins] cpython (3.4): Refresh OpenSSL sources on the buildbots
zach.ware
- [Python-checkins] cpython (2.7): Backed out changeset 7b1ceb925471 after buildbots have new OpenSSL source.
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Null merge with 3.4
zach.ware
- [Python-checkins] cpython (3.4): Backed out changeset bc41a4d6c58f after buildbots have new OpenSSL source.
zach.ware
- [Python-checkins] cpython (3.4): Replaced "string" with "bytes object" in docstrings of binary I/O objects.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Replaced "string" with "bytes object" in docstrings of binary I/O objects.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Put the NASM pulled from svn.python.org at the front of the PATH.
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4.
zach.ware
- [Python-checkins] cpython (3.4): Put the NASM pulled from svn.python.org at the front of the PATH.
zach.ware
- [Python-checkins] devguide: Update VS 2015 recommendation.
zach.ware
- [Python-checkins] Daily reference leaks (76ed5454b09d): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Suppress a couple more DeprecationWarnings in the test suite.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23865: close() methods in multiple modules now are idempotent and more
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23865: close() methods in multiple modules now are idempotent and more
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23865: close() methods in multiple modules now are idempotent and more
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS.
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS.
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes
berker.peksag
- [Python-checkins] cpython (3.4): Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes
berker.peksag
- [Python-checkins] cpython (2.7): Issue #21859: Corrected FileIO docstrings.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21859: Corrected FileIO docstrings.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21859: Corrected FileIO docstrings.
serhiy.storchaka
- [Python-checkins] cpython: Issue #21859: Added Python implementation of io.FileIO.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #16840: Fixed Tcl test on 2.7 with Tcl 8.4.19.
serhiy.storchaka
- [Python-checkins] cpython: Issue #23529: Limit the size of decompressed data when reading from
antoine.pitrou
- [Python-checkins] cpython (2.7): highlight is now highlighted (closes #23909)
benjamin.peterson
- [Python-checkins] Daily reference leaks (62723172412c): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): use imperative
benjamin.peterson
- [Python-checkins] cpython (2.7): use imperative
benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #23912: Fix code formatting in datamodel.rst.
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23912: Fix code formatting in datamodel.rst.
berker.peksag
- [Python-checkins] cpython: Issue23826: fix doc test for -OO runs
ethan.furman
- [Python-checkins] cpython (3.4): Unittest for Issue 21511 by Christie Wilson bobcatfish at gmail.com.
guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> default): Unittest for Issue 21511 by Christie Wilson bobcatfish at gmail.com (merge from
guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> default): Close #23904: fix pathlib documentation misleadingly mentioning that bytes
antoine.pitrou
- [Python-checkins] cpython (3.4): Close #23904: fix pathlib documentation misleadingly mentioning that bytes
antoine.pitrou
- [Python-checkins] cpython: - Modules/Setup.dist: remove time extension duplicate, introduced by the fix
matthias.klose
- [Python-checkins] cpython: Issue #23817: run autoreconf to update configure.
ned.deily
- [Python-checkins] cpython: - fix file permission for Lib/test/test_script_helper.py
matthias.klose
- [Python-checkins] cpython: Closes #23686: Update Windows installer OpenSSL to 1.0.2a
steve.dower
- [Python-checkins] cpython: Issue #23668: Adds support for os.truncate and os.ftruncate on Windows
steve.dower
- [Python-checkins] cpython: Issue #23668: Suppresses invalid parameter handler around chsize calls.
steve.dower
- [Python-checkins] cpython: Issue #23524: Replace _PyVerify_fd function with calls to
steve.dower
- [Python-checkins] cpython: Close issue23900: add default __doc__ to new enumerations that do not specify
ethan.furman
- [Python-checkins] Daily reference leaks (eba85ae7d128): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #12955: Change the urlopen() examples to use context managers where
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #12955: Change the urlopen() examples to use context managers where
berker.peksag
- [Python-checkins] cpython: Issue #23668: Regenerates posixmodule.c.h for new ifdefs
steve.dower
- [Python-checkins] cpython: make DirEntryType and ScandirIteratorType static (closes #23918)
benjamin.peterson
- [Python-checkins] cpython: #23464: remove JoinableQueue that was deprecated in 3.4.4.
r.david.murray
- [Python-checkins] cpython (2.7): Don't gitignore the Python directory on case insensitive file systems.
r.david.murray
- [Python-checkins] cpython (3.4): Don't gitignore the Python directory on case insensitive file systems.
r.david.murray
- [Python-checkins] cpython (3.4): #17380: Document tp_init return value in extending docs.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #17380: Document tp_init return value in extending docs.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: Don't gitignore the Python directory on case insensitive file systems.
r.david.murray
- [Python-checkins] peps: Port pep2html.py to 2/3.
zach.ware
- [Python-checkins] cpython: Fix warning from Sphinx.
zach.ware
- [Python-checkins] Daily reference leaks (37905786b34b): sum=3
solipsis at pitrou.net
- [Python-checkins] devguide: Add Carol Willing as a devguide expert
zach.ware
- [Python-checkins] devguide: Added myself as an "expert" for posix and Argument Clinic, saints preserve us.
larry.hastings
- [Python-checkins] cpython: Rebuild _freeze_importlib.o when Makefile changes
nick.coghlan
- [Python-checkins] cpython: Doc clarification / edification on the semantics of the 'w*' format unit.
larry.hastings
- [Python-checkins] cpython (3.4): Issue #18402: Also look for 64 bit Perl in build_ssl.py.
zach.ware
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads
zach.ware
- [Python-checkins] cpython (2.7): Issue #18402: Also look for 64 bit Perl in build_ssl.py.
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #18402: Merge with 3.4
zach.ware
- [Python-checkins] cpython (2.7): Attribute Michael Dorman for his initial patch on issue #18402.
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
zach.ware
- [Python-checkins] cpython (3.4): Attribute Michael Dorman for his initial patch on issue #18402.
zach.ware
- [Python-checkins] cpython (3.4): Issue #23932: Update the tutorial section on function annotations.
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #23932: Merge with 3.4
zach.ware
- [Python-checkins] cpython: Actually run the builtins Argument Clinic test
nick.coghlan
- [Python-checkins] cpython (2.7): Issue #17202: Add .bat to .hgeol to force them to CRLF.
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #17202: Merge with 3.4
zach.ware
- [Python-checkins] cpython (3.4): Issue #17202: Add .bat to .hgeol to force them to CRLF.
zach.ware
- [Python-checkins] cpython (2.7): Force the Windows readme to CRLF
zach.ware
- [Python-checkins] cpython (3.4): Force the Windows readme to CRLF
zach.ware
- [Python-checkins] cpython (3.4): Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22982: Improve BOM handling when seeking to multiple positions of a
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #22982: Improve BOM handling when seeking to multiple positions of a
antoine.pitrou
- [Python-checkins] cpython: Issue #23726: Don't enable GC for user subclasses of non-GC types that don't
antoine.pitrou
- [Python-checkins] cpython: Issue #23731: Implement PEP 488.
brett.cannon
- [Python-checkins] peps: Mark PEP 488 as final
brett.cannon
- [Python-checkins] cpython: Issue #23732: Mention the new -b semantics in the porting HOWTO.
brett.cannon
- [Python-checkins] cpython: Issue #21116: Avoid blowing memory when allocating a multiprocessing shared
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Fix duplicate doc entry for SSLContext.get_ca_certs()
antoine.pitrou
- [Python-checkins] cpython (3.4): Fix duplicate doc entry for SSLContext.get_ca_certs()
antoine.pitrou
- [Python-checkins] cpython: Fix doc build error
antoine.pitrou
- [Python-checkins] cpython (2.7): - the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third
matthias.klose
- [Python-checkins] cpython (merge 3.4 -> 3.4): - merge heads
matthias.klose
- [Python-checkins] cpython (3.4): - the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third
matthias.klose
- [Python-checkins] cpython (merge 3.4 -> default): - the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third
matthias.klose
- [Python-checkins] cpython (merge default -> default): - merge heads
matthias.klose
- [Python-checkins] cpython (2.7): - Regenerate the configure file.
matthias.klose
- [Python-checkins] cpython (3.4): - Use PLATDIR for the platform directory everywhere (refactoring only)
matthias.klose
- [Python-checkins] cpython (2.7): - Use PLATDIR for the platform directory everywhere (refactoring only)
matthias.klose
- [Python-checkins] cpython (merge 3.4 -> default): - merge 3.4
matthias.klose
- [Python-checkins] cpython: Issue #21741: Update 147 test modules to use test discovery.
zach.ware
- [Python-checkins] cpython (3.4): - Makefile.pre.in (LIBPL): Use the definition from configure.ac
matthias.klose
- [Python-checkins] cpython: Issue #23733: Mention bytes.__mod__ in the porting HOWTO.
brett.cannon
- [Python-checkins] cpython: Issue #23822: Fix test_py_compile to not fail under -O.
brett.cannon
- [Python-checkins] cpython: Fix a grammar error in the porting HOWTO as found by Eric Smith.
brett.cannon
- [Python-checkins] cpython: Closes #23938: List Windows XP as an unsupported platform.
zach.ware
- [Python-checkins] devguide: Finally add myself to the experts list in places that look lonely and I know
thomas.wouters
- [Python-checkins] cpython (3.4): Issue #23730: Document the return value of ZipFile.extract
zach.ware
- [Python-checkins] cpython (2.7): Issue #23730: Document the return value of ZipFile.extract
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #23730: merge with 3.4
zach.ware
- [Python-checkins] cpython: Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.
larry.hastings
- [Python-checkins] devguide: Issue #23924: Expand the QuickStart section to mention OS X and link
ned.deily
- [Python-checkins] devguide: Issue #21400: Update the code coverage section to remove out-of-date
ned.deily
- [Python-checkins] cpython: Issue #20586: Argument Clinic now ensures signatures on functions without
zach.ware
- [Python-checkins] peps: Minor tweaks to PEP 432
nick.coghlan
- [Python-checkins] cpython (3.4): Make Argument Clinic's '--make' option work on Windows.
zach.ware
- [Python-checkins] cpython: #11754: test contents of string module attributes.
r.david.murray
- [Python-checkins] cpython (3.4): remove useless word (closes #23929)
benjamin.peterson
- [Python-checkins] cpython (2.7): remove useless word (closes #23929)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23929)
benjamin.peterson
- [Python-checkins] cpython: Issue #23310: Fix MagicMock's initializer to work with __methods__.
lukasz.langa
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
berker.peksag
- [Python-checkins] cpython (3.4): Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (#23310)
lukasz.langa
- [Python-checkins] cpython (3.4): Issue #23310: Fix MagicMock's initializer to work with __methods__.
lukasz.langa
- [Python-checkins] Daily reference leaks (4f90751edb4f): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset)
andrew.kuchling
- [Python-checkins] cpython (3.4): #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset)
andrew.kuchling
- [Python-checkins] cpython (2.7): Reword NEWS item a bit
andrew.kuchling
- [Python-checkins] cpython (2.7): #17898: reset k and v so that the loop doesn't use an old value
andrew.kuchling
- [Python-checkins] cpython (3.4): Reword NEWS item a bit
andrew.kuchling
- [Python-checkins] cpython (3.4): #17898: reset k and v so that the loop doesn't use an old value
andrew.kuchling
- [Python-checkins] cpython: #21146: give a more efficient recipe in gzip docs
andrew.kuchling
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23811: Add missing newline to the PyCompileError error message.
berker.peksag
- [Python-checkins] cpython (3.4): Issue #23811: Add missing newline to the PyCompileError error message.
berker.peksag
- [Python-checkins] cpython: Actually build Tix.
zach.ware
- [Python-checkins] cpython (2.7): Issue #23811: Add missing newline to the PyCompileError error message.
berker.peksag
- [Python-checkins] peps: Fix syntax error
brett.cannon
- [Python-checkins] cpython: Update Tcl/Tk to 8.6.4.
zach.ware
- [Python-checkins] cpython (3.4): issue22046: mention that zipfile can raise NotImplementedError on unsupported
gregory.p.smith
- [Python-checkins] cpython (3.4): remove trailing space :)
gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): issue22046: mention that zipfile can raise NotImplementedError on unsupported
gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): remove trailing space
gregory.p.smith
- [Python-checkins] cpython (3.4): issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.
gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.
gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): issue9014: Include more formatting on :c:type:`PyObject` etc.
gregory.p.smith
- [Python-checkins] cpython (3.4): issue9014: Include more formatting on :c:type:`PyObject` etc.
gregory.p.smith
- [Python-checkins] cpython: issue9859: Adds a test.support.detect_api_mismatch function useful to
gregory.p.smith
- [Python-checkins] cpython: issue9859: Adds a CPyMatchTest test case to compare the exposed APIs
gregory.p.smith
- [Python-checkins] cpython: issue9859: rename CPyMatchTest to APIMismatchTest and add @support.cpython_only.
gregory.p.smith
- [Python-checkins] cpython: issue9859: Document test.support.detect_api_mismatch() and simplify its test.
gregory.p.smith
- [Python-checkins] peps: Add myself.
barry.warsaw
- [Python-checkins] cpython (3.4): #23957: fix typo.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #23957: fix typo.
r.david.murray
- [Python-checkins] cpython (3.4): Issue #23956: Fix typo in imp.py docstring.
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #23956: Merge with 3.4
zach.ware
- [Python-checkins] cpython: issue9859: Use an expected failure rather than a skip.
gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure.
r.david.murray
- [Python-checkins] cpython (3.4): #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure.
r.david.murray
- [Python-checkins] cpython: Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
larry.hastings
- [Python-checkins] cpython: issue9859: add the missing versionadded tag to the documentation.
gregory.p.smith
- [Python-checkins] cpython: Updates Windows installer to promote per-user installs over all-users.
steve.dower
- [Python-checkins] cpython: Generates and signs a self-extracting executable containing an embedded Python.
steve.dower
- [Python-checkins] cpython: Issue #21217: inspect.getsourcelines() now tries to compute the start and
antoine.pitrou
- [Python-checkins] cpython: Add a subprocess.run() function than returns a CalledProcess instance for a
gregory.p.smith
- [Python-checkins] cpython: properly wrap
benjamin.peterson
- [Python-checkins] cpython: add Allison Kaptur (#21217)
benjamin.peterson
- [Python-checkins] devguide: Issue #16405: Explain how to set up the whitespace commit hook locally.
ned.deily
- [Python-checkins] Daily reference leaks (582e8e71f635): sum=61
solipsis at pitrou.net
- [Python-checkins] cpython: Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and
eric.smith
- [Python-checkins] cpython: - Issue #22980: Under Linux, GNU/KFreeBSD and the Hurd, C extensions now include
matthias.klose
- [Python-checkins] cpython (2.7): Fix PyGILState_GetThisThreadState() prototype in the API documentation.
charles-francois.natali
- [Python-checkins] cpython: - configure.ac: remove duplicate PLATDIR definition
matthias.klose
- [Python-checkins] cpython: - #22980: fix typo in Lib/test/test_sysconfig.py triplet test
matthias.klose
- [Python-checkins] cpython: Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky
steve.dower
- [Python-checkins] cpython: Updates layout of some text in the Windows installer.
steve.dower
- [Python-checkins] cpython: #23949: Improve tuple unpacking error messages.
r.david.murray
- [Python-checkins] cpython: #22980: fix triplet configure test for powerpc-linux-gnu
matthias.klose
- [Python-checkins] cpython: Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari
steve.dower
- [Python-checkins] peps: PEP 440: Clarify admonitions are for releases, not local builds
nick.coghlan
- [Python-checkins] cpython: Issue #23703: Fix a regression in urljoin() introduced in 901e4e52b20a.
berker.peksag
- [Python-checkins] cpython: Issues #22980, 23969: For OS X, use PEP 3149-style file names for extension
ned.deily
- [Python-checkins] cpython: Issue #23935: Argument Clinic's understanding of format units
larry.hastings
- [Python-checkins] cpython: Issue #20175: Converted the _io module to Argument Clinic.
serhiy.storchaka
- [Python-checkins] Daily reference leaks (4f74452a11e5): sum=9
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Backported tests from issue #20175.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Backported tests from issue #20175.
serhiy.storchaka
- [Python-checkins] cpython: Fix typo in assert statement
christian.heimes
- [Python-checkins] cpython: Remove redundant check for tb != NULL to shut up Coverity . It has been set to
christian.heimes
- [Python-checkins] cpython: Remove redundant check fro md5module.
christian.heimes
- [Python-checkins] peps: PEP 489: Updates from Petr Viktorin.
berker.peksag
- [Python-checkins] cpython: #18128: use standard +NNNN timezone format in POT-Creation-Date header.
r.david.murray
- [Python-checkins] cpython: Update coverity modeling file to silence datetime warnings
christian.heimes
- [Python-checkins] cpython: #7159: generalize urllib prior auth support.
r.david.murray
- [Python-checkins] cpython: #16914: add timestamps to smtplib debugging output via new debuglevel 2.
r.david.murray
- [Python-checkins] cpython: News item for #16914.
r.david.murray
- [Python-checkins] cpython: #16914: reflow paragraph and add missing versionchanged.
r.david.murray
- [Python-checkins] cpython: #16914: fix test errors under -W error::BytesWarning.
r.david.murray
- [Python-checkins] cpython: Fix two typos in AbstractBasicAuthHandler documentation.
berker.peksag
- [Python-checkins] Daily reference leaks (35a9d60145cd): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Add PEP 491
daniel.holth
- [Python-checkins] peps: PEP 489: Update from Petr.
berker.peksag
- [Python-checkins] cpython: Issue #20184: Converted _dbm and _gdbm modules to Argument Clinic.
serhiy.storchaka
- [Python-checkins] cpython: Issue #20181: Converted the unicodedata module to Argument Clinic.
serhiy.storchaka
- [Python-checkins] peps: Add PEP 492 by Yury Selivanov.
berker.peksag
- [Python-checkins] peps: pep 492: Fix typos
yury.selivanov
- [Python-checkins] peps: pep-0492: rename set_async_wrapper -> set_coroutine_wrapper
yury.selivanov
- [Python-checkins] peps: pep-0492: Fix snippet with Grammar
yury.selivanov
- [Python-checkins] peps: New version of PEP 484 for review by python-dev.
guido.van.rossum
- [Python-checkins] peps: pep-0492: Fix explanation that async def are always coroutines
yury.selivanov
- [Python-checkins] peps: pep-0492: Add a sub-section about Async Lambdas
yury.selivanov
- [Python-checkins] peps: Fix markup.
berker.peksag
- [Python-checkins] cpython: Remove local dead code. In both blocks dir is always greater 0.
christian.heimes
- [Python-checkins] peps: Fix PEP generation error.
berker.peksag
- [Python-checkins] Daily reference leaks (bc1a178b3bc8): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #23536: Clarified scope of fileConfig()'s API.
vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Closes #23536: Clarified scope of fileConfig()'s API.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #23536: Clarified scope of fileConfig()'s API.
vinay.sajip
- [Python-checkins] peps: pep-0492: Fixes, edits.
yury.selivanov
- [Python-checkins] peps: pep-0492: async_def() works on generator-functions.
yury.selivanov
- [Python-checkins] cpython (3.4): Issue #15566: Document encoding and errors parameters of TarInfo.frombuf().
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #15566: Document encoding and errors parameters of TarInfo.frombuf().
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods.
berker.peksag
- [Python-checkins] cpython (3.4): Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods.
berker.peksag
- [Python-checkins] peps: Undefer PEP 3152 at PEP author's request
chris.angelico
- [Python-checkins] Daily reference leaks (e4802f19eee4): sum=3
solipsis at pitrou.net
- [Python-checkins] peps: PEP 475: update the list of modified functions according to the implementation
victor.stinner
- [Python-checkins] cpython: - #22980: fix triplet configure test for more targets
matthias.klose
- [Python-checkins] cpython: Use PyArg_ParseTuple (new API) instead of PyArg_Parse (old API) for parsing
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed error message for the "u#" format code.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed error message for the "u#" format code.
serhiy.storchaka
- [Python-checkins] peps: pep-0492: AsyncFuntionDef ast node; 100% backwards compatible
yury.selivanov
- [Python-checkins] cpython (3.3): Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> 3.4): Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
christian.heimes
- [Python-checkins] cpython (2.7): Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
christian.heimes
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
christian.heimes
- [Python-checkins] cpython: Remove spurious text from build instructions README.
guido.van.rossum
- [Python-checkins] cpython: Force the buildbots to clean up all externals.
steve.dower
- [Python-checkins] cpython: Backed out buildbot clean
steve.dower
- [Python-checkins] cpython: Minor fixes to Windows build scripts
steve.dower
- [Python-checkins] peps: pep-0492: Mention PEP 3152.
yury.selivanov
- [Python-checkins] cpython (3.4): fix grammar
benjamin.peterson
- [Python-checkins] peps: pep-0492: Edits re PEP 3152.
yury.selivanov
- [Python-checkins] peps: pep-0492: More edits re PEP 3152.
yury.selivanov
- [Python-checkins] cpython (3.4): Issue #23842: Added tests for os.major(), os.minor() and os.makedev().
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23842: Added tests for os.major(), os.minor() and os.makedev().
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23728: binascii.crc_hqx() could return an integer outside of the range
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23842: os.major(), os.minor() and os.makedev() now support ints again.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23728: Added a test for binascii.crc_hqx().
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23728: binascii.crc_hqx() could return an integer outside of the range
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23908: os functions now reject paths with embedded null character
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23908: os functions now reject paths with embedded null character
serhiy.storchaka
- [Python-checkins] cpython: Added tag v3.5.0a4 for changeset 413e0e0004f4
larry.hastings
- [Python-checkins] cpython: Post-release updates for Python 3.5.0a4.
larry.hastings
- [Python-checkins] cpython: Version number bump for Python 3.5.0a4.
larry.hastings
- [Python-checkins] cpython (merge default -> default): Merge Python 3.5.0a4 release engineering commits.
larry.hastings
- [Python-checkins] cpython: Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.
larry.hastings
- [Python-checkins] Daily reference leaks (8d9bf18defd7): sum=6
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #16840: Turn on support of bignums only in final release of Tcl 8.5.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #16840: Turn on support of bignums only in final release of Tcl 8.5.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #16840: Turn on support of bignums only in final release of Tcl 8.5.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge.
guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> default): Fix asyncio issue 235 (merge from 3.4).
guido.van.rossum
- [Python-checkins] cpython: - move some NEWS items to 3.5.0 beta 1
matthias.klose
- [Python-checkins] cpython (3.4): recommend requests library (closes #23989)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23989)
benjamin.peterson
- [Python-checkins] cpython (2.7): recommend requests library (closes #23989)
benjamin.peterson
- [Python-checkins] peps: pep-0492: Renames; add sys.get_coroutine_wrapper()
yury.selivanov
- [Python-checkins] peps: pep-0492: Trim lines at 72
yury.selivanov
- [Python-checkins] peps: pep-0492: Add a Post-History header.
yury.selivanov
- [Python-checkins] cpython: #17445: difflib: add diff_bytes(), to compare bytes rather than str
greg.ward
- [Python-checkins] Daily reference leaks (1764d42b340d): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython: Get rid of unused-but-set-variable warning. len and len2 should be equal and
christian.heimes
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#24022)
benjamin.peterson
- [Python-checkins] cpython (3.4): do not call into python api if an exception is set (#24022)
benjamin.peterson
- [Python-checkins] peps: pep-0492: More info on __cocall__; Add a section about coroutine-generators
yury.selivanov
- [Python-checkins] peps: pep-0492: Bump post-history
yury.selivanov
- [Python-checkins] cpython (2.7): Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than
serhiy.storchaka
- [Python-checkins] devguide: note removal of Skip
benjamin.peterson
- [Python-checkins] cpython (3.4): #15183: clarify timeit documentation to say that setup statement isn't timed
andrew.kuchling
- [Python-checkins] peps: pep-0492: Add flow_stmt to Grammar
yury.selivanov
- [Python-checkins] devguide: Issue #16574: Clarify that once a PEP has implemented, it needs be
berker.peksag
- [Python-checkins] cpython: Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor
berker.peksag
- [Python-checkins] cpython (2.7): Fixed full Tcl version parsing in tests for pre-final versions.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed full Tcl version parsing in tests for pre-final versions.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #16840: Skip bignum tests on minor releases where they are not supported.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed full Tcl version parsing in tests for pre-final versions.
serhiy.storchaka
- [Python-checkins] cpython: Issue #21483: Skip test_timestamp_overflow on NFS.
berker.peksag
- [Python-checkins] Daily reference leaks (25c03271860d): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython: - move NEWS item to 3.5
matthias.klose
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22785)
benjamin.peterson
- [Python-checkins] cpython (3.4): improved range docstring (closes #22785)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): Fix .gitignore for 'python' binary.
christian.heimes
- [Python-checkins] cpython (3.4): Fix .gitignore for 'python' binary.
christian.heimes
- [Python-checkins] peps: Separate -> surround.
guido.van.rossum
- [Python-checkins] cpython: Issue #23887: urllib.error.HTTPError now has a proper repr() representation.
facundo.batista
- [Python-checkins] cpython (merge 3.4 -> default): Next attempt: fix .gitignore for Unix and OSX. Sorry RDM!
christian.heimes
- [Python-checkins] cpython (3.4): Next attempt: fix .gitignore for Unix and OSX. Sorry RDM!
christian.heimes
- [Python-checkins] cpython (3.4): Issue #24029: Document the name binding behavior for submodule imports.
barry.warsaw
- [Python-checkins] cpython (merge 3.4 -> default): Issue #24029: Document the name binding behavior for submodule imports.
barry.warsaw
- [Python-checkins] cpython (merge 3.4 -> 3.4): Issue #24029: Document the name binding behavior for submodule imports.
barry.warsaw
- [Python-checkins] cpython (2.7): Use more precise Tcl version checks in tests.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Use more precise Tcl version checks in tests.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Use more precise Tcl version checks in tests.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.
serhiy.storchaka
- [Python-checkins] Daily reference leaks (6295f207dfaa): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #24031: make patchcheck now supports git checkouts, too.
christian.heimes
- [Python-checkins] cpython (merge 3.4 -> default): Issue #24031: make patchcheck now supports git checkouts, too.
christian.heimes
- [Python-checkins] peps: pep-0492: Update PEP 3152 section
yury.selivanov
- [Python-checkins] peps (merge default -> default): null merge
yury.selivanov
- [Python-checkins] peps: pep-0492: Explain why "async def" and not "def async".
yury.selivanov
- [Python-checkins] peps: pep-0492: Why "async def" -- add a note about grammar.
yury.selivanov
- [Python-checkins] peps: pep-0492: Add that it's a TypeError if __await__ returns non-iterator
yury.selivanov
- [Python-checkins] peps: pep-0492: 'Why not reuse existing "for" and "with"...' section
yury.selivanov
- [Python-checkins] peps: pep-0492: Fix a typo
yury.selivanov
- [Python-checkins] peps: pep-0492: Fix wording
yury.selivanov
- [Python-checkins] peps: pep-0492: Glossary: Future-like.__await__ must return an iterator
yury.selivanov
- [Python-checkins] peps: pep-0492: Edits in PEP 3152 section
yury.selivanov
- [Python-checkins] peps: pep-0492: Fix example in Debugging Features section
yury.selivanov
- [Python-checkins] peps: pep-0492: Slightly imrpove example 2 of "async for" section
yury.selivanov
- [Python-checkins] peps: pep-0492: It's a TypeError to pass non-awaitable to 'await'
yury.selivanov
- [Python-checkins] peps: pep-0492: TypeError if an object without __aiter__ is passed to async for
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#24044)
benjamin.peterson
- [Python-checkins] cpython (3.2): properly handle malloc failure (closes #24044)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#24044)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 (#24044)
benjamin.peterson
- [Python-checkins] cpython: Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the
serhiy.storchaka
- [Python-checkins] peps: PEP 394: fix typo reported by Jan Pokorný
nick.coghlan
- [Python-checkins] Daily reference leaks (151cab576cab): sum=6
solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#24049)
benjamin.peterson
- [Python-checkins] cpython (3.4): remove dead *-import checking code (closes #24049)
benjamin.peterson
- [Python-checkins] peps: Mark PEP 3152 (codef/cocall) as rejected.
guido.van.rossum
- [Python-checkins] cpython (3.4): Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #9246: On POSIX, os.getcwd() now supports paths longer than
victor.stinner
- [Python-checkins] Daily reference leaks (b871ace5c58f): sum=5
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): fix relative link (closes #24057)
benjamin.peterson
- [Python-checkins] cpython (3.4): fix relative link (closes #24057)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#24057)
benjamin.peterson
- [Python-checkins] cpython: Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.
gregory.p.smith
- [Python-checkins] cpython: Issue9951: update _hashopenssl and md5module to use _Py_strhex().
gregory.p.smith
- [Python-checkins] cpython: Add the files missing from c9f1630cf2b1 for issue9951.
gregory.p.smith
- [Python-checkins] cpython: Switch binascii over to using the common _Py_strhex implementation for its hex
gregory.p.smith
- [Python-checkins] cpython: Add missing PyAPI_FUNC macro's to the public functions as other .c files do
gregory.p.smith
- [Python-checkins] cpython: Use assertEqual rather than assertEquals to avoid the deprecation warning.
gregory.p.smith
- [Python-checkins] cpython (3.4): Fix computation of max_fd on OpenBSD. Issue #23852.
gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): Fix computation of max_fd on OpenBSD. Issue #23852.
gregory.p.smith
- [Python-checkins] cpython: Silence a gcc "may be used uninitialized" compiler warning. Not true.
gregory.p.smith
- [Python-checkins] Daily reference leaks (8c044904cddb): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #23356: Simplify convert_arg_line_to_args example.
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23356: Simplify convert_arg_line_to_args example.
berker.peksag
- [Python-checkins] cpython (2.7): Issue #23356: Simplify convert_arg_line_to_args example.
berker.peksag
- [Python-checkins] cpython (3.4): Issue #23996: Avoid a crash when a delegated generator raises an unnormalized
antoine.pitrou
- [Python-checkins] cpython: Add missing newline in NEWS
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23996: Avoid a crash when a delegated generator raises an unnormalized
antoine.pitrou
- [Python-checkins] cpython (3.4): remove extern definition, since it's in a header file (closes #24058)
benjamin.peterson
- [Python-checkins] cpython (2.7): remove extern definition, since it's in a header file (closes #24058)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#24058)
benjamin.peterson
- [Python-checkins] cpython (2.7): allow 2.7 to be built with asan (closes #24061)
benjamin.peterson
- [Python-checkins] Daily reference leaks (cb4334ab8453): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #24062: Fix os.stat links. Patch by July Tikhonov.
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #24062: Fix os.stat links. Patch by July Tikhonov.
berker.peksag
- [Python-checkins] cpython (3.4): Issue #21354: PyCFunction_New function is exposed by python DLL again.
andrew.svetlov
- [Python-checkins] cpython: remove the concept of an unoptimized function scope from the compiler, since it
benjamin.peterson
- [Python-checkins] peps: pep-0492: v3; tp_await, noiter, new await syntax, etc
yury.selivanov
- [Python-checkins] peps: pep-0492: Fix markup
yury.selivanov
- [Python-checkins] peps: pep-0492: Rename section
yury.selivanov
- [Python-checkins] peps: pep-0492: Add one more 'await' syntax example
yury.selivanov
- [Python-checkins] cpython: remove deleted method
benjamin.peterson
- [Python-checkins] Daily reference leaks (293d9964cf6e): sum=3
solipsis at pitrou.net
- [Python-checkins] peps: pep-0492: Add invalid syntax examples; fix typo.
yury.selivanov
- [Python-checkins] peps: pep-0492: Add another syntax example
yury.selivanov
- [Python-checkins] cpython (3.4): Issue #24077: Fix typo in man page for -I command option: -s, not -S.
ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #24077: merge from 3.4
ned.deily
- [Python-checkins] cpython (3.4): improve phrasing
benjamin.peterson
- [Python-checkins] cpython (2.7): improve phrasing
benjamin.peterson
- [Python-checkins] peps: pep-0492: Add operator precedence table for await expression.
yury.selivanov
- [Python-checkins] peps: pep-0492: Incorporate some feedback from Stephen J. Turnbull.
yury.selivanov
- [Python-checkins] peps: PEP 476: improve guidance on opting out
nick.coghlan
- [Python-checkins] peps: pep-0492: v4.
yury.selivanov
- [Python-checkins] peps: pep-0492: Reword tokenization algorithm description.
yury.selivanov
- [Python-checkins] peps: pep-0492: Rewrite "Why not a __future__ import" section; tx to Nick Coghlan.
yury.selivanov
- [Python-checkins] peps: pep-0492: Drop __future__ from "Transition Period Shortcomings"
yury.selivanov
- [Python-checkins] Daily reference leaks (93168607ad70): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): - remove unused EXTRAPLATDIR macro in Makefile.pre.in
matthias.klose
- [Python-checkins] cpython: Issue #23910: Optimize property() getter calls. Patch by Joe Jevnik
raymond.hettinger
- [Python-checkins] cpython (3.4): update links
benjamin.peterson
- [Python-checkins] cpython (2.7): update links
benjamin.peterson
Last message date:
Thu Apr 30 23:38:19 CEST 2015
Archived on: Thu Apr 30 23:38:26 CEST 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).