Showing content from http://mail.python.org/pipermail/python-checkins/2015-September/thread.html below:
The Python-checkins September 2015 Archive by thread
September 2015 Archives by thread
Starting: Tue Sep 1 11:04:23 CEST 2015
Ending: Wed Sep 30 23:01:00 CEST 2015
Messages: 1032
- [Python-checkins] Benchmark Results for Python Default 2015-09-01 lp_benchmark_robot
- [Python-checkins] cpython (2.7): Improve tutorial suggestion for looping techniques raymond.hettinger
- [Python-checkins] cpython (3.5): Improve tutorial suggestion for looping techniques raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> default): merge raymond.hettinger
- [Python-checkins] cpython: Move assertion inside _PyTime_ObjectToTimeval() victor.stinner
- [Python-checkins] cpython: Refactor pytime.c victor.stinner
- [Python-checkins] cpython: Issue #23517: Add "half up" rounding mode to the _PyTime API victor.stinner
- [Python-checkins] cpython: Issue #23517: datetime.datetime.fromtimestamp() and victor.stinner
- [Python-checkins] Benchmark Results for Python Default 2015-09-02 lp_benchmark_robot
- [Python-checkins] cpython: Issue #23517: Fix _PyTime_ObjectToDenominator() victor.stinner
- [Python-checkins] cpython: Issue #23517: Reintroduce unit tests for the old PyTime API since it's still victor.stinner
- [Python-checkins] cpython: Backed out changeset b690bf218702 victor.stinner
- [Python-checkins] cpython: test_time: add more tests on HALF_UP rounding mode victor.stinner
- [Python-checkins] cpython: Issue #23517: Try to fix test_time on "x86 Ubuntu Shared 3.x" buildbot victor.stinner
- [Python-checkins] cpython: Issue #23517: test_time, skip a test checking a corner case on floating point victor.stinner
- [Python-checkins] cpython: Issue 24297: Fix test_symbol on Windows victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (asyncio doc) victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (asyncio doc) victor.stinner
- [Python-checkins] cpython (3.4): asyncio doc: fix subprocess sections victor.stinner
- [Python-checkins] cpython: test_gdb: add debug info to investigate failure on "s390x SLES 3.x" buildbot victor.stinner
- [Python-checkins] cpython: test_gdb: fix ResourceWarning if the test is interrupted victor.stinner
- [Python-checkins] cpython: test_eintr: try to debug hang on FreeBSD victor.stinner
- [Python-checkins] peps: Accept PEP 470 donald.stufft
- [Python-checkins] cpython (3.5): Issue #24975: Fix AST compilation for PEP 448 syntax. yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #24975) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge 3.5 heads (issue #24975) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5 zach.ware
- [Python-checkins] cpython (3.5): Turn 'rem' comments into a real usage message in PCbuild/build.bat zach.ware
- [Python-checkins] cpython (2.7): Turn 'rem' comments into a real usage message in PCbuild/build.bat zach.ware
- [Python-checkins] cpython: Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest victor.stinner
- [Python-checkins] cpython (3.4): test_gdb: fix regex to parse gdb version for SUSE Linux Entreprise victor.stinner
- [Python-checkins] cpython (3.4): test_gdb: use subprocess.Popen context manager to fix ResourceWarning warnings victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (test_gdb) victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (test_gdb) victor.stinner
- [Python-checkins] cpython (3.4): Fix test_warnings: don't modify warnings.filters victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (test_warnings) victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (test_warnings) victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (monotonic) victor.stinner
- [Python-checkins] cpython (3.5): Issue #24707: Remove assertion in monotonic clock victor.stinner
- [Python-checkins] cpython (3.5): oops, rename pymonotonic_new() to pymonotonic() victor.stinner
- [Python-checkins] cpython: Rewrite eintr_tester.py to avoid os.fork() victor.stinner
- [Python-checkins] cpython (2.7): Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. terry.reedy
- [Python-checkins] cpython (3.4): Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge with 3.4 terry.reedy
- [Python-checkins] test: Update and Test. senthil.kumaran
- [Python-checkins] cpython: Issue #23517: fromtimestamp() and utcfromtimestamp() methods of victor.stinner
- [Python-checkins] cpython (3.4): test_gdb: fix regex to parse GDB version for 'GNU gdb 6.1.1 [FreeBSD]\n' victor.stinner
- [Python-checkins] Benchmark Results for Python Default 2015-09-03 lp_benchmark_robot
- [Python-checkins] cpython (2.7): test_gdb: enhance regex used to parse the GDB version victor.stinner
- [Python-checkins] cpython (2.7): python-gdb.py: enhance py-bt command victor.stinner
- [Python-checkins] cpython (2.7): Issue #23375: Fix test_py3kwarn for modules implemented in C victor.stinner
- [Python-checkins] cpython (3.4): Fix test_wsgiref execution from the test module. senthil.kumaran
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge with 3.5. Fix test_wsgiref execution from the test module. senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.6. Fix test_wsgiref execution from the test module. senthil.kumaran
- [Python-checkins] cpython (2.7): Remove unused imports in test_wsgiref.py senthil.kumaran
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads. senthil.kumaran
- [Python-checkins] cpython (3.4): test_wsgiref: add missing import (support) victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (null merge) victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (test_wsgiref) victor.stinner
- [Python-checkins] cpython: type_call() now detect bugs in type new and init victor.stinner
- [Python-checkins] cpython: Fix ast_for_atom() victor.stinner
- [Python-checkins] cpython (3.4): test_gdb: oops, the regex to parse the gdb version was still too strict victor.stinner
- [Python-checkins] cpython (3.5): Issue #24993: Handle import error in namereplace error handler victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (namereplace) victor.stinner
- [Python-checkins] cpython: Don't abuse volatile keyword in pytime.c victor.stinner
- [Python-checkins] cpython: Enhance _PyTime_AsTimespec() victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (odict) victor.stinner
- [Python-checkins] cpython (3.5): Issue #24992: Fix error handling and a race condition (related to garbage victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Closes #24974: Merge with 3.5 zach.ware
- [Python-checkins] cpython (3.5): Issue #24974: Force fp-model precice in mpdecimal.c on Windows zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (ICC) victor.stinner
- [Python-checkins] cpython (3.4): Don't use defined() in C preprocessor macros victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (ICC) victor.stinner
- [Python-checkins] cpython (3.5): Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge from 3.5.0 for issue #24913 brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5 for issue #24913 brett.cannon
- [Python-checkins] cpython (3.5): Issue #24913: Fix overrun error in deque.index(). brett.cannon
- [Python-checkins] cpython (3.5): Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. zach.ware
- [Python-checkins] cpython (2.7): Issue #24986: Allow building Python without external libraries on Windows zach.ware
- [Python-checkins] cpython (3.5): Issue #24986: Allow building Python without external libraries on Windows zach.ware
- [Python-checkins] cpython (2.7): Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #24986: Merge with 3.5 zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5.0 serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge 3.5.0 serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge heads serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed merge error. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Fixed merge error. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #24986: Save some bandwidth from svn.python.org zach.ware
- [Python-checkins] cpython (2.7): Issue #24986: Save some bandwidth from svn.python.org zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24986: Merge with 3.5 zach.ware
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge 3.5.0 into 3.5.1 terry.reedy
- [Python-checkins] cpython (3.5): Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merged in storchaka/cpython350 (pull request #13) terry.reedy
- [Python-checkins] cpython: test_time: add tests on HALF_UP rounding mode for _PyTime_ObjectToTime_t() and victor.stinner
- [Python-checkins] cpython (2.7): Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily. terry.reedy
- [Python-checkins] cpython (3.4): Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily. terry.reedy
- [Python-checkins] Benchmark Results for Python Default 2015-09-04 lp_benchmark_robot
- [Python-checkins] peps: Fix typo introduced when switching to backquotes. eric.smith
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #24998: fix cut and paste error in subprocess example. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge: #24998: fix cut and paste error in subprocess example. r.david.murray
- [Python-checkins] cpython (3.4): #24998: fix cut and paste error in subprocess example. r.david.murray
- [Python-checkins] cpython (2.7): #24998: fix cut and paste error in subprocess example. r.david.murray
- [Python-checkins] cpython (3.4): Fix race condition in create_stdio() victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (create_stdio) victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (create_stdio) victor.stinner
- [Python-checkins] peps: Make examples easier to read by using '+' instead of ''.join(). eric.smith
- [Python-checkins] cpython (3.5): Issue #24635: Fixed flakiness in test_typing.py. guido.van.rossum
- [Python-checkins] peps: Removed Implementation Limitations section. While the version of the code on eric.smith
- [Python-checkins] cpython (merge 3.5 -> 3.5): Null merge (Larry's 3.5 -> 3.5.1). guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Null merge (3.5.1 -> default). guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24635: Fixed flakiness in test_typing.py. (Merge from 3.5.) guido.van.rossum
- [Python-checkins] cpython (3.5): Fix issue #24635. guido.van.rossum
- [Python-checkins] peps: Add notion of adding implicit parens before parsing the expression. This allows eric.smith
- [Python-checkins] cpython: Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode in victor.stinner
- [Python-checkins] peps: Note how f-strings are tokenized and decoded before scanning for expressions. eric.smith
- [Python-checkins] peps: Update Post-History. eric.smith
- [Python-checkins] peps: Remove unused footnotes. eric.smith
- [Python-checkins] peps: Add PEP 503 - Simple Repository API donald.stufft
- [Python-checkins] peps: Removed unneeded footnotes referencing other PEPs. Cleaned up some language. eric.smith
- [Python-checkins] peps (merge default -> default): Merge heads. eric.smith
- [Python-checkins] peps: Remove a stray ) donald.stufft
- [Python-checkins] cpython: Issue #23517: Skip a datetime test on Windows victor.stinner
- [Python-checkins] peps: Defer PEP 501 nick.coghlan
- [Python-checkins] peps: PEP 503: Fix typos, add clarification, and add the missing GPG signatures donald.stufft
- [Python-checkins] peps: Spell checked. barry.warsaw
- [Python-checkins] cpython (3.5): Issue #24910: Windows MSIs now have unique display names. steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24910: Windows MSIs now have unique display names. steve.dower
- [Python-checkins] peps: Note that comments are not allowed inside expressions. eric.smith
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24912: Prevent __class__ assignment to immutable built-in objects. guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #24912: Prevent __class__ assignment to immutable built-in objects. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.5): Issue #24912: Prevent __class__ assignment to immutable built-in objects. guido.van.rossum
- [Python-checkins] cpython (3.4): Issue #16180: Exit pdb if file has syntax error, instead of trapping user terry.reedy
- [Python-checkins] cpython (2.7): Issue #16180: Exit pdb if file has syntax error, instead of trapping user terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge from 3.4 terry.reedy
- [Python-checkins] cpython (3.5): Prevent reentrant badness by deferring the decrefs as long as possible. raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. steve.dower
- [Python-checkins] cpython (3.5): Issue #24917: Moves NEWS entry under Library. steve.dower
- [Python-checkins] cpython (3.5): Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. steve.dower
- [Python-checkins] cpython (merge 3.4 -> 3.5): Null merge with 3.4 steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge from 3.5.0 release branch steve.dower
- [Python-checkins] cpython (3.4): Backed out changeset: a29b49d57769 steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24917: Backed out changeset 09b62202d9b7 steve.dower
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24917: Backed out changeset 09b62202d9b7 steve.dower
- [Python-checkins] cpython (2.7): Backport support.change_cwd() and use it in tests. serhiy.storchaka
- [Python-checkins] cpython (3.4): Use support.change_cwd() in tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Use support.change_cwd() in tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Use support.change_cwd() in tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Fix, refactor and extend tests for shutil.make_archive(). serhiy.storchaka
- [Python-checkins] cpython (3.4): Fix, refactor and extend tests for shutil.make_archive(). serhiy.storchaka
- [Python-checkins] cpython (2.7): Fix, refactor and extend tests for shutil.make_archive(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Fix, refactor and extend tests for shutil.make_archive(). serhiy.storchaka
- [Python-checkins] cpython: Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'. alexander.belopolsky
- [Python-checkins] cpython: Issue #15989: Fixed some scarcely probable integer overflows. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): #23144: merge with 3.4. ezio.melotti
- [Python-checkins] cpython (merge 3.5 -> default): #23144: merge with 3.5. ezio.melotti
- [Python-checkins] cpython (3.4): #23144: Make sure that HTMLParser.feed() returns all the data, even when ezio.melotti
- [Python-checkins] cpython: Make asdl_c.py to generate Python-ast.c changed in issue #15989. serhiy.storchaka
- [Python-checkins] peps: Grammar fix. eric.smith
- [Python-checkins] cpython (2.7): Issue #17849: Raise sensible exception for invalid HTTP tunnel response martin.panter
- [Python-checkins] cpython (2.7): Issue #23406: Clarify documentation on multiplying a sequence martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #23406: Merge 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23406: Merge 3.5 into 3.6 martin.panter
- [Python-checkins] cpython (3.4): Issue #23406: Clarify documentation on multiplying a sequence martin.panter
- [Python-checkins] cpython (3.4): Issue #25004: Handle out-of-disk-space error in LargeMmapTests martin.panter
- [Python-checkins] cpython (3.5): Issue #23406: Remove specific line number from susp-ignored.csv martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25004: Merge 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25004: Merge 3.5 into 3.6 martin.panter
- [Python-checkins] cpython (3.5): Close #24748: Restore imp.load_dynamic compatibility steve.dower
- [Python-checkins] cpython (3.5): Issue #24917: time_strftime() buffer over-read. steve.dower
- [Python-checkins] cpython (3.5): Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think. steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merged in ncoghlan/cpython350 (pull request #17) steve.dower
- [Python-checkins] cpython (3.5): Issue #25005: Backout fix for #8232 because of use of unsafe steve.dower
- [Python-checkins] cpython (3.5): Issue #24305: Prevent import subsystem stack frames from being counted steve.dower
- [Python-checkins] cpython (3.4): Issue #24917: time_strftime() buffer over-read. steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merged in stevedower/cpython350 (pull request #20) steve.dower
- [Python-checkins] cpython (3.5): Reapplied change to test_warnings.py to test_warnings/__init__.py. steve.dower
- [Python-checkins] cpython (merge 3.4 -> 3.5): Null merge from 3.4 steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge from 3.5.0 branch. steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5 steve.dower
- [Python-checkins] cpython (2.7): Issue #24889: When starting Idle, force focus onto Idle window if not already terry.reedy
- [Python-checkins] cpython (3.4): Issue #24889: When starting Idle, force focus onto Idle window if not already terry.reedy
- [Python-checkins] cpython (3.4): Explicitly test archive name in shutil.make_archive() tests to expose failure serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Explicitly test archive name in shutil.make_archive() tests to expose failure serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Explicitly test archive name in shutil.make_archive() tests to expose failure serhiy.storchaka
- [Python-checkins] cpython (2.7): Explicitly test archive name in shutil.make_archive() tests to expose failure serhiy.storchaka
- [Python-checkins] cpython (3.5): Version bump for Python 3.5.0rc3. larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge heads. larry.hastings
- [Python-checkins] cpython (3.5): Added tag v3.5.0rc3 for changeset 66ed52375df8 larry.hastings
- [Python-checkins] cpython (3.5): Updated topics (again) for Python 3.5.0rc3 (second try). larry.hastings
- [Python-checkins] Benchmark Results for Python Default 2015-09-07 lp_benchmark_robot
- [Python-checkins] cpython (3.4): Issue #25018: Fixed testing shutil.make_archive() with relative base_name on serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25018: Fixed testing shutil.make_archive() with relative base_name on serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25018: Fixed testing shutil.make_archive() with relative base_name on serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25018: Fixed testing shutil.make_archive() with relative base_name on serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25019: Fixed a crash caused by setting non-string key of expat parser. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25019: Fixed a crash caused by setting non-string key of expat parser. serhiy.storchaka
- [Python-checkins] cpython (3.4): Raise more correct exception on overflow in setting buffer_size attribute of serhiy.storchaka
- [Python-checkins] cpython (2.7): Backported new tests for attribute setting of expat parser. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25019: Fixed a crash caused by setting non-string key of expat parser. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Raise more correct exception on overflow in setting buffer_size attribute of serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Raise more correct exception on overflow in setting buffer_size attribute of serhiy.storchaka
- [Python-checkins] cpython: Issue #22241: Fix a compiler waring victor.stinner
- [Python-checkins] peps: Made a first attempt at updating PEP 101 on how to update the new web site. larry.hastings
- [Python-checkins] cpython (2.7): Issue #24982: shutil.make_archive() with the "zip" format now adds entries serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24982: shutil.make_archive() with the "zip" format now adds entries serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24982: shutil.make_archive() with the "zip" format now adds entries serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24982: shutil.make_archive() with the "zip" format now adds entries serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25010: Merge with 3.4 zach.ware
- [Python-checkins] cpython (3.4): Issue #25010: Fix path for .pyd example project. zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #25010: Merge with 3.5 zach.ware
- [Python-checkins] cpython (3.4): Fix whitespace in comment. raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge raymond.hettinger
- [Python-checkins] cpython (3.5): Update PCbuild/readme.txt zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Update PCbuild/readme.txt (merge from 3.5) zach.ware
- [Python-checkins] cpython (2.7): Update PCbuild/readme.txt zach.ware
- [Python-checkins] cpython (2.7): Fixed tests for shutil.make_archive() with relative base_name in the case when serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed tests for shutil.make_archive() with relative base_name in the case when serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Fixed tests for shutil.make_archive() with relative base_name in the case when serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Fixed tests for shutil.make_archive() with relative base_name in the case when serhiy.storchaka
- [Python-checkins] Benchmark Results for Python Default 2015-09-08 lp_benchmark_robot
- [Python-checkins] cpython (3.5): docs/whatsnew/3.5: Update peps section yury.selivanov
- [Python-checkins] cpython: Revert change 0eb8c182131e: victor.stinner
- [Python-checkins] cpython: cleanup datetime code victor.stinner
- [Python-checkins] peps: Added some text about escaping quote chars, and about raw f-strings. eric.smith
- [Python-checkins] peps: PEP 498 accepted. Yay! Thanks, all. eric.smith
- [Python-checkins] cpython (3.5): whatsnew/3.5: Fix library news till Py3.5a1. Update other docs. yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: Better formatting; add traceback to significantly improved stdlib yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: Reformat PEP 475 to render in less space; add "ugly" ex in 465 yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #23738: Merge 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (3.4): Issue #23738: Document and test actual keyword parameter names martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge 3.5 branches martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23738: Merge 3.5 into 3.6 martin.panter
- [Python-checkins] cpython (merge default -> default): Merge 3.6 branches martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): merge dangling 3.5 into default terry.reedy
- [Python-checkins] cpython (2.7): Issue 24199: Deprecate idlelib.idlever with a warning on import. terry.reedy
- [Python-checkins] cpython (3.4): Issue 24199: Deprecate idlelib.idlever with a warning on import. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (3.4): os.sendfile(headers=None, trailers=None) arguments are not actually accepted martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 into 3.6 martin.panter
- [Python-checkins] cpython (3.4): Issue #24984: Document AF_BLUETOOTH socket address formats martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24984: Merge 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24984: Merge 3.5 into 3.6 martin.panter
- [Python-checkins] cpython (2.7): Don't encode unicode dirname in test_support.temp_cwd() if unicode file names serhiy.storchaka
- [Python-checkins] Benchmark Results for Python Default 2015-09-09 lp_benchmark_robot
- [Python-checkins] cpython (3.5): whatsnew/3.5: Fix nits per Berker Peksag suggestion yury.selivanov
- [Python-checkins] cpython (3.5): docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag) yury.selivanov
- [Python-checkins] cpython (3.5): Added Misc/NEWS section for Python 3.5.0 final. larry.hastings
- [Python-checkins] cpython (3.5): Issue #25029: MemoryError in test_strptime larry.hastings
- [Python-checkins] cpython (3.5): Adds Mics/NEWS entry for issue #25029. larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge fix for #25029 larry.hastings
- [Python-checkins] cpython (3.5): Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge 3.5.0rc3 revisions back into current 3.5.0 head. larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merged in stevedower/cpython350 (pull request #23) larry.hastings
- [Python-checkins] cpython (3.5): Whitespace fixes to make the commit hook on hg.python.org happy. larry.hastings
- [Python-checkins] cpython (3.5): Post-release update for Python 3.5.0rc4. larry.hastings
- [Python-checkins] cpython (3.5): Added tag v3.5.0rc4 for changeset 2d033fedfa7f larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge Python 3.5.0rc4 back to hg.python.org. larry.hastings
- [Python-checkins] cpython (3.5): Version bump for Python 3.5.0rc4. larry.hastings
- [Python-checkins] cpython (3.5): Moves distutils test import within skippable class. larry.hastings
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5. larry.hastings
- [Python-checkins] cpython: Fix versionchanged directive in datetime.rst berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge 3.5 heads yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: First pass over NEWS is done. yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: Merge argparse entries yury.selivanov
- [Python-checkins] cpython (3.4): Issue #24857: Comparing call_args to a long sequence now correctly returns a berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24857: Comparing call_args to a long sequence now correctly returns a berker.peksag
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24857: Comparing call_args to a long sequence now correctly returns a berker.peksag
- [Python-checkins] cpython: Make _PyTime_RoundHalfEven() private again victor.stinner
- [Python-checkins] cpython: pytime: add _PyTime_Round() helper to factorize code victor.stinner
- [Python-checkins] cpython: test_time: rewrite PyTime API rounding tests victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Fixes handling of read-only files when creating zip package. steve.dower
- [Python-checkins] cpython (3.5): Fixes handling of read-only files when creating zip package. steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge typing doc updates from larry's branch. guido.van.rossum
- [Python-checkins] cpython (3.5): Update typing docs based on a patch by Ivan Levkivskyi (but much rewritten by guido.van.rossum
- [Python-checkins] cpython (3.5): Update typing docs based on a patch by Daniel Andrade Groppe. guido.van.rossum
- [Python-checkins] cpython (3.5): Merge typing docs cleanup diff by Zach Ware from default back into 350 branch. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Merge typing docs from 3.5 branch. guido.van.rossum
- [Python-checkins] cpython: Simply deque repeat by reusing code in in-line repeat. Avoid unnecessary raymond.hettinger
- [Python-checkins] cpython (3.5): whatsnew/3.5: Mention issue 22464 yury.selivanov
- [Python-checkins] cpython: Fix test_time on Windows victor.stinner
- [Python-checkins] peps: After discussing with Guido, allow both 'f' and 'F'. eric.smith
- [Python-checkins] cpython: Fix test_time on platform with 32-bit time_t type victor.stinner
- [Python-checkins] Benchmark Results for Python Default 2015-09-10 lp_benchmark_robot
- [Python-checkins] cpython: Try to fix test_time.test_AsSecondsDouble() on "x86 Gentoo Non-Debug with X victor.stinner
- [Python-checkins] cpython: New try to fix test_time.test_AsSecondsDouble() on x86 buildbots. victor.stinner
- [Python-checkins] cpython: pytime: add _PyTime_check_mul_overflow() macro to avoid undefined behaviour victor.stinner
- [Python-checkins] cpython: pytime: oops, fix typos on Windows victor.stinner
- [Python-checkins] Benchmark Results for Python 2.7 2015-09-10 lp_benchmark_robot
- [Python-checkins] cpython (merge 3.5 -> default): Restore doc updates to typing.rst by Ivan Levkivskyi and Daniel Andrade Groppe. guido.van.rossum
- [Python-checkins] cpython (3.5): Restore doc updates to typing.rst by Ivan Levkivskyi and Daniel Andrade Groppe. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Use print function in mock docs. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> 3.5): Use print function in mock docs. berker.peksag
- [Python-checkins] cpython (3.4): Use print function in mock docs. berker.peksag
- [Python-checkins] cpython (3.5): Fix typos and improve markup in typing.rst. berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Fix typos and improve markup in typing.rst. berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Add the original author of profile.py back to the docs, at his request. (Merge) guido.van.rossum
- [Python-checkins] cpython (3.5): Add the original author of profile.py back to the docs, at his request. guido.van.rossum
- [Python-checkins] cpython (2.7): Add the original author of profile.py back to the docs, at his request. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Closes #25022: Merge with 3.5 zach.ware
- [Python-checkins] cpython (3.4): Issue #25022: Remove PC/example_nt/ zach.ware
- [Python-checkins] cpython (2.7): Issue #25022: Remove PC/example_nt/ zach.ware
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25022: Merge with 3.4 zach.ware
- [Python-checkins] cpython (2.7): Issue #25022: Add NEWS, fix docs to not mention the old example. zach.ware
- [Python-checkins] cpython (3.4): Issue #25022: Add NEWS, fix docs to not mention the old example. zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #25022 (again): Merge with 3.5 zach.ware
- [Python-checkins] cpython (3.5): whatsnew/3.5: Editorialization pass on library section yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: More edits -- use articles consistently; fix refs yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: Describe changes in issue #22980 yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #22980, whatsnew/3.5) yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: Don't mention pyio.FileIO yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: Clarify types.coroutine & types.CoroutineType yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: Fix refs in the importlib section yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: Another editing pass yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: Reformat code examples yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24984: Merge BTPROTO_SCO doc fix from 3.5 martin.panter
- [Python-checkins] cpython (3.4): Issue #24984: BTPROTO_SCO supports only bytes objects martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24984: Merge BTPROTO_SCO doc fix from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (3.4): Issue #25022: Avoid warning about unused suspicious rule martin.panter
- [Python-checkins] cpython (2.7): Issue #25022: Avoid warning about unused suspicious rule martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25022: Merge susp-ignored.csv from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25022: Merge susp-ignored.csv from 3.5 martin.panter
- [Python-checkins] cpython (3.5): whatsnew/3.5: Second pass over NEWS entries yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#25060) benjamin.peterson
- [Python-checkins] cpython (3.5): compute stack effect of BUILD_MAP correctly (closes #25060) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25030: Merge seek() doc fixes from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #25030: Do not document seek() as if it accepts keyword arguments martin.panter
- [Python-checkins] cpython (3.4): Issue #25030: Do not document seek() as if it accepts keyword arguments martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25030: Merge seek() doc fixes from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (3.5): whatsnew/3.5: Sync whatsnew with versionadded/versionchanged doc tags yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: Drop empty section yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: Fix nits yury.selivanov
- [Python-checkins] Daily reference leaks (1c94ab9c5ecf): sum=18942 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 victor.stinner
- [Python-checkins] cpython (3.4): Issue #24684: socket.socket.getaddrinfo() now calls victor.stinner
- [Python-checkins] cpython (2.7): Issue #24684: socket.socket.getaddrinfo() now calls victor.stinner
- [Python-checkins] Benchmark Results for Python 2.7 2015-09-11 lp_benchmark_robot
- [Python-checkins] Benchmark Results for Python Default 2015-09-11 lp_benchmark_robot
- [Python-checkins] cpython (3.5): Removes invalid installer options from documentation. steve.dower
- [Python-checkins] cpython (2.7): Fix grammatical error in csv docs. zach.ware
- [Python-checkins] cpython (3.4): Fix grammatical error in csv docs. zach.ware
- [Python-checkins] peps: Make the ignoring of envs more broad. brett.cannon
- [Python-checkins] cpython (3.5): whatsnew/3.5: Added missed author names. serhiy.storchaka
- [Python-checkins] cpython (3.5): Adds 3.5.0 header to Misc/NEWS steve.dower
- [Python-checkins] cpython (3.5): Issue #25071: Windows installer should not require TargetDir parameter when steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge from 3.5.0 steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25071: Windows installer should not require TargetDir parameter when steve.dower
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25043: Merge Bluetooth doc from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25043: Merge Bluetooth doc from 3.5 martin.panter
- [Python-checkins] cpython (3.4): Issue #25043: Document BDADDR_ and HCI_ Bluetooth socket constants martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Dummy merge 3.4 into 3.5; socket.sendfile() exists in 3.5 martin.panter
- [Python-checkins] cpython (3.4): Issue #25063: socket.sendfile() does not exist in 3.4 martin.panter
- [Python-checkins] cpython (3.5): socket.sendfile() is a method not a module martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge sendfile() doc fixes from 3.5 martin.panter
- [Python-checkins] cpython (3.4): Issue #16473: Fix byte transform codec documentation; test quotetabs=True martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #16473: Merge codecs doc and test from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #16473: Merge codecs doc and test from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Remove and enable misplaced codecs tests ported from Python 3 martin.panter
- [Python-checkins] cpython (2.7): Issue #16473: Fix byte transform codec documentation; test quotetabs=True martin.panter
- [Python-checkins] Daily reference leaks (3ecb5766ba15): sum=18887 solipsis at pitrou.net
- [Python-checkins] peps: Fix 2 typos. Thanks Johan Musaeus Bruun. eric.smith
- [Python-checkins] peps: Added a note about concatenating adjacent f-strings. eric.smith
- [Python-checkins] cpython (2.7): Marked keystrokes with the :kbd: role. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Marked keystrokes with the :kbd: role. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Marked keystrokes with the :kbd: role. serhiy.storchaka
- [Python-checkins] cpython (3.4): Marked keystrokes with the :kbd: role. serhiy.storchaka
- [Python-checkins] cpython: In-line the append operations inside deque_inplace_repeat(). raymond.hettinger
- [Python-checkins] peps: Removed being able to combine 'f' with 'u'. eric.smith
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25021: Merge 3.5 to default kristjan.jonsson
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25021: Merge 3.4 to 3.5 kristjan.jonsson
- [Python-checkins] cpython (merge 3.3 -> 3.4): Issue #25021: Merge from 3.3 to 3.4 kristjan.jonsson
- [Python-checkins] cpython (3.3): Issue #25021: Correctly make sure that product.__setstate__ does not access kristjan.jonsson
- [Python-checkins] cpython (merge default -> default): Merge kristjan.jonsson
- [Python-checkins] cpython (3.5): whatsnew/3.5: Edits yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5 More edits yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: Update editor's email addresses yury.selivanov
- [Python-checkins] peps: Update email address for Yury Selivanov yury.selivanov
- [Python-checkins] cpython: Fixed indentation. eric.smith
- [Python-checkins] peps: Some grammar and typo fixes. eric.smith
- [Python-checkins] cpython (3.4): fix name of argument in docstring and the docs (closes #25076) benjamin.peterson
- [Python-checkins] cpython (2.7): fix name of argument in docstring and the docs (closes #25076) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#25076) benjamin.peterson
- [Python-checkins] peps: PEP 495: Restore the transitivity of == comparisons. alexander.belopolsky
- [Python-checkins] cpython (3.5): whatsnew/3.5: Add some examples yury.selivanov
- [Python-checkins] peps: PEP 495: Corrected the description of an interzone arithmetic paradox. alexander.belopolsky
- [Python-checkins] peps: PEP 495: Minor rewording. alexander.belopolsky
- [Python-checkins] cpython (3.5): whatsnew/3.5: Cover asyncio changes relative to 3.4.0 yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: More examples yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: Tweak asyncio module section yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: Fix formatting yury.selivanov
- [Python-checkins] peps: Minor typo fix. ("Widnows" -> "Windows") larry.hastings
- [Python-checkins] cpython (3.5): whatsnew/3.5: Delete prerelease warning note. yury.selivanov
- [Python-checkins] cpython: Fix refcount. raymond.hettinger
- [Python-checkins] Daily reference leaks (0790c2e00eca): sum=33569 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): whatsnew/3.5: Fix formatting. More minor edits. serhiy.storchaka
- [Python-checkins] cpython (3.5): whatsnew/3.5: Reorder stuff (issue #25082). yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: Fix typo (issue #25082) yury.selivanov
- [Python-checkins] peps: Minor PEP 101 tweak. larry.hastings
- [Python-checkins] cpython (3.5): Added tag v3.5.0 for changeset 374f501f4567 larry.hastings
- [Python-checkins] cpython (3.5): Post-release updates for Python 3.5.0. larry.hastings
- [Python-checkins] cpython (3.5): Backported the What's New In 3.5 from 3.5.1 to 3.5.0 (final!). larry.hastings
- [Python-checkins] cpython (3.5): Version bump for Python 3.5.0 final. larry.hastings
- [Python-checkins] cpython (3.5): Final touch-ups for the What's New In Python 3.5 document. larry.hastings
- [Python-checkins] cpython (3.5): Regenerate pydoc topics, fix minor non-RST formatting in Misc/NEWS. larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge release engineering work from Python 3.5.0. larry.hastings
- [Python-checkins] cpython (3.5): whatsnew/3.5: One more edit yury.selivanov
- [Python-checkins] cpython (3.5): whatsnew/3.5: Fix typo yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Fixed a typo in the -b option. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Use :menuselection: in whatsnew/3.4. serhiy.storchaka
- [Python-checkins] cpython (3.4): Use :menuselection: in whatsnew/3.4. serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed a typo in the -b option. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Use :menuselection: in whatsnew/3.4. serhiy.storchaka
- [Python-checkins] cpython (3.5): Closes #25078: Document InstallAllUsers installer parameter default 0 steve.dower
- [Python-checkins] cpython: Add an exact type match fast path for deque_copy(). raymond.hettinger
- [Python-checkins] cpython: Tighten inner-loop for deque_inplace_repeat(). raymond.hettinger
- [Python-checkins] Benchmark Results for Python Default 2015-09-14 lp_benchmark_robot
- [Python-checkins] Benchmark Results for Python 2.7 2015-09-14 lp_benchmark_robot
- [Python-checkins] Daily reference leaks (c2c4400bb12c): sum=17877 solipsis at pitrou.net
- [Python-checkins] peps: PEP 13 barry.warsaw
- [Python-checkins] cpython (2.7): test_gdb: fix regex to parse the GDB version victor.stinner
- [Python-checkins] cpython (3.4): test_gdb: fix regex to parse the GDB version victor.stinner
- [Python-checkins] peps: Move 13 -> 103 barry.warsaw
- [Python-checkins] peps: Apply PEP 502 changes from Mike Miller chris.angelico
- [Python-checkins] peps: Touchup for PEP 101: installed docs should be group-writeable. larry.hastings
- [Python-checkins] cpython (3.5): Issue #25118: Fix a regression of Python 3.5.0 in os.waitpid() on Windows. victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (os.waitpid) victor.stinner
- [Python-checkins] Daily reference leaks (4a431c65e57e): sum=61923 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #25122: try to debug test_eintr hang on FreeBSD victor.stinner
- [Python-checkins] Benchmark Results for Python Default 2015-09-15 lp_benchmark_robot
- [Python-checkins] Benchmark Results for Python 2.7 2015-09-15 lp_benchmark_robot
- [Python-checkins] peps: pep-0103.rst -> pep-0103.txt barry.warsaw
- [Python-checkins] peps: Another update to 103 barry.warsaw
- [Python-checkins] peps: PEP 504: Using the System RNG by default nick.coghlan
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25105: Update susp-ignored.csv to avoid false positives berker.peksag
- [Python-checkins] cpython (3.5): Issue #25105: Update susp-ignored.csv to avoid false positives berker.peksag
- [Python-checkins] cpython (3.4): Issue #25127: Fix typo in concurrent.futures.rst berker.peksag
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25127: Fix typo in concurrent.futures.rst berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25127: Fix typo in concurrent.futures.rst berker.peksag
- [Python-checkins] cpython (3.5): whatsnew/3.5: Add missing word "class" berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): whatsnew/3.5: Add missing word "class" berker.peksag
- [Python-checkins] peps: PEP 495: Added a fitting epigtaph to the "Temporal Arithmetic" section. alexander.belopolsky
- [Python-checkins] cpython: Issue #25122: Fix test_eintr, kill child process on error victor.stinner
- [Python-checkins] cpython (3.5): Issue #25134: Update asyncio doc for SSL on Windows victor.stinner
- [Python-checkins] cpython: Issue #25122: test_eintr: don't redirect stdout to stderr victor.stinner
- [Python-checkins] cpython: Issue #25122: optimize test_eintr victor.stinner
- [Python-checkins] cpython: Issue #25122: add debug traces to test_eintr.test_open() victor.stinner
- [Python-checkins] Daily reference leaks (5388fa98f7a3): sum=17869 solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python 2.7 2015-09-16 lp_benchmark_robot
- [Python-checkins] Benchmark Results for Python Default 2015-09-16 lp_benchmark_robot
- [Python-checkins] peps: PEP 504: expand ensure_repeatable docstring nick.coghlan
- [Python-checkins] peps: Major simplification of PEP 504 nick.coghlan
- [Python-checkins] cpython (3.5): whatsnew/3.5: Reword bytes*.hex message yury.selivanov
- [Python-checkins] Daily reference leaks (e33b4c18af59): sum=17877 solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python 2.7 2015-09-17 lp_benchmark_robot
- [Python-checkins] Benchmark Results for Python Default 2015-09-17 lp_benchmark_robot
- [Python-checkins] cpython: Close issue24840: Enum._value_ is queried for bool(); original patch by Mike ethan.furman
- [Python-checkins] cpython: Close issue25147: use C implementation of OrderedDict ethan.furman
- [Python-checkins] cpython (3.4): Issue24756: clarify usage of run_docstring_examples() ethan.furman
- [Python-checkins] cpython (2.7): Issue24756: clarify usage of run_docstring_examples() ethan.furman
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue24756: clarify usage of run_docstring_examples() ethan.furman
- [Python-checkins] cpython (merge 3.5 -> default): Close issue24756: clarify usage of run_docstring_examples() ethan.furman
- [Python-checkins] cpython: Issue 25147: add reason for using _collections ethan.furman
- [Python-checkins] cpython (merge 3.4 -> 3.5): Null merge serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25108: Backported tests for traceback functions print_stack(), serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Null merge serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25108: Omitted internal frames in traceback functions print_stack(), serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25108: Omitted internal frames in traceback functions print_stack(), serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25108: Backported tests for traceback functions print_stack(), serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25160: Fix import_init() comments and messages victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (imp/_imp) victor.stinner
- [Python-checkins] Daily reference leaks (c8689d3df68a): sum=17877 solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python Default 2015-09-18 lp_benchmark_robot
- [Python-checkins] Benchmark Results for Python 2.7 2015-09-18 lp_benchmark_robot
- [Python-checkins] cpython (merge 3.5 -> default): Null merge 3.5 victor.stinner
- [Python-checkins] cpython: Issue #25122: Fix test_eintr.test_open() on FreeBSD victor.stinner
- [Python-checkins] cpython (3.5): Issue #25122: sync test_eintr with Python 3.6 victor.stinner
- [Python-checkins] cpython: Issue #25155: Add _PyTime_AsTimevalTime_t() function victor.stinner
- [Python-checkins] cpython (3.5): odictobject.c: fix compiler warning victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (pytime, odict) victor.stinner
- [Python-checkins] cpython (3.5): Issue #25155: Add _PyTime_AsTimevalTime_t() function victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (NEWS) victor.stinner
- [Python-checkins] cpython (3.5): Issue #25155: document the bugfix in Misc/NEWS victor.stinner
- [Python-checkins] cpython (3.5): Issue #25155: Fix _PyTime_Divide() rounding victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (pytime) victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Null merge 3.5: datetime was already fixed, but with a very different victor.stinner
- [Python-checkins] cpython (3.4): Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods victor.stinner
- [Python-checkins] cpython: Oops, fix test_microsecond_rounding() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (datetime rounding) victor.stinner
- [Python-checkins] cpython (3.5): Issue #25150: Hide the private _Py_atomic_xxx symbols from the public victor.stinner
- [Python-checkins] cpython: Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() victor.stinner
- [Python-checkins] cpython: Issue #25003: Skip test_os.URandomFDTests on Solaris 11.3 and newer victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (test_email) victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (test_email) victor.stinner
- [Python-checkins] cpython (3.4): Issue #24836: Skip FormatDateTests of test_email.test_utils on Mac OS X Snow victor.stinner
- [Python-checkins] cpython (2.7): Give proper credit for issue #24915 brett.cannon
- [Python-checkins] cpython (2.7): Issue #24915: Make PGO builds support Clang and use the test suite for brett.cannon
- [Python-checkins] cpython (3.5): Issue #24915: Add Clang support to PGO builds and use the test suite brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge for issue #24915 brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge for issue #25133 brett.cannon
- [Python-checkins] cpython (3.5): Make it clearer that the constants in the selectors docs are module-level brett.cannon
- [Python-checkins] peps: Create PEP 505 for None-aware operators chris.angelico
- [Python-checkins] peps: Copyedit PEP 505 (one bit I missed in the first pass) chris.angelico
- [Python-checkins] cpython: Hoist constant expression out of an inner loop raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #25101: Try to create a file to test write access in test_zipfile. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25101: Try to create a file to test write access in test_zipfile. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25101: Try to create a file to test write access in test_zipfile. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25101: Try to create a file to test write access in test_zipfile. serhiy.storchaka
- [Python-checkins] Daily reference leaks (f03c074b6242): sum=17877 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #24999: In longobject.c, use two shifts instead of ">> 2*PyLong_SHIFT" to victor.stinner
- [Python-checkins] peps: Make it clear that __format__ isn't called on the value of each expression, but eric.smith
- [Python-checkins] cpython: Add a fast path (no iterator creation) for a common case for repeating deques raymond.hettinger
- [Python-checkins] cpython: Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation eric.smith
- [Python-checkins] peps: Some PEP 505 fixes from Mark. georg.brandl
- [Python-checkins] cpython: Temporary hack for issue #25180: exclude test_fstring.py from the unparse eric.smith
- [Python-checkins] peps: Create PEP 506 by RSTifying Steven's content chris.angelico
- [Python-checkins] peps: PEP 505: Fix typo and markup berker.peksag
- [Python-checkins] peps: PEP 506: Improve markup berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25176: Merge cgi.parse_qsl link from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25176: Merge cgi.parse_qsl link from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (3.4): Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä martin.panter
- [Python-checkins] test: Trying out obvuscated email address martin.panter
- [Python-checkins] cpython (2.7): Issue #25108: Fixed test_traceback in the case when this test is run twice. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24199: Add stacklevel to deprecation warning call. terry.reedy
- [Python-checkins] cpython (3.4): Issue #24199: Add stacklevel to deprecation warning call. terry.reedy
- [Python-checkins] devguide: Realign section label nick.coghlan
- [Python-checkins] devguide: Add maintainer list to main ToC nick.coghlan
- [Python-checkins] Daily reference leaks (f08d56387982): sum=17877 solipsis at pitrou.net
- [Python-checkins] devguide: Fix heading marker nick.coghlan
- [Python-checkins] peps: Withdraw PEP 504 in favour of 506 nick.coghlan
- [Python-checkins] peps: PEP 504 is withdrawn, not deferred nick.coghlan
- [Python-checkins] cpython (3.4): use a more modern UA (#25145) benjamin.peterson
- [Python-checkins] cpython (3.4): remove reference to PyGoogle (#25145) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#25145) benjamin.peterson
- [Python-checkins] cpython (2.7): remove reference to PyGoogle (#25145) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#25145) benjamin.peterson
- [Python-checkins] cpython (2.7): use a more modern UA (#25145) benjamin.peterson
- [Python-checkins] cpython: Issue 25180: Fix Tools/parser/unparse.py for f-strings. Patch by Martin Panter. eric.smith
- [Python-checkins] cpython (2.7): Issue #16893: Replace help.txt with idle.html for Idle doc display. terry.reedy
- [Python-checkins] cpython (2.7): Issue #16893: whitespace in idle.html. terry.reedy
- [Python-checkins] cpython (2.7): Issue #16893: include new files terry.reedy
- [Python-checkins] cpython (3.4): Issue #16893: Replace help.txt with idle.html for Idle doc display. terry.reedy
- [Python-checkins] cpython (2.7): Issue #16893: whitespace in help.py. terry.reedy
- [Python-checkins] cpython (3.4): Issue #16893: whitespace in idle.html. terry.reedy
- [Python-checkins] peps: PEP 495: Added a gap sketch. alexander.belopolsky
- [Python-checkins] peps (merge default -> default): merge alexander.belopolsky
- [Python-checkins] peps: PEP 495: Give up waiting for sidebar rendering to be fixed. alexander.belopolsky
- [Python-checkins] peps: PEP 495: Removed emacs-generated artifact. alexander.belopolsky
- [Python-checkins] peps: PEP 495: Attempt to fix the fold sketch by renaming the image file. alexander.belopolsky
- [Python-checkins] peps: PEP 495: Rewrote Guidelines for New tzinfo Implementations. alexander.belopolsky
- [Python-checkins] cpython (2.7): Issue #25199: Idle: add synchronization comments for future maintainers. terry.reedy
- [Python-checkins] cpython (3.4): Issue #25199: Idle: add synchronization comments for future maintainers. terry.reedy
- [Python-checkins] cpython (2.7): Issue #16893: finish deprecation. terry.reedy
- [Python-checkins] cpython (3.4): Issue #16893: finish deprecation. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25169: os.getppid() is available on Windows since Python 3.2. berker.peksag
- [Python-checkins] cpython (3.4): Issue #25169: os.getppid() is available on Windows since Python 3.2. berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25169: os.getppid() is available on Windows since Python 3.2. berker.peksag
- [Python-checkins] peps: PEP 495: New pickle format. alexander.belopolsky
- [Python-checkins] peps: PEP 495: Updated the Github link. alexander.belopolsky
- [Python-checkins] peps: PEP 495: Updated the datetime.h link. alexander.belopolsky
- [Python-checkins] cpython (3.4): Add NEWS items for Idle. terry.reedy
- [Python-checkins] cpython (2.7): Add NEWS items for Idle. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): Add NEWS items for Idle. terry.reedy
- [Python-checkins] cpython: Add NEWS items for Idle to 3.6.0a1 section. terry.reedy
- [Python-checkins] cpython (3.4): Issue #23484: Document differences between synchronization primitives of berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23484: Document differences between synchronization primitives of berker.peksag
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #23484: Document differences between synchronization primitives of berker.peksag
- [Python-checkins] peps: PEP 495: Corrected a typo. alexander.belopolsky
- [Python-checkins] cpython (2.7): Issue #23484: Document differences between synchronization primitives of berker.peksag
- [Python-checkins] cpython (3.4): Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines terry.reedy
- [Python-checkins] cpython (2.7): Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines terry.reedy
- [Python-checkins] cpython (2.7): Issue #24861: Add docstring to idlelib.__init__ with 'private' warning. terry.reedy
- [Python-checkins] cpython (3.4): Issue #24861: Add docstring to idlelib.__init__ with 'private' warning. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (test_socket, issue #25138) victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (test_socket, issue #25138) victor.stinner
- [Python-checkins] cpython (3.4): Issue #25138: test_socket.test_idna() uses support.transient_internet() instead victor.stinner
- [Python-checkins] Daily reference leaks (b31cc00d4363): sum=17877 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (test_eintr, FreeBSD) victor.stinner
- [Python-checkins] cpython (3.5): Issue #25122: test_eintr: the FreeBSD fix will be released in FreeBSD 10.3 victor.stinner
- [Python-checkins] Benchmark Results for Python Default 2015-09-21 lp_benchmark_robot
- [Python-checkins] Benchmark Results for Python 2.7 2015-09-21 lp_benchmark_robot
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (asyncio) victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Issue #25114, asyncio: add ssl_object extra info to SSL transports victor.stinner
- [Python-checkins] cpython (3.5): Issue #25114: Adjust versionchanged in the doc victor.stinner
- [Python-checkins] cpython (3.4): Issue #23630, asyncio: host parameter of loop.create_server() can now be a victor.stinner
- [Python-checkins] peps: PEP 495: Applied a patch from Carl Meyer. alexander.belopolsky
- [Python-checkins] peps: PEP 495: Mention pure Python datetime.py in the .replace(fold=None) rationale. alexander.belopolsky
- [Python-checkins] peps: PEP 495: Corrected a typo. Thanks Carl Meyer. alexander.belopolsky
- [Python-checkins] cpython: Issue #24779: Remove unused rawmode parameter to unicode_decode. eric.smith
- [Python-checkins] peps: A variety of small edits and clarifications to PEP 495. guido.van.rossum
- [Python-checkins] cpython (3.4): Issue #25114: Fix test_asyncio victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (test_asyncio) victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (test_asyncio) victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (Issue #23630, fix test_asyncio) victor.stinner
- [Python-checkins] cpython: Merge 3.5 (Issue #23630, fix test_asyncio) victor.stinner
- [Python-checkins] cpython (3.4): Issue #23630: Fix test_asyncio on Windows victor.stinner
- [Python-checkins] cpython: Issue #25207, #14626: Fix ICC compiler warnings in posixmodule.c victor.stinner
- [Python-checkins] cpython: ssue #25207: fix ICC compiler warning in msvcrtmodule.c victor.stinner
- [Python-checkins] peps: PEP 495 (minor): Corected markup. alexander.belopolsky
- [Python-checkins] peps: Partial fix for issue 25206: Fixed format() call. eric.smith
- [Python-checkins] peps: PEP 495 (minor): Final edits. alexander.belopolsky
- [Python-checkins] cpython: Issue #24870: Optimize the ASCII decoder for error handlers: surrogateescape, victor.stinner
- [Python-checkins] cpython: Issue #24870: Add _PyUnicodeWriter_PrepareKind() macro victor.stinner
- [Python-checkins] cpython: Issue #24870: Reuse the new _Py_error_handler enum victor.stinner
- [Python-checkins] cpython: _PyUnicodeWriter_PrepareInternal(): make the assertion more strict victor.stinner
- [Python-checkins] cpython: Issue #25207, #14626: Fix my commit. victor.stinner
- [Python-checkins] cpython (3.4): Issue #24861: add Idle news item and correct previous errors. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): Marge 3.4 terry.reedy
- [Python-checkins] cpython (2.7): Issue #24861: add Idle news items and correct previous errors. terry.reedy
- [Python-checkins] peps: PEP 495: Changed status to "Accepted." alexander.belopolsky
- [Python-checkins] peps: PEP 500: Changed status to "Rejected." alexander.belopolsky
- [Python-checkins] cpython (2.7): whitespace terry.reedy
- [Python-checkins] cpython (3.4): Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. terry.reedy
- [Python-checkins] cpython (2.7): Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. terry.reedy
- [Python-checkins] cpython (3.4): whitespace terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. terry.reedy
- [Python-checkins] cpython: Minor consistency improvements to negative value comparisons. raymond.hettinger
- [Python-checkins] cpython: Eliminate unnecessary variable raymond.hettinger
- [Python-checkins] Daily reference leaks (2c3f9b7b457d): sum=61923 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #24870: revert unwanted change victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial calls berker.peksag
- [Python-checkins] cpython (3.5): Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial calls berker.peksag
- [Python-checkins] Benchmark Results for Python 2.7 2015-09-22 lp_benchmark_robot
- [Python-checkins] Benchmark Results for Python Default 2015-09-22 lp_benchmark_robot
- [Python-checkins] peps: More on issue 25206: typo. eric.smith
- [Python-checkins] peps: Simplified example. eric.smith
- [Python-checkins] cpython (3.5): Issue #25126: Clarifies that the non-web installer will download some steve.dower
- [Python-checkins] cpython (3.5): Issue #25102: Windows installer does not precompile for -O or -OO. steve.dower
- [Python-checkins] cpython (3.5): Issue #25081: Makes Back button in installer go back to upgrade page when steve.dower
- [Python-checkins] cpython (3.5): Issue #25213: Restores requestedExecutionLevel to manifest to disable UAC steve.dower
- [Python-checkins] cpython (3.5): Issue #25092: Fix datetime.strftime() failure when errno was already set to steve.dower
- [Python-checkins] cpython (3.5): Closes #25085 and #25086: Exclude distutils and test directories from steve.dower
- [Python-checkins] cpython (3.5): Issue #25091: Increases font size of the installer. steve.dower
- [Python-checkins] cpython (2.7): Issue #19143: platform module now reads Windows version from kernel32.dll to steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #19143: platform module now reads Windows version from kernel32.dll to steve.dower
- [Python-checkins] cpython (3.5): Issue #19143: platform module now reads Windows version from kernel32.dll to steve.dower
- [Python-checkins] cpython (3.4): Issue #19143: platform module now reads Windows version from kernel32.dll to steve.dower
- [Python-checkins] cpython (3.4): Handle calls to win32_ver from non-Windows platform steve.dower
- [Python-checkins] cpython (2.7): Handle calls to win32_ver from non-Windows platform steve.dower
- [Python-checkins] cpython (2.7): Issue #24570: Right-click for context menus now work on Mac Aqual also. terry.reedy
- [Python-checkins] cpython (3.4): Issue #24570: Right-click for context menus now work on Mac Aqual also. terry.reedy
- [Python-checkins] cpython (3.5): Issues #25112: py.exe launcher is missing icons steve.dower
- [Python-checkins] cpython (3.4): Issue #25047: Respect case writing XML encoding declarations martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25047: Merge Element Tree encoding from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25047: Merge Element Tree encoding from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (3.4): Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning terry.reedy
- [Python-checkins] cpython (2.7): Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #12067: Merge comparisons doc from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (3.4): Issue #12067: Rewrite Comparisons section in the language reference martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #12067: Merge comparisons doc from 3.5 martin.panter
- [Python-checkins] cpython (3.4): Idlelib.help: add 'b' prefix needed for bytes + bytes. terry.reedy
- [Python-checkins] cpython (3.4): Issue #25219: Update doc for Idle command line options. terry.reedy
- [Python-checkins] cpython (2.7): Issue #25219: Update doc for Idle command line options. terry.reedy
- [Python-checkins] Daily reference leaks (47fe144fc24a): sum=61926 solipsis at pitrou.net
- [Python-checkins] cpython: Eliminate unnecessary variables raymond.hettinger
- [Python-checkins] Benchmark Results for Python 2.7 2015-09-23 lp_benchmark_robot
- [Python-checkins] Benchmark Results for Python Default 2015-09-23 lp_benchmark_robot
- [Python-checkins] cpython: Move f-string compilation of the expression earlier, before the conversion eric.smith
- [Python-checkins] cpython: Added more f-string test for empty expressions. eric.smith
- [Python-checkins] cpython: f-strings: More tests for empty expressions along with missing closing braces. eric.smith
- [Python-checkins] cpython: Issue #25220: Create Lib/test/libregrtest/ victor.stinner
- [Python-checkins] cpython: Issue #25220: Backed out changeset eaf9a99b6bb8 victor.stinner
- [Python-checkins] cpython (2.7): Issue 25224: Augment Idle doc feature list and no-subprocess section terry.reedy
- [Python-checkins] cpython (3.4): Issue 25224: Augment Idle doc feature list and no-subprocess section terry.reedy
- [Python-checkins] cpython (2.7): Issue #25211: Fix error message code in test_long; patch from s-wakaba martin.panter
- [Python-checkins] cpython: Replace an unpredictable branch with a simple addition. raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #22820: Explain need for *print* when running file from Idle editor. terry.reedy
- [Python-checkins] cpython (2.7): Issue #22820: Explain need for *print* when running file from Idle editor. terry.reedy
- [Python-checkins] cpython (3.4): Issue #24894: Document the codec iso8859_11 victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (codecs, issue #24894) victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (codecs, issue #24894) victor.stinner
- [Python-checkins] cpython (2.7): Issue #24894: Document the codec iso8859_11 victor.stinner
- [Python-checkins] cpython (2.7): Issue 21995: Explain some differences between IDLE and console Python. terry.reedy
- [Python-checkins] cpython (3.4): Issue 21995: Explain some differences between IDLE and console Python. terry.reedy
- [Python-checkins] Daily reference leaks (d20deb8601c1): sum=17880 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Fix #25208: Improve "Develop with asyncio" doc page. andrew.svetlov
- [Python-checkins] cpython (3.4): Add Benjamin Hodgson to Misc/ACK andrew.svetlov
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 -> 3.5 andrew.svetlov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 -> default andrew.svetlov
- [Python-checkins] peps: Issue 25206: fix f-string exceptions to match the code. eric.smith
- [Python-checkins] cpython: Issue #25227: Cleanup unicode_encode_ucs1() error handler victor.stinner
- [Python-checkins] Benchmark Results for Python Default 2015-09-24 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-09-24 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Fixed error creation if the problem is an empty expression in an f-string: use eric.smith
- [Python-checkins] peps: Add the data-gpg-sig attribute to file links donald.stufft
- [Python-checkins] peps: Accept the PEP donald.stufft
- [Python-checkins] cpython (3.4): Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text terry.reedy
- [Python-checkins] cpython (2.7): Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text terry.reedy
- [Python-checkins] peps: PEP 495 (minor): Corrected a typo. alexander.belopolsky
- [Python-checkins] cpython (2.7): Issue #25225: Condense and rewrite Idle doc section on text colors. terry.reedy
- [Python-checkins] cpython (3.4): Issue #25225: Condense and rewrite Idle doc section on text colors. terry.reedy
- [Python-checkins] cpython (2.7): Issue #25225: add revised .html. terry.reedy
- [Python-checkins] cpython (3.4): Issue #25225: add revised .html. terry.reedy
- [Python-checkins] cpython (2.7): Issue #25198: Idle doc viewer now uses user width and height setting. terry.reedy
- [Python-checkins] cpython (3.4): Issue #25198: Idle doc viewer now uses user width and height setting. terry.reedy
- [Python-checkins] Daily reference leaks (089146b8ccc6): sum=17869 solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python Default 2015-09-25 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-09-25 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #25186: Remove duplicated function from importlib._bootstrap_external brett.cannon
- [Python-checkins] cpython (3.4): Issue #25211: Eliminate lazy error message class by using subTest martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25211: Merge test_long from 3.4 into 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25211: Merge test_long from 3.5 martin.panter
- [Python-checkins] cpython (3.4): Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. terry.reedy
- [Python-checkins] cpython (2.7): Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. terry.reedy
- [Python-checkins] cpython (3.5): make opening brace of container literals and comprehensions correspond to the benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#25131) benjamin.peterson
- [Python-checkins] cpython (3.4): prevent overflow in _Unpickler_Read benjamin.peterson
- [Python-checkins] cpython (3.5): Issue #25135: Avoid possible reentrancy issues in deque_clear. raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #25135: Avoid possible reentrancy issues in deque_clear. raymond.hettinger
- [Python-checkins] cpython: Hoist constant expression out of an inner loop. raymond.hettinger
- [Python-checkins] Daily reference leaks (50a79646044b): sum=17880 solipsis at pitrou.net
- [Python-checkins] cpython: Precomputing the number iterations allows the inner-loop to be vectorizable. raymond.hettinger
- [Python-checkins] cpython: Issue #25220: Move most regrtest.py code to libregrtest victor.stinner
- [Python-checkins] cpython (2.7): Issue #24988: Idle ScrolledList context menus (used in debugger) terry.reedy
- [Python-checkins] cpython (3.4): Issue #24988: Idle ScrolledList context menus (used in debugger) terry.reedy
- [Python-checkins] cpython (2.7): Issue #24570: Idle: make calltip and completion boxes appear on Macs terry.reedy
- [Python-checkins] cpython (3.4): Issue #24570: Idle: make calltip and completion boxes appear on Macs terry.reedy
- [Python-checkins] cpython: Bump up the maximum number of freeblocks raymond.hettinger
- [Python-checkins] cpython: Minor tweak to the order of variable updates. raymond.hettinger
- [Python-checkins] cpython: Move the copy and clear functions upwards to eliminate unnecessary forward raymond.hettinger
- [Python-checkins] cpython (3.5): detect alpn by feature flag not openssl version (closes #23329) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#23329) benjamin.peterson
- [Python-checkins] cpython (3.4): initialize return value to NULL to avoid compiler compliants (closes #25245) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#25245) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#25245) benjamin.peterson
- [Python-checkins] cpython (2.7): shorten and fix casing of title benjamin.peterson
- [Python-checkins] cpython (3.4): shorten and fix casing of title benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #25198: When using the Idle dov TOC menu, put the section title at the terry.reedy
- [Python-checkins] cpython (2.7): Issue #25198: When using the Idle dov TOC menu, put the section title at the terry.reedy
- [Python-checkins] Daily reference leaks (bb1a2944bcb6): sum=61482 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Fix broken link in Doc/extending/index.rst berker.peksag
- [Python-checkins] cpython (3.4): make wikipedia link https benjamin.peterson
- [Python-checkins] cpython (2.7): make wikipedia link https benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.4): merge heads benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads benjamin.peterson
- [Python-checkins] cpython (3.4): fix spacing benjamin.peterson
- [Python-checkins] cpython (2.7): fix spacing benjamin.peterson
- [Python-checkins] cpython: Issue #25220: Fix Lib/test/autotest.py victor.stinner
- [Python-checkins] cpython: Issue #25209: rlcomplete now can add a space or a colon after completed keyword. serhiy.storchaka
- [Python-checkins] cpython: Issue #25011: rlcomplete now omits private and special attribute names unless serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge: Fix English phrasing. r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Merge: Fix English phrasing. r.david.murray
- [Python-checkins] cpython (3.4): Fix English phrasing. r.david.murray
- [Python-checkins] cpython (2.7): Issue #25203: Failed readline.set_completer_delims() no longer left the serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25203: Failed readline.set_completer_delims() no longer left the serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25203: Failed readline.set_completer_delims() no longer left the serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25203: Failed readline.set_completer_delims() no longer left the serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Closes issue #23600: Wrong results from tzinfo.fromutc(). alexander.belopolsky
- [Python-checkins] cpython (3.4): Closes issue #23600: Wrong results from tzinfo.fromutc(). alexander.belopolsky
- [Python-checkins] cpython (merge 3.5 -> default): Closes issue #23600: Wrong results from tzinfo.fromutc(). alexander.belopolsky
- [Python-checkins] cpython (3.5): Closes issue #23600: Wrong results from tzinfo.fromutc(). alexander.belopolsky
- [Python-checkins] cpython (merge 3.4 -> 3.4): merge alexander.belopolsky
- [Python-checkins] cpython (merge 3.5 -> 3.5): merge alexander.belopolsky
- [Python-checkins] cpython (3.4): Backed out changeset: 70c01dd35100 terry.reedy
- [Python-checkins] cpython (3.4): Issue #24972: Inactive selection background now matches active selection terry.reedy
- [Python-checkins] cpython (2.7): Issue #24972: Inactive selection background now matches active selection terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge from 3.4 into 3.5; no file changes martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5; no file changes martin.panter
- [Python-checkins] Daily reference leaks (0d44613b014f): sum=61473 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #24972: New option is only valid in tk 8.5+. terry.reedy
- [Python-checkins] cpython (3.4): Issue #24972: New option is only valid in tk 8.5+. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25249: Remove unneeded mkstemp helper in test_subprocess berker.peksag
- [Python-checkins] cpython (3.4): Issue #25249: Remove unneeded mkstemp helper in test_subprocess berker.peksag
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25249: Remove unneeded mkstemp helper in test_subprocess berker.peksag
- [Python-checkins] cpython (2.7): Issue #25249: Remove unneeded mkstemp helper in test_subprocess berker.peksag
- [Python-checkins] cpython: Issue #25122: Remove verbose mode of test_eintr victor.stinner
- [Python-checkins] Benchmark Results for Python Default 2015-09-28 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-09-28 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.4): Issue #25233: Rewrite the guts of Queue to be more understandable and correct. guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25233: Rewrite the guts of Queue to be more understandable and correct. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25233: Rewrite the guts of Queue to be more understandable and correct. guido.van.rossum
- [Python-checkins] cpython: Issue #25220: Add functional tests to test_regrtest victor.stinner
- [Python-checkins] cpython: Fix test_regrtest.test_tools_buildbot_test() victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Correct Misc/NEWS about asyncio.Queue rewrite. guido.van.rossum
- [Python-checkins] cpython (3.4): Correct Misc/NEWS about asyncio.Queue rewrite. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Correct Misc/NEWS about asyncio.Queue rewrite. guido.van.rossum
- [Python-checkins] cpython (3.4): Add recent IDLE NEWS items. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): IDLE NEWS items. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): IDLE NEWS. terry.reedy
- [Python-checkins] cpython (2.7): Add recent IDLE NEWS items. Move Build sectios down. terry.reedy
- [Python-checkins] cpython (3.4): Remove indent in news item. Error when building 3.x docs. terry.reedy
- [Python-checkins] cpython (2.7): Remove indent in news item. Error when building 3.x docs. terry.reedy
- [Python-checkins] cpython (2.7): Issue #24028: Add subsection about Idle calltips. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge with 3.4, Issue #24028: Add subsection about Idle calltips. terry.reedy
- [Python-checkins] cpython (3.4): Issue #24028: Add subsection about Idle calltips. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5, Issue #24028: Add subsection about Idle calltips. terry.reedy
- [Python-checkins] Daily reference leaks (da7b11c0cd38): sum=17877 solipsis at pitrou.net
- [Python-checkins] cpython: Optimize ascii/latin1+surrogateescape encoders victor.stinner
- [Python-checkins] Benchmark Results for Python Default 2015-09-29 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-09-29 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Try to fix _PyTime_AsTimevalStruct_impl() on OpenBSD victor.stinner
- [Python-checkins] cpython: Issue #18174: Explain why is_valid_fd() uses dup() instead of fstat() victor.stinner
- [Python-checkins] cpython: test victor.stinner
- [Python-checkins] cpython: Oops, revert unwanted change, sorry victor.stinner
- [Python-checkins] cpython: Issue #25220: Add test for --wait in test_regrtest victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Added additional unpickling tests. serhiy.storchaka
- [Python-checkins] cpython (2.7): Backported additional unpickling tests from 3.x. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Moved unpickling tests with prepickled data to separate class. serhiy.storchaka
- [Python-checkins] cpython (3.4): Moved unpickling tests with prepickled data to separate class. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Added additional unpickling tests. serhiy.storchaka
- [Python-checkins] cpython (3.4): Added additional unpickling tests. serhiy.storchaka
- [Python-checkins] cpython (2.7): Moved unpickling tests with prepickled data to separate class. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Moved unpickling tests with prepickled data to separate class. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25034: Merge from 3.4. eric.smith
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25034: Merge from 3.5. eric.smith
- [Python-checkins] cpython (3.4): Fixed issue #25034: Fix string.Formatter problem with auto-numbering eric.smith
- [Python-checkins] cpython (3.4): Fix StreamReader.__repr__ andrew.svetlov
- [Python-checkins] cpython (3.4): Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> 3.5): Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25262. Added support for BINBYTES8 opcode in Python implementation of serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #25262. Added support for BINBYTES8 opcode in Python implementation of serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25262. Added support for BINBYTES8 opcode in Python implementation of serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25111: Fixed comparison of traceback.FrameSummary. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25111: Fixed comparison of traceback.FrameSummary. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22609: Constructor and the update method of collections.UserDict now serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22609: Constructor of collections.UserDict now accepts the self keyword serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22609: Constructor of collections.UserDict now accepts the self keyword serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #22609: Constructor of collections.UserDict now accepts the self keyword serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22958: Constructor and update method of weakref.WeakValueDictionary serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22958: Constructor and update method of weakref.WeakValueDictionary serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #22958: Constructor and update method of weakref.WeakValueDictionary serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22958: Constructor and update method of weakref.WeakValueDictionary serhiy.storchaka
- [Python-checkins] cpython: Issue #25220: Split the huge main() function of libregrtest.main into a class victor.stinner
- [Python-checkins] cpython: Issue #25220: Create libregrtest/runtest_mp.py victor.stinner
- [Python-checkins] cpython: Issue #25220: regrtest setups Python after parsing command line options victor.stinner
- [Python-checkins] cpython: Issue #25220: Enhance regrtest --coverage victor.stinner
- [Python-checkins] cpython: Don't strip refcount in libregrtest/runtest_mp.py victor.stinner
- [Python-checkins] cpython: Issue #25220, libregrtest: Remove unused import victor.stinner
- [Python-checkins] cpython: Issue #25220: truncate some long lines in libregrtest/*.py victor.stinner
- [Python-checkins] cpython: Issue #25220: Enhance regrtest -jN victor.stinner
- [Python-checkins] cpython: Issue #25274: Workaround test_sys crash just to keep buildbots usable victor.stinner
- [Python-checkins] cpython: Issue #25220, libregrtest: Move setup_python() to a new submodule victor.stinner
- [Python-checkins] cpython: Issue #25220, libregrtest: Cleanup setup code victor.stinner
- [Python-checkins] cpython: Issue #25220, libregrtest: Add runtest_ns() function victor.stinner
- [Python-checkins] cpython: Issue #25220: Use print(flush=True) in libregrtest victor.stinner
- [Python-checkins] cpython: Issue #25220, libregrtest: Call setup_python(ns) in the slaves victor.stinner
- [Python-checkins] cpython: Issue #25220, libregrtest: Cleanup victor.stinner
- [Python-checkins] cpython: Issue #25220, libregrtest: Set support.use_resources in setup_tests() victor.stinner
- [Python-checkins] cpython: Issue #25220, libregrtest: Pass directly ns to runtest() victor.stinner
- [Python-checkins] cpython: Issue #25220, libregrtest: more verbose output for -jN victor.stinner
- [Python-checkins] cpython: Add an early-out for deque_clear() raymond.hettinger
- [Python-checkins] Daily reference leaks (ed0734966dad): sum=17880 solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python Default 2015-09-30 lp_benchmark_robot at intel.com
- [Python-checkins] Benchmark Results for Python 2.7 2015-09-30 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #25220: Fix "-m test --forever" victor.stinner
- [Python-checkins] cpython (3.4): Issue #25182: The stdprinter (used as sys.stderr before the io module is serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25182: The stdprinter (used as sys.stderr before the io module is serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #25182: The stdprinter (used as sys.stderr before the io module is serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): (Merge 3.5) Issue #25182: Fix compilation on Windows victor.stinner
- [Python-checkins] cpython (3.4): Issue #25182: Fix compilation on Windows victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): (Merge 3.4) Issue #25182: Fix compilation on Windows victor.stinner
- [Python-checkins] cpython: Issue #25171: Fix compilation issue on OpenBSD in random.c victor.stinner
- [Python-checkins] peps: Add some open issues. barry.warsaw
- [Python-checkins] peps: PEP 507, GitLab barry.warsaw
- [Python-checkins] cpython: Backout change 28d3bcb1bad6: "Try to fix _PyTime_AsTimevalStruct_impl() on victor.stinner
Last message date: Wed Sep 30 23:01:00 CEST 2015
Archived on: Wed Sep 30 23:01:05 CEST 2015
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4