Showing content from http://mail.python.org/pipermail/python-checkins/2014-February/thread.html below:
The Python-checkins February 2014 Archive by thread
February 2014 Archives by thread
Starting: Sat Feb 1 01:51:40 CET 2014
Ending: Fri Feb 28 18:53:36 CET 2014
Messages: 633
- [Python-checkins] cpython: Issue #20319: concurrent.futures.wait() can block forever even if Futures have brian.quinlan
- [Python-checkins] cpython: Fix extra line added in 0bcf23a52d55 brian.quinlan
- [Python-checkins] cpython: Issue #20452: test_asyncio checks also the granularity victor.stinner
- [Python-checkins] cpython: Issue #20452: Fix test_time_and_call_at() of test_asyncio on Windows victor.stinner
- [Python-checkins] cpython: asyncio doc: document the granularity of the event loop victor.stinner
- [Python-checkins] cpython: asyncio doc: add "Concurrency and multithreading" section victor.stinner
- [Python-checkins] cpython: Issue #20162: Fix an alignment issue in the siphash24() hash function which victor.stinner
- [Python-checkins] cpython: Issue #20354: Fix alignment issue in the tracemalloc module on 64-bit victor.stinner
- [Python-checkins] cpython: Issue #20354: Mention the fix in Misc/NEWS victor.stinner
- [Python-checkins] cpython: tracemalloc: Fix slicing traces and fix slicing a traceback. victor.stinner
- [Python-checkins] cpython: test_asyncio: relax timing, the "AMD64 Windows Server 2008 [SB] 3.x" buildbot victor.stinner
- [Python-checkins] cpython: test_hash: Fix a BytesWarning in get_hash_command() victor.stinner
- [Python-checkins] cpython: Fix test_hash on "SPARC Solaris 10 (cc%2C 64b) [SB] 3.x" buildbot victor.stinner
- [Python-checkins] cpython: #Issue 20456: Several improvements and bugfixes for Argument Clinic, larry.hastings
- [Python-checkins] Daily reference leaks (a3b4f4b1aedd): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #19683: Add __closure__ and other missing attributes to function docs. mark.dickinson
- [Python-checkins] cpython: whatsnew: move of reload, update new windows-only ssl functions entry. r.david.murray
- [Python-checkins] cpython: inspect.tests: Fix tests to work on python built with '--without-doc-strings' yury.selivanov
- [Python-checkins] cpython (2.7): #20288: fix handling of invalid numeric charrefs in HTMLParser. ezio.melotti
- [Python-checkins] cpython (3.3): #20288: fix handling of invalid numeric charrefs in HTMLParser. ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #20288: merge with 3.3. ezio.melotti
- [Python-checkins] cpython: Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module victor.stinner
- [Python-checkins] cpython (2.7): Update the python.gif icon for the Idle classbrowser and pathbowser terry.reedy
- [Python-checkins] cpython (3.3): Update the python.gif icon for the Idle classbrowser and pathbowser terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Update the python.gif icon for the Idle classbrowser and pathbowser terry.reedy
- [Python-checkins] Daily reference leaks (d7ac90c0463a): sum=9 solipsis at pitrou.net
- [Python-checkins] cpython: asyncio doc: add "asyncio-" prefix to references victor.stinner
- [Python-checkins] cpython: whatsnew: fix importlib.reload entry. r.david.murray
- [Python-checkins] cpython: whatsnew: filecmp.clear_cache, and reword description of cache in docs. r.david.murray
- [Python-checkins] cpython: whatsnew: some more importlib replacements for imp functions. r.david.murray
- [Python-checkins] cpython: inspect.signature: Use 'inspect.isbuiltin' in 'Signature.from_builtin' yury.selivanov
- [Python-checkins] cpython: whatsnew: -m <namespace package>, plus 'using' doc updates. r.david.murray
- [Python-checkins] cpython: whatsnew: hmac accepts more bytes types, importlib decode_source, stat in C. r.david.murray
- [Python-checkins] cpython (2.7): use with statement to ensure zipfile is always closed (closes #20102) benjamin.peterson
- [Python-checkins] cpython (3.3): use with statement to ensure zipfile is always closed (closes #20102) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20102) benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. serhiy.storchaka
- [Python-checkins] cpython: asyncio: document the new asyncio.subprocess module victor.stinner
- [Python-checkins] cpython (3.3): Issue #20423: fix documentation of io.StringIO's newline parameter antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #20423: fix documentation of io.StringIO's newline parameter antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20423: fix documentation of io.StringIO's newline parameter antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #19990: Install test/imghdrdata. ned.deily
- [Python-checkins] cpython (3.3): Issue #19990: Install test/imghdrdata. ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19990: Install test/imghdrdata. ned.deily
- [Python-checkins] cpython (3.3): Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline antoine.pitrou
- [Python-checkins] cpython: Issue #20472: test_asyncio: skip PTY tests on Mac OS X older than 10.6 victor.stinner
- [Python-checkins] cpython: Issue #20472: asyncio: Adjust the note about Mac OS X on PTY, specify that it victor.stinner
- [Python-checkins] cpython: whatsnew: html.escape 10x faster, _gestalt module gone. r.david.murray
- [Python-checkins] cpython: whatsnew: read/write on closed SSL socket exception has changed. r.david.murray
- [Python-checkins] cpython: inspect.signature: Add (restore) support for builtin classes #20473 yury.selivanov
- [Python-checkins] Daily reference leaks (0a71d29b970a): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Added cookbook entry on logging filter configuration using dictConfig(). vinay.sajip
- [Python-checkins] cpython (3.3): Added cookbook entry on logging filter configuration using dictConfig(). vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Merged documentation update from 3.3. vinay.sajip
- [Python-checkins] cpython (3.3): Use different word andrew.kuchling
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3 andrew.kuchling
- [Python-checkins] cpython: remove code which does nothing but cause refleaks benjamin.peterson
- [Python-checkins] cpython (2.7): use system mercurial benjamin.peterson
- [Python-checkins] cpython: remove extra backtick benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), serhiy.storchaka
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20368: The null character now correctly passed from Tcl to Python (in serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20368: The null character now correctly passed from Tcl to Python. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20368: The null character now correctly passed from Tcl to Python. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19761: Fixed Tkinter tests on OS X. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19761: Fixed Tkinter tests on OS X. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19761: Fixed Tkinter tests on OS X. serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug antoine.pitrou
- [Python-checkins] cpython (2.7): Skip expr* tests for large integers for Tcl <8.5. serhiy.storchaka
- [Python-checkins] cpython (3.3): Skip expr* tests for large integers for Tcl <8.5. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Skip expr* tests for large integers for Tcl <8.5. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. ned.deily
- [Python-checkins] cpython: asyncio.subprocess: Replace Process.get_subprocess() method with a victor.stinner
- [Python-checkins] cpython: asyncio doc: add an example of asyncio.subprocess with communicate() and wait() victor.stinner
- [Python-checkins] cpython: Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync with victor.stinner
- [Python-checkins] Daily reference leaks (d7dc5ebc33ef): sum=-13 solipsis at pitrou.net
- [Python-checkins] cpython: asyncio: Fix _ProactorWritePipeTransport._pipe_closed() victor.stinner
- [Python-checkins] cpython: Issue #17162: Add PyType_GetSlot. martin.v.loewis
- [Python-checkins] cpython: Issue #17162: Fix compilation, replace non-breaking space with an ASCII space victor.stinner
- [Python-checkins] cpython: Close #20404: blacklist non-text encodings in io.TextIOWrapper nick.coghlan
- [Python-checkins] cpython: Close #20053: ignore default pip config settings nick.coghlan
- [Python-checkins] cpython (3.3): restore namespacing of pyexpat symbols (closes #19186) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19186) benjamin.peterson
- [Python-checkins] cpython (2.7): mmap obmalloc arenas so that they may be immediately returned to the system benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #20509: Added cross-reference in documentation. vinay.sajip
- [Python-checkins] cpython (3.3): Issue #20509: Added cross-reference in documentation. vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #20509: Merged documentation update from 3.3. vinay.sajip
- [Python-checkins] cpython: asyncio doc: add an example to schedule a coroutine from a different thread victor.stinner
- [Python-checkins] devguide: Correct and future-proof PC and PCbuild directory descriptions. zach.ware
- [Python-checkins] cpython: Add missing word ("thread") to sentence about call_soon_threadsafe. guido.van.rossum
- [Python-checkins] cpython: asyncio: Cosmetic improvement to test__run_once_logging() mock argument. guido.van.rossum
- [Python-checkins] cpython (3.3): Issue #20515: Fix NULL pointer dereference introduced by issue #20368 christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20515: Fix NULL pointer dereference introduced by issue #20368 christian.heimes
- [Python-checkins] cpython: Issue #20465: Update SQLite shipped with OS X installer to 3.8.3. ned.deily
- [Python-checkins] Daily reference leaks (145032f626d3): sum=-7 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #20489: Explicitly qualified expressions for default values in methods. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. serhiy.storchaka
- [Python-checkins] cpython: Issue #20053: new test to check an assumption nick.coghlan
- [Python-checkins] cpython: TestNamedTuple.test_pickle was only testing through protocol 2. Changed to have eric.smith
- [Python-checkins] cpython (3.3): Issue #19920: TarFile.list() no longer fails when outputs a listing serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19920: TarFile.list() no longer fails when outputs a listing serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19920: Added tests for TarFile.list(). Based on patch by Vajrasky Kok. serhiy.storchaka
- [Python-checkins] cpython (3.3): #14515: clarify that TemporaryDirectory's __enter__ returns the name. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): #14515: clarify that TemporaryDirectory's __enter__ returns the name. r.david.murray
- [Python-checkins] cpython: asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_data yury.selivanov
- [Python-checkins] cpython (2.7): Issue #20374: Avoid compiler warnings when compiling readline with libedit. ned.deily
- [Python-checkins] cpython (3.3): Issue #20374: Avoid compiler warnings when compiling readline with libedit. ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20374: merge ned.deily
- [Python-checkins] cpython (2.7): Issue #20374: delete spurious empty line ned.deily
- [Python-checkins] cpython (3.3): Issue #20374: delete spurious empty line ned.deily
- [Python-checkins] cpython: asyncio.streams.StreamReader: Add 'at_eof()' method yury.selivanov
- [Python-checkins] cpython (2.7): Issue #20520: Fixed readline test in test_codecs. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20520: Fixed readline test in test_codecs. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20520: Fixed readline test in test_codecs. serhiy.storchaka
- [Python-checkins] Daily reference leaks (0b91e764b889): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #14455: fix handling of unsigned long long values for binary plist files ronald.oussoren
- [Python-checkins] cpython: Issue #6386: When executing a script that's a symlink, the directory brett.cannon
- [Python-checkins] cpython (3.3): Issue #20488: Update docs to say importlib is *the* implementaiton of brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): Merge for issue #20488 brett.cannon
- [Python-checkins] cpython: Close issue20412: Updated Enum docs to have referencable Enum and IntEnum ethan.furman
- [Python-checkins] cpython: asyncio.tasks.gather: Fix docstring yury.selivanov
- [Python-checkins] cpython (3.3): Fix empty strings to empty bytes objects. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fix empty strings to empty bytes objects. serhiy.storchaka
- [Python-checkins] cpython: Catch deprecation warnings emitted when non-integers are formatted with %c, %o serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20363. Fixed BytesWarning triggerred by test suite. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20363. Fixed BytesWarning triggerred by test suite. serhiy.storchaka
- [Python-checkins] cpython: Issue #3158: Provide a couple of fallbacks for in case a method_descriptor zach.ware
- [Python-checkins] cpython (3.3): Silence BytesWarning (backport 267a4d4d9d65). serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Null merge serhiy.storchaka
- [Python-checkins] cpython: Close issue20534: test_enum now tests all supported pickle protocols (2 - ethan.furman
- [Python-checkins] Daily reference leaks (35f57ab9389b): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython: asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutines yury.selivanov
- [Python-checkins] cpython (2.7): Issue #20532: Tests which use _testcapi now are marked as CPython only. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20532: Tests which use _testcapi now are marked as CPython only. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20532: Tests which use _testcapi now are marked as CPython only. serhiy.storchaka
- [Python-checkins] cpython: Issue #20053: Actually test relevant assumption nick.coghlan
- [Python-checkins] cpython: Issue 20542: Temporarily skip failing test nick.coghlan
- [Python-checkins] cpython: Issue #20053: Mark as an expected failure for 3.4 nick.coghlan
- [Python-checkins] cpython: #20476: use EmailMessage as factory if non-compat32 policy is used. r.david.murray
- [Python-checkins] cpython: #20477: add examples of using the new contentmanager API. r.david.murray
- [Python-checkins] cpython: Issue #20505: add debug info victor.stinner
- [Python-checkins] cpython: asyncio doc: mention that asyncio is not thread-safe victor.stinner
- [Python-checkins] cpython (3.3): #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. r.david.murray
- [Python-checkins] cpython: #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. r.david.murray
- [Python-checkins] cpython: #20531: Apply the 3.3 version of the #19063 fix. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. r.david.murray
- [Python-checkins] cpython: #20013: don't raise socket error when selected mailbox deleted. r.david.murray
- [Python-checkins] cpython (3.3): #20013: don't raise socket error when selected mailbox deleted. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Null merge of commit accidentally made to default branch first. r.david.murray
- [Python-checkins] cpython (2.7): #20013: don't raise socket error when selected mailbox deleted. r.david.murray
- [Python-checkins] cpython (3.3): #17369: Improve handling of broken RFC2231 values in get_filename. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #17369: Improve handling of broken RFC2231 values in get_filename. r.david.murray
- [Python-checkins] cpython: Issue #20505: Remove resolution and _granularity from selectors and asyncio victor.stinner
- [Python-checkins] cpython: More asyncio news. guido.van.rossum
- [Python-checkins] Daily reference leaks (b541ecd32115): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #20478: avoid special casing Counter in statistics nick.coghlan
- [Python-checkins] cpython: Issue #20167: Suppress 3.4 specific 'Exception ignored' messages. terry.reedy
- [Python-checkins] cpython: Close #20481: Disallow mixed type input in statistics nick.coghlan
- [Python-checkins] cpython (3.3): Issue #20538: UTF-7 incremental decoder produced inconsistant string when serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20538: UTF-7 incremental decoder produced inconsistant string when serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20546: Use specific asserts in int tests. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20546: Use specific asserts in int tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20546: Use specific asserts in int tests. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18805: better netmask validation in ipaddress nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge fix for #18805 from 3.3 nick.coghlan
- [Python-checkins] cpython (3.3): Fix #18805 NEWS entry nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge #18805 NEWS fix from 3.3 nick.coghlan
- [Python-checkins] cpython: Close #20536: correctly handle Decimal exponents in statistics nick.coghlan
- [Python-checkins] cpython (3.3): Issue #20406: Use Python application icons for Idle window title bars. terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20406: Use Python application icons for Idle window title bars. terry.reedy
- [Python-checkins] cpython (3.3): Issue #20553. Use specific asserts in ipaddress tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20553. Use specific asserts in ipaddress tests. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20406: Use Python application icons for Idle window title bars. terry.reedy
- [Python-checkins] cpython (3.3): #19772: Do not mutate message when downcoding to 7bit. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #19772: Do not mutate message when downcoding to 7bit. r.david.murray
- [Python-checkins] cpython (3.3): #16983: Apply postel's law to encoded words inside quoted strings. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #16983: Apply postel's law to encoded words inside quoted strings. r.david.murray
- [Python-checkins] cpython: Close issue20534: all pickle protocols now supported. ethan.furman
- [Python-checkins] cpython (3.3): Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the charles-francois.natali
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the charles-francois.natali
- [Python-checkins] cpython (merge default -> default): Merge. charles-francois.natali
- [Python-checkins] cpython (3.3): Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a antoine.pitrou
- [Python-checkins] cpython: asyncio doc: sort methods victor.stinner
- [Python-checkins] cpython: asyncio doc: document missing event loop methods victor.stinner
- [Python-checkins] cpython (3.3): Include the mention of ResourceWarning being displayed by default by the test senthil.kumaran
- [Python-checkins] cpython (2.7): #14983: always add a line end after a MIME boundary marker. r.david.murray
- [Python-checkins] cpython (3.3): #14983: always add a line end after a MIME boundary marker. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #14983: always add a line end after a MIME boundary marker. r.david.murray
- [Python-checkins] cpython: Close #20563: Declare ipaddress API stable nick.coghlan
- [Python-checkins] cpython: Tweaks to What's New and some referenced docs nick.coghlan
- [Python-checkins] cpython: asyncio tests: Remove scories of resolution/granularity victor.stinner
- [Python-checkins] cpython: asyncio doc: fix gather() doc victor.stinner
- [Python-checkins] cpython: Spelling corrections. Submitted to python-dev by python at mrabarnett.plus.com brian.curtin
- [Python-checkins] cpython (merge default -> default): merge brian.curtin
- [Python-checkins] cpython: Close #20500: Don't trigger PyObject_Str assertion at shutdown nick.coghlan
- [Python-checkins] cpython: Note the new debug assertion in PyObject_Str nick.coghlan
- [Python-checkins] cpython: asyncio: Test fix. guido.van.rossum
- [Python-checkins] cpython: asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent victor.stinner
- [Python-checkins] cpython: Issue #20500: Note other public APIs with the new assertion nick.coghlan
- [Python-checkins] cpython: Issue #20500: clarify that invocation may be indirect nick.coghlan
- [Python-checkins] cpython: asyncio: Remove more relics of resolution/granularity. guido.van.rossum
- [Python-checkins] cpython: Issue #20530: Argument Clinic's signature format has been revised again. larry.hastings
- [Python-checkins] Daily reference leaks (9e7594d65178): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: Simplify PEP 101 a bit; remove instructions for "prev" directory. georg.brandl
- [Python-checkins] cpython (2.7): Issue #20437: Fixed 43 potential bugs when deleting objects references. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #20437: Fixed 21 potential bugs when deleting objects references. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20437: Fixed 22 potential bugs when deleting objects references. serhiy.storchaka
- [Python-checkins] cpython: Issue #20571: skip test_readline() of test_codecs for Windows code page 65001. victor.stinner
- [Python-checkins] cpython: Fix typo in library/ipc.rst eli.bendersky
- [Python-checkins] cpython: Various formatting & grammar fixes in asyncio* docs. eli.bendersky
- [Python-checkins] cpython: More complete documentation of event loops and policies. eli.bendersky
- [Python-checkins] cpython: asyncio: Tulip issue 112: Inline make_handle() into Handle constructor victor.stinner
- [Python-checkins] cpython: Issue #20517: Functions in the os module that accept two filenames larry.hastings
- [Python-checkins] cpython: Issue #20530: The signatures for slot builtins have been updated larry.hastings
- [Python-checkins] Daily reference leaks (aa7ce6f74303): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #19906: clarify note in urllib docs. ezio.melotti
- [Python-checkins] devguide: #12296: clarify paragraph about backward-compatibility. Patch by Moritz Neeb, ezio.melotti
- [Python-checkins] cpython: Issue #20505: Add debug info to analyze sporaric failures of victor.stinner
- [Python-checkins] cpython: Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. larry.hastings
- [Python-checkins] cpython: Issue #19255: The builtins module is restored to initial value before serhiy.storchaka
- [Python-checkins] cpython: Temporary silence test broken by issue19255. serhiy.storchaka
- [Python-checkins] cpython (2.7): issue12085: Use more Pythonic way to check _child_created. serhiy.storchaka
- [Python-checkins] cpython (3.3): issue12085: Use more Pythonic way to check _child_created. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): issue12085: Use more Pythonic way to check _child_created. serhiy.storchaka
- [Python-checkins] cpython: Issue #20505: Use even shorter sleep in test_timeout_rounding() to make the victor.stinner
- [Python-checkins] cpython (3.3): #16042: CVE-2013-1752: smtplib fix for unlimited readline() from socket georg.brandl
- [Python-checkins] cpython (3.3): #20311: revert changes to 3.3 branch for now until experts have decided how to georg.brandl
- [Python-checkins] cpython (3.3): doc: pydoc topic and suspicious markup update georg.brandl
- [Python-checkins] cpython (3.3): Update IDLE news from Misc/NEWS. georg.brandl
- [Python-checkins] cpython (3.3): Bump to 3.3.4rc1. georg.brandl
- [Python-checkins] cpython (3.3): Added tag v3.3.4rc1 for changeset 7f32e55f161b georg.brandl
- [Python-checkins] cpython (3.3): Closes #19966: allow hgtouch to operate on a base dir that is != the repo root. georg.brandl
- [Python-checkins] cpython (3.3): .hgtouch: add a rule for Include/Python-ast.h georg.brandl
- [Python-checkins] cpython (3.3): Remove old tag. georg.brandl
- [Python-checkins] cpython (3.3): Added tag v3.3.4rc1 for changeset fa92f5f940c6 georg.brandl
- [Python-checkins] cpython (3.3): Post release update. georg.brandl
- [Python-checkins] cpython (3.3): Bump to 3.3.4 final georg.brandl
- [Python-checkins] cpython (3.3): news entry georg.brandl
- [Python-checkins] cpython (3.3): Added tag v3.3.4 for changeset 7ff62415e426 georg.brandl
- [Python-checkins] cpython (3.3): Post-release updates. georg.brandl
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge with 3.3.4 releasing repo georg.brandl
- [Python-checkins] cpython (3.3): Fix trailing whitespace. georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3 georg.brandl
- [Python-checkins] cpython: Issue #20167: Add missing else: break in 3 places as noticed by Serhiy. terry.reedy
- [Python-checkins] peps: Fix a couple of broken links in PEP 462. ezio.melotti
- [Python-checkins] cpython: Issue #20505: BaseEventLoop uses again the resolution of the clock to decide if victor.stinner
- [Python-checkins] cpython: whatsnew: bytes/bytearray.join args, PYTHONPATH= is same as not set. r.david.murray
- [Python-checkins] cpython: Fix PYTHONPATH wording. It's just PATH, not "normal posix convention". r.david.murray
- [Python-checkins] cpython: whatsnew: slice.index no longer accepts negative values (or overflows). r.david.murray
- [Python-checkins] cpython (3.3): don't put runtime values in array initializer for C89 compliance (closes #20588) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20588) benjamin.peterson
- [Python-checkins] cpython: Issue #20505: Fix TestLoop, set the clock resolution victor.stinner
- [Python-checkins] cpython: Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors. larry.hastings
- [Python-checkins] cpython: Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis. larry.hastings
- [Python-checkins] cpython: Python 3.4.0rc1: Version bump. larry.hastings
- [Python-checkins] cpython: Added tag v3.4.0rc1 for changeset 5e088cea8660 larry.hastings
- [Python-checkins] cpython: Python 3.4.0rc1: Post-release updates. larry.hastings
- [Python-checkins] cpython (merge default -> default): Merge Python 3.4.0rc1 release branch. larry.hastings
- [Python-checkins] peps: Updated Python 3.4 release PEP with dates of actual releases. larry.hastings
- [Python-checkins] Daily reference leaks (dbf6bcecedc7): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #19856: shutil.move() failed to move a directory to other directory serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19856: shutil.move() failed to move a directory to other directory serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19856: shutil.move() failed to move a directory to other directory serhiy.storchaka
- [Python-checkins] cpython: Issue #20505: Improve debug info in asyncio event loop victor.stinner
- [Python-checkins] cpython: Issue #20505: Oops, only print debug info if selector.select(timeout) took less victor.stinner
- [Python-checkins] cpython: Issue #20505: use also the monotonic time to decide if asyncio debug traces victor.stinner
- [Python-checkins] cpython: asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), victor.stinner
- [Python-checkins] cpython: asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shell victor.stinner
- [Python-checkins] cpython: asyncio, Tulip issue 131: as_completed() and wait() now raises a TypeError if victor.stinner
- [Python-checkins] cpython (2.7): Issue #20558: Improved implementation of error handling. vinay.sajip
- [Python-checkins] cpython: whatsnew: __complex__ may not return float, .so may have multiple python modules r.david.murray
- [Python-checkins] cpython: remove dynamic initializer lists for c89 compliance (closes #20595) benjamin.peterson
- [Python-checkins] cpython (2.7): avoid name clash with posix_close (closes #20594) benjamin.peterson
- [Python-checkins] cpython (3.3): avoid name clash with posix_close (closes #20594) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20594) benjamin.peterson
- [Python-checkins] cpython: Issue #20505: Remove debug code victor.stinner
- [Python-checkins] cpython: Deprecate Popen.wait()'s undocumented endtime parameter. issue20572. gregory.p.smith
- [Python-checkins] cpython: whatsnew: undocumented Popen.wait endtime is deprecated. r.david.murray
- [Python-checkins] cpython: Issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older than victor.stinner
- [Python-checkins] cpython: whatsnew: object.__format__ raises TypeError on non-empty string. r.david.murray
- [Python-checkins] devguide: Add information about installing Xcode on OS X to the Getting Started section. ned.deily
- [Python-checkins] cpython (2.7): Add references for Xcode and the Python Developer's Guide ned.deily
- [Python-checkins] cpython (3.3): Add references for Xcode and the Python Developer's Guide ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Add references for Xcode and the Python Developer's Guideto the internal ned.deily
- [Python-checkins] cpython: whatsnew: command.com support gone, int *base* can be __index__ but not float. r.david.murray
- [Python-checkins] cpython: whatsnew: os.path.samestat on windows, keyword defaults evaluation order. r.david.murray
- [Python-checkins] Daily reference leaks (b3d639d50bb8): sum=10 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. serhiy.storchaka
- [Python-checkins] cpython: Try to fix test_cleanup (issue #20599). serhiy.storchaka
- [Python-checkins] cpython: Issue #20599: Force ASCII encoding for stdout in test_cleanup() of test_builtin victor.stinner
- [Python-checkins] cpython: whatsnew: LOAD_CLASSDEREF, -X showrefcount r.david.murray
- [Python-checkins] cpython: whatsnew: PyUnicode_FromFormat width/precision, thread cleanup after fork. r.david.murray
- [Python-checkins] cpython: whatsnew: 'other improvements' and 'optimizations' belong under CPython heading. r.david.murray
- [Python-checkins] cpython: asyncio.events: Use __slots__ in Handle and TimerHandle yury.selivanov
- [Python-checkins] cpython: asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fixes guido.van.rossum
- [Python-checkins] cpython (3.3): Issue #6815: os.path.expandvars() now supports non-ASCII environment serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #6815: os.path.expandvars() now supports non-ASCII environment serhiy.storchaka
- [Python-checkins] cpython: ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if victor.stinner
- [Python-checkins] Daily reference leaks (6e04027ed53e): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Fixed typo in previous commit (issue #6815). serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fixed typo in previous commit (issue #6815). serhiy.storchaka
- [Python-checkins] cpython: Fix test_asyncio/test_events.py: skip IPv6 if IPv6 is disabled on the host victor.stinner
- [Python-checkins] cpython: Issue #20599: Don't clear environment in test_cleanup() of test_builtin victor.stinner
- [Python-checkins] cpython: Issue #20526, #19466: Revert changes of issue #19466 which introduces a victor.stinner
- [Python-checkins] cpython: set line and column numbers for keyword-only arg nodes (closes #20619) benjamin.peterson
- [Python-checkins] cpython (2.7): #19680: add back documentation for print and exec in the interactive help. ezio.melotti
- [Python-checkins] cpython (2.7): Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. ned.deily
- [Python-checkins] cpython (3.3): Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. ned.deily
- [Python-checkins] Daily reference leaks (2dd4922c9371): sum=-4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): fix links to builtin repr function (closes #20573) benjamin.peterson
- [Python-checkins] cpython: Issue #19744: Handle missing SSL/TLS in ensurepip nick.coghlan
- [Python-checkins] Daily reference leaks (9f76adbac8b7): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. ezio.melotti
- [Python-checkins] cpython (3.3): #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #20634: merge with 3.3. ezio.melotti
- [Python-checkins] cpython (2.7): #19890: fix typo in multiprocessing docs. Patch by Mike Short. ezio.melotti
- [Python-checkins] cpython (3.3): #19890: fix typo in multiprocessing docs. Patch by Mike Short. ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #19890: merge with 3.3. ezio.melotti
- [Python-checkins] cpython (3.3): give non-iterable TypeError a message (closes #20507) benjamin.peterson
- [Python-checkins] cpython (2.7): give non-iterable TypeError a message (closes #20507) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20507) benjamin.peterson
- [Python-checkins] cpython (2.7): add missing test assertion (closes #20080) benjamin.peterson
- [Python-checkins] cpython (3.3): add missing test assertion (closes #20080) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20080) benjamin.peterson
- [Python-checkins] cpython (3.3): #20237: make a revision pass over the XML vulnerabilities section andrew.kuchling
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 benjamin.peterson
- [Python-checkins] cpython (3.3): Clarify versionchanged sentence. Closes #20497. andrew.kuchling
- [Python-checkins] cpython (3.3): #16728: Mention collections.abc.Sequence in 'sequence' glossary entry andrew.kuchling
- [Python-checkins] cpython (3.3): #20241: use correct RFC number andrew.kuchling
- [Python-checkins] peps: PEP 462 updates, include RhodeCode idea nick.coghlan
- [Python-checkins] peps: Fix broken link. ezio.melotti
- [Python-checkins] Daily reference leaks (2d62ee3c7617): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython: Doc: do not rely on checked-out Sphinx toolchain from svn.python.org anymore georg.brandl
- [Python-checkins] cpython (3.3): #12211: clarify math.copysign() documentation and docstring andrew.kuchling
- [Python-checkins] cpython (3.3): #12211: remove paragraph about NaNs andrew.kuchling
- [Python-checkins] cpython (3.3): do not line break reference benjamin.peterson
- [Python-checkins] devguide: I suppose this might as well be a core area benjamin.peterson
- [Python-checkins] devguide: I like bytecode benjamin.peterson
- [Python-checkins] cpython: look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251) benjamin.peterson
- [Python-checkins] cpython (3.3): backout d28242a636c7 so I can backout 2807a5f011e4 benjamin.peterson
- [Python-checkins] cpython (3.3): backout 2807a5f011e4 for causing #20621 benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge backout for #20621 benjamin.peterson
- [Python-checkins] cpython (2.7): backout #19081 to fix #20621 benjamin.peterson
- [Python-checkins] cpython (2.7): finish backing out #19081 benjamin.peterson
- [Python-checkins] cpython (2.7): remove tests for #19081 benjamin.peterson
- [Python-checkins] cpython (2.7): backout 369bf9fbaeff benjamin.peterson
- [Python-checkins] cpython (3.3): backout fafac90b69c4 benjamin.peterson
- [Python-checkins] peps: Update 3.3 release schedule for 3.3.5. georg.brandl
- [Python-checkins] cpython: Issue #20616: Add a format() method to tracemalloc.Traceback. victor.stinner
- [Python-checkins] cpython: Issue #20320: select.select() and select.kqueue.control() now round the timeout victor.stinner
- [Python-checkins] Daily reference leaks (180e4b678003): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Close #20652: asyncio doc: close the event loop in run_forever() example. Fix victor.stinner
- [Python-checkins] release: Added my hacked-up release management tools for 3.4, for posterity. larry.hastings
- [Python-checkins] cpython (2.7): Untokenize: An logically incorrect assert tested user input validity. terry.reedy
- [Python-checkins] cpython (3.3): Untokenize: An logically incorrect assert tested user input validity. terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Untokenize, bad assert: Merge with 3.3 terry.reedy
- [Python-checkins] cpython (3.3): whitespace terry.reedy
- [Python-checkins] cpython: Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by victor.stinner
- [Python-checkins] cpython: Issue #20667: test_asyncio: Skip KqueueEventLoopTests.test_read_pty_output() on victor.stinner
- [Python-checkins] cpython: Close #20656: Fix select.select() on OpenBSD 64-bit victor.stinner
- [Python-checkins] cpython (2.7): Issue #8478: Untokenizer.compat now processes first token from iterator input. terry.reedy
- [Python-checkins] cpython (3.3): Issue #8478: Untokenizer.compat now processes first token from iterator input. terry.reedy
- [Python-checkins] cpython (2.7): whitespace terry.reedy
- [Python-checkins] peps: Add PEP 463 by Chris Angelico. georg.brandl
- [Python-checkins] cpython: Issue #20667: KqueueEventLoopTests.test_read_pty_output() hangs also on OpenBSD victor.stinner
- [Python-checkins] cpython: Issue #20564: Skip tests on lock+signals on OpenBSD victor.stinner
- [Python-checkins] cpython: Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. victor.stinner
- [Python-checkins] cpython: Issue #20656: Restore explicit downcast in select_select(). victor.stinner
- [Python-checkins] Daily reference leaks (79ccf36b0fd0): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #20493: Document that asyncio should not exceed one day victor.stinner
- [Python-checkins] cpython (2.7): Issue #20510: Rewrote test_exit in test_sys to match existing comments zach.ware
- [Python-checkins] cpython (3.3): Issue #20510: Rewrote test_exit in test_sys to match existing comments zach.ware
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20510: Merge with 3.3. zach.ware
- [Python-checkins] cpython: asyncio: Add support for UNIX Domain Sockets. yury.selivanov
- [Python-checkins] cpython: Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS. yury.selivanov
- [Python-checkins] cpython (3.3): Issue #20609: Fix building 64-bit binaries on 32-bit Windows. zach.ware
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20609: Merge with 3.3. zach.ware
- [Python-checkins] cpython: Mangle __parameters in __annotations__ dict properly. Issue #20625. yury.selivanov
- [Python-checkins] cpython: asyncio: Make tests pass on Windows. guido.van.rossum
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide Cron Daemon
- [Python-checkins] cpython: Close issue20653: allow Enum subclasses to override __reduce_ex__ ethan.furman
- [Python-checkins] cpython (3.3): Issue #19612: On Windows, subprocess.Popen.communicate() now ignores victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #19612: On Windows, subprocess.Popen.communicate() now victor.stinner
- [Python-checkins] cpython: Issue #20625: Fix compilation issue victor.stinner
- [Python-checkins] cpython: asyncio: New error handling API. Issue #20681. yury.selivanov
- [Python-checkins] cpython: asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixin yury.selivanov
- [Python-checkins] cpython: asyncio, Tulip issue 139: Improve error messages on "fatal errors" victor.stinner
- [Python-checkins] cpython: asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning and victor.stinner
- [Python-checkins] cpython: Issue #20682: test_asyncio, _basetest_create_connection() checks also the victor.stinner
- [Python-checkins] cpython: asyncio: Fix spelling and typos. yury.selivanov
- [Python-checkins] release: Major updates for my local 3.4 build tool. larry.hastings
- [Python-checkins] cpython: asyncio: pep8-ify the code. yury.selivanov
- [Python-checkins] Daily reference leaks (64ad965a2fd4): sum=59 solipsis at pitrou.net
- [Python-checkins] cpython: asyncio: document new create_unix_connection() and create_unix_server() methods victor.stinner
- [Python-checkins] cpython: asyncio: WriteTransport.set_write_buffer_size to call _maybe_pause_protocol yury.selivanov
- [Python-checkins] cpython (2.7): Fixed grid_columnconfigure() and grid_rowconfigure() methods of serhiy.storchaka
- [Python-checkins] cpython (3.3): Fixed grid_columnconfigure() and grid_rowconfigure() methods of serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fixed grid_columnconfigure() and grid_rowconfigure() methods of serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20510: Confirm that the code attribute of the SystemExit zach.ware
- [Python-checkins] cpython (3.3): Issue #20510: Confirm that the code attribute of the SystemExit zach.ware
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20510: Merge with 3.3 zach.ware
- [Python-checkins] cpython (3.3): Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge heads serhiy.storchaka
- [Python-checkins] cpython: Close #20682: Fix UNIX sockets tests of test_asyncio on Mac OS X Tiger victor.stinner
- [Python-checkins] cpython: Issue #20682: Oops, fix test_create_connection() of test_asyncio (fix my victor.stinner
- [Python-checkins] cpython: Issue #20654: Fixed pydoc for enums with zero value. Patch by Vajrasky Kok. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environment serhiy.storchaka
- [Python-checkins] cpython: inspect: Fix getfullargspec() to not to follow __wrapped__ chains yury.selivanov
- [Python-checkins] cpython: asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. victor.stinner
- [Python-checkins] cpython: update magic number for #20625 benjamin.peterson
- [Python-checkins] cpython: asyncio doc: remove reference to _DEBUG (now replaced with PYTHONASYNCIODEBUG victor.stinner
- [Python-checkins] cpython: asyncio.docs: Document Error Handling API and asyncio.Handle yury.selivanov
- [Python-checkins] cpython (2.7): update logo url (#20695) benjamin.peterson
- [Python-checkins] cpython (3.1): update logo url (#20695) benjamin.peterson
- [Python-checkins] cpython (3.1): open retrieved file in binary mode, since it's now compressed benjamin.peterson
- [Python-checkins] cpython (3.2): open retrieved file in binary mode, since it's now compressed benjamin.peterson
- [Python-checkins] cpython (3.2): update logo url (#20695) benjamin.peterson
- [Python-checkins] cpython (3.3): bump Python-ast.c benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 (#20695) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20695) benjamin.peterson
- [Python-checkins] devguide: experts: Add yselivanov for asyncio yury.selivanov
- [Python-checkins] Daily reference leaks (58fd64e55b29): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: asyncio.subprocess: Fix a race condition in communicate() victor.stinner
- [Python-checkins] cpython: asyncio: remove unused imports and unused variables noticed by pyflakes victor.stinner
- [Python-checkins] cpython: asyncio: Fix _check_resolved_address() for IPv6 address victor.stinner
- [Python-checkins] cpython: asyncio: ops, and now fix also the unit test for IPv6 address: victor.stinner
- [Python-checkins] cpython: Misc/NEWS: Add some missing news items re asyncio. yury.selivanov
- [Python-checkins] cpython: asyncio.docs: Improve documentation of Streams. Issue #20696. yury.selivanov
- [Python-checkins] cpython: asyncio: _check_resolved_address() must also accept IPv6 without flow_info and victor.stinner
- [Python-checkins] release: Updates for threefourtool.py. larry.hastings
- [Python-checkins] cpython: asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue yury.selivanov
- [Python-checkins] cpython (3.3): Issue #20221: Removed conflicting (or circular) hypot definition zach.ware
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20221: Removed conflicting (or circular) hypot definition zach.ware
- [Python-checkins] cpython: Windows buildbot: use --timeout feature in Tools/buildbot/test-amd64.bat victor.stinner
- [Python-checkins] peps: Two wishes were fulfilled. guido.van.rossum
- [Python-checkins] cpython: asyncio.docs: Document subprocess_exec and subprocess_shell. Issue #20694. yury.selivanov
- [Python-checkins] peps: PEP 463 - add latest changes by Chris Angelico. yury.selivanov
- [Python-checkins] cpython: Upgrade pip from 1.5.2 to 1.5.3 donald.stufft
- [Python-checkins] peps: PEP 463: Update post history yury.selivanov
- [Python-checkins] peps: PEP 463: Fix some ReST warnings & errors yury.selivanov
- [Python-checkins] peps: PEP 463: Few more markup fixes yury.selivanov
- [Python-checkins] cpython: inspect: Fix getfullargspec to support builtin module-level functions. Issue yury.selivanov
- [Python-checkins] cpython: Issue #20710: The pydoc summary line no longer displays the "self" parameter larry.hastings
- [Python-checkins] release: More tweaking of my threefourtool. larry.hastings
- [Python-checkins] cpython: Issue #19748: On AIX, time.mktime() now raises an OverflowError for year victor.stinner
- [Python-checkins] Daily reference leaks (d57df3f72715): sum=55 solipsis at pitrou.net
- [Python-checkins] release: Fix dumb bug with "tar" command. larry.hastings
- [Python-checkins] cpython: Upgrade pip from 1.5.3 to 1.5.4 donald.stufft
- [Python-checkins] cpython: Issue #20114: Double timeout in test_semaphore_tracker() to reduce richard.oudkerk
- [Python-checkins] cpython: Issue #11188, #19748: mktime() returns -1 on error. On Linux, the tm_wday field victor.stinner
- [Python-checkins] cpython: inspect.signature: Check for function-like objects before builtins. Issue #17159 yury.selivanov
- [Python-checkins] peps: PEP 463: More updates by Chris Angelico yury.selivanov
- [Python-checkins] cpython (2.7): use sphinx from its own virtualenv (closes #20693) benjamin.peterson
- [Python-checkins] release: More churn for my 3.4 tool. larry.hastings
- [Python-checkins] Daily reference leaks (d6aa3fa646e2): sum=59 solipsis at pitrou.net
- [Python-checkins] cpython: whatsnew: importlib deprecations. r.david.murray
- [Python-checkins] cpython: whatsnew: frozen package __path__; and min/max versionadded. r.david.murray
- [Python-checkins] cpython: Issue #20484: Disable the 2 remaining "modules" tests in test_pydoc. eric.snow
- [Python-checkins] cpython: whatsnew: Windows uses VirtualAlloc, --version goes to stdout. r.david.murray
- [Python-checkins] cpython: whatsnew: PyStructSequence_InitType2, Victor's MemoryError fixes. r.david.murray
- [Python-checkins] cpython: whatsnew: os.path.ismount recognizes volumes mounted below root. r.david.murray
- [Python-checkins] cpython: Reflow paragraph. r.david.murray
- [Python-checkins] devguide: Remove myself from Windows and winreg entries, as I no longer actively use brian.curtin
- [Python-checkins] cpython: Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. martin.v.loewis
- [Python-checkins] peps: Incorporate comments from last round of emails (in late January) ethan.furman
- [Python-checkins] peps: added Objections section; fixed formatting ethan.furman
- [Python-checkins] cpython (3.3): Issue #20730: Fix typo reported by Claudiu Popa. terry.reedy
- [Python-checkins] peps: Typos (stdandard). guido.van.rossum
- [Python-checkins] cpython (3.3): Update pydoc topics. georg.brandl
- [Python-checkins] cpython (3.3): Issue #20571: skip test_readline() of test_codecs for Windows code page 65001. georg.brandl
- [Python-checkins] Daily reference leaks (7b80f57f904e): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: #20677: fix typo in enum docs. Patch by Saimadhav Heblikar. ezio.melotti
- [Python-checkins] cpython: Issue #20637: Key-sharing now also works for instance dictionaries of antoine.pitrou
- [Python-checkins] cpython: whatsnew: ExtensionFileLoader.get_filename. r.david.murray
- [Python-checkins] cpython: whatsnew: textwrap.shorten. r.david.murray
- [Python-checkins] cpython: whatsnew: hashlib.hash.name is now public and returns lowercase always. r.david.murray
- [Python-checkins] cpython: whatsnew: devnull fileno/close/closed. r.david.murray
- [Python-checkins] cpython: Fix wording in news entry. r.david.murray
- [Python-checkins] cpython: whatsnew: pyvenv --copies option. r.david.murray
- [Python-checkins] peps: add post history benjamin.peterson
- [Python-checkins] cpython (3.3): Issue #20743: Fix a reference leak in test_tcl. antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20743: Fix a reference leak in test_tcl. antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #20743: Fix a reference leak in test_tcl. antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #20750, Enable roundtrip tests for new 5-tuple untokenize. The terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3, #20750 terry.reedy
- [Python-checkins] cpython (2.7): Restore title style antoine.pitrou
- [Python-checkins] cpython: whatsnew: unittest drops references to successful tests. r.david.murray
- [Python-checkins] cpython: whatsnew: unittest uses argparse now. r.david.murray
- [Python-checkins] cpython: whatsnew: threading.main_thread, os.urandom persistent handle, sunau.open with. r.david.murray
- [Python-checkins] cpython (2.7): Issue #9974: When untokenizing, use row info to insert backslash+newline. terry.reedy
- [Python-checkins] cpython (3.3): Issue #9974: When untokenizing, use row info to insert backslash+newline. terry.reedy
- [Python-checkins] Daily reference leaks (73aa6d672b81): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Closes #20735: remove erroneous deprecated marker from stringprep docs georg.brandl
- [Python-checkins] cpython (3.3): Closes #20755: port sphinx-1.1 fixes from default georg.brandl
- [Python-checkins] cpython (3.3): Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. serhiy.storchaka
- [Python-checkins] cpython: subprocess.Popen.wait doc: mention asyncio to avoid busy loop victor.stinner
- [Python-checkins] cpython: asyncio doc: fix references in subprocess doc victor.stinner
- [Python-checkins] cpython (3.3): Issue #19619: Blacklist non-text codecs in method API serhiy.storchaka
- [Python-checkins] cpython: whatsnew: frame.clear, expanded entry for -I/isolated mode. r.david.murray
- [Python-checkins] cpython: Fix NEWS entry wording. r.david.murray
- [Python-checkins] cpython: Remove redundant NEWS entry. r.david.murray
- [Python-checkins] cpython: Fix typo. r.david.murray
- [Python-checkins] cpython (3.3): #20740: desquarify 2. ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #20740: merge with 3.3. ezio.melotti
- [Python-checkins] cpython (3.3): #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. r.david.murray
- [Python-checkins] cpython (3.3): #20628: wrap lines to < 80. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. r.david.murray
- [Python-checkins] cpython (2.7): #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. r.david.murray
- [Python-checkins] cpython (2.7): #20628: wrap lines to < 80. r.david.murray
- [Python-checkins] cpython: whatsnew: cypthon can be compiled with address sanity checking enabled. r.david.murray
- [Python-checkins] cpython: Fix wording of NEWS entry. r.david.murray
- [Python-checkins] cpython: Fix return type in doc of PyStructSequence_InitType2. r.david.murray
- [Python-checkins] cpython: whatsnew: unittest.TestCase.assertLogs. r.david.murray
- [Python-checkins] peps: More typos found by Tim Tvrtković. guido.van.rossum
- [Python-checkins] cpython: whatsnew: http.server --bind cli option. r.david.murray
- [Python-checkins] cpython: Clarify that flow control works for datagrams, except on BSD. guido.van.rossum
- [Python-checkins] Daily reference leaks (2072deff3b2f): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: whatsnew: Request.method can be overridden in subclasses (#18978). r.david.murray
- [Python-checkins] cpython: whatsnew: logging SocketHandler and DatagramHandler support Unix domain sockets. r.david.murray
- [Python-checkins] cpython: whatsnew: encoding is now optional in PYTHONIOENCODING (#18818) r.david.murray
- [Python-checkins] cpython (3.3): Fix typo (issue #19619). serhiy.storchaka
- [Python-checkins] cpython: Issue #20765: Add missing documentation for PurePath.with_name() and antoine.pitrou
- [Python-checkins] cpython: Fix formatting in NEWS entry. r.david.murray
- [Python-checkins] cpython: whatsnew: DynanicClassAttribute (#19030), Py_SetStandardStreamEncoding (#16129) r.david.murray
- [Python-checkins] cpython (3.3): Mention issue 20621 fix in the NEWS file for 3.3.5rc1. gregory.p.smith
- [Python-checkins] Daily reference leaks (94edc0f0002f): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: asyncio: Replace "unittest.mock" with "mock" in unit tests victor.stinner
- [Python-checkins] cpython: asyncio: Fix pyflakes warnings: remove unused variables and imports victor.stinner
- [Python-checkins] cpython: asyncio: simplify test_events.py, don't use non local variables and don't call victor.stinner
- [Python-checkins] cpython (3.3): Issue #20759: Fix some typos in the mock docs. zach.ware
- [Python-checkins] cpython (merge 3.3 -> default): Close #20759: Fix some typos in the mock docs. (Merge with 3.3) zach.ware
- [Python-checkins] cpython: asyncio/windows_events.py: use more revelant names to overlapped callbacks victor.stinner
- [Python-checkins] cpython (3.3): Fix several C-API doc typos caught by tomo cocoa on docs at . zach.ware
- [Python-checkins] cpython (2.7): Issue #20501: fileinput module no longer reads whole file into memory when using serhiy.storchaka
- [Python-checkins] cpython (3.3): Added tests for issue #20501. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Added tests for issue #20501. serhiy.storchaka
- [Python-checkins] cpython: Issue #20763: Fix importlib.machinery.PathFinder to support brett.cannon
- [Python-checkins] Daily reference leaks (5dec1604322c): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.3): fix importlib test failure when bytecode writing is disabled (closes #20796) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20796) benjamin.peterson
- [Python-checkins] cpython: Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes antoine.pitrou
- [Python-checkins] peps: Update PEP 463 with Chris Angelico's latest version, with slightly fixed thomas.wouters
- [Python-checkins] peps: link to PEP 8 benjamin.peterson
- [Python-checkins] cpython: whatsnew: pprint's compact option. r.david.murray
- [Python-checkins] cpython: whatsnew: attribute base64 memoryview change to Nick. r.david.murray
- [Python-checkins] cpython: whatsnew: reword the contextlib.redirect_stdout entry for increased clarity. r.david.murray
- [Python-checkins] cpython: whatsnew: reformat pdb entry to match style of most other module entries. r.david.murray
- [Python-checkins] cpython: whatsnew: expand pbkdf2_hmac entry slightly. r.david.murray
- [Python-checkins] cpython: whatsnew: fix textwrap/shorten entry, and improve the related docs. r.david.murray
- [Python-checkins] cpython (3.3): Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #20567: Delete class attribute gui widgets in idle tests. terry.reedy
- [Python-checkins] cpython (3.3): Issue #20567: Delete class attribute gui widgets in idle tests. terry.reedy
- [Python-checkins] Daily reference leaks (c8c9971bdc53): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython: Close #20757: return success for skipped pip uninstall nick.coghlan
- [Python-checkins] cpython: Close #20568: install unversioned pip command on Windows nick.coghlan
- [Python-checkins] cpython (3.3): Issue #20731: Properly position in source code files even if they martin.v.loewis
- [Python-checkins] cpython: Reindent martin.v.loewis
- [Python-checkins] cpython: Issue #20650: Tweak some awkward wording. brett.cannon
- [Python-checkins] cpython (3.3): Issue #20778: Fix modulefinder to work with bytecode-only modules. brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge for issue #20778 brett.cannon
- [Python-checkins] peps: PEP 257: Drop recommendation of extra blank line at end of docstring. guido.van.rossum
Last message date: Fri Feb 28 18:53:36 CET 2014
Archived on: Sat Mar 8 10:40:46 CET 2014
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4