August 2012 Archives by author
Starting: Wed Aug 1 03:58:09 CEST 2012
Ending: Fri Aug 31 23:16:00 CEST 2012
Messages: 527
- [Python-checkins] cpython: Issue #15502: Bring the importlib ABCs into line with the current state of the
Brett Cannon
- [Python-checkins] cpython: Update the What's New details for importlib based on doc/ABC changes.
Brett Cannon
- [Python-checkins] cpython: Push importlib ABC hierarchy chart.
Brett Cannon
- [Python-checkins] cpython: s/path importer/path based finder/ (because the path based finder is not an
Brett Cannon
- [Python-checkins] cpython: Issue #15794: Relax a test case due to the deadlock detection's
Brett Cannon
- [Python-checkins] cpython: Issue #15502: Bring the importlib.PathFinder docs and docstring more in line
Nick Coghlan
- [Python-checkins] cpython: Close #4966: revamp the sequence docs in order to better explain the state of
Nick Coghlan
- [Python-checkins] cpython: s/path importer/path based finder/ (because the path based finder is not an
Nick Coghlan
- [Python-checkins] cpython: Close #4966: revamp the sequence docs in order to better explain the state of
Nick Coghlan
- [Python-checkins] [Python-Dev] cpython: Close #4966: revamp the sequence docs in order to better explain the state of
Nick Coghlan
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
Brian Curtin
- [Python-checkins] cpython: Issue #15502: Bring the importlib.PathFinder docs and docstring more in line
Chris Jerdonek
- [Python-checkins] cpython: Close #4966: revamp the sequence docs in order to better explain the state of
Ezio Melotti
- [Python-checkins] [Python-Dev] cpython: Close #4966: revamp the sequence docs in order to better explain the state of
R. David Murray
- [Python-checkins] cpython: Close #4966: revamp the sequence docs in order to better explain the state of
Terry Reedy
- [Python-checkins] cpython: update docstring per the extension package fix, refactor
Eric Snow
- [Python-checkins] [Python-Dev] cpython: Fix findnocoding.p and pysource.py scripts
Victor Stinner
- [Python-checkins] cpython: Fix findnocoding.p and pysource.py scripts
Serhiy Storchaka
- [Python-checkins] cpython: Review of signature docs.
Andrew Svetlov
- [Python-checkins] cpython (merge 3.2 -> default): #11062: Fix adding a message from file to Babyl mailbox
Andrew Svetlov
- [Python-checkins] [Python-Dev] cpython: Issue #15502: Bring the importlib.PathFinder docs and docstring more in line
Stephen J. Turnbull
- [Python-checkins] cpython: Issue #15502: Bring the importlib.PathFinder docs and docstring more in line
Barry Warsaw
- [Python-checkins] cpython: s/path importer/path based finder/ (because the path based finder is not an
Barry Warsaw
- [Python-checkins] cpython: Added test for a bug fixed in issue #665194.
alexander.belopolsky
- [Python-checkins] cpython: Issue #665194: Added a small optimization
alexander.belopolsky
- [Python-checkins] cpython: Suggested a whatsnew item
alexander.belopolsky
- [Python-checkins] cpython (3.2): Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog
andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog
andrew.svetlov
- [Python-checkins] cpython: Fix documentation for inspect module to pass doctest
andrew.svetlov
- [Python-checkins] cpython: Issue #15501: Document exception classes in subprocess module.
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #15501: Document exception classes in subprocess module.
andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #15501: Document exception classes in subprocess module.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): merge heads
andrew.svetlov
- [Python-checkins] cpython (3.2): fix docs for c-api memory functions
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): fix docs for c-api memory functions
andrew.svetlov
- [Python-checkins] cpython (2.7): fix docs for c-api memory functions
andrew.svetlov
- [Python-checkins] cpython: Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4
andrew.svetlov
- [Python-checkins] cpython: Issue #15527: fix docs, remove double parens by changing markup.
andrew.svetlov
- [Python-checkins] cpython: fix doctest for email.header docs
andrew.svetlov
- [Python-checkins] cpython: update doctests
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #15624: clarify newline documentation for open and io.TextIOWrapper
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15624: clarify newline documentation for open and io.TextIOWrapper
andrew.svetlov
- [Python-checkins] cpython: Issue #15571: comment the fact what python impl of TextIOWrapper always works
andrew.svetlov
- [Python-checkins] cpython: Issue #15151: PEP 362 — document signature and related classes for inspect.py
andrew.svetlov
- [Python-checkins] cpython: Minor update of docs for inspect module.
andrew.svetlov
- [Python-checkins] cpython: Mention PEP 362: Function Signature Object in whatsnew.
andrew.svetlov
- [Python-checkins] peps: Minor corrections in PEP 362, sent by Yury Selivanov.
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #15561: Update subprocess docs to reference io.TextIOWrapper.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15561: Update subprocess docs to reference io.TextIOWrapper.
andrew.svetlov
- [Python-checkins] cpython: Push importlib ABC hierarchy chart.
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #15497: Correct characters in TextWrapper.replace_whitespace docs.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15497: Correct characters in TextWrapper.replace_whitespace docs.
andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #15497: Correct characters in TextWrapper.replace_whitespace docs.
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #14167: Document return statement in finally blocks.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14167: Document return statement in finally blocks.
andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #14167: Document return statement in finally blocks.
andrew.svetlov
- [Python-checkins] cpython (3.2): Add test to explicit check the absence regression in subprocess (issue #15592).
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15592. Fix regression: subprocess.communicate() breaks on no input with
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge 3.2
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 to default
andrew.svetlov
- [Python-checkins] cpython (merge default -> default): Merge heads
andrew.svetlov
- [Python-checkins] cpython: Cleanup universal_newlines usage for subprocess.Popen, remove unused param.
andrew.svetlov
- [Python-checkins] cpython: Add yet another test for subprocess.Popen.communicate
andrew.svetlov
- [Python-checkins] cpython (merge default -> default): merge heads
andrew.svetlov
- [Python-checkins] cpython: Fix subprocess test broken on Windows
andrew.svetlov
- [Python-checkins] cpython: Brush subprocess tests a bit.
andrew.svetlov
- [Python-checkins] cpython: Use Thread.is_alive() instead of old-style Thread.isAlive() in subprocess.
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #15595: Fix subprocess.Popen(universal_newlines=True)
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15595: Fix subprocess.Popen(universal_newlines=True)
andrew.svetlov
- [Python-checkins] cpython: Issue #15776: Allow pyvenv to work in existing directory with --clean.
andrew.svetlov
- [Python-checkins] cpython: Delete Misc/NEWS record for reverted #15776.
andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #15825: fix typo in OrderedDict docs.
andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #15825: fix typo in OrderedDict docs.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15825: fix typo in OrderedDict docs.
andrew.svetlov
- [Python-checkins] cpython: Clarify that hash randomization is on by default
antoine.pitrou
- [Python-checkins] cpython: Improve wording for __hash__
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation
antoine.pitrou
- [Python-checkins] cpython (3.2): Make TextIOWrapper's documentation clearer by copying the newline argument's
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Make TextIOWrapper's documentation clearer by copying the newline argument's
antoine.pitrou
- [Python-checkins] cpython (2.7): Make TextIOWrapper's documentation clearer by copying the newline argument's
antoine.pitrou
- [Python-checkins] cpython: Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython: Remove unused variable `trim_get_code`.
antoine.pitrou
- [Python-checkins] cpython (3.2): Fix test_sys under Windows (issue #13119)
antoine.pitrou
- [Python-checkins] cpython (3.2): Fix universal newlines test to avoid the newline translation done by sys.stdout.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Merge universal newlines-related fixes (issue #13119)
antoine.pitrou
- [Python-checkins] cpython: Fix test_venv to work with universal newlines (issue #13119)
antoine.pitrou
- [Python-checkins] cpython (3.2): Fix CGI tests to take into account the platform's line ending (issue #13119)
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Fix CGI tests to take into account the platform's line ending (issue #13119)
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #15444: Use proper spelling for non-ASCII contributor names.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15444: Use proper spelling for non-ASCII contributor names.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors
antoine.pitrou
- [Python-checkins] cpython (3.2): Update the getpeercert() example with a real-world cert showing non-trivial
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Update the getpeercert() example with a real-world cert showing non-trivial
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #15615: Add some tests for the json module's handling of invalid input
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15615: Add some tests for the json module's handling of invalid input
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #15615: Add some tests for the json module's handling of invalid input
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #14954: Clarify the interaction of weak references and garbage collection.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14954: Clarify the interaction of weak references and garbage collection.
antoine.pitrou
- [Python-checkins] cpython: Improved summary section in whatsnew
antoine.pitrou
- [Python-checkins] cpython: Improve the pyvenv entry
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #14674: Add a discussion of the json module's standard compliance.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14674: Add a discussion of the json module's standard compliance.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #14674: Add a discussion of the json module's standard compliance.
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython (2.7): Add glossary references
antoine.pitrou
- [Python-checkins] cpython (3.2): Add glossary references
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Add glossary references
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython: Issue #15781: Fix two small race conditions in import's module locking.
antoine.pitrou
- [Python-checkins] cpython: Issue #15794: Relax a test case due to the deadlock detection's
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #15800: fix the closing of input / output files when gzip is used as a
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15800: fix the closing of input / output files when gzip is used as a
antoine.pitrou
- [Python-checkins] cpython: construct fields in the right order (closes #15517)
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: add another testcase
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: fix yield from return value on custom iterators (closes #15568)
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (2.7): make documented file() kw names and actual ones agree (closes #15572)
benjamin.peterson
- [Python-checkins] cpython: use char instead of int to please T_BOOL (closes #15597)
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (2.7): use the stricter PyMapping_Check (closes #15801)
benjamin.peterson
- [Python-checkins] cpython (3.2): use the stricter PyMapping_Check (closes #15801)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#15801)
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: move entry to the correct version
benjamin.peterson
- [Python-checkins] cpython: Ditch the 'self' argument in importlib docs since it's implied.
brett.cannon
- [Python-checkins] cpython: Update the What's New details for importlib based on doc/ABC changes.
brett.cannon
- [Python-checkins] cpython: Fix a spelling mistake in a comment.
brett.cannon
- [Python-checkins] cpython (3.2): Issue #15482: Properly document the default 'level' parameter for
brett.cannon
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15482: Merge 78449:3fe01f7520e2 with a minor clarification.
brett.cannon
- [Python-checkins] cpython: Issue #15471: Don't use mutable object as default values for the
brett.cannon
- [Python-checkins] cpython: Issue #15163: Pydoc shouldn't show __loader__ as a part of a module's
brett.cannon
- [Python-checkins] cpython: Issue #15502: Finish bringing importlib.abc in line with the current
brett.cannon
- [Python-checkins] cpython: Issue #15576: Allow extension modules to be a package's __init__
brett.cannon
- [Python-checkins] cpython: Issue #15502: Refactor some code.
brett.cannon
- [Python-checkins] cpython: Issue #15610: The PyImport_ImportModuleEx macro now calls
brett.cannon
- [Python-checkins] cpython: Minor doc formatting cleanup.
brett.cannon
- [Python-checkins] cpython: Don't overwrite a __path__ value from extension modules if already
brett.cannon
- [Python-checkins] cpython: Issue #15715: Ignore failed imports triggered by the use of fromlist.
brett.cannon
- [Python-checkins] cpython: Issue #15640: Document importlib.abc.Finder as deprecated.
brett.cannon
- [Python-checkins] cpython: Issue #15778: Coerce ImportError.args to a string when it isn't
brett.cannon
- [Python-checkins] cpython: Issue #2051: Tweak last commit for this issue to pass in mode instead
brett.cannon
- [Python-checkins] cpython: Issue #15316: Let exceptions raised during imports triggered by the
brett.cannon
- [Python-checkins] cpython: Issue #15828: Don't try to close a file if imp.find_module() doesn't
brett.cannon
- [Python-checkins] benchmarks: Ignore more stuff.
brett.cannon
- [Python-checkins] benchmarks: Pathlib works under Python 3.
brett.cannon
- [Python-checkins] devguide: Ignore the Tools directory when generating coverage reports.
brett.cannon
- [Python-checkins] devguide: Tweak the last commit.
brett.cannon
- [Python-checkins] cpython (2.7): Fix #15567. collections.deque wasn't imported
brian.curtin
- [Python-checkins] cpython (3.2): Fix #15496. Add directory removal helpers to make Windows tests more reliable.
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
brian.curtin
- [Python-checkins] cpython: errant merge problem committed
brian.curtin
- [Python-checkins] cpython (2.7): Fix #15496. Add directory removal helpers to make Windows tests more reliable.
brian.curtin
- [Python-checkins] cpython: Fixes #14668. Mention Windows Path manipulation option in the installer.
brian.curtin
- [Python-checkins] cpython (3.2): Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py
eli.bendersky
- [Python-checkins] cpython (2.7): Issue #15231: update PyPI upload doc to say --no-raw passed to rst2html.py
eli.bendersky
- [Python-checkins] cpython: Add description of major changes in xml.etree.ElementTree to whatsnew/3.3
eli.bendersky
- [Python-checkins] cpython: Issue #15586: add some examples to ElementTree documentation. Patch by Daniel
eli.bendersky
- [Python-checkins] cpython: Add Daniel Ellis to Misc/ACKS
eli.bendersky
- [Python-checkins] cpython: Issue #15586: typo fix. This commit is accompanied by an apology for all
eli.bendersky
- [Python-checkins] cpython (3.2): Issue #15656: fixing code sample in extending doc
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads in 3.2 branch
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
eli.bendersky
- [Python-checkins] cpython (2.7): Issue #15586: porting ET's new documentation bits to 2.7. Patch by Daniel Ellis
eli.bendersky
- [Python-checkins] cpython: Issue #15586: fix prompts in some documentation examples
eli.bendersky
- [Python-checkins] cpython (3.2): tutorial typo fix
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2: tutorial typo fix
eli.bendersky
- [Python-checkins] cpython (2.7): Fix typo in tutorial
eli.bendersky
- [Python-checkins] devguide: #15521: mention that test.regrtest is necessary to run tests on 2.7. Patch by
ezio.melotti
- [Python-checkins] cpython (3.2): #15752: s/assertRaisesRegexp/assertRaisesRegex/g
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #15752: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython: Update suspicious ignore file.
ezio.melotti
- [Python-checkins] cpython: Fix typo.
ezio.melotti
- [Python-checkins] cpython (2.7): #15788: fix broken links in subprocess doc. Patch by Chris Rebert.
ezio.melotti
- [Python-checkins] cpython (3.2): #15788: fix broken links in subprocess doc. Patch by Chris Rebert.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #15788: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): Add missing comma.
ezio.melotti
- [Python-checkins] cpython (3.2): Add missing comma.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Add missing comma.
ezio.melotti
- [Python-checkins] peps: 3.3 schedule update.
georg.brandl
- [Python-checkins] cpython: Fix markup errors and update pydoc topics.
georg.brandl
- [Python-checkins] cpython: Bump to 3.3b2.
georg.brandl
- [Python-checkins] cpython: Added tag v3.3.0b2 for changeset 4972a8f1b2aa
georg.brandl
- [Python-checkins] cpython (3.2): Closes #15620: check for presence of readline.clear_history(), which is
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
georg.brandl
- [Python-checkins] cpython (3.2): Revert 961a15aff2a6, this is already checked in another way.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 2.7): Graft a89d654adaa2 from 3.2 branch. Fixes #15620.
georg.brandl
- [Python-checkins] cpython (2.7): Fix casing of SocketServer module in 2.7.
georg.brandl
- [Python-checkins] cpython (3.2): Remove unused variables in parsetok().
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
georg.brandl
- [Python-checkins] cpython (2.7): Remove unused variables in parsetok().
georg.brandl
- [Python-checkins] cpython: Post-release updates.
georg.brandl
- [Python-checkins] cpython (3.2): Restore original line lengths.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
georg.brandl
- [Python-checkins] cpython: Review of signature docs.
georg.brandl
- [Python-checkins] cpython (2.7): Remove patch artifacts.
georg.brandl
- [Python-checkins] cpython (3.2): Closes #9374: add back now-unused module attributes; removing them is a
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Closes #9374: merge with 3.2
georg.brandl
- [Python-checkins] cpython (2.7): Closes #9374: add back now-unused module attributes; removing them is a
georg.brandl
- [Python-checkins] cpython (3.2): Fix wrong way of adding Error information in shutil.copytree.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
georg.brandl
- [Python-checkins] cpython (2.7): Fix wrong way of adding Error information in shutil.copytree.
georg.brandl
- [Python-checkins] cpython: Update pydoc topics and suspicious markup file.
georg.brandl
- [Python-checkins] cpython: Bump to 3.3.0rc1.
georg.brandl
- [Python-checkins] cpython: Added tag v3.3.0rc1 for changeset 8bb5c7bc46ba
georg.brandl
- [Python-checkins] cpython: Post-release updates.
georg.brandl
- [Python-checkins] cpython (merge default -> default): Merge in changes from 3.3.0 release clone.
georg.brandl
- [Python-checkins] cpython: asynchat speedup improvement: avoid to use a function mimicking old buffer()
giampaolo.rodola
- [Python-checkins] cpython (2.7): #14880: Fix kwargs notation in csv.reader, .writer & .register_dialect
hynek.schlawack
- [Python-checkins] cpython: Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser
jesus.cea
- [Python-checkins] cpython: Closes #15514: Correct __sizeof__ support for cpu_set
jesus.cea
- [Python-checkins] cpython (2.7): Closes #15512: Correct __sizeof__ support for parser
jesus.cea
- [Python-checkins] cpython (3.2): Closes #15512: Correct __sizeof__ support for parser
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Closes #15512: Correct __sizeof__ support for parser
jesus.cea
- [Python-checkins] cpython (2.7): Closes #15469: Correct __sizeof__ support for deque
jesus.cea
- [Python-checkins] cpython (3.2): Closes #15469: Correct __sizeof__ support for deque
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Closes #15469: Correct __sizeof__ support for deque
jesus.cea
- [Python-checkins] cpython (2.7): #15512: Remove remnants of debugging code
jesus.cea
- [Python-checkins] cpython (3.2): #15512: Remove remnants of debugging code
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: #15512: Remove remnants of debugging code
jesus.cea
- [Python-checkins] cpython (2.7): #15512: Declarations reorganization
jesus.cea
- [Python-checkins] cpython: Issue #15589: Ensure double-alignment for brute-force capi argument parser test
larry.hastings
- [Python-checkins] cpython (3.2): Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken.
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15477: Merge fix from 3.2
mark.dickinson
- [Python-checkins] cpython (2.7): Add workaround for log1p(-0.0) on platforms where it's broken.
mark.dickinson
- [Python-checkins] cpython: Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
mark.dickinson
- [Python-checkins] cpython (3.2): Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Null merge from 3.2.
mark.dickinson
- [Python-checkins] cpython (3.2): Remove incorrect lines (meant for cdecimal) from recently added Decimal tests.
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Null merge
mark.dickinson
- [Python-checkins] cpython (2.7): Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
mark.dickinson
- [Python-checkins] cpython (2.7): Remove overeager test (don't depend on the sign of a nan; cf. issue #14521)
mark.dickinson
- [Python-checkins] cpython (3.2): Remove overeager test (don't depend on the sign of a nan; cf. issue #14521)
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Null merge from 3.2
mark.dickinson
- [Python-checkins] cpython (2.7): Issue #8847: Disable COMDAT folding in Windows PGO builds.
martin.v.loewis
- [Python-checkins] cpython (3.2): Issue #8847: Disable COMDAT folding in Windows PGO builds.
martin.v.loewis
- [Python-checkins] cpython: Issue #8847: Disable COMDAT folding in Windows PGO builds.
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): Issue #8847: Merge with 3.2
martin.v.loewis
- [Python-checkins] cpython: Add missing PGI/PGO configurations for pywlauncher.
martin.v.loewis
- [Python-checkins] cpython: Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration.
martin.v.loewis
- [Python-checkins] cpython: Drop PC\python_nt.h as it's not used.
martin.v.loewis
- [Python-checkins] cpython: Pick up 32-bit launcher from PGO directory on 64-bit PGO build.
martin.v.loewis
- [Python-checkins] cpython: Output lib files for PGO build into PGO directory.
martin.v.loewis
- [Python-checkins] cpython: - Issue #11715: Fix multiarch detection without having Debian development
matthias.klose
- [Python-checkins] cpython (2.7): Modules/socketmodule.c: netdb_lock: define static.
matthias.klose
- [Python-checkins] cpython (3.2): Modules/socketmodule.c: netdb_lock: define static.
matthias.klose
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
matthias.klose
- [Python-checkins] cpython (2.7): - Issue #15647: Make isdir static for windows and posix
matthias.klose
- [Python-checkins] cpython (2.7): - Issue #15591: Fix parsing MAKEFLAGS in the sharedmods target.
matthias.klose
- [Python-checkins] cpython (3.2): - Issue #15591: Fix parsing MAKEFLAGS in the sharedmods target.
matthias.klose
- [Python-checkins] cpython (merge 3.2 -> default): - Issue #15591: Fix parsing MAKEFLAGS in the sharedmods target.
matthias.klose
- [Python-checkins] cpython (2.7): - fix paste error (whitespace) from previous commit
matthias.klose
- [Python-checkins] cpython (3.2): - fix paste error (whitespace) from previous commit
matthias.klose
- [Python-checkins] cpython (merge 3.2 -> default): - fix paste error (whitespace) from previous commit
matthias.klose
- [Python-checkins] cpython (2.7): - fix typo introduced in http://hg.python.org/cpython/rev/f918d4a06c64
matthias.klose
- [Python-checkins] cpython (2.7): Issue #15424: Add a __sizeof__ implementation for array objects.
meador.inge
- [Python-checkins] cpython (3.2): Issue #15424: Add a __sizeof__ implementation for array objects.
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15424: Add a __sizeof__ implementation for array objects.
meador.inge
- [Python-checkins] cpython: #15546: Fix BZ2File.read1()'s handling of pathological input data.
nadeem.vawda
- [Python-checkins] cpython: #15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data.
nadeem.vawda
- [Python-checkins] cpython: #15546: Also fix GzipFile.peek().
nadeem.vawda
- [Python-checkins] devguide: Closes #15311 - update devguide publication info.
ned.deily
- [Python-checkins] cpython (2.7): Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.
ned.deily
- [Python-checkins] cpython (3.2): Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15560: null merge
ned.deily
- [Python-checkins] cpython: Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.
ned.deily
- [Python-checkins] cpython (merge default -> default): merge heads
ned.deily
- [Python-checkins] cpython: OS X installer cleanups:
ned.deily
- [Python-checkins] cpython: Issue #15037: Build OS X installers with local copy of ncurses 5.9 libraries
ned.deily
- [Python-checkins] cpython: Issue #15560: Ensure consistent sqlite3 behavior and feature availability
ned.deily
- [Python-checkins] cpython (3.2): Issue #14992: Prevent test_os test_exist_ok_s_isgid_directory test case
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14992: merge from 3.2
ned.deily
- [Python-checkins] cpython: Issue #15678: Fix menu customization for IDLE started from OS X
ned.deily
- [Python-checkins] cpython (3.2): Allow redemo.py to be used from the command line like other demos.
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Allow redemo.py to be used from the command line like other demos.
ned.deily
- [Python-checkins] cpython (2.7): Issue #15645: Ensure 2to3 grammar pickles are properly installed.
ned.deily
- [Python-checkins] cpython (3.2): Issue #15645: Ensure 2to3 grammar pickles are properly installed.
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): issue #15645: null merge
ned.deily
- [Python-checkins] cpython: Issue #15645: Ensure 2to3 grammar pickles are properly installed.
ned.deily
- [Python-checkins] cpython: Issue #14292: Ensure that the OS X installer build configures the CXX
ned.deily
- [Python-checkins] cpython: Issue #15037: Use correct path to system terminfo database.
ned.deily
- [Python-checkins] cpython: Update various OS X README files for 3.3.0.
ned.deily
- [Python-checkins] cpython: Issue #15502: Bring the importlib ABCs into line with the current state of the
nick.coghlan
- [Python-checkins] cpython: Close #15519: Properly expose WindowsRegistryFinder in importlib and bring the
nick.coghlan
- [Python-checkins] cpython: Clarify the import statement semantics, especially for implicit imports in the
nick.coghlan
- [Python-checkins] cpython: Issue #15502: Bring the importlib.PathFinder docs and docstring more in line
nick.coghlan
- [Python-checkins] devguide: Note some easy ways to get the optional build dependencies on Ubuntu and Fedora
nick.coghlan
- [Python-checkins] cpython: Close #15559: Implementing __index__ creates a nasty interaction with the bytes
nick.coghlan
- [Python-checkins] devguide: It has been pointed out this paragraph was incorrect. One of the Windows devs
nick.coghlan
- [Python-checkins] cpython: NEWS entry for previous ipaddress fix
nick.coghlan
- [Python-checkins] cpython: Issue 14814: Docs work showed some more cases of networks pretending to be
nick.coghlan
- [Python-checkins] cpython: Issue #14814: Finish review of ipaddress network object docs (initial patch was
nick.coghlan
- [Python-checkins] cpython: Issue #14814: Remove redundant property from interface objects - prefixlen can
nick.coghlan
- [Python-checkins] cpython: Issue #14814: Attempt to clarify network address and broadcast address for less
nick.coghlan
- [Python-checkins] peps: Add Daniel Holth's binary compatibility tag PEP
nick.coghlan
- [Python-checkins] peps: Fix typo
nick.coghlan
- [Python-checkins] cpython (3.2): Fix str docstring
nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> default): Merge str docstring fix from 3.2
nick.coghlan
- [Python-checkins] devinabox: Allow devinabox to be used to update an existing version, and miscellaneous
nick.coghlan
- [Python-checkins] cpython: Issue #14814: document the Interface APIs and fix various problems with the
nick.coghlan
- [Python-checkins] cpython: Close #14814: Avoid depending on struct by using newer features. Also use
nick.coghlan
- [Python-checkins] peps: ipaddress integration is complete
nick.coghlan
- [Python-checkins] cpython: Close #14846: Handle a sys.path entry going away
nick.coghlan
- [Python-checkins] cpython: s/path importer/path based finder/ (because the path based finder is not an
nick.coghlan
- [Python-checkins] cpython: Close #4966: revamp the sequence docs in order to better explain the state of
nick.coghlan
- [Python-checkins] cpython: Break up the 'someos' docs classification based on a more user-focused scheme,
nick.coghlan
- [Python-checkins] cpython: Issue #12643: Respect sys.excepthook in code.InteractiveConsole
nick.coghlan
- [Python-checkins] cpython: Address most of Ezio's comments. str/bytes/bytearray docs still need
nick.coghlan
- [Python-checkins] cpython: Close #2501: Permission bits are once again correctly copied from the source
nick.coghlan
- [Python-checkins] cpython: Close #2051: Oops, transposed the digits in the issue number in the previous
nick.coghlan
- [Python-checkins] cpython: Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)
nick.coghlan
- [Python-checkins] peps: Add first draft of 1.3 metadata spec (includes some info on metadata files that
nick.coghlan
- [Python-checkins] cpython: Issue #15828: Restore support for C extension modules in imp.load_module()
nick.coghlan
- [Python-checkins] cpython (2.7): #11062: Fix adding a message from file to Babyl mailbox
petri.lehtinen
- [Python-checkins] cpython (3.2): #11062: Fix adding a message from file to Babyl mailbox
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): #11062: Fix adding a message from file to Babyl mailbox
petri.lehtinen
- [Python-checkins] cpython (3.2): #11062: Fix universal newline support in Babyl._install_message()
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): #11062: Fix universal newline support in Babyl._install_message()
petri.lehtinen
- [Python-checkins] cpython (2.7): #15199: Fix JavaScript's default MIME type to application/javascript
petri.lehtinen
- [Python-checkins] cpython (3.2): #15199: Fix JavaScript's default MIME type to application/javascript
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): #15199: Fix JavaScript's default MIME type to application/javascript
petri.lehtinen
- [Python-checkins] cpython (3.2): Fix a JSON doc typo
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Fix a JSON doc typo
petri.lehtinen
- [Python-checkins] cpython (3.2): #11964: Document a change in v3.2 to the json indent parameter
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): #11964: Document a change in v3.2 to the json indent parameter
petri.lehtinen
- [Python-checkins] cpython: update docstring per the extension package fix, refactor
philip.jenvey
- [Python-checkins] cpython: fix docstring wording
philip.jenvey
- [Python-checkins] Daily reference leaks (b213894e0859): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (8ace059cdffd): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (083534cd7874): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (92c6bbf7bb85): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (5284e65e865b): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (05bec2e78a5c): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (0eeffeadaa1e): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (59223da36dec): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (7d821a09a640): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (aaa68dce117e): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (f7b59e890e30): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (34d5ec8a1019): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (dd41c287cf7c): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (70f7559e6d0f): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (ba9b35fb9c40): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (b878df1d23b1): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (12c062dbe746): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (a343fa692bb0): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d693f961c5ff): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (811d91591f73): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (f8eabfed9a1d): sum=3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (f986d523e93d): sum=5
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (1b3f4a1004d3): sum=6
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (fa745ed89b7a): sum=6
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (ca4bf8e10bc0): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (aa0e6eab6136): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (5b0595339c9d): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (7fa6336e9864): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (c58789634d22): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (be505d22dde8): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (ab6ab44921b2): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): #15554: clarify splitlines/split differences.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #15554: clarify splitlines/split differences.
r.david.murray
- [Python-checkins] cpython (2.7): #15554: clarify splitlines/split differences.
r.david.murray
- [Python-checkins] cpython (2.7): #9161: add test for the bug fixed by r82581.
r.david.murray
- [Python-checkins] cpython (2.7): #9161: Fix test to use standard optparse test pattern (what was I thinking?)
r.david.murray
- [Python-checkins] cpython (3.2): #15269: document dircmp.left and right, and add tests for them.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #15269: document dircmp.left and right, and add tests for them.
r.david.murray
- [Python-checkins] cpython (2.7): #15269: document dircmp.left and right.
r.david.murray
- [Python-checkins] cpython (3.2): #15543: glossary entry for and 'universal newlines', and links to it.
r.david.murray
- [Python-checkins] cpython (3.2): #15543: reflow paragraphs.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #15543: glossary entry for and 'universal newlines', and links to it.
r.david.murray
- [Python-checkins] cpython: #15543: additional link in subprocess docs.
r.david.murray
- [Python-checkins] cpython: #15543: reflow paragraph.
r.david.murray
- [Python-checkins] cpython (2.7): #15543: glossary entry for and 'universal newlines', and links to it.
r.david.murray
- [Python-checkins] cpython (2.7): #15543: reflow paragraphs.
r.david.murray
- [Python-checkins] cpython (3.2): #15694: Link discussion of file objects to glossary entry.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #15694: Link discussion of file objects to glossary entry.
r.david.murray
- [Python-checkins] cpython (3.2): #15694: reflow paragraph.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #15694: reflow paragraph.
r.david.murray
- [Python-checkins] cpython (3.2): #15355: Mention already-executing Exception in generator docs.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #15355: Mention already-executing Exception in generator docs.
r.david.murray
- [Python-checkins] cpython (2.7): #15355: Mention already-executing Exception in generator docs.
r.david.murray
- [Python-checkins] cpython (3.2): #15636: add versionadded for decodebytes
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #15636: add versionadded for decodebytes
r.david.murray
- [Python-checkins] cpython (3.2): #13579: teach string.Formatter about 'a'.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #13579: teach string.Formatter about 'a'.
r.david.murray
- [Python-checkins] cpython (2.7): #13579: minimize code base drift for 'a' string.Formatter change.
r.david.murray
- [Python-checkins] cpython (3.2): #15742: clarify sqlite parameter substitution example.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #15742: clarify sqlite parameter substitution example.
r.david.murray
- [Python-checkins] cpython (2.7): #15742: clarify sqlite parameter substitution example.
r.david.murray
- [Python-checkins] cpython: #665194: Update email.utils.localtime to use astimezone, and fix bug.
r.david.murray
- [Python-checkins] cpython: #665194: fix variable name in exception code path.
r.david.murray
- [Python-checkins] cpython (3.2): #15249: Mangle From lines correctly when body contains invalid bytes.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #15249: Mangle From lines correctly when body contains invalid bytes.
r.david.murray
- [Python-checkins] cpython: Issue #15525: Increase timeout when TerminateProcess() fails
richard.oudkerk
- [Python-checkins] cpython (2.7): Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing
richard.oudkerk
- [Python-checkins] cpython (3.2): Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing
richard.oudkerk
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
richard.oudkerk
- [Python-checkins] cpython: Issue #14669: Fix pickling of connections and sockets on MacOSX
richard.oudkerk
- [Python-checkins] cpython (3.2): Issue #14501: Clarify that authentication keys are byte strings
richard.oudkerk
- [Python-checkins] cpython (merge 3.2 -> default): Merge
richard.oudkerk
- [Python-checkins] cpython (2.7): Issue #15412: Remove erroneous note about weakrefs
richard.oudkerk
- [Python-checkins] cpython (3.2): Issue #15412: Remove erroneous note about weakrefs
richard.oudkerk
- [Python-checkins] cpython (merge 3.2 -> default): Merge
richard.oudkerk
- [Python-checkins] cpython: Fix typo in error handling for WaitForMultipleObjects()
richard.oudkerk
- [Python-checkins] cpython: Issue #15784: Modify OSError.__str__() to better distinguish between
richard.oudkerk
- [Python-checkins] cpython (3.2): Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on
ronald.oussoren
- [Python-checkins] cpython (merge 3.2 -> default): Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on
ronald.oussoren
- [Python-checkins] cpython (2.7): Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled
ronald.oussoren
- [Python-checkins] cpython (3.2): Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled
ronald.oussoren
- [Python-checkins] cpython (merge 3.2 -> default): Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is
ronald.oussoren
- [Python-checkins] cpython (3.2): Issue 15777: Fix a refleak in _posixsubprocess.
ross.lagerwall
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2
ross.lagerwall
- [Python-checkins] cpython (2.7): add missing period; thanks to Gaston Fiore from docs@
sandro.tosi
- [Python-checkins] cpython (3.2): add missing period; thanks to Gaston Fiore from docs@
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython (3.2): zip() returns an iterator, make a list() of it; thanks to Martin from docs@
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython: update CodeTools link; thanks to Robert Kern from docs@
sandro.tosi
- [Python-checkins] cpython (2.7): add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@
sandro.tosi
- [Python-checkins] cpython (3.2): add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython (2.7): update Geany URL; thanks to Karl Tarbet from docs@
sandro.tosi
- [Python-checkins] cpython (3.2): update Geany URL; thanks to Karl Tarbet from docs@
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython (2.7): add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from
sandro.tosi
- [Python-checkins] cpython (3.2): add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython (3.2): it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@
sandro.tosi
- [Python-checkins] cpython (2.7): it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython (3.2): escape '\'; thanks to Steve Holden from docs@
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython (2.7): add usage example from cli; thanks to Christian Clauss from docs@
sandro.tosi
- [Python-checkins] cpython (3.2): add usage example from cli; thanks to Christian Clauss from docs@
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython (2.7): complete cgi.parse() signature; thanks to Aaron Bingham from docs@
sandro.tosi
- [Python-checkins] cpython (2.7): fix typo
sandro.tosi
- [Python-checkins] cpython (3.2): fix typo
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython (2.7): clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin
sandro.tosi
- [Python-checkins] cpython (3.2): clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] devguide: Issue #12415: describe where the documentation files are (patch by Éric Araujo)
sandro.tosi
- [Python-checkins] cpython: Fix issue #15607: Update the print builtin function docstring with the new
senthil.kumaran
- [Python-checkins] cpython (2.7): Issue #15630: Add an example for "continue" statement in the tutorial. Patch by
senthil.kumaran
- [Python-checkins] cpython (3.2): Issue #15630: Add an example for "continue" statement in the tutorial. Patch by
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] cpython: Fix Issue 15743 - improve urllib tests by removing deprecated method usages.
senthil.kumaran
- [Python-checkins] cpython: Closes #15632: regrtest.py: fix spurious refleaks due to various caches
stefan.krah
- [Python-checkins] cpython (3.2): Check for NULL return value in PyStructSequence_NewType(). Found by Coverity.
stefan.krah
- [Python-checkins] cpython (merge 3.2 -> default): Mereg 3.2.
stefan.krah
- [Python-checkins] cpython: Fix out-of-date comment in test_memoryview.
stefan.krah
- [Python-checkins] cpython: The latest NumPy revision no longer segfaults here.
stefan.krah
- [Python-checkins] cpython: Issue #15728: Fix leak in PyUnicode_AsWideCharString(). Found by Coverity.
stefan.krah
- [Python-checkins] cpython (3.2): Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray().
stefan.krah
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2.
stefan.krah
- [Python-checkins] cpython: Closes #15737: Fix potential NULL dereference in zipimport.c.
stefan.krah
- [Python-checkins] cpython (3.2): Issue #15738: Fix a missing NULL check in subprocess_fork_exec().
stefan.krah
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2.
stefan.krah
- [Python-checkins] cpython: Check return value of asdl_seq_new(). Found by Coverity.
stefan.krah
- [Python-checkins] cpython (3.2): Issue #15741: Fix potential NULL dereference. Found by Coverity.
stefan.krah
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2.
stefan.krah
- [Python-checkins] cpython (2.7): Issue #15741: Fix potential NULL dereference. Found by Coverity.
stefan.krah
- [Python-checkins] cpython (3.2): Issue #15736: Fix overflow in _PySequence_BytesToCharpArray().
stefan.krah
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2.
stefan.krah
- [Python-checkins] cpython: Use zero bottom margin.
stefan.krah
- [Python-checkins] cpython: mpd_qpowmod(): calculate result with zero-exponent for compatibility with
stefan.krah
- [Python-checkins] cpython: Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner.
stefan.krah
- [Python-checkins] cpython: Issue #13072: The array module's 'u' format code is now deprecated and
stefan.krah
- [Python-checkins] cpython: Issue #15724: Add versionchanged tags to the memoryview documentation.
stefan.krah
- [Python-checkins] cpython: Closes #10650: Deprecate the watchexp parameter of Decimal.quantize().
stefan.krah
- [Python-checkins] cpython (2.7): Issue 15660: Clarify 0 prefix for width field in str.format doc.
terry.reedy
- [Python-checkins] cpython (3.2): Issue 15660: Clarify 0 prefix for width field in str.format doc.
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 #15660
terry.reedy
- [Python-checkins] cpython (3.2): Issue #15285: Refactor connect timeout test in test_timeout.
trent.nelson
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15285: Refactor connect timeout test in test_timeout.
trent.nelson
- [Python-checkins] cpython (3.2): Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.
trent.nelson
- [Python-checkins] cpython (merge 3.2 -> default): Block 78699:019a2390b014, this needs to be manually merged.
trent.nelson
- [Python-checkins] cpython: Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.
trent.nelson
- [Python-checkins] cpython (2.7): Issue #15765: Fix quirky NetBSD getcwd() behaviour.
trent.nelson
- [Python-checkins] cpython (3.2): Issue #15819: Fix out-of-tree builds from a readonly source.
trent.nelson
- [Python-checkins] cpython (merge 3.2 -> default): Block 78809:62044cd5b19b (Issue #15819) from 3.2.
trent.nelson
- [Python-checkins] cpython: Issue #15819: Fix out-of-tree builds from a readonly source.
trent.nelson
- [Python-checkins] cpython (2.7): Issue #15819: Fix out-of-tree builds from a readonly source.
trent.nelson
- [Python-checkins] cpython (3.2): Remove trailing whitespace in order to silence warnings on HP-UX.
trent.nelson
- [Python-checkins] cpython (merge 3.2 -> default): Merge whitespace fix from 3.2.
trent.nelson
- [Python-checkins] cpython (2.7): Remove trailing whitespace in order to silence warnings on HP-UX.
trent.nelson
- [Python-checkins] cpython: Fix the user signal handler of faulthandler
victor.stinner
- [Python-checkins] cpython: Issue #15463: Write a test for faulthandler truncating the name of functions
victor.stinner
- [Python-checkins] cpython: Issue #15441: Skip test_nonascii_abspath() of test_genericpath on Windows
victor.stinner
- [Python-checkins] cpython: Fix findnocoding.p and pysource.py scripts
victor.stinner
- [Python-checkins] cpython: Cleanup findnocoding.py and pysource.py scripts (with infile/infile.close)
victor.stinner
- [Python-checkins] cpython: Close #15534: Fix a typo in the fast search function of the string library (_s
victor.stinner
- [Python-checkins] cpython (3.2): open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n'
victor.stinner
- [Python-checkins] cpython: Close #13119: use "\r\n" newline for sys.stdout/err on Windows
victor.stinner
- [Python-checkins] cpython (3.2): Close #13119: use "\r\n" newline for sys.stdout/err on Windows
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Null merge (fix already applied to the default branch)
victor.stinner
- [Python-checkins] cpython: Issue #12655: Mention multiprocessing.cpu_count() in os.sched_getaffinity() doc
victor.stinner
- [Python-checkins] cpython: os.unlinkat() has been removed, update os.fwalk() doc
victor.stinner
- [Python-checkins] cpython: Issue #15548: Update and complete What's New in Python 3.3, especially the "os"
victor.stinner
- [Python-checkins] cpython: Complete What's New in Python 3.3.
victor.stinner
- [Python-checkins] cpython: What's New in Python 3.3: Split improved and new modules, start to write a
victor.stinner
- [Python-checkins] cpython: Close #13072: Restore code before the PEP 393 for the array module
victor.stinner
- [Python-checkins] cpython: Issue #13072: Fix test_array for Windows with 16-bit wchar_t
victor.stinner
- [Python-checkins] cpython: Issue #13072: Ooops, now fix test_array for Linux with 32-bit wchar_t...
victor.stinner
- [Python-checkins] cpython: regrtest: give more information when a child process fails with an error
victor.stinner
- [Python-checkins] cpython: Issue #13072: Fix test_array for installation without the ctypes module
victor.stinner
- [Python-checkins] cpython: faulthandler: fix the handler of user signals
victor.stinner
- [Python-checkins] cpython: Remove now unused IntOrLongToString type
victor.stinner
- [Python-checkins] cpython: Issue #15766: Fix a crash in imp.load_dynamic() on PyUnicode_FromString()
victor.stinner
- [Python-checkins] cpython: Issue #15785: Modify window.get_wch() API of the curses module: return a
victor.stinner
- [Python-checkins] cpython (2.7): Issue #15541: Correct anomaly in logging.exception. Thanks to Ned Batchelder
vinay.sajip
- [Python-checkins] cpython: Reverted change to venv initialisation.
vinay.sajip
- [Python-checkins] cpython (2.7): Closes #15807: Removed incorrect directive from help.
vinay.sajip
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merged upstream changes.
vinay.sajip
- [Python-checkins] cpython (2.7): Closes #15710: accept long in _checkLevel.
vinay.sajip
Last message date:
Fri Aug 31 23:16:00 CEST 2012
Archived on: Fri Aug 31 23:16:02 CEST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).