October 2014 Archives by thread
Starting: Wed Oct 1 01:09:38 CEST 2014
Ending: Fri Oct 31 13:13:47 CET 2014
Messages: 696
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (3.4): Issue 22465: grammar, number agreement.
terry.reedy
- [Python-checkins] cpython (2.7): Issue 22465: grammar, number agreement.
terry.reedy
- [Python-checkins] cpython: Issue #22333: Extend timeout in test_threaded_import
victor.stinner
- [Python-checkins] cpython: Issue #22333: test_threaded_import now displays elapsed time in verbose mode.
victor.stinner
- [Python-checkins] cpython (3.4): #22512: move distutils rpm test's .rpmdb to testing tmpdir.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #22512: move distutils rpm test's .rpmdb to testing tmpdir.
r.david.murray
- [Python-checkins] cpython (2.7): #22512: move distutils rpm test's .rpmdb to testing tmpdir.
r.david.murray
- [Python-checkins] cpython (2.7): use Py_ssize_t for file offset and length computations in iteration (closes
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): Merge #21739: mention subtle difference between loops and listcomps in tutorial.
r.david.murray
- [Python-checkins] cpython (3.4): #21739: mention subtle difference between loops and listcomps in tutorial.
r.david.murray
- [Python-checkins] cpython (2.7): this test will only work on 64-bit machines
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): null merge
ned.deily
- [Python-checkins] cpython (3.4): Fix overlooked conf.py setting in flattening of Doc directory.
ned.deily
- [Python-checkins] cpython (2.7): allow longs as indexes to group() (closes #22530)
benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #16537: Use the new *default* parameter of max().
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #16537: Use the new *default* parameter of max().
berker.peksag
- [Python-checkins] peps: PEP 394: Fix date.
berker.peksag
- [Python-checkins] cpython (3.4): Update Idle news for 3.4.2 (and 3.4.1).
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Update 3.5 Idle News up to 3.4.2 changes.
terry.reedy
- [Python-checkins] Daily reference leaks (8279017436a2): sum=1
solipsis at pitrou.net
- [Python-checkins] cpython: Closes #20218: Added convenience methods read_text/write_text and read_bytes/
georg.brandl
- [Python-checkins] cpython (3.2): Fix unicode_aswidechar() for 4b unicode and 2b wchar_t (AIX).
georg.brandl
- [Python-checkins] cpython (3.4): Make pydoctheme compatible with Sphinx 1.3 HTML output changes.
georg.brandl
- [Python-checkins] cpython (3.4): Remove old overridden version of a Sphinx CSS file.
georg.brandl
- [Python-checkins] cpython (3.4): Issue 22492: Be explicit that print does not support binary mode files.
terry.reedy
- [Python-checkins] cpython (3.2): ref #19855: skip uuid test_find_mac on non-Posix as in later branches
georg.brandl
- [Python-checkins] cpython (2.7): Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
serhiy.storchaka
- [Python-checkins] cpython: Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20076: Added non derived UTF-8 aliases to locale aliases table.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #20076: Added non derived UTF-8 aliases to locale aliases table.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20076: Added non derived UTF-8 aliases to locale aliases table.
serhiy.storchaka
- [Python-checkins] cpython (3.4): - Issue #18096: Fix library order returned by python-config.
matthias.klose
- [Python-checkins] cpython (2.7): - Issue #18096: Fix library order returned by python-config.
matthias.klose
- [Python-checkins] cpython (merge 3.4 -> default): - Issue #18096: Fix library order returned by python-config.
matthias.klose
- [Python-checkins] cpython (2.7): - Issue #17219: Add library build dir for Python extension cross-builds.
matthias.klose
- [Python-checkins] cpython (merge 3.4 -> default): - Issue #17219: Add library build dir for Python extension cross-builds.
matthias.klose
- [Python-checkins] cpython (3.4): - Issue #17219: Add library build dir for Python extension cross-builds.
matthias.klose
- [Python-checkins] cpython (2.7): fix sslwrap_simple (closes #22523)
benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #21971: Index and update turtledemo doc.
terry.reedy
- [Python-checkins] cpython (3.4): Remove unused and now removed config value.
georg.brandl
- [Python-checkins] cpython (2.7): Closes #22537: Make sphinx extensions compatible with Python 2 or 3, like in
georg.brandl
- [Python-checkins] cpython (3.4): Closes #19342: improve docstrings in grp module.
georg.brandl
- [Python-checkins] cpython (2.7): Closes #19342: improve docstrings in grp module.
georg.brandl
- [Python-checkins] cpython (2.7): closes #22528: add source links to symtable and compileall
georg.brandl
- [Python-checkins] cpython (3.4): closes #22528: add source links to symtable and compileall
georg.brandl
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
georg.brandl
- [Python-checkins] cpython (3.4): Issue #20076: Remove just added the sr_rs.utf8 at latn alias because it is
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20076: Remove just added the sr_rs.utf8 at latn alias because it is
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20076: Apply optimization in makelocalealias.py repeatedly.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file.
serhiy.storchaka
- [Python-checkins] cpython: Issue #20079: makelocalealias.py now supports installed SUPPORTED file,
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file.
serhiy.storchaka
- [Python-checkins] Daily reference leaks (80a515e255aa): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #20079: Fixed tests.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20079: Fixed tests.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20079: Fixed tests.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
georg.brandl
- [Python-checkins] cpython (3.4): Closes #19434: fix copy-paste error in MIMENonMultipart docstring.
georg.brandl
- [Python-checkins] cpython (2.7): Closes #19434: fix copy-paste error in MIMENonMultipart docstring.
georg.brandl
- [Python-checkins] cpython (3.4): Closes #18729: minor markup improvement.
georg.brandl
- [Python-checkins] cpython (3.4): #8473: Add tests that doctest uses universal newlines in testfile.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #8473: Add tests that doctest uses universal newlines in testfile.
r.david.murray
- [Python-checkins] cpython (2.7): #8473: make doctest.testfile use universal newline mode.
r.david.murray
- [Python-checkins] peps: Create a new draft of PEP 470
donald.stufft
- [Python-checkins] cpython: Closes #22540: speed up PyObject_IsInstance and PyObject_IsSubclass in the
georg.brandl
- [Python-checkins] Daily reference leaks (b15c5a66213f): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython: Make test_datetime a better citizen (issue #22540)
antoine.pitrou
- [Python-checkins] cpython: faulthandler: enhance dump_ascii() to escape also non-printable ASCII
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #12780: update inspect test skipIf for PEP 3147.
r.david.murray
- [Python-checkins] cpython (3.4): #12780: update inspect test skipIf for PEP 3147.
r.david.murray
- [Python-checkins] cpython (2.7): Fix a few typo/grammar issues in the multiprocessing docs.
zach.ware
- [Python-checkins] cpython (3.4): Fix a few typo/grammar issues in the multiprocessing docs.
zach.ware
- [Python-checkins] cpython: #22508: Drop email __version__ string. It no longer means anything.
r.david.murray
- [Python-checkins] cpython (2.7): - Add CVE number for Issue #21831
matthias.klose
- [Python-checkins] cpython (2.7): also use openssl envvars to find certs on windows (closes #22449)
benjamin.peterson
- [Python-checkins] cpython (3.4): also use openssl envvars to find certs on windows (closes #22449)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22449)
benjamin.peterson
- [Python-checkins] cpython (3.4): separate cert loading tests into Windows and non-Windows cases
benjamin.peterson
- [Python-checkins] cpython (2.7): separate cert loading tests into Windows and non-Windows cases
benjamin.peterson
- [Python-checkins] cpython (3.4): #14056: Small improvements to the tarfile documentation.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #14056: Small improvements to the tarfile documentation.
r.david.murray
- [Python-checkins] cpython (2.7): #14056: Small improvements to the tarfile documentation.
r.david.murray
- [Python-checkins] Daily reference leaks (ab828eeee2b2): sum=5
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #22219: The zipfile module CLI now adds entries for directories
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22219: The zipfile module CLI now adds entries for directories
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22219: The zipfile module CLI now adds entries for directories
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Merge packaging doc updates from 3.4
nick.coghlan
- [Python-checkins] cpython (3.4): Realign packaging docs with PyPUG changes
nick.coghlan
- [Python-checkins] cpython (2.7): Issue #22518: Fixed integer overflow issues in "backslashreplace" and
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22518: Fixed integer overflow issues in "backslashreplace",
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22518: Fixed integer overflow issues in "backslashreplace",
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed compilation error introduced in 3f7519f633ed (issue #22518).
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed issue number for issue #22470 in Misc/NEWS.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed issue number for issue #22470 in Misc/NEWS.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed issue number for issue #22470 in Misc/NEWS.
serhiy.storchaka
- [Python-checkins] cpython: Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with
serhiy.storchaka
- [Python-checkins] cpython (3.3): Bump to 3.3.6rc1
georg.brandl
- [Python-checkins] cpython (3.3): Issue #22518: Fixed integer overflow issues in "backslashreplace",
georg.brandl
- [Python-checkins] cpython (3.2): Bump to 3.2.6rc1
georg.brandl
- [Python-checkins] cpython (3.2): Added tag v3.2.6rc1 for changeset 51382a5598ec
georg.brandl
- [Python-checkins] cpython (3.2): Copyright year update, add version to licenses.
georg.brandl
- [Python-checkins] cpython (3.3): Added tag v3.3.6rc1 for changeset 51317c9786f5
georg.brandl
- [Python-checkins] cpython: Fixed tests on Windows for issue #21883.
serhiy.storchaka
- [Python-checkins] cpython: Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize*
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is
antoine.pitrou
- [Python-checkins] cpython: Add NEWS entry I forgot to commit.
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is
antoine.pitrou
- [Python-checkins] cpython (2.7): #11866: Eliminate race condition in the computation of names for new threads.
r.david.murray
- [Python-checkins] cpython (3.4): #11866: Eliminate race condition in the computation of names for new threads.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #11866: Eliminate race condition in the computation of names for new
r.david.murray
- [Python-checkins] cpython (3.4): #14201: Update ctypes docs to match behavior changed from 214b28d7a999.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #14201: Update ctypes docs to match behavior changed from 214b28d7a999.
r.david.murray
- [Python-checkins] cpython (2.7): #14201: Update ctypes docs to match behavior changed from 214b28d7a999.
r.david.murray
- [Python-checkins] cpython: Add Dan O'Reilly to Misc/ACKS
antoine.pitrou
- [Python-checkins] peps: Update PEP states in 3.5 release PEP
nick.coghlan
- [Python-checkins] Daily reference leaks (9cb438f683eb): sum=12
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Closes #19477: remove outdated documentation of tp_print type object slot.
georg.brandl
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #22290: Fix error handling in the _posixsubprocess module.
victor.stinner
- [Python-checkins] cpython (3.4): Issue #22290: Fix error handling in the _posixsubprocess module.
victor.stinner
- [Python-checkins] cpython (3.4): Issue #22390: Remove files created by tests
victor.stinner
- [Python-checkins] cpython (3.4): cleanup test_posix
victor.stinner
- [Python-checkins] cpython: #16518: Bring error messages in harmony with docs ("bytes-like object")
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with
antoine.pitrou
- [Python-checkins] cpython (3.4): Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with
antoine.pitrou
- [Python-checkins] cpython: Issue #21965: Add support for in-memory SSL to the ssl module.
antoine.pitrou
- [Python-checkins] cpython: Remove unused "block" argument in SSLObject.do_handshake() (issue #21965)
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#18494)
benjamin.peterson
- [Python-checkins] cpython (3.4): PyObject not PyType (closes #18494)
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #3832: backport 677a9326b4d4 to 2.7 (and delete some obsolete code).
terry.reedy
- [Python-checkins] cpython (2.7): Update 2.7 idlelib.configHandler and reduce differences from 3.4 code.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #22546: update doc for mini-language float None presentation type.
terry.reedy
- [Python-checkins] Daily reference leaks (ec3077e23b7d): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Closes #22565: fix argument types of PyErr_WarnEx.
georg.brandl
- [Python-checkins] cpython (3.4): Document builtin classes as such, not functions.
georg.brandl
- [Python-checkins] cpython (2.7): Document builtin classes as such, not functions.
georg.brandl
- [Python-checkins] cpython (3.4): Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__.
georg.brandl
- [Python-checkins] cpython (2.7): Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__.
georg.brandl
- [Python-checkins] cpython (3.4): Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention
georg.brandl
- [Python-checkins] cpython (3.4): Closes #21480: better explanation of "hg touch" in the Makefile.
georg.brandl
- [Python-checkins] cpython (3.4): Closes #10031: overhaul the "imports" section of the programming FAQ.
georg.brandl
- [Python-checkins] cpython (2.7): Closes #10031: overhaul the "imports" section of the programming FAQ.
georg.brandl
- [Python-checkins] cpython (2.7): Closes #14303: socket.makefile() does not call dup() anymore on the socket fd.
georg.brandl
- [Python-checkins] cpython (3.4): Closes #21782: the default hash(x) is not exactly id(x) but derived from it.
georg.brandl
- [Python-checkins] cpython (3.4): Closes #12148: clarify "or's together option flags" in doctest docs.
georg.brandl
- [Python-checkins] cpython (2.7): Issue #1686: Fix string.Template when overriding the pattern attribute.
georg.brandl
- [Python-checkins] cpython (2.7): Closes #17057: fix grammar in old-style vs new-style class docs.
georg.brandl
- [Python-checkins] cpython (2.7): Closes #16155: fix a few errors in doctest output of the FAQ pages.
georg.brandl
- [Python-checkins] cpython (3.4): Closes #16155: fix a few errors in doctest output of the FAQ pages.
georg.brandl
- [Python-checkins] cpython (2.7): Closes #19071: "self" argument is not the module for module functions in 2.x.
georg.brandl
- [Python-checkins] cpython (2.7): make _socket.socket weakrefable (closes #22569)
benjamin.peterson
- [Python-checkins] cpython (3.4): use source role instead of linking to svn
benjamin.peterson
- [Python-checkins] cpython (2.7): use source role instead of linking to svn
benjamin.peterson
- [Python-checkins] test: testing 1.2.3
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4: idlelib.configHandler
terry.reedy
- [Python-checkins] cpython (2.7): idlelib.configHandler: revise docstrings, add spaces, use False/True, add some
terry.reedy
- [Python-checkins] cpython (3.4): idlelib.configHandler: revise docstrings, add spaces, use False/True, add some
terry.reedy
- [Python-checkins] Daily reference leaks (058366aa86e4): sum=58
solipsis at pitrou.net
- [Python-checkins] peps: Remove now-unnecessary step.
georg.brandl
- [Python-checkins] peps: Fix link.
georg.brandl
- [Python-checkins] peps: cleanup date field after keyword expansion
benjamin.peterson
- [Python-checkins] peps: munge bdfl-delegate, too
benjamin.peterson
- [Python-checkins] peps: cleanup version header, too
benjamin.peterson
- [Python-checkins] peps: give https link
benjamin.peterson
- [Python-checkins] peps: get docutils not to use the svn url
benjamin.peterson
- [Python-checkins] peps: add missing import
benjamin.peterson
- [Python-checkins] Daily reference leaks (1e1c6e306eb4): sum=5
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Drop pydocgui.pyw from the distribution.
larry.hastings
- [Python-checkins] cpython (3.4): Release bump for 3.4.2 final.
larry.hastings
- [Python-checkins] cpython (3.4): Update pydoc topics and fix supsicious markup for 3.4.2 final.
larry.hastings
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge from 3.4.2 release head back into 3.4 mainline.
larry.hastings
- [Python-checkins] cpython (3.4): Added tag v3.4.2 for changeset ab2c023a9432
larry.hastings
- [Python-checkins] cpython (3.4): Post-release changes after 3.4.2 final.
larry.hastings
- [Python-checkins] cpython (merge 3.4 -> default): Mostly-null-merge from 3.4 branch following 3.4.2 release.
larry.hastings
- [Python-checkins] cpython (3.4): Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.
berker.peksag
- [Python-checkins] cpython: Drop pydocgui.pyw from the distribution (post-merge merge from 165aa40bfe2e)
steve.dower
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #21715: Extracted shared complicated code in the _io module to new
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21715: Extracted shared complicated code in the _io module to new
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue 3068: Move idlelib.configDialog action button creation into a separate
terry.reedy
- [Python-checkins] cpython (2.7): Issue 3068: Move idlelib.configDialog action button creation into a separate
terry.reedy
- [Python-checkins] Daily reference leaks (99d6a6bfb51c): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython: whatsnew: Add PEP 478.
berker.peksag
- [Python-checkins] cpython: whatsnew: Fix markup.
berker.peksag
- [Python-checkins] cpython (3.4): Closes #22580: Fix documentation of PyUnicode_Tailmatch()
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch()
victor.stinner
- [Python-checkins] cpython (2.7): Closes #22580: Fix documentation of PyUnicode_Tailmatch()
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #22568: Fix compilation of posixmodule.c with Open Watcom:
victor.stinner
- [Python-checkins] cpython (3.4): Issue #22568: Fix compilation of posixmodule.c with Open Watcom: rename "utime"
victor.stinner
- [Python-checkins] cpython (3.4): Issue #22588: Fix typo in _testcapi.test_incref_decref_API()
victor.stinner
- [Python-checkins] cpython: #18615: Make sndhdr return namedtuples.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.
r.david.murray
- [Python-checkins] cpython (3.4): #18176: fix another reference and add it to the makeunicodedata comment.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #18176: fix another reference and add it to the makeunicodedata comment.
r.david.murray
- [Python-checkins] cpython: Closes #22579: Fix posixmodule.c to support any C compiler on Windows
victor.stinner
- [Python-checkins] cpython (3.4): De-'colour'ize stdlib except for idlelib.configDialog.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4: decolourize
terry.reedy
- [Python-checkins] cpython (2.7): De-'colour'ize stdlib except for idlelib.configDialog.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #18176: Change generic UCD PropList link to version specific link.
r.david.murray
- [Python-checkins] cpython (3.4): #18176: Change generic UCD PropList link to version specific link.
r.david.murray
- [Python-checkins] cpython (2.7): #0712: 2to3 has a new "asserts" fixer that replaces deprecated names of
r.david.murray
- [Python-checkins] cpython (3.4): Issue #20167: revise condition to accomodate message change.
terry.reedy
- [Python-checkins] Daily reference leaks (b04b7af14910): sum=-3
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #22584: Got rid of character tables in _sre.c and use standard macros
serhiy.storchaka
- [Python-checkins] cpython: Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub()
serhiy.storchaka
- [Python-checkins] cpython: Issue #19380: Optimized parsing of regular expressions.
serhiy.storchaka
- [Python-checkins] cpython: Issue #22591: Drop support of MS-DOS
victor.stinner
- [Python-checkins] cpython (3.4): Issue #22564: ssl doc: document read(), write(), pending, server_side and
victor.stinner
- [Python-checkins] cpython (3.4): Issue #22564: ssl doc: fix typos
victor.stinner
- [Python-checkins] cpython (3.4): Issue #22564: ssl doc: use "class" marker to document the SSLSocket class
victor.stinner
- [Python-checkins] cpython (3.4): Issue #22564: ssl doc: mention how SSLSocket are usually created
victor.stinner
- [Python-checkins] cpython (3.4): Issue #22564: ssl doc: mention asyncio in the non-blocking section
victor.stinner
- [Python-checkins] cpython: Issue #22564: cleanup SSLObject doc
victor.stinner
- [Python-checkins] cpython: Issue #22564: ssl doc, add more links to the non-blocking section
victor.stinner
- [Python-checkins] cpython: Issue #22564: ssl doc: reorganize and reindent documentation of SSLObject and
victor.stinner
- [Python-checkins] cpython (3.4): Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present.
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present.
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) test_venv: use support.rmtree() instead of shutil.rmtree() to fix
victor.stinner
- [Python-checkins] cpython (3.4): test_venv: use support.rmtree() instead of shutil.rmtree() to fix sporadic
victor.stinner
- [Python-checkins] cpython: Issue #21052: Don't raise ImportWarning for sys.meta_path or
brett.cannon
- [Python-checkins] cpython (2.7): Issue #22575: Revise bytearray entry for 2.7.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #11694: Raise ConversionError in xdrlib as documented
petri.lehtinen
- [Python-checkins] cpython (merge 3.4 -> default): #11694: merge with 3.4
petri.lehtinen
- [Python-checkins] cpython (2.7): Issue #11694: Raise ConversionError in xdrlib as documented
petri.lehtinen
- [Python-checkins] cpython (3.4): Issue 22603: add missing 'self'. Patch by Francisco Fernández Castaño.
terry.reedy
- [Python-checkins] cpython: Issue #20152: Port the array module to Argument Clinic.
brett.cannon
- [Python-checkins] cpython (3.4): Issue 22603: add Francisco Fernández Castaño to ACKS.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #15414: Clean and correct the os.path.join docs.
zach.ware
- [Python-checkins] cpython (3.4): Issue #15414: Clean and correct the os.path.join docs.
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #15414: Merge with 3.4
zach.ware
- [Python-checkins] cpython (2.7): Issue #22604: Fix assertion error in debug mode when dividing a complex number
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #22604: Fix assertion error in debug mode when dividing a complex number
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22604: Fix assertion error in debug mode when dividing a complex number
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #21986: Idle now matches interpreter in not pickling user code objects.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4: #21986, don't pickle user code objects.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (closes #22605)
benjamin.peterson
- [Python-checkins] cpython (3.4): prevent passing NULL to memcpy (closes #22605)
benjamin.peterson
- [Python-checkins] cpython: Issue #22489: Update .gitignore to ignore Windows build output.
zach.ware
- [Python-checkins] cpython: Issue #21907: Try to make the pre-Vista Windows buildbots happier.
zach.ware
- [Python-checkins] Daily reference leaks (8165e44594c2): sum=-3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #22601: run_forever() now consumes BaseException of the temporary task
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #22601: run_forever() now consumes BaseException of the
victor.stinner
- [Python-checkins] devguide: Closes #15569: some roles do create more than formatting
georg.brandl
- [Python-checkins] cpython (3.4): Closes #21675: fix ordering of description in library intro
georg.brandl
- [Python-checkins] cpython (3.4): Closes #21687: delimiter in Py_SetPath is platform dependent
georg.brandl
- [Python-checkins] cpython (3.4): Closes #18959: move optparse and imp to new "superseded modules" chapter
georg.brandl
- [Python-checkins] cpython (merge default -> default): merge
georg.brandl
- [Python-checkins] cpython (merge 3.4 -> 3.4): merge
georg.brandl
- [Python-checkins] cpython (3.4): asyncio doc: cleanup Hello World examples
victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: the "Get HTTP headers" example now supports HTTPS
victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: add examples showing the 3 ways to wait for data from an open
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 (asyncio doc)
victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: socket.socketpair() is not available on Windows yet
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio doc)
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge issue #21061 fix from 3.4
nick.coghlan
- [Python-checkins] cpython (3.4): Issue #21061: correctly note redirect_stdout is reentrant
nick.coghlan
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22613: Fix reprlib.Repr subclass example on Python 3.
berker.peksag
- [Python-checkins] cpython (3.4): Issue #22613: Fix reprlib.Repr subclass example on Python 3.
berker.peksag
- [Python-checkins] cpython: README: 3.5 release schedule PEP is PEP 478.
berker.peksag
- [Python-checkins] cpython (2.7): Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Issue #14105: Merge with 3.4
terry.reedy
- [Python-checkins] cpython (3.4): Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar.
terry.reedy
- [Python-checkins] cpython (3.4): Closes #22568: fix UTIME_TO_* macros in posixmodule for rare cases.
georg.brandl
- [Python-checkins] cpython (merge 3.4 -> default): #22568: merge with 3.4
georg.brandl
- [Python-checkins] peps: Mention tex requiremnt.
georg.brandl
- [Python-checkins] peps: Add instructions to up-merge branches after merging release clone.
georg.brandl
- [Python-checkins] cpython (3.2): Bump to 3.2.6
georg.brandl
- [Python-checkins] cpython (3.2): #16040: fix unlimited read from connection in nntplib.
georg.brandl
- [Python-checkins] cpython (3.2): Added tag v3.2.6 for changeset 0bd5f4f14de9
georg.brandl
- [Python-checkins] cpython (3.3): Added tag v3.3.6 for changeset 971fec30da1f
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 into 3.4
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge 3.2 into 3.3.
georg.brandl
- [Python-checkins] cpython (3.3): Bump to 3.3.6
georg.brandl
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 into default
georg.brandl
- [Python-checkins] Daily reference leaks (83540d7b7366): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): asyncio: enhance protocol representation
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio: enhance protocol representation
victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: use server.wait_closed() in TCP echo server example
victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: add UDP client and server examples
victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: enhance TCP client example
victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: clarify how servers create protocol instances
victor.stinner
- [Python-checkins] cpython: Issue #19232: Fix sys.modules lookup (--without-threads)
stefan.krah
- [Python-checkins] cpython (2.7): Closes #22586: clarify meaning of allow_fragments in urlparse.
georg.brandl
- [Python-checkins] cpython (3.4): Closes #22586: clarify meaning of allow_fragments in urlparse.
georg.brandl
- [Python-checkins] cpython (2.7): Fixed and optimized a test of issue #22526.
serhiy.storchaka
- [Python-checkins] cpython (3.4): #11973: add test for previously fixed kevent signed/unsigned bug.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #11973: add test for previously fixed kevent signed/unsigned bug.
r.david.murray
- [Python-checkins] cpython (2.7): #11973: add test for previously fixed kevent signed/unsigned bug.
r.david.murray
- [Python-checkins] cpython (3.4): #17325: Improve distutils PyPI documentation.
r.david.murray
- [Python-checkins] cpython (2.7): #17325: Improve distutils PyPI documentation.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #17325: Improve distutils PyPI documentation.
r.david.murray
- [Python-checkins] cpython (3.4): Always handle non-handled events before destoying root widget in tests.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Always handle non-handled events before destoying root widget in tests.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Always handle non-handled events before destoying root widget in tests.
serhiy.storchaka
- [Python-checkins] cpython (3.4): #13096: Fix segfault in CTypes POINTER handling of large values.
r.david.murray
- [Python-checkins] cpython (2.7): #13096: Fix segfault in CTypes POINTER handling of large values.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #13096: Fix segfault in CTypes POINTER handling of large values.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): #20815: small readability improvements in ipaddress tests.
r.david.murray
- [Python-checkins] cpython (3.4): #20815: small readability improvements in ipaddress tests.
r.david.murray
- [Python-checkins] cpython (2.7): Issue #13664: GzipFile now supports non-ascii Unicode filenames.
serhiy.storchaka
- [Python-checkins] cpython (3.4): asyncio doc: update debug traces
victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: more explicit doc for async()
victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: add TCP echo client/server using streams
victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: reformat create_server() doc
victor.stinner
- [Python-checkins] peps: Fix literal block.
guido.van.rossum
- [Python-checkins] cpython (3.4): asyncio: add missing @coroutine decorator
victor.stinner
- [Python-checkins] cpython (2.7): Change deprecated Exception.message to Exception.args-[0] where the use of
terry.reedy
- [Python-checkins] cpython (2.7): Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 #22614
terry.reedy
- [Python-checkins] cpython (3.4): Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka.
terry.reedy
- [Python-checkins] cpython: Issue #21907: Partially revert changes to Windows buildbot scripts.
zach.ware
- [Python-checkins] cpython (2.7): Fixed the test of issue #13664 on platforms without unicode filenames support.
serhiy.storchaka
- [Python-checkins] Daily reference leaks (7620bf3b8281): sum=-3
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #22615: Argument Clinic now supports the "type" argument for the
larry.hastings
- [Python-checkins] peps: Mark PEP 476 accepted as per:
alex.gaynor
- [Python-checkins] cpython (2.7): Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
charles-francois.natali
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge.
charles-francois.natali
- [Python-checkins] peps: Update PEP 470 with feedback from distutils-sig
donald.stufft
- [Python-checkins] peps: Update the Post history of PEP 470
donald.stufft
- [Python-checkins] cpython: Issue #17636: Circular imports involving relative imports are now supported.
antoine.pitrou
- [Python-checkins] cpython: Whitespace
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
charles-francois.natali
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
charles-francois.natali
- [Python-checkins] cpython (merge default -> default): Merge.
charles-francois.natali
- [Python-checkins] cpython (2.7): note xmlrpclib doesn't verify certs (yet)
benjamin.peterson
- [Python-checkins] cpython (3.3): note xmlrpclib doesn't verify certs (yet)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3
benjamin.peterson
- [Python-checkins] cpython: Use https:// URLs for the bug tracker in the :issue: role.
alex.gaynor
- [Python-checkins] cpython: issue22626: Use https:// for a link to the bug tracker
alex.gaynor
- [Python-checkins] cpython (3.4): issue22626: Use https:// for a link to the bug tracker
benjamin.peterson
- [Python-checkins] cpython (3.4): Use https:// URLs for the bug tracker in the :issue: role.
benjamin.peterson
- [Python-checkins] cpython (2.7): Use https:// URLs for the bug tracker in the :issue: role.
benjamin.peterson
- [Python-checkins] cpython (2.7): issue22626: Use https:// for a link to the bug tracker
benjamin.peterson
- [Python-checkins] cpython (3.4): asyncio doc: document BaseSubprocessTransport.close() method
victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: rewrite subprocess doc
victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: protocol_factory of subprocess_exec() and subprocess_shell() must
victor.stinner
- [Python-checkins] Daily reference leaks (d9a3d23cf8f0): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue22506: added methods on base Enum class now show up in dir of Enum
ethan.furman
- [Python-checkins] cpython (merge 3.4 -> default): Issue22506: merge from 3.4
ethan.furman
- [Python-checkins] cpython (2.7): Issue #21855: Fixed the decimal module in unicode disabled build.
serhiy.storchaka
- [Python-checkins] cpython: Issue #18643: Add socket.socketpair() on Windows.
charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #22632: replace dead link with version-specific doc link.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #22632: replace dead link with version-specific doc link.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio)
victor.stinner
- [Python-checkins] cpython (3.4): Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows if
victor.stinner
- [Python-checkins] cpython: Issue #20152: Convert the cmath module to Argument Clinic.
brett.cannon
- [Python-checkins] cpython (2.7): Issue #3068: Change 0/1 to False/True so that extension configure dialog can
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 #3068
terry.reedy
- [Python-checkins] cpython (3.4): Issue #3068: Change 0/1 to False/True so that extension configure dialog can
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are
ethan.furman
- [Python-checkins] cpython (3.4): Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are
ethan.furman
- [Python-checkins] Daily reference leaks (111d535b52e8): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #21338: Add silent mode for compileall.
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22641: In asyncio, the default SSL context for client connections is now
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #22641: In asyncio, the default SSL context for client connections is now
antoine.pitrou
- [Python-checkins] cpython (3.3): fix integer overflow in unicode case operations (closes #22643)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22643)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#22643)
benjamin.peterson
- [Python-checkins] cpython (3.3): make sure length is unsigned
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (closes #22643)
benjamin.peterson
- [Python-checkins] cpython (3.3): it suffices to check for PY_SSIZE_T_MAX overflow (#22643)
benjamin.peterson
- [Python-checkins] cpython (3.4): asyncio doc: write simpler examples to introduce asyncio
victor.stinner
- [Python-checkins] cpython (3.3): test is cpython only
benjamin.peterson
- [Python-checkins] cpython: Fixed signed/unsigned comparison warning
antoine.pitrou
- [Python-checkins] cpython (3.1): close 3.1
benjamin.peterson
- [Python-checkins] cpython (2.6): goodbye, 2.6
benjamin.peterson
- [Python-checkins] peps: 3.1 is dead
benjamin.peterson
- [Python-checkins] devguide: Update "Development Cycle" "Branches" section to reflect retirement of 3.1.
ned.deily
- [Python-checkins] devguide: Update examples in FAQ to use current bbranches.
ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 Issue#16233
terry.reedy
- [Python-checkins] cpython (3.4): Issue #16233: When the module browser is not invoked in an editor window with
terry.reedy
- [Python-checkins] cpython (2.7): Issue #16233: When the module browser is not invoked in an editor window with
terry.reedy
- [Python-checkins] cpython (3.3): Fixed signed/unsigned comparison warning
benjamin.peterson
- [Python-checkins] Daily reference leaks (030fda7b1de8): sum=5
solipsis at pitrou.net
- [Python-checkins] devguide: Robert Collins is now a core developer
brett.cannon
- [Python-checkins] cpython (3.4): Issue #22628: Increase Treewidge line spacing so lines do not overlap.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #22628: Increase Treewidge line spacing so lines do not overlap.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 Issue #22628
terry.reedy
- [Python-checkins] cpython (2.7): Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4: Issue #22629
terry.reedy
- [Python-checkins] cpython (3.4): Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of
terry.reedy
- [Python-checkins] Daily reference leaks (0ab23958c2a7): sum=1
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #22646: Accept list as well as tuple to support initialisation via
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #22646: Accept list as well as tuple to support initialisation via
vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Closes #22646: Accept list as well as tuple to support initialisation via
vinay.sajip
- [Python-checkins] cpython (2.7): remove link to the 'original package specification'; I doubt it's useful
benjamin.peterson
- [Python-checkins] cpython (2.7): add back NEWS entries removed by 1c2c44313408
benjamin.peterson
- [Python-checkins] cpython (2.7): Fix badly merged NEWS item.
zach.ware
- [Python-checkins] cpython (2.7): Issue #20221: Removed conflicting (or circular) hypot definition
zach.ware
- [Python-checkins] cpython: Issue #22638: SSLv3 is now disabled throughout the standard library.
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #16000: Convert test_curses to use unittest
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Issue #16000: Convert test_curses to use unittest
zach.ware
- [Python-checkins] cpython (3.4): Fix test_ctypes failure on OpenIndiana buildbot where _ctypes is not built
zach.ware
- [Python-checkins] cpython (2.7): Issue #22644: Update the Windows build to OpenSSL 1.0.1j
zach.ware
- [Python-checkins] cpython (3.4): Issue #22644: Update the Windows build to OpenSSL 1.0.1j
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22644: Update the Windows build to OpenSSL 1.0.1j
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22653: Fix an assertion failure in debug mode when doing a reentrant
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #22653: Fix an assertion failure in debug mode when doing a reentrant
antoine.pitrou
- [Python-checkins] cpython: Turn externals cleaning back off
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #21991: make headerregistry params property MappingProxyType.
r.david.murray
- [Python-checkins] cpython (3.4): #21991: make headerregistry params property MappingProxyType.
r.david.murray
- [Python-checkins] cpython (2.7): #9351: set_defaults on subparser is no longer ignored if set on parent.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #9351: set_defaults on subparser is no longer ignored if set on parent.
r.david.murray
- [Python-checkins] cpython (3.4): #9351: set_defaults on subparser is no longer ignored if set on parent.
r.david.murray
- [Python-checkins] cpython (3.4): #18853: Fix resource warning in shlex's __main__ section.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #18853: Fix resource warning in shlex's __main__ section.
r.david.murray
- [Python-checkins] cpython: Issue #17401: document closefd in io.FileIO docs and add to repr
robert.collins
- [Python-checkins] cpython (merge 3.4 -> default): Issue7186: document that __doc__ is not inherited by subclasses
ethan.furman
- [Python-checkins] cpython (3.4): Issue7186: document that __doc__ is not inherited by subclasses
ethan.furman
- [Python-checkins] Daily reference leaks (a1500e4a159a): sum=59
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa,
terry.reedy
- [Python-checkins] cpython (3.4): Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa,
terry.reedy
- [Python-checkins] cpython (3.4): Issue20689: add missing API pieces to __all__
ethan.furman
- [Python-checkins] cpython (merge 3.4 -> default): Issue20689: add missing API pieces to __all__
ethan.furman
- [Python-checkins] cpython (2.7): Fix a typo caught by Gabriella Capone on docs@
zach.ware
- [Python-checkins] Daily reference leaks (7266562c2bb3): sum=1
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Closes #22663: patchcheck: only modify text files under Doc/
georg.brandl
- [Python-checkins] cpython (2.7): Closes #22663: patchcheck: only modify text files under Doc/
georg.brandl
- [Python-checkins] cpython (3.3): make plural s lowercase
benjamin.peterson
- [Python-checkins] cpython (2.7): make plural s lowercase
benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #22186: Fix typos in Lib/.
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22186: Fix typos in Lib/.
berker.peksag
- [Python-checkins] cpython: Close #19746: expose unittest discovery errors on TestLoader.errors
robert.collins
- [Python-checkins] cpython (3.4): Closes #22675: fix typo.
georg.brandl
- [Python-checkins] Daily reference leaks (e906e23931fa): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): MERGE: Docs: 'os.pwrite()' needs bytes, not strings
jesus.cea
- [Python-checkins] cpython (3.4): Docs: 'os.pwrite()' needs bytes, not strings
jesus.cea
- [Python-checkins] cpython (3.4): Issue #22660: update various mentions in the ssl module documentation.
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22660: update various mentions in the ssl module documentation.
antoine.pitrou
- [Python-checkins] Daily reference leaks (9015f502ac06): sum=9
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #22660: update various mentions in the ssl module documentation.
antoine.pitrou
- [Python-checkins] cpython: Issue #22637: avoid using a shell in uuid
victor.stinner
- [Python-checkins] cpython: Issue22506: remove name & value from __dir__ as they now show up automatically
ethan.furman
- [Python-checkins] Daily reference leaks (9038b63dad52): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #22695: Fix syntax of open() doc
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (open doc)
victor.stinner
- [Python-checkins] cpython: Issue #22592: Drop support of the Borland C compiler to build Python
victor.stinner
- [Python-checkins] cpython (2.7): Updated cookbook entry to replace shutil.chown with os.chown.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #16863: Explain difference between text and 2.7 behavior.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #3068: Add Idle extension configuration dialog to Options menu.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #3068: Add Idle extension configuration dialog to Options menu.
terry.reedy
- [Python-checkins] devguide: Add rbcollins as nosy for unittest issues.
robert.collins
- [Python-checkins] Daily reference leaks (d70b70a661c6): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): asyncio doc: fix typo in an example
victor.stinner
- [Python-checkins] cpython: Issue #13918: Provide a locale.delocalize() function which can remove
antoine.pitrou
- [Python-checkins] cpython: Issue #22676: Make the pickling of global objects which don't have a __module__
antoine.pitrou
- [Python-checkins] cpython: Fix markup and spacing.
antoine.pitrou
- [Python-checkins] Daily reference leaks (6a2f74811240): sum=3
solipsis at pitrou.net
- [Python-checkins] peps: Do not recommend a blank line before any docstrings. Patch by Akira Kidata.
guido.van.rossum
- [Python-checkins] cpython (3.4): Issue #22723: Make link styling more accessible.
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22723: Make link styling more accessible.
berker.peksag
- [Python-checkins] cpython (3.4): Issue #22596: support.transient_internet() now also catches
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22596: support.transient_internet() now also catches
berker.peksag
- [Python-checkins] Daily reference leaks (6a2f74811240): sum=1
solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Merge issue #22711 from 3.4
nick.coghlan
- [Python-checkins] cpython (3.4): Issue #22711: improve links in new distribution docs
nick.coghlan
- [Python-checkins] benchmarks: Improve the precision and reproduceability of benchmark results:
antoine.pitrou
- [Python-checkins] cpython: Issue #22261: Add a note to PCbuild\readme.txt about MSBuild switches.
zach.ware
- [Python-checkins] cpython (2.7): Update OpenSSL version in PCbuild\readme.txt
zach.ware
- [Python-checkins] cpython (3.4): Update OpenSSL version in PCbuild\readme.txt
zach.ware
- [Python-checkins] Daily reference leaks (cbb9efd48405): sum=3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (a22ef88143b9): sum=5
solipsis at pitrou.net
- [Python-checkins] devguide: Add Stefan Richthofer.
georg.brandl
- [Python-checkins] Daily reference leaks (a22ef88143b9): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #22237: document that sorted() is guaranteed to be stable. Initial patch by
ezio.melotti
- [Python-checkins] cpython (merge 3.4 -> default): #22237: merge with 3.4.
ezio.melotti
- [Python-checkins] cpython (3.4): #22237: document that sorted() is guaranteed to be stable. Initial patch by
ezio.melotti
- [Python-checkins] cpython (3.4): #22237: fix patch attribution.
ezio.melotti
- [Python-checkins] cpython (2.7): #22237: fix patch attribution.
ezio.melotti
- [Python-checkins] cpython (merge 3.4 -> default): #22237: merge patch attribution fix.
ezio.melotti
- [Python-checkins] cpython: #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra.
ezio.melotti
- [Python-checkins] cpython (merge 3.4 -> default): Null merge.
ezio.melotti
- [Python-checkins] cpython (3.4): #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra.
ezio.melotti
- [Python-checkins] cpython (3.4): PYTHONY2K is long gone. Remove traces from the docs and manpage.
georg.brandl
- [Python-checkins] benchmarks: Fix #22728: deprecate spurious benchmarks
antoine.pitrou
- [Python-checkins] cpython: Issue #18216: gettext now raises an error when a .mo file has an unsupported
antoine.pitrou
- [Python-checkins] cpython (3.4): Closes #22749: remove outdated advice to use clock() for accurate timing.
georg.brandl
- [Python-checkins] cpython (3.4): Closes #22748: there are no PyString C functions in 3.x.
georg.brandl
- [Python-checkins] cpython (3.4): Closes #22736: move seealso to the bottom of the section about RE syntax.
georg.brandl
- [Python-checkins] peps: PEP 475: remove code handling InterruptedError
victor.stinner
- [Python-checkins] peps: PEP 475: replace "current" with "python 3.4"
victor.stinner
- [Python-checkins] cpython (2.7): Closes #22736: move seealso to the bottom of the section about RE syntax.
georg.brandl
- [Python-checkins] cpython (2.7): Closes #22748: there are no PyString C functions in 3.x.
georg.brandl
- [Python-checkins] cpython (3.4): Fix typo.
georg.brandl
- [Python-checkins] cpython (3.4): Remove duplicate bullet point.
georg.brandl
- [Python-checkins] cpython (3.4): Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for
georg.brandl
- [Python-checkins] cpython (2.7): Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for
georg.brandl
- [Python-checkins] cpython (3.4): Update Opensolaris advice to OpenCSW instead of defunct Blastwave.
georg.brandl
- [Python-checkins] cpython (2.7): Update Opensolaris advice to OpenCSW instead of defunct Blastwave.
georg.brandl
- [Python-checkins] cpython (3.4): Using "-m module" is easier to read and understand than "-mmodule".
georg.brandl
- [Python-checkins] cpython (3.4): Fix module name.
georg.brandl
- [Python-checkins] cpython (3.4): Fix link to ABOP install chapter.
georg.brandl
- [Python-checkins] cpython (2.7): Fix link to ABOP install chapter.
georg.brandl
- [Python-checkins] devguide: New Jython dev.
georg.brandl
- [Python-checkins] cpython (3.4): Remove a few config values that keep the default values, move values to the
georg.brandl
- [Python-checkins] cpython (3.4): Remove deprecated and now unnecessary config value from conf.py.
georg.brandl
- [Python-checkins] cpython (3.4): Move Sphinx extensions to their own subdir.
georg.brandl
- [Python-checkins] cpython (3.4): Move HTML templates to their own subdir.
georg.brandl
- [Python-checkins] cpython (3.4): Adjust the author field of the .tex files to reflect that docs are now
georg.brandl
- [Python-checkins] cpython (3.4): Doc readme: Fix markup, use https:// URLs.
georg.brandl
- [Python-checkins] cpython (3.4): Use https:// URLs in the HTML templates.
georg.brandl
- [Python-checkins] cpython (3.4): Use https:// URLs when referring to python.org hosts.
georg.brandl
- [Python-checkins] cpython (2.7): Adjust the author field of the .tex files to reflect that docs are now
georg.brandl
- [Python-checkins] cpython (2.7): Move Sphinx templates and extensions to their own subdirs.
georg.brandl
- [Python-checkins] cpython (2.7): Use https:// URLs in the HTML templates.
georg.brandl
- [Python-checkins] cpython (2.7): Doc readme: Fix markup, use https:// URLs.
georg.brandl
- [Python-checkins] cpython (2.7): Use https:// URLs when referring to python.org hosts.
georg.brandl
- [Python-checkins] cpython (3.4): Update "where is python.org hosted" FAQ.
georg.brandl
- [Python-checkins] cpython (3.4): Fix external links to docs.python.org to use internal links instead.
georg.brandl
- [Python-checkins] cpython (3.4): Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial
georg.brandl
- [Python-checkins] cpython (2.7): Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial
georg.brandl
- [Python-checkins] cpython (2.7): Fix external links to docs.python.org to use internal links instead.
georg.brandl
- [Python-checkins] cpython (2.7): Update "where is python.org hosted" FAQ.
georg.brandl
- [Python-checkins] Daily reference leaks (c8ba6df39b25): sum=58
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Fixing broken links in doc, part 1: faq/
georg.brandl
- [Python-checkins] cpython (3.4): Fixing broken links in doc, part 2: howto/
georg.brandl
- [Python-checkins] cpython (3.4): Fixing broken links in doc, part 3: the rest
georg.brandl
- [Python-checkins] cpython (2.7): Fixing broken links in doc, part 2: howto/
georg.brandl
- [Python-checkins] cpython (2.7): Fixing broken links in doc, part 3: the rest
georg.brandl
- [Python-checkins] cpython (2.7): Fixing broken links in doc, part 1: faq/
georg.brandl
- [Python-checkins] cpython (3.4): linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on
georg.brandl
- [Python-checkins] cpython (3.4): Fixing broken links in doc, part 4: some more breaks and redirects
georg.brandl
- [Python-checkins] cpython (2.7): Fixing broken links in doc, part 4: some more breaks and redirects
georg.brandl
- [Python-checkins] cpython (2.7): linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on
georg.brandl
- [Python-checkins] peps: PEP 475: Antoine is the BDFL-delegate
victor.stinner
- [Python-checkins] cpython: Issue #11957: Explicit parameter name when calling re.split() and re.sub()
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Closes #22173: Merge with 3.4
zach.ware
- [Python-checkins] cpython (3.4): Issue #22173: Update lib2to3 tests to use unittest test discovery.
zach.ware
- [Python-checkins] cpython: Merge two Tests sections of the current NEWS.
zach.ware
- [Python-checkins] cpython: Close #22756: Improve the test output for some assertEqual tests.
robert.collins
- [Python-checkins] cpython: Close #7559: ImportError when loading a test now shown as ImportError.
robert.collins
- [Python-checkins] cpython: Issue #22217: Implemented reprs of classes in the zipfile module.
serhiy.storchaka
- [Python-checkins] Daily reference leaks (82fd95c2851b): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Issue #8876: distutils now falls back to copying files when hard linking
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #8876: distutils now falls back to copying files when hard linking
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #8876: distutils now falls back to copying files when hard linking
antoine.pitrou
- [Python-checkins] cpython: Doc: fix default role usage (except in unittest mock docs)
georg.brandl
- [Python-checkins] cpython (3.4): Doc: fix default role usage (except in unittest mock docs)
georg.brandl
- [Python-checkins] cpython (2.7): Doc: fix default role usage (except in unittest mock docs)
georg.brandl
- [Python-checkins] cpython (3.4): Doc/contents: avoid false positive in rstlint
georg.brandl
- [Python-checkins] cpython (3.4): rstlint: recognize "deprecated-removed" directive
georg.brandl
- [Python-checkins] cpython (3.4): rstlint: add more directives we use
georg.brandl
- [Python-checkins] cpython (2.7): rstlint: add more directives we use
georg.brandl
- [Python-checkins] cpython (3.4): rstlint: we do not use svn anymore
georg.brandl
- [Python-checkins] cpython (3.4): minor markup fix: no inline markup is allowed in a module synopsis
georg.brandl
- [Python-checkins] cpython (3.4): rstlint: make the "html leaked markup" regex a bit less sensitive
georg.brandl
- [Python-checkins] cpython (3.4): distutils example: fix invalid rst in description string
georg.brandl
- [Python-checkins] cpython (2.7): rstlint: make the "html leaked markup" regex a bit less sensitive
georg.brandl
- [Python-checkins] cpython (3.4): pyporting howto: fix link target
georg.brandl
- [Python-checkins] cpython (3.4): Sphinx extension: move imports to the module top
georg.brandl
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #22410: Module level functions in the re module now cache compiled
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22410: Module level functions in the re module now cache compiled
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22410: Module level functions in the re module now cache compiled
serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed compile error in issue #22410. The _locale module is optional.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed compile error in issue #22410. The _locale module is optional.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed compile error in issue #22410. The _locale module is optional.
serhiy.storchaka
- [Python-checkins] cpython (3.4): unittest.mock docs: fix use of default role
georg.brandl
- [Python-checkins] cpython: unittest.mock docs: fix use of default role
georg.brandl
- [Python-checkins] cpython: Doc: updadate suspicious ignore rules
georg.brandl
- [Python-checkins] cpython (3.4): minor grammar fixes (from docs at python.org)
georg.brandl
- [Python-checkins] cpython (2.7): minor grammar fixes (from docs at python.org)
georg.brandl
- [Python-checkins] Daily reference leaks (1d87ac92b041): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): #22613: elaborate on arguments of shutil archival functions (thanks Jacques
georg.brandl
- [Python-checkins] cpython (3.4): #22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse)
georg.brandl
- [Python-checkins] cpython (3.4): #22613: document Cmd.cmdqueue (thanks Jacques Ducasse)
georg.brandl
- [Python-checkins] cpython (3.4): #22613: explain what "buffer" is in the struct documentation (thanks Jacques
georg.brandl
- [Python-checkins] cpython (3.4): #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
georg.brandl
- [Python-checkins] cpython (3.4): #22613: remaining corrections in extending/reference docs (thanks Jacques
georg.brandl
- [Python-checkins] cpython (3.4): #22613: minor other fixes in library docs (thanks Jacques Ducasse)
georg.brandl
- [Python-checkins] cpython (2.7): #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
georg.brandl
- [Python-checkins] cpython (2.7): #22613: document Cmd.cmdqueue (thanks Jacques Ducasse)
georg.brandl
- [Python-checkins] cpython (2.7): #22613: minor other fixes in library docs (thanks Jacques Ducasse)
georg.brandl
- [Python-checkins] cpython (3.4): Closes #22771: "verbose" is unused; deprecate it.
georg.brandl
- [Python-checkins] cpython (3.4): Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.
serhiy.storchaka
- [Python-checkins] cpython: Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17381: Fixed ranges handling in case-insensitive regular expressions.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Backported the optimization of compiling charsets in regular expressions
serhiy.storchaka
- [Python-checkins] cpython (3.4): Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.
georg.brandl
- [Python-checkins] cpython (2.7): Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.
georg.brandl
Last message date:
Fri Oct 31 13:13:47 CET 2014
Archived on: Fri Oct 31 13:13:49 CET 2014
This archive was generated by
Pipermail 0.09 (Mailman edition).