December 2014 Archives by date
Starting: Mon Dec 1 00:17:45 CET 2014
Ending: Wed Dec 31 09:24:41 CET 2014
Messages: 375
- [Python-checkins] peps: Spelling fixes
donald.stufft
- [Python-checkins] cpython (2.7): Issue #22943: bsddb tests are locale independend now.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape()
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape()
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22838: All test_re tests now work with unittest test discovery.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22838: All test_re tests now work with unittest test discovery.
serhiy.storchaka
- [Python-checkins] cpython: Removed unused function linecol() (added in issue #22578 by mistake).
serhiy.storchaka
- [Python-checkins] Daily reference leaks (64bb01bce12c): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #21032: Deprecated the use of re.LOCALE flag with str patterns or
serhiy.storchaka
- [Python-checkins] cpython: Fixed issue number in Misc/NEWS for issue #22407.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Removed duplicated words in in comments and docs.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Removed duplicated words in in comments and docs.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Removed duplicated words in in comments and docs.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22975: Close block at right place.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22975: Close block at right place.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Add NEWS items for Idle patches and a turtledemo patch.
terry.reedy
- [Python-checkins] cpython (2.7): Add NEWS items for Idle patches already in 2.7.9rc1.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython: Remove spurious header in middle of Library section.
terry.reedy
- [Python-checkins] cpython (3.4): - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
barry.warsaw
- [Python-checkins] cpython (merge 3.4 -> default): - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
barry.warsaw
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4.
barry.warsaw
- [Python-checkins] cpython (3.4): Make this change a little more robust for up-merging.
barry.warsaw
- [Python-checkins] cpython (merge 3.4 -> 3.4): - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
barry.warsaw
- [Python-checkins] cpython (merge default -> default): Trunk merge.
barry.warsaw
- [Python-checkins] cpython: Fix uninitialized variable after #22676.
antoine.pitrou
- [Python-checkins] devguide: Add Chris Angelico.
georg.brandl
- [Python-checkins] test: Record the canonical and original Lenaledian paragraph from the original CCC
chris.angelico
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20335: bytes constructor now raises TypeError when encoding or errors
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #20335: bytes constructor now raises TypeError when encoding or errors
serhiy.storchaka
- [Python-checkins] cpython: Moved Misc/NEWS entry to right section.
serhiy.storchaka
- [Python-checkins] Daily reference leaks (3e3bec66409c): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Fix the test to use an os.sep agnostic test. Hopefully this will fix the
barry.warsaw
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4.
barry.warsaw
- [Python-checkins] cpython (3.4): Close #22473: asyncio doc: rephrase Future with run_forever() example
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio doc)
victor.stinner
- [Python-checkins] cpython (3.4): Closes #22475: asyncio doc, fix Task.get_stack() doc
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio doc)
victor.stinner
- [Python-checkins] cpython: Issue #17401: Output the closefd attribute as boolean.
serhiy.storchaka
- [Python-checkins] cpython (2.7): nuke ancient script with dubious license (closes #12987)
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.9 release branch
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects
serhiy.storchaka
- [Python-checkins] Daily reference leaks (fd80195b920f): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Fix #22987: update the compatibility matrix for a SSLv23 client.
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Fix #22987: update the compatibility matrix for a SSLv23 client.
antoine.pitrou
- [Python-checkins] cpython (3.4): Fix #22987: update the compatibility matrix for a SSLv23 client.
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #16893: For Idle doc, move index entries, copy no-subprocess section
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (2.7): Issue #16893: Update 2.7 version of Idle doc to match 3.4 doc as of the just
terry.reedy
- [Python-checkins] cpython (3.4): Issue #3068: Document the new Configure Extensions dialog and menu entry.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #3068: Document the new Configure Extensions dialog and menu entry.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] Daily reference leaks (7509a0607c40): sum=3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (7509a0607c40): sum=3
Terry Reedy
- [Python-checkins] cpython (3.4): asyncio: Initialize more Future and Task attributes in the class definition to
victor.stinner
- [Python-checkins] cpython (3.4): Issue #22685: Fix test_pause_reading() of asyncio test_subprocess
victor.stinner
- [Python-checkins] cpython (3.4): Closes #22922: More EventLoop methods fail if the loop is closed. Initial patch
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio)
victor.stinner
- [Python-checkins] cpython: Issue #22922: Fix ProactorEventLoop.close()
victor.stinner
- [Python-checkins] cpython (3.4): Closes #22429, asyncio: Fix EventLoop.run_until_complete(), don't stop the
victor.stinner
- [Python-checkins] cpython (3.4): Issue #22922: Fix ProactorEventLoop.close()
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio)
victor.stinner
- [Python-checkins] cpython (3.4): docs.inspect: Fix BoundArguments example. Issue #22998.
yury.selivanov
- [Python-checkins] cpython: docs.inspect: Fix BoundArguments example. Issue #22998.
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> default): Merge from 3.4 after patch separately committed as 697adefaba6b.
terry.reedy
- [Python-checkins] cpython: docs.inspect: Fix BoundArguments example. Issue #22998.
Terry Reedy
- [Python-checkins] cpython: docs.inspect: Fix BoundArguments example. Issue #22998.
Yury Selivanov
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4. Edit Menus section of Idle doc.
terry.reedy
- [Python-checkins] cpython (3.4): Edit Menus section of Idle doc. Make menu entries match current Idle in order
terry.reedy
- [Python-checkins] cpython (2.7): Edit Menus section of Idle doc. Make menu entries match current Idle in order
terry.reedy
- [Python-checkins] cpython (3.4): Issue #22599: Enhance tokenize.open() to be able to call it during Python
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #22599: Enhance tokenize.open() to be able to call it during
victor.stinner
- [Python-checkins] Daily reference leaks (2fa3c68de07e): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
brett.cannon
- [Python-checkins] cpython (3.4): Issue #22914: Update the Python 2/3 porting HOWTO to describe a more
brett.cannon
- [Python-checkins] peps: Mark PEP 479 as accepted and clarify the process.
guido.van.rossum
- [Python-checkins] cpython: Issue #22394: Add a 'venv' command to Doc/Makefile.
brett.cannon
- [Python-checkins] cpython (3.4): Issue #22581: Use more "bytes-like object" throughout the docs and comments.
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22581: Use more "bytes-like object" throughout the docs and comments.
serhiy.storchaka
- [Python-checkins] cpython: Issue #9647: os.confstr() ensures that the second call to confstr() returns the
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
brett.cannon
- [Python-checkins] cpython (3.4): Fix a bad link
brett.cannon
- [Python-checkins] cpython (2.7): smtplib: limit amount read from the network (closes #16042)
benjamin.peterson
- [Python-checkins] cpython (2.7): add a default limit for the amount of data xmlrpclib.gzip_decode will return
benjamin.peterson
- [Python-checkins] cpython (2.7): in poplib, limit maximum line length that we read from the network (closes
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.9 release branch
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #16893: Update Idle doc chapter to match current Idle and add new
terry.reedy
- [Python-checkins] cpython (2.7): Issue #16893: Update Idle doc chapter to match current Idle and add new
terry.reedy
- [Python-checkins] cpython (3.2): add a default limit for the amount of data xmlrpclib.gzip_decode will return
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#16043)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 (#16043)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#16043)
benjamin.peterson
- [Python-checkins] cpython (2.7): Update idlelib/NEWS.txt.
terry.reedy
- [Python-checkins] cpython (3.4): Update idlelib/NEWS.txt.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Update idlelib/NEWS.txt.
terry.reedy
- [Python-checkins] cpython (2.7): sync idle news from 2.7 branch
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.9 release branch
benjamin.peterson
- [Python-checkins] cpython (2.7): allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.9 release branch
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22935)
benjamin.peterson
- [Python-checkins] cpython (3.4): allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)
benjamin.peterson
- [Python-checkins] Daily reference leaks (37e70e68a2a1): sum=3
solipsis at pitrou.net
- [Python-checkins] peps: Small grammatical fixes courtesy of francismb at email.de
chris.angelico
- [Python-checkins] peps: Add another example of PEP 479 justification, courtesy of Isaac Schwabacher
chris.angelico
- [Python-checkins] peps: Reorder/renumber footnotes in PEP 479 and insert one for the tracker issue
chris.angelico
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.9 release branch
benjamin.peterson
- [Python-checkins] cpython (2.7): note that sslv3 may not be available
benjamin.peterson
- [Python-checkins] cpython (3.4): note that sslv3 may not be available
benjamin.peterson
- [Python-checkins] test: Test conflict resolution on push, just in case
chris.angelico
- [Python-checkins] cpython: Issue #22696: Add function :func:`sys.is_finalizing` to know about interpreter
antoine.pitrou
- [Python-checkins] Daily reference leaks (7f3695701724): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): HTTPSConnection: prefer the context's check_hostname attribute over the
benjamin.peterson
- [Python-checkins] cpython (2.7): remove HTTPSConnection's check_hostname parameter (#22959)
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.9 release branch
benjamin.peterson
- [Python-checkins] cpython (3.4): use context's check_hostname attribute rather than the HTTPSHandler
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22959)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (2.7): restore test data README
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.9 release branch
benjamin.peterson
- [Python-checkins] cpython (2.7): remove mention of check_hostname parameter
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge 2.7.9 release branch
benjamin.peterson
- [Python-checkins] cpython (3.4): fix reference by adding module name
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] Daily reference leaks (dd21f8ef033a): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): selectors: Make sure EpollSelecrtor.select() works when no FD is registered.
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> default): selectors: Make sure EpollSelecrtor.select() works when no FD is registered.
yury.selivanov
- [Python-checkins] cpython (3.4): selectors: Fix typo in comment.
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> default): selectors: Fix typo in comment.
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> default): NEWS: Add news entry for issue #23009.
yury.selivanov
- [Python-checkins] cpython (3.4): NEWS: Add news entry for issue #23009.
yury.selivanov
- [Python-checkins] cpython (3.4): NEWS: Remove duplicate entry
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> default): null merge with 3.4.
yury.selivanov
- [Python-checkins] cpython: Issue #21740: Support wrapped callables in pydoc. Patch by Claudiu Popa.
yury.selivanov
- [Python-checkins] cpython: inspect: Fix getsource() to load updated source of reloaded module
yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> default): null merge with 3.4
yury.selivanov
- [Python-checkins] cpython (3.4): inspect: Fix getsource() to load updated source of reloaded module
yury.selivanov
- [Python-checkins] peps: Touch two PEPs with figures to force re-import on www.python.org.
guido.van.rossum
- [Python-checkins] Daily reference leaks (c426da77695f): sum=3
solipsis at pitrou.net
- [Python-checkins] peps: add python-version
benjamin.peterson
- [Python-checkins] test: next letter
benjamin.peterson
- [Python-checkins] peps: put headers in the right order
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): Issue #12602: Add missing cross-references to runpy and using/cmdline docs.
berker.peksag
- [Python-checkins] cpython (3.4): Issue #12602: Add missing cross-references to runpy and using/cmdline docs.
berker.peksag
- [Python-checkins] cpython (2.7): Issue #12602: Add missing cross-references to runpy and using/cmdline docs.
berker.peksag
- [Python-checkins] cpython: Issue #17554: Print "fetching <url> ..." messages only in verbose mode.
berker.peksag
- [Python-checkins] cpython (3.4): Issue #21775: shutil.copytree(): fix crash when copying to VFAT
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21775: shutil.copytree(): fix crash when copying to VFAT
berker.peksag
- [Python-checkins] cpython (2.7): Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.
ned.deily
- [Python-checkins] cpython (2.7): Update the deprecated plain text version of the OS X installer
ned.deily
- [Python-checkins] cpython (2.7): Fix typo in OS X installer readmes.
ned.deily
- [Python-checkins] Daily reference leaks (7d5754af95a9): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs.
r.david.murray
- [Python-checkins] cpython (3.4): #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs.
r.david.murray
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.9 release branch
benjamin.peterson
- [Python-checkins] cpython (2.7): Update the deprecated plain text version of the OS X installer
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.
benjamin.peterson
- [Python-checkins] cpython (2.7): Fix typo in OS X installer readmes.
benjamin.peterson
- [Python-checkins] cpython (2.7): bump to 2.7.9 final
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.9 release branch
benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.9 for changeset 648dcafa7e5f
benjamin.peterson
- [Python-checkins] cpython (3.4): fix path to patchlevel.py
benjamin.peterson
- [Python-checkins] cpython (2.7): fix path to patchlevel.py
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] peps: new docs backend hostname
benjamin.peterson
- [Python-checkins] cpython (2.7): move 2.7 branch to 2.7.9+
benjamin.peterson
- [Python-checkins] release: use Sphinx in a virtualenv to build docs
benjamin.peterson
- [Python-checkins] peps: just have venv installed please
benjamin.peterson
- [Python-checkins] peps: Replace paragraph that confused people into thinking that generators are no
guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23016: A warning no longer produces an AttributeError when the program
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23016: A warning no longer produces AttributeError when the program
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23016: A warning no longer produces an AttributeError when sys.stderr
serhiy.storchaka
- [Python-checkins] cpython (3.4): whitespace
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (3.4): Issue #23006: Improve the documentation and indexing of dict.__missing__.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #23006: Improve the documentation and indexing of dict.__missing__.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #23006 whitespace
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4
terry.reedy
- [Python-checkins] peps: 2.7.9 is in the past now
benjamin.peterson
- [Python-checkins] cpython: Issue #22823: Use set literals instead of creating a set from a list.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22823: Fixed an output of sets in examples.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Null merge
serhiy.storchaka
- [Python-checkins] Daily reference leaks (64e45efdc3e2): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue 22823: Use set literal in idlelib.
terry.reedy
- [Python-checkins] cpython (3.4): Issue 22823: Use set literal in idlelib.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] peps: More clarifications in response to Oscar Benjamin.
guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio)
victor.stinner
- [Python-checkins] cpython (3.4): asyncio, tulip issue 202: Add unit test of pause/resume writing for proactor
victor.stinner
- [Python-checkins] cpython: Issue #22823: Fix typo in unittest/mock.py
victor.stinner
- [Python-checkins] cpython (3.4): asyncio, tulip issue 209: Fix subprocess for close_fds=False on Python 3.3
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio)
victor.stinner
- [Python-checkins] cpython (2.7): Issue #23032: Fix installer build failures on OS X 10.4 Tiger
ned.deily
- [Python-checkins] Daily reference leaks (2e636ac3fdbb): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue 23005: Fix typos
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue 23005: Fix typos
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #22935: Fix ssl module when SSLv3 protocol is not supported
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (ssl)
victor.stinner
- [Python-checkins] cpython: Issue #22935: Fix test_ssl when the SSLv3 protocol is not supported
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (ssl)
victor.stinner
- [Python-checkins] cpython (3.4): Issue #22935: Fix test_ssl when the SSLv3 protocol is not supported
victor.stinner
- [Python-checkins] cpython (3.4): test_selectors: Tolerate 2.0 seconds instead of 1.6 sec for very slow buildbots
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (test_selectors)
victor.stinner
- [Python-checkins] cpython (2.7): Issue #18028: Fix aliasing issue in READ_TIMESTAMP() of ceval.c on x86_64,
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (ceval.c)
victor.stinner
- [Python-checkins] cpython (3.4): Issue #18028: Fix aliasing issue in READ_TIMESTAMP() of ceval.c on x86_64,
victor.stinner
- [Python-checkins] cpython (2.7): remove reference to dead irc channel (closes #23038)
benjamin.peterson
- [Python-checkins] cpython (3.4): remove reference to dead irc channel (closes #23038)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] cpython: Stop using a deprecated unittest.TestCase method.
brett.cannon
- [Python-checkins] cpython: Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015),
steve.dower
- [Python-checkins] cpython (3.4): Address some comments from Nick Coghlan
brett.cannon
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 for porting HOWTO tweaks
brett.cannon
- [Python-checkins] cpython (2.7): Backport of porting HOWTO
brett.cannon
- [Python-checkins] cpython: Removes use of ValueOrDefault function that is not always available on the
steve.dower
- [Python-checkins] cpython: Prevent warning MSB4057: The target "InitializeBuildStatus" does not exist in
steve.dower
- [Python-checkins] cpython: Allows nasm to be found on the system-wide path before using the version in
steve.dower
- [Python-checkins] Daily reference leaks (e301ef500178): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Issue #17128: Merge / update from 3.4
ned.deily
- [Python-checkins] cpython (2.7): Use rtf format files for legacy OS X installer builds.
ned.deily
- [Python-checkins] cpython (3.4): Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers.
ned.deily
- [Python-checkins] cpython: Issue #17636: Install new test directories.
ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23047: Fix typo in pyporting.rst.
berker.peksag
- [Python-checkins] cpython (3.4): Issue #23047: Fix typo in pyporting.rst.
berker.peksag
- [Python-checkins] cpython (2.7): Issue #23047: Fix typo in pyporting.rst.
berker.peksag
- [Python-checkins] cpython (3.4): Issue #22823: Use set literals in lib2to3.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22823: Use set literals in lib2to3.
serhiy.storchaka
- [Python-checkins] peps: Small clarification that the grammar is only for the cannonical versions
donald.stufft
- [Python-checkins] cpython (3.4): pop the loop block even for infinite while loops (closes #23048)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23048)
benjamin.peterson
- [Python-checkins] cpython (2.7): pop the loop block even for infinite while loops (closes #23048)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (3.4): make sure server threads get cleaned up
benjamin.peterson
- [Python-checkins] Daily reference leaks (df8601299c94): sum=1
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Fixed a typo in a comment (issue #23016).
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed a typo in a comment (issue #23016).
serhiy.storchaka
- [Python-checkins] cpython (3.4): use autoconf macro to check for pkg-config (closes #15506)
benjamin.peterson
- [Python-checkins] cpython (2.7): use autoconf macro to check for pkg-config (closes #15506)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#15506)
benjamin.peterson
- [Python-checkins] Daily reference leaks (da1ec8e0e068): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #23015: Improved testing of the uuid module.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23015: Improved testing of the uuid module.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23015: Improved testing of the uuid module.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22777: Test pickling with all protocols.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22777: Test pickling with all protocols.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22777: Test pickling with all protocols.
serhiy.storchaka
- [Python-checkins] cpython (2.7): remove extra ssl imports (closes #23053)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23053)
benjamin.peterson
- [Python-checkins] cpython (3.4): remove extra ssl imports (closes #23053)
benjamin.peterson
- [Python-checkins] cpython (3.4): asyncio doc: call_soon() does not call immediatly the callback. Patch written
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio doc)
victor.stinner
- [Python-checkins] cpython: Update Python/importlib.h
zach.ware
- [Python-checkins] cpython: Update Tcl/Tk to 8.6.3
zach.ware
- [Python-checkins] cpython: Fetch new external sources on the buildbots
zach.ware
- [Python-checkins] cpython: Backed out changeset ceaac3d483a1 (buildbots refreshed)
zach.ware
- [Python-checkins] cpython: Issue #21740: Fix module name in NEWS entry.
zach.ware
- [Python-checkins] cpython: Add NEWS item for Windows Tcl/Tk update.
zach.ware
- [Python-checkins] cpython: Removes bdist_wininst dependency on MFC.
steve.dower
- [Python-checkins] cpython: Make bdist_wininst build only on demand
steve.dower
- [Python-checkins] cpython: Fixes distutils adding/expecting too many _d suffixes.
steve.dower
- [Python-checkins] cpython: #22980 Adds platform and version tags to .pyd files
steve.dower
- [Python-checkins] Daily reference leaks (55e5be11264e): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (3.4): Issue #20577: move configuration of FormatParagraph extension to new extension
terry.reedy
- [Python-checkins] cpython (2.7): Issue #20577: move configuration of FormatParagraph extension to new extension
terry.reedy
- [Python-checkins] cpython (3.4): Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #15513: Added a __sizeof__ implementation for pickle classes.
serhiy.storchaka
- [Python-checkins] cpython: Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #15513: Added a __sizeof__ implementation for pickle classes.
serhiy.storchaka
- [Python-checkins] cpython: Issue #23009: Skip test_selectors.test_empty_select() on Windows
victor.stinner
- [Python-checkins] cpython (3.4): Issue #23049: Pure python equivalent shouldn't imply more exactitude than is
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] Daily reference leaks (56f71f02206e): sum=5
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (dd2522058ce8): sum=3
solipsis at pitrou.net
- [Python-checkins] peps: Fix tracker info link in PEP 3
chris.angelico
- [Python-checkins] cpython (3.4): asyncio: sync with Tulip
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio)
victor.stinner
- [Python-checkins] Daily reference leaks (3de678cd184d): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): asyncio: IocpProactor.wait_for_handle() test now also checks the result of the
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio)
victor.stinner
- [Python-checkins] cpython (merge default -> default): Trunk merge.
barry.warsaw
- [Python-checkins] cpython (merge 3.4 -> 3.4): Fix typo.
barry.warsaw
- [Python-checkins] cpython (merge 3.4 -> default): Fixed typo.
barry.warsaw
- [Python-checkins] cpython (3.4): Fix typo.
barry.warsaw
- [Python-checkins] cpython (merge 3.4 -> default): null merge.
barry.warsaw
- [Python-checkins] peps: remove trailing whitespace
benjamin.peterson
- [Python-checkins] Daily reference leaks (4e84e45e191b): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #23071: "namereplace_errors" was added only in 3.5.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #19104: pprint now produces evaluable output for wrapped strings.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #19104: pprint now produces evaluable output for wrapped strings.
serhiy.storchaka
- [Python-checkins] cpython (2.7): explicitly close files (closes #23090)
benjamin.peterson
- [Python-checkins] cpython: Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),
victor.stinner
- [Python-checkins] Daily reference leaks (75ede5bec8db): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23093)
benjamin.peterson
- [Python-checkins] cpython (2.7): allow more operations to work on detached streams (closes #23093)
benjamin.peterson
- [Python-checkins] cpython (3.4): allow more operations to work on detached streams (closes #23093)
benjamin.peterson
- [Python-checkins] Daily reference leaks (75ede5bec8db): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): asyncio doc: Fix doc of get and put methods of Queue
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio doc)
victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: update also Queue docstrings
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio)
victor.stinner
- [Python-checkins] Daily reference leaks (731b9653ef6b): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Upgrade pip to 6.0.2 and setuptools to 8.2.1
donald.stufft
- [Python-checkins] cpython (3.4): Upgrade pip to 6.0.2 and setuptools to 8.2.1
donald.stufft
- [Python-checkins] cpython (merge 3.4 -> default): Merge pip and setuptools upgrade
donald.stufft
- [Python-checkins] peps: Fix a place where c -> rc normalization rules were missed
donald.stufft
- [Python-checkins] cpython: Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK,
serhiy.storchaka
- [Python-checkins] Daily reference leaks (edf669b13482): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): doucment that Py_SetPath copies its argument (closes #23110)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23110)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23109)
benjamin.peterson
- [Python-checkins] cpython (2.7): improve incorrect French (#23109)
benjamin.peterson
- [Python-checkins] cpython (3.4): improve incorrect French (#23109)
benjamin.peterson
- [Python-checkins] cpython (3.4): improve incorrect French (#23109)
Terry Reedy
- [Python-checkins] cpython (3.4): improve incorrect French (#23109)
Benjamin Peterson
- [Python-checkins] cpython (3.4): update correct French examples (#23109)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #23040: Clarify treatment of encoding and errors when component is bytes.
r.david.murray
- [Python-checkins] cpython (3.4): #23040: Clarify treatment of encoding and errors when component is bytes.
r.david.murray
- [Python-checkins] Daily reference leaks (367ba031a743): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython: Remove the redundant second argument of versionadded directive.
berker.peksag
- [Python-checkins] cpython: #20069: Add tests for os.chown.
r.david.murray
- [Python-checkins] Daily reference leaks (32c5b9aeee82): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): fix behavior of trailing slash redirection when a query string is involved
benjamin.peterson
- [Python-checkins] cpython (3.4): fix behavior of trailing slash redirection when a query string is involved
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23112)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): null merge 3.4
benjamin.peterson
- [Python-checkins] cpython (2.7): use getentropy when available (backport of 75ede5bec8db) (closes #23115)
benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),
benjamin.peterson
- [Python-checkins] cpython (3.4): asyncio: sync with Tulip
victor.stinner
- [Python-checkins] cpython (3.4): Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (asyncio)
victor.stinner
- [Python-checkins] cpython: Neaten-up setobject.h
raymond.hettinger
- [Python-checkins] cpython: Issue #23107: Tighten-up loops in setobject.c
raymond.hettinger
- [Python-checkins] cpython: Small clean-up. Factor-out common code for add, contains, and discard function
raymond.hettinger
- [Python-checkins] Daily reference leaks (81d7be0c2733): sum=3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (1c51f1650c42): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #23125: Update nose project page link.
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #23125: Update nose project page link.
berker.peksag
- [Python-checkins] cpython (2.7): Issue #23125: Update nose project page link.
berker.peksag
- [Python-checkins] cpython: Minor comment clean-up
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (3.4): use a proper m-dash
benjamin.peterson
- [Python-checkins] peps: Small clarification
donald.stufft
- [Python-checkins] peps: Note provisional status of PEP 440
nick.coghlan
- [Python-checkins] Daily reference leaks (abd5f4cf57b9): sum=3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (ac176a69d188): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): delete old ftpmirror script, which now has security bugs (closes #23130)
benjamin.peterson
- [Python-checkins] cpython (3.2): delete old ftpmirror script, which now has security bugs (closes #23130)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 (#23130)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#23130)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23130)
benjamin.peterson
- [Python-checkins] cpython: Issue #19776: Add a expanduser() method on Path objects.
antoine.pitrou
- [Python-checkins] cpython: whitespace
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#23111)
benjamin.peterson
- [Python-checkins] cpython (3.4): make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111)
benjamin.peterson
- [Python-checkins] cpython (3.4): update docs for #23111
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] Daily reference leaks (01437956ea67): sum=3
solipsis at pitrou.net
Last message date:
Wed Dec 31 09:24:41 CET 2014
Archived on: Wed Dec 31 09:24:49 CET 2014
This archive was generated by
Pipermail 0.09 (Mailman edition).