May 2014 Archives by author
Starting: Thu May 1 09:24:19 CEST 2014
Ending: Sat May 31 22:26:51 CEST 2014
Messages: 442
- [Python-checkins] Daily reference leaks (8391f99208f6): sum=181
Brett Cannon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4->default: asyncio: Fix upstream issue 168: StreamReader.read(-1) from
R. David Murray
- [Python-checkins] cpython: Issue #21377: PyBytes_Concat() now tries to concatenate in-place when the first
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush()
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush()
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #21425: Fix flushing of standard streams in the interactive interpreter.
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21425: Fix flushing of standard streams in the interactive interpreter.
antoine.pitrou
- [Python-checkins] cpython: Add debugging output for #21425
antoine.pitrou
- [Python-checkins] cpython: Fix debugging output to work with -bb
antoine.pitrou
- [Python-checkins] cpython: Fix debugging output to work with -W
antoine.pitrou
- [Python-checkins] cpython: Try workaround for test issues in #21425
antoine.pitrou
- [Python-checkins] cpython: Remove debugging output
antoine.pitrou
- [Python-checkins] cpython (3.4): Try workaround for test issues in #21425
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Null merge
antoine.pitrou
- [Python-checkins] cpython (3.4): Fix printing out error message when test fails and run with -bb
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Fix printing out error message when test fails and run with -bb
antoine.pitrou
- [Python-checkins] cpython: Try to fix issue #21425 workaround for shared library builds
antoine.pitrou
- [Python-checkins] cpython (3.4): Try to fix issue #21425 workaround for shared library builds
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Null merge
antoine.pitrou
- [Python-checkins] cpython: Issue #16531: ipaddress.IPv4Network and ipaddress.IPv6Network now accept an
antoine.pitrou
- [Python-checkins] cpython: Issue #19775: Add a samefile() method to pathlib Path objects.
antoine.pitrou
- [Python-checkins] cpython: Issue #21486: Optimize parsing of netmasks in ipaddress.IPv4Network and
antoine.pitrou
- [Python-checkins] cpython: Issue #21487: Optimize ipaddress.summarize_address_range() and
antoine.pitrou
- [Python-checkins] cpython: Issue #20826: Optimize ipaddress.collapse_addresses().
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #21364: remove recommendation of broken pattern.
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21364: remove recommendation of broken pattern.
antoine.pitrou
- [Python-checkins] cpython: Better organization of the what's new
antoine.pitrou
- [Python-checkins] cpython: Mention ipaddress improvements.
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #21430: additions to the description of non-blocking SSL sockets
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21430: additions to the description of non-blocking SSL sockets
antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #21523: Fix over-pessimistic computation of the stack effect of some
antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21523: Fix over-pessimistic computation of the stack effect of some
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #21523: Fix over-pessimistic computation of the stack effect of some
antoine.pitrou
- [Python-checkins] cpython: Issue #21513: Speedup some properties of IP addresses (IPv4Address,
antoine.pitrou
- [Python-checkins] cpython: Refactor precomputed constants in the ipaddress module (suggested by
antoine.pitrou
- [Python-checkins] cpython: Issue #21555: simplify code in gcmodule.c by using the pytime.h functions
antoine.pitrou
- [Python-checkins] cpython: Cleanup other stats formatting code in gcmodule.c
antoine.pitrou
- [Python-checkins] peps: Prefer "is not" over "not ... is". Closes 21540.
barry.warsaw
- [Python-checkins] cpython: do not expose known hash api in stable API
benjamin.peterson
- [Python-checkins] cpython (3.4): improve test coverage of filecmp (closes #21357)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21357)
benjamin.peterson
- [Python-checkins] cpython (3.4): use with blocks to make sure files are closed
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] cpython: improve idioms (closes #20642)
benjamin.peterson
- [Python-checkins] peps: push 2.7.7 back a week
benjamin.peterson
- [Python-checkins] peps: Steve Dower assumes the win installer mantel
benjamin.peterson
- [Python-checkins] cpython (2.7): remove confusing delete indexing (closes #21466)
benjamin.peterson
- [Python-checkins] cpython (3.4): remove confusing delete indexing (closes #21466)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (2.7): backport hmac.compare_digest to partially implement PEP 466 (closes #21306)
benjamin.peterson
- [Python-checkins] cpython (2.7): cast away warnings
benjamin.peterson
- [Python-checkins] cpython (2.7): this file now has utf-8 chars
benjamin.peterson
- [Python-checkins] cpython (2.7): use logical rather than bit and
benjamin.peterson
- [Python-checkins] cpython (3.4): use logical rather than bit and
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (2.7): reindent for consistency
benjamin.peterson
- [Python-checkins] cpython (2.7): support pep 3118 format strings for ctypes objects with nontrivial shapes
benjamin.peterson
- [Python-checkins] cpython (3.4): support pep 3118 format strings for ctypes objects with nontrivial shapes
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#10744)
benjamin.peterson
- [Python-checkins] cpython (2.7): some platforms apparently don't care about fdopen'ing with a different mode
benjamin.peterson
- [Python-checkins] cpython (2.7): just skip this test on Solaris
benjamin.peterson
- [Python-checkins] cpython (2.7): 'sunos' not 'solaris
benjamin.peterson
- [Python-checkins] peps: add Steve Dower
benjamin.peterson
- [Python-checkins] cpython (2.7): update pydoc_topics
benjamin.peterson
- [Python-checkins] cpython (2.7): bump to 2.7.7rc1
benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.7rc1 for changeset e32e3a9f3902
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): (null merge 3.4)
benjamin.peterson
- [Python-checkins] cpython (2.7): include test data in the windows installer, so tests don't fail (closes #19866)
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.7 release branch
benjamin.peterson
- [Python-checkins] cpython (2.7): 2.7.8 news section
benjamin.peterson
- [Python-checkins] cpython (2.7): allow doc archives to be built for versions in the rc stage
benjamin.peterson
- [Python-checkins] cpython (2.7): fix typo in variable name (closes #21586)
benjamin.peterson
- [Python-checkins] cpython (3.4): fix typo in variable name (closes #21586)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21586)
benjamin.peterson
- [Python-checkins] cpython (2.7): remove tab (closes #21587)
benjamin.peterson
- [Python-checkins] cpython (3.4): remove tab (closes #21587)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21587)
benjamin.peterson
- [Python-checkins] cpython (2.7): remove list of example incompatibilities (closes #21434)
benjamin.peterson
- [Python-checkins] cpython (3.4): oxford comma
benjamin.peterson
- [Python-checkins] cpython (3.4): link to wikipedia description of cryptographic salt
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (3.4): format reST directive in the usual way
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (3.4): grammar and sentence flow fix
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (3.4): a post 3.4.1 world
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): null merge 3.4
benjamin.peterson
- [Python-checkins] cpython (2.7): openssl requires nasm (#21462)
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds
benjamin.peterson
- [Python-checkins] cpython (2.7): openssl requires nasm (#21462)
benjamin.peterson
- [Python-checkins] cpython (2.7): bump to 2.7.7 final
benjamin.peterson
- [Python-checkins] cpython (2.7): fix news header
benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.7 for changeset f89216059edf
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.7 release branch
benjamin.peterson
- [Python-checkins] cpython (2.7): give the correct fixer name (closes #21604)
benjamin.peterson
- [Python-checkins] cpython (3.4): give the correct fixer name (closes #21604)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (2.7): backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)
benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #21157: Touch up imp docs to be more explicit about importlib
brett.cannon
- [Python-checkins] cpython (merge 3.4 -> default): Merge for issue #21157
brett.cannon
- [Python-checkins] cpython (3.4): Issue #21438: Document what loaders don't require a module name for
brett.cannon
- [Python-checkins] cpython (merge 3.4 -> default): Merge for issue #21438
brett.cannon
- [Python-checkins] cpython: Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a
brett.cannon
- [Python-checkins] cpython: Issue #20776: Flesh out tests for importlib.machinery.PathFinder.
brett.cannon
- [Python-checkins] cpython: Issue #19721: Consolidate test_importlib utility code into a single
brett.cannon
- [Python-checkins] cpython (3.4): Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not
brett.cannon
- [Python-checkins] cpython (merge 3.4 -> default): Merge for issue #14710
brett.cannon
- [Python-checkins] cpython: Move import.c to use Clinic file output.
brett.cannon
- [Python-checkins] cpython: Issue #20383: Introduce importlib.util.module_from_spec().
brett.cannon
- [Python-checkins] cpython: Fix a parameter name to make sense again
brett.cannon
- [Python-checkins] cpython (2.7): Backport 4e9f1017355f from #3561.
brian.curtin
- [Python-checkins] cpython: Issue #21362: concurrent.futures does not validate that max_workers is proper
brian.quinlan
- [Python-checkins] cpython: Issue #21037: Add a build option to enable AddressSanitizer support.
charles-francois.natali
- [Python-checkins] cpython: Issue #21455: Add a default backlog to socket.listen().
charles-francois.natali
- [Python-checkins] cpython: Issue #21565: multiprocessing: use contex-manager protocol for synchronization
charles-francois.natali
- [Python-checkins] peps: Use Twisted Web as it's a bit simpler to configure and is Python
donald.stufft
- [Python-checkins] peps: Fix the literal blocks
donald.stufft
- [Python-checkins] peps: Another missing literal block
donald.stufft
- [Python-checkins] peps: Fix typos
donald.stufft
- [Python-checkins] cpython: Upgrade setuptools to 3.6
donald.stufft
- [Python-checkins] cpython: Upgrade pip to 1.5.6
donald.stufft
- [Python-checkins] cpython (3.4): Upgrade pip to 1.5.6
donald.stufft
- [Python-checkins] cpython: Fix Issue #21528 - Fix documentation typos
donald.stufft
- [Python-checkins] cpython: Issue #19655: Replace the ASDL parser carried with CPython
eli.bendersky
- [Python-checkins] cpython: Issue #19655: Add tests for the new asdl parser.
eli.bendersky
- [Python-checkins] cpython (3.4): Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.
eric.snow
- [Python-checkins] cpython (merge 3.4 -> default): Merge from 3.4 (for #21226).
eric.snow
- [Python-checkins] cpython (3.4): Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests.
eric.snow
- [Python-checkins] cpython (merge 3.4 -> default): Merge from 3.4 (for #21499).
eric.snow
- [Python-checkins] cpython: Fix a small typo in test_importlib.
eric.snow
- [Python-checkins] cpython: Issue #21503: Use test_both() consistently in test_importlib.
eric.snow
- [Python-checkins] cpython (3.4): Issue #21226: fix a ref leak.
eric.snow
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21226: Merge from 3.4.
eric.snow
- [Python-checkins] cpython (3.4): Remove the warning-soup from the subprocess documentation by adding
gregory.p.smith
- [Python-checkins] cpython (3.4): Change all references to Unix to POSIX in the subprocess docs. It's
gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): merge from 3.4 - clean up the subprocess docs warning-soup and
gregory.p.smith
- [Python-checkins] cpython (2.7): Fix issue #14315: The zipfile module now ignores extra fields in the central
gregory.p.smith
- [Python-checkins] cpython (3.4): Fix issue #14315: The zipfile module now ignores extra fields in the central
gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): Fix issue #14315: The zipfile module now ignores extra fields in the central
gregory.p.smith
- [Python-checkins] cpython (3.4): asyncio docs: ProactorEventLoop does not support SSL.
guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4->default: asyncio docs: ProactorEventLoop does not support SSL.
guido.van.rossum
- [Python-checkins] cpython (3.4): asyncio: Fix the second half of issue #21447: race in _write_to_self().
guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4->default: asyncio: Fix the second half of issue #21447: race in
guido.van.rossum
- [Python-checkins] cpython (3.4): asyncio: Upstream issue #167: remove dead code, by Marc Schlaich.
guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 -> default: asyncio: Upstream issue #167: remove dead code, by Marc
guido.van.rossum
- [Python-checkins] cpython (3.4): asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if
guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4->default: asyncio: Fix upstream issue 168: StreamReader.read(-1) from
guido.van.rossum
- [Python-checkins] cpython (3.4): Fix test-order-dependend asyncio test failure caused by rev
guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4->default: Fix test-order-dependend asyncio test failure caused by rev
guido.van.rossum
- [Python-checkins] cpython: Clean up style in distutils upload command
jason.coombs
- [Python-checkins] cpython: Replace import * with explicit import
jason.coombs
- [Python-checkins] cpython: Drop support for Python 2.4 in upload command.
jason.coombs
- [Python-checkins] cpython: Replace overly-aggressive comparison for type equality with an isinstance check.
jason.coombs
- [Python-checkins] cpython: Reindent long line
jason.coombs
- [Python-checkins] cpython (3.3): Update docs to reflect resurrection of Setuptools over Distribute
jason.coombs
- [Python-checkins] cpython (merge 3.3 -> 3.4): Merge doc change from 3.3
jason.coombs
- [Python-checkins] cpython (merge 3.4 -> default): Merge doc change from 3.3
jason.coombs
- [Python-checkins] cpython: The PyCOND_TIMEDWAIT must use microseconds for the timeout argument
kristjan.jonsson
- [Python-checkins] cpython (3.3): The PyCOND_TIMEDWAIT must use microseconds for the timeout argument
kristjan.jonsson
- [Python-checkins] cpython (merge 3.3 -> 3.4): Merging from 3.3: The PyCOND_TIMEDWAIT must use microseconds for the timeout
kristjan.jonsson
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
kristjan.jonsson
- [Python-checkins] cpython (3.4): Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
larry.hastings
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21088: Merge from 3.4.
larry.hastings
- [Python-checkins] cpython (3.4): Version bump for 3.4.1rc1.
larry.hastings
- [Python-checkins] cpython (3.4): Added tag v3.4.1rc1 for changeset c67a19e11a71
larry.hastings
- [Python-checkins] cpython (3.4): Post-release version bump for 3.4.1rc1. Sorry it's late!
larry.hastings
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge.
larry.hastings
- [Python-checkins] cpython (3.4): Rebuild pydoc topics.
larry.hastings
- [Python-checkins] cpython (3.4): Version bump for 3.4.1.
larry.hastings
- [Python-checkins] cpython (3.4): Added tag v3.4.1 for changeset c0e311e010fc
larry.hastings
- [Python-checkins] cpython (merge 3.4 -> default): Null merge 3.4.1 (and 3.4.1rc1) release-engineering revisions.
larry.hastings
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge.
larry.hastings
- [Python-checkins] cpython (merge default -> default): Merge.
larry.hastings
- [Python-checkins] cpython (3.4): Update to 1.0.1g
martin.v.loewis
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
martin.v.loewis
- [Python-checkins] cpython (2.7): - Issue #17752: Fix distutils tests when run from the installed location.
matthias.klose
- [Python-checkins] cpython (3.3): - Issue #17752: Fix distutils tests when run from the installed location.
matthias.klose
- [Python-checkins] cpython (3.4): - Issue #17752: Fix distutils tests when run from the installed location.
matthias.klose
- [Python-checkins] cpython (merge 3.4 -> default): - Issue #17752: Fix distutils tests when run from the installed location.
matthias.klose
- [Python-checkins] cpython (3.4): - Issue #17756: Fix test_code test when run from the installed location.
matthias.klose
- [Python-checkins] cpython (merge 3.4 -> default): Merge from 3.4:
matthias.klose
- [Python-checkins] cpython (3.4): Issue #18604: Skip the Tk instantiation test on OS X because it can
ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #18604: merge from 3.4
ned.deily
- [Python-checkins] cpython (3.4): Issue #21383: Allow "make touch" to work when building outside of the
ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue 21383: merge from 3.4
ned.deily
- [Python-checkins] cpython (2.7): Document changes to OS X installer configurations for 2.7.7.
ned.deily
- [Python-checkins] cpython (3.4): Miscellaneous corrections and updates to the OS X README file.
ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Miscellaneous corrections and updates to the OS X README file.
ned.deily
- [Python-checkins] cpython (2.7): Issue #21383: Allow "make touch" to work when building outside of the
ned.deily
- [Python-checkins] cpython (2.7): Issue #21383: OS X installer builds now use "make touch".
ned.deily
- [Python-checkins] cpython (3.4): Issue #21383: OS X installer builds now use "make touch".
ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21383: OS X installer builds now use "make touch".
ned.deily
- [Python-checkins] cpython (2.7): Issue #18604: Skip the Tk instantiation test on OS X because it can
ned.deily
- [Python-checkins] cpython (2.7): Issue #21572: Change license command to fallback to generic license URL.
ned.deily
- [Python-checkins] cpython (3.4): Issue #21572: Change license command to fallback to generic license URL.
ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21572: Change license command to fallback to generic license URL.
ned.deily
- [Python-checkins] peps: Issue #21572: No longer need to create release-specific license page.
ned.deily
- [Python-checkins] peps: PEP 466: restore some rationale lost in final edits
nick.coghlan
- [Python-checkins] peps: PEP 466: tweak wording of os.urandom() rationale
nick.coghlan
- [Python-checkins] peps: PEP 8: tweak some awkward wording pointed out in private email
nick.coghlan
- [Python-checkins] peps: PEP 470: use external indexes over link spidering
nick.coghlan
- [Python-checkins] peps: PEP 466: record revised implementation approach
nick.coghlan
- [Python-checkins] cpython (3.4): Mention setuptools & wheel as key terms for distribution
nick.coghlan
- [Python-checkins] cpython (merge 3.4 -> default): Merge from 3.4
nick.coghlan
- [Python-checkins] peps: PEP 466: note OpenSSL upgrade completion
nick.coghlan
- [Python-checkins] Daily reference leaks (2a56d3896d50): sum=7
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d8b527c7785f): sum=7
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (62438d1b11c7): sum=3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (0df3004581fe): sum=7
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (3aa5fae8c313): sum=-1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e791a36ab6a2): sum=7
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (c0538334f4df): sum=-1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (a7560c8f38ee): sum=58
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (cb9a3985df00): sum=7
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (3e1a07504eb6): sum=168
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d2588e0a4a95): sum=168
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (8391f99208f6): sum=181
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (57130574d1e8): sum=-3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (98475e024344): sum=9
solipsis at pitrou.net
- [Python-checkins] cpython (3.4): #21300: Clean up the docs for the email "policy" arguments.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #21300: Clean up the docs for the email "policy" arguments.
r.david.murray
- [Python-checkins] cpython (3.4): #21300: fix typo
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge #21300: fix typo
r.david.murray
- [Python-checkins] cpython (2.7): #21347: use string not list in shell=True example.
r.david.murray
- [Python-checkins] cpython (3.4): #21347: use string not list in shell=True example.
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #21347: use string not list in shell=True example.
r.david.murray
- [Python-checkins] cpython (3.4): Issue 21375: Fix possible Py_ssizet overflow in heapq.
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 21375: Fix possible Py_ssizet overflow in heapq.
raymond.hettinger
- [Python-checkins] cpython: Issue 21101: Internal API for dict getitem and setitem where the hash value is
raymond.hettinger
- [Python-checkins] cpython: Issue #21101: Eliminate double hashing in the C code for collections.Counter().
raymond.hettinger
- [Python-checkins] cpython: Simplify and speedup the internals of the heapq module.
raymond.hettinger
- [Python-checkins] cpython: Neaten-up a bit add add missing size change check.
raymond.hettinger
- [Python-checkins] cpython: Issue #21421: Add __slots__ to the MappingViews ABCs.
raymond.hettinger
- [Python-checkins] cpython: Issue #19414: Have the OrderedDict mark deleted links as unusable.
raymond.hettinger
- [Python-checkins] cpython: Remove the redundant and poorly worded warning message.
raymond.hettinger
- [Python-checkins] cpython: Issue #21424: Optimize heaqp.nlargest() to make fewer tuple comparisons.
raymond.hettinger
- [Python-checkins] cpython: By popular demand, add back a security warning.
raymond.hettinger
- [Python-checkins] cpython: Issue 21424: Apply the nlargest() optimizations to nsmallest() as well.
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue 21469: Mitigate risk of false positives with robotparser.
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue 21469: Add missing news item
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 21469: Mitigate risk of false positives with robotparser.
raymond.hettinger
- [Python-checkins] cpython: Issue 21469: Minor code modernization (convert and/or expression to an if/else
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #21470: Do a better job seeding the random number generator
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #21470: Do a better job seeding the random number generator
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Don't grow strings by concatenation. Use ''.join() instead.
raymond.hettinger
- [Python-checkins] cpython (3.4): Don't grow strings by concatenation. Use ''.join() instead.
raymond.hettinger
- [Python-checkins] cpython: Add comment and make minor code clean-up to improve clarity.
raymond.hettinger
- [Python-checkins] cpython: Add development comments to setobject.c
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython: Improve readability
raymond.hettinger
- [Python-checkins] cpython: Small code and comment cleanups
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue 20620: Update the min()/max() docs for the new default argument.
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue 21554: Repair an out-of-date tutorial example to reflect changes in
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue 21198: Minor tarfile documentation bug.
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 21198: Minor tarfile documentation bug.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 21479: Fix markup for the TarFile.open() classmethod.
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue 21479: Fix markup for the TarFile.open() classmethod.
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue 13355: Make random.triangular degrade gracefully when low == high.
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 13355: Make random.triangular degrade gracefully when low == high.
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue 21558: Fix a typo in the contextlib docs
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython: Issue 21137: Better repr for threading.Lock()
raymond.hettinger
- [Python-checkins] cpython: Issue 15246: Improve test coverage for collections.abc.Set. (Contributed by
raymond.hettinger
- [Python-checkins] cpython: Issue 16774: Add a new itertools recipe (suggested by Alexey Kachayev).
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 8743: Improve interoperability between sets and the collections.Set
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue 8743: Improve interoperability between sets and the collections.Set
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #21481: Teach argparse equality tests to return NotImplemented when
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #21481: Teach argparse equality tests to return NotImplemented when
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython: Minor clean-ups for heapq.
raymond.hettinger
- [Python-checkins] cpython: Minor clean-ups for heapq.merge().
raymond.hettinger
- [Python-checkins] cpython: Issue 21575: Show list.sort() arguments in the tutorial.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 21575: Show list.sort() arguments in the tutorial.
raymond.hettinger
- [Python-checkins] cpython (3.4): Issue 21439: Minor issues in the reference manual.
raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge
raymond.hettinger
- [Python-checkins] cpython: Issue #13742: Add key and reverse parameters to heapq.merge()
raymond.hettinger
- [Python-checkins] cpython (2.7): Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when using
senthil.kumaran
- [Python-checkins] cpython (3.4): Issue #21075: fileinput.FileInput now reads bytes from standard stream if
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21075: fileinput.FileInput now reads bytes from standard stream if
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #20998: Fixed re.fullmatch() of repeated single character pattern
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20998: Fixed re.fullmatch() of repeated single character pattern
serhiy.storchaka
- [Python-checkins] cpython: Issue #13916: Disallowed the surrogatepass error handler for non UTF-*
serhiy.storchaka
- [Python-checkins] cpython: Issue #21525: Most Tkinter methods which accepted tuples now accept lists too.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20635: Added tests for Tk geometry managers.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
serhiy.storchaka
- [Python-checkins] cpython: Move NEWS entry to correct place.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21538: The plistlib module now supports loading of binary plist files
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21538: The plistlib module now supports loading of binary plist files
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed new Tkinter tests added in issue #21522 with Tk 8.4.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed new Tkinter tests added in issue #21522 with Tk 8.4.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed new Tkinter tests added in issue #21522 with Tk 8.4.
serhiy.storchaka
- [Python-checkins] cpython: Issue #20197: Added support for the WebP image type in the imghdr module.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #18918: Removed non-existing topic from a list of available topics.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #18918: Removed non-existing topic from a list of available topics.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #10203: sqlite3.Row now truly supports sequence protocol. In particular
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr
serhiy.storchaka
- [Python-checkins] cpython: Issue #3015: _tkinter.create() now creates tkapp object with wantobject=1 by
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21493: Added test for ntpath.expanduser(). Original patch by
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21493: Added test for ntpath.expanduser(). Original patch by
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21493: Added test for ntpath.expanduser(). Original patch by
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21402: tkinter.ttk now works when default root window is not set.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21402: tkinter.ttk now works when default root window is not set.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21402: tkinter.ttk now works when default root window is not set.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Restore performance of some dumb database methods (regression introduced by
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Restore performance of some dumb database methods (regression introduced by
serhiy.storchaka
- [Python-checkins] cpython (2.7): Add tests for getint, getdouble and getboolean methods of the tkapp object.
serhiy.storchaka
- [Python-checkins] cpython (3.4): Add tests for getint, getdouble and getboolean methods of the tkapp object.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Add tests for getint, getdouble and getboolean methods of the tkapp object.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21552: Fixed possible integer overflow of too long string lengths in
serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21552: Fixed possible integer overflow of too long string lengths in
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21552: Fixed possible integer overflow of too long string lengths in
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed possible integer overflow in getint, getdouble and getboolean too (issue
serhiy.storchaka
- [Python-checkins] cpython (3.4): Test correct getXXX methods in Tkinter bigmem tests.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Test correct getXXX methods in Tkinter bigmem tests.
serhiy.storchaka
- [Python-checkins] cpython: Issue #21407: _decimal now supports function signatures.
stefan.krah
- [Python-checkins] cpython: Fix typo and tests without docstrings.
stefan.krah
- [Python-checkins] cpython: Use $type instead of $cls in the signature specification.
stefan.krah
- [Python-checkins] cpython: Issue #20186: memoryobject.c: add function signatures.
stefan.krah
- [Python-checkins] devguide: Add myself to developer log and as a Windows expert.
steve.dower
- [Python-checkins] cpython (2.7): Issue #21476 Include idle icon files in Windows installer
steve.dower
- [Python-checkins] cpython (2.7): Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds
steve.dower
- [Python-checkins] cpython (2.7): Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
terry.reedy
- [Python-checkins] cpython (3.4): Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (3.4): whitespace
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (2.7): whitespace
terry.reedy
- [Python-checkins] cpython (3.4): Issue #18104: News for 3.4 (which will not merge forward).
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): #18104: null merge of 3.4 News entry
terry.reedy
- [Python-checkins] cpython: Issue #18104: News for 3.4, in proper place.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18104: revise docstrings, remove obsolete comments.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #18104: revise docstrings, remove obsolete comments.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (2.7): Issue #21477: idle htests - lower case function names, other cleanups.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #21477: idle htests - lower case function names, other cleanups.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.4): merge heads
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (2.7): Issue #21545: Add .pop example and tweak comment about pure mutation methods.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #21545: Add .pop example and tweak comment about pure mutation methods.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (2.7): Issue #21477: Idle htest: merge and modify run and runall; add many tests.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #21477: Idle htest: merge and modify run and runall; add many tests.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (3.4): Issue #21477: Idle htest: modify run; add more tests.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (2.7): Issue #21477: Idle htest: modify run; add more tests.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #21477: Add htests for Search and Replace dialogs.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #21477: Add htests for Search and Replace dialogs.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (2.7): Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython (2.7): Issue #21593: (from StackOverflow) minor doc clarification for re.search.
terry.reedy
- [Python-checkins] cpython (3.4): Issue #21593: (from StackOverflow) minor doc clarification for re.search.
terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
- [Python-checkins] cpython: Issue18314 Allow unlink to remove junctions. Includes support for creating
tim.golden
- [Python-checkins] cpython: Issue18314 ACKS & NEWS
tim.golden
- [Python-checkins] cpython: Issue21440 Use support.rmtree in test_zipfile & test_tarfile
tim.golden
- [Python-checkins] cpython: Issue21393 Use CryptReleaseContext to release Crypt handle on Windows
tim.golden
- [Python-checkins] cpython: Issue19643 Add an example of shutil.rmtree which shows how to cope with
tim.golden
- [Python-checkins] cpython: Issue19643 Fix whitespace
tim.golden
- [Python-checkins] cpython (3.4): Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL.
tim.golden
- [Python-checkins] cpython (merge 3.4 -> default): Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL.
tim.golden
- [Python-checkins] cpython (3.4): Issue21452 Add missing backslash to build path for make_buildinfo
tim.golden
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge
tim.golden
- [Python-checkins] cpython (merge 3.4 -> default): Issue21452 Add missing backslash to build path for make_buildinfo
tim.golden
- [Python-checkins] cpython (3.4): Issue #21435: Segfault in gc with cyclic trash
tim.peters
- [Python-checkins] cpython (merge 3.4 -> default): Merge from 3.4.
tim.peters
- [Python-checkins] cpython: Issue #21393: random.c: on Windows, close the hCryptProv handle at exit
victor.stinner
- [Python-checkins] cpython: Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
victor.stinner
- [Python-checkins] cpython: Issue #21233: Oops, Fix _PyObject_Alloc(): initialize nbytes before going to
victor.stinner
- [Python-checkins] cpython: Issue #21233: Fix _PyObject_Alloc() when compiled with WITH_VALGRIND defined
victor.stinner
- [Python-checkins] cpython (3.4): Issue #21422: Add a test to check that bool << int and bool >> int return an int
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21422: Add a test to check that bool << int and bool >> int
victor.stinner
- [Python-checkins] cpython (3.4): Issue #21485: remove unnecesary .flush() calls in the asyncio subprocess code
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21485: remove unnecesary .flush() calls in the asyncio
victor.stinner
- [Python-checkins] cpython (3.4): Issue #21418: Fix a crash in the builtin function super() when called without
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21418: Fix a crash in the builtin function super() when
victor.stinner
- [Python-checkins] cpython (3.4): Issue #21398: Fix an unicode error in the pydoc pager when the documentation
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21398: Fix an unicode error in the pydoc pager when the
victor.stinner
- [Python-checkins] cpython (2.7): Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword
victor.stinner
- [Python-checkins] cpython (3.4): Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4: ignore change specific to 3.4 for #21488, I had a different patch
victor.stinner
- [Python-checkins] cpython (3.4): Issue #21488: Add support of keyword arguments for codecs.encode and
victor.stinner
- [Python-checkins] cpython (3.4): Backed out changeset 6ceedbd88b5f
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (I commited a patch to the wrong branch and then used hg backout)
victor.stinner
- [Python-checkins] cpython: Issue #21488: Add support of keyword arguments for codecs.encode and
victor.stinner
- [Python-checkins] cpython (3.4): Issue #21497: faulthandler functions now raise a better error if sys.stderr is
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21497: faulthandler functions now raise a better error if
victor.stinner
- [Python-checkins] cpython: Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY()
victor.stinner
- [Python-checkins] cpython (2.7): Issue #21488: Oops, the patch for codecs.encode/decode doc was written by
victor.stinner
- [Python-checkins] cpython (3.4): Issue #21488: Oops, the patch for codecs.encode/decode doc was written by
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4
victor.stinner
- [Python-checkins] cpython: Issue #13916: Fix surrogatepass error handler on Windows
victor.stinner
- [Python-checkins] cpython (3.4): asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock to
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio: test_base_events: use mock.Mock instead of
victor.stinner
- [Python-checkins] cpython (3.4): Issue #21376: document asyncio.TimeoutError
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21376: document asyncio.TimeoutError
victor.stinner
- [Python-checkins] cpython (3.4): Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc
victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc
victor.stinner
- [Python-checkins] cpython (3.4): Issue #18807: If copying (no symlinks) specified for a venv, then the python
vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Issue #18807: Merged fix from 3.4.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #21608: Updated HTTPHandler documentation.
vinay.sajip
- [Python-checkins] cpython (3.4): Issue #21608: Updated HTTPHandler documentation.
vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Closes #21608: Merged documentation update from 3.4.
vinay.sajip
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merged upstream changes.
vinay.sajip
- [Python-checkins] cpython: Closes #21583: Improved test_logging. Thanks to Diana Joan Clarke for the patch.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #18604: Consolidated checks for GUI availability.
zach.ware
- [Python-checkins] cpython (3.4): Issue #18604: Consolidated checks for GUI availability.
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #18604: Merge with 3.4
zach.ware
- [Python-checkins] devguide: Add myself to the developer log with what I believe to be correct information
zach.ware
- [Python-checkins] devguide: Add myself as a Windows "expert"
zach.ware
- [Python-checkins] devguide: Remove 'Distutils2' component, fix broken link.
zach.ware
- [Python-checkins] devguide: Fix broken link
zach.ware
- [Python-checkins] devguide: Fix broken link to Skip's optimizer paper, update bug link
zach.ware
- [Python-checkins] devguide: Fix broken links
zach.ware
- [Python-checkins] cpython (3.4): Issue #21366: Document the fact that ``return`` in a ``finally`` clause
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21366: Document the fact that ``return`` in a ``finally`` clause
zach.ware
- [Python-checkins] cpython (2.7): Issue #21366: Document the fact that ``return`` in a ``finally`` clause
zach.ware
- [Python-checkins] cpython (3.4): Add prompts to interactive example.
zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
zach.ware
- [Python-checkins] cpython (2.7): Add prompts to interactive example.
zach.ware
- [Python-checkins] cpython: Issue #21442: Fix MSVC compiler warning introduced by issue21377.
zach.ware
- [Python-checkins] cpython: Issue #21141: The Windows build process no longer attempts to find Perl,
zach.ware
Last message date:
Sat May 31 22:26:51 CEST 2014
Archived on: Sat May 31 22:26:52 CEST 2014
This archive was generated by
Pipermail 0.09 (Mailman edition).