Showing content from http://mail.python.org/pipermail/python-checkins/2016-February/thread.html below:
The Python-checkins February 2016 Archive by thread
February 2016 Archives by thread
Starting: Mon Feb 1 04:45:47 EST 2016
Ending: Mon Feb 29 18:45:37 EST 2016
Messages: 339
- [Python-checkins] Daily reference leaks (3b211ee66b82): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Issue #19587: Merge test_bytes cleanup from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #19587: Remove masked and redundant tests in test_bytes martin.panter
- [Python-checkins] cpython (3.5): test_asyncio: fix test_timeout_time() victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (test_asyncio) victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (asyncio) victor.stinner
- [Python-checkins] cpython (3.5): Fix error message in asyncio.selector_events. victor.stinner
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-02-01 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-02-01 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Issue #26194: Inserting into a full deque to raise an IndexError raymond.hettinger
- [Python-checkins] cpython: merge raymond.hettinger
- [Python-checkins] cpython: Issue #24421: Compile _math.c separately to avoid race condition martin.panter
- [Python-checkins] cpython (2.7): Issue #26244: Clarify default zlib compression level in documentation martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26244: Merge zlib documentation from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #26244: Clarify default zlib compression level in documentation martin.panter
- [Python-checkins] Daily reference leaks (0731f097157b): sum=4 solipsis at pitrou.net
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-02-02 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-02-02 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): Issue #25945: Fixed bugs in functools.partial. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25945: Fixed bugs in functools.partial. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25945: Fixed bugs in functools.partial. serhiy.storchaka
- [Python-checkins] cpython (3.5): Fix typo. zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5 zach.ware
- [Python-checkins] Daily reference leaks (5873cfb42ebe): sum=4 solipsis at pitrou.net
- [Python-checkins] benchmarks: Add --affinity command line option victor.stinner
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-02-03 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-02-03 lp_benchmark_robot at intel.com
- [Python-checkins] benchmarks: Issue #25774: Add raw mode to perf.py. zach.ware
- [Python-checkins] cpython (2.7): Python for .NET has moved to Github. zach.ware
- [Python-checkins] cpython (3.5): Python for .NET has moved to Github. zach.ware
- [Python-checkins] cpython (3.5): Issue #25660: Fix TAB key behaviour in REPL. yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #25660) yury.selivanov
- [Python-checkins] Daily reference leaks (5c19bdf5ba3f): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython: Add early-out for the common case where kwds is NULL (gives 1.1% speedup). raymond.hettinger
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-02-04 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-02-04 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 yury.selivanov
- [Python-checkins] cpython (3.5): Issue #25660: Fix a unittest and rlcompleter when readline isn't available yury.selivanov
- [Python-checkins] cpython (3.5): Issue #12923: Reset FancyURLopener's redirect counter even on exception martin.panter
- [Python-checkins] cpython (2.7): Issue #12923: Reset FancyURLopener's redirect counter even on exception martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #12923: Merge FancyURLopener fix from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #22847: Improve method cache efficiency. benjamin.peterson
- [Python-checkins] cpython (2.7): fix debug assertion benjamin.peterson
- [Python-checkins] Daily reference leaks (d3be5c4507b4): sum=6 solipsis at pitrou.net
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-02-05 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-02-05 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Fix issue 26287: While handling FORMAT_VALUE opcode, the top of stack was being eric.smith
- [Python-checkins] cpython: Switch to more idiomatic C code. eric.smith
- [Python-checkins] cpython: Issue #26288: Optimize PyLong_AsDouble. yury.selivanov
- [Python-checkins] cpython (2.7): Fix userinfo example presented in urllib2 howto. senthil.kumaran
- [Python-checkins] cpython (3.5): Fix userinfo example presented in urllib2 howto. senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): merge from 3.5 senthil.kumaran
- [Python-checkins] peps: PEP 487: New version from Martin nick.coghlan
- [Python-checkins] Daily reference leaks (0c0a531fd269): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #26288: Fix comment yury.selivanov
- [Python-checkins] peps: Add PEP 514: Python registration in the Windows registry steve.dower
- [Python-checkins] cpython (3.5): Issue #25179: Preparatory cleanup of existing docs on string formatting martin.panter
- [Python-checkins] cpython (2.7): Issue #25179: Preparatory cleanup of existing docs on string formatting martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge string formatting doc fixes from 3.5 martin.panter
- [Python-checkins] cpython (2.7): fix hash member name (closes #22847) benjamin.peterson
- [Python-checkins] Daily reference leaks (4cf08147a52e): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26198: Fixed error messages for some argument parsing errors. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26198: Fixed error messages for some argument parsing errors. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26198: Fixed error messages for some argument parsing errors. serhiy.storchaka
- [Python-checkins] cpython: Issue #26198: ValueError is now raised instead of TypeError on buffer serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26198: Make datetime error tests more lenient. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26198: Make datetime error tests more lenient. serhiy.storchaka
- [Python-checkins] Daily reference leaks (53d66a554beb): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #26045: Add UTF-8 suggestion to error in http.client martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26045: Merge http.client error addition from 3.5 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25911: Restored support of bytes paths in os.walk() on Windows. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25911: Restored support of bytes paths in os.walk() on Windows. serhiy.storchaka
- [Python-checkins] cpython: Issue #25949: __dict__ for an OrderedDict instance is now created only when serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26117: The os.scandir() iterator now closes file descriptor not only serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26117: The os.scandir() iterator now closes file descriptor not only serhiy.storchaka
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-02-08 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Simplify main() of test_ast victor.stinner
- [Python-checkins] cpython: Replace noop constant statement with expression victor.stinner
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-02-08 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: compiler now ignores constant statements victor.stinner
- [Python-checkins] cpython (2.7): Updates build to use SHA256 hash when signing files steve.dower
- [Python-checkins] cpython (3.5): Updates build to use SHA256 hash when signing files. steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Updates build to use SHA256 hash when signing files steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Clarify "cardinality of" as "number of elements in" as many readers do gregory.p.smith
- [Python-checkins] cpython (3.5): Clarify "cardinality of" as "number of elements in" as many readers do gregory.p.smith
- [Python-checkins] cpython (2.7): Clarify "cardinality of" as "number of elements in" as many readers do gregory.p.smith
- [Python-checkins] cpython (2.7): Issue #25983: Added tests for multi-argument type(). serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25983: Added tests for multi-argument type(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25983: Added tests for multi-argument type(). serhiy.storchaka
- [Python-checkins] cpython: compiler: don't emit SyntaxWarning on const stmt victor.stinner
- [Python-checkins] cpython (2.7): Issues #26310, #26311: Fix typos in the documentation martin.panter
- [Python-checkins] cpython (3.5): Issues #26310, #26311: Fix typos in the documentation and code comments martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issues #26310, 26311: Merge typo fixes from 3.5 martin.panter
- [Python-checkins] cpython: Issue #26200: The SETREF macro adds unnecessary work in some cases. raymond.hettinger
- [Python-checkins] Daily reference leaks (3084914245d2): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda martin.panter
- [Python-checkins] cpython: Issue 26243: Forgot to update zlib doc strings in Argument Clinic martin.panter
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-02-09 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-02-09 lp_benchmark_robot at intel.com
- [Python-checkins] devguide: Tools/buildbot/test-amd64.bat no longer exists zach.ware
- [Python-checkins] devguide: Issue #25848: Add section on running a build on all custom builders zach.ware
- [Python-checkins] cpython: Issue #26136: Upgrade the generator_stop warning to DeprecationWarning martin.panter
- [Python-checkins] cpython: Issue #26304: Additional “allows to” fix specific to 3.6 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26304: Merge doc wording from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar martin.panter
- [Python-checkins] peps: Apply Nathaniel's changes to PEP 513 chris.angelico
- [Python-checkins] cpython (2.7): Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25698: Prevent possible replacing imported module with the empty one serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25698: Prevent possible replacing imported module with the empty one serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25698: Importing module if the stack is too deep no longer replaces serhiy.storchaka
- [Python-checkins] Daily reference leaks (73f89182bb4d): sum=62 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Closes #26320: fix stylesheet after Sphinx update. georg.brandl
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-02-10 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-02-10 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Hopefully clarify the difference between Optional[t] and an optional argument. guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Null merge of typing.rst change guido.van.rossum
- [Python-checkins] cpython (3.5): Hopefully clarify the difference between Optional[t] and an optional argument. guido.van.rossum
- [Python-checkins] peps: PEP 515: underscores in numeric literals. georg.brandl
- [Python-checkins] cpython: Issue #23992: multiprocessing: make MapResult not fail-fast upon exception. charles-francois.natali
- [Python-checkins] peps: Update PEP 515: new, much simpler rule. georg.brandl
- [Python-checkins] peps: Update PEP 515 with corrections. georg.brandl
- [Python-checkins] peps: Minor update to PEP 515. georg.brandl
- [Python-checkins] peps: Add Post-History. georg.brandl
- [Python-checkins] Daily reference leaks (1ba0deb52223): sum=-19 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #26312: SystemError is now raised in all programming bugs with using serhiy.storchaka
- [Python-checkins] cpython: Issue #25985: sys.version_info is now used instead of sys.version serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26325: Added test.support.check_no_resource_warning() to check that serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26325: Added test.support.check_no_resource_warning() to check that serhiy.storchaka
- [Python-checkins] cpython: Issue #25994: Added the close() method and the support of the context manager serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25995: os.walk() no longer uses FDs proportional to the tree depth. serhiy.storchaka
- [Python-checkins] cpython: Issue #25995: os.walk() no longer uses FDs proportional to the tree depth. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Null merge serhiy.storchaka
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-02-11 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-02-11 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issues #26289 and #26315: Optimize floor/modulo div for single-digit longs yury.selivanov
- [Python-checkins] peps: Clarify what the underscores actually mean. georg.brandl
- [Python-checkins] cpython (3.3): Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. georg.brandl
- [Python-checkins] peps: Update schedules. georg.brandl
- [Python-checkins] peps: Minor nit. georg.brandl
- [Python-checkins] peps: List Senthil as in charge of figuring out how to convert repos brett.cannon
- [Python-checkins] Daily reference leaks (37bacf3fa1f5): sum=4 solipsis at pitrou.net
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-02-12 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-02-12 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): Issue #24303: Fix random EEXIST upon multiprocessing semaphores creation with charles-francois.natali
- [Python-checkins] peps: PEP 511: update bytecode example victor.stinner
- [Python-checkins] cpython: Issue #25179: Documentation for formatted string literals aka f-strings martin.panter
- [Python-checkins] peps: PEP 511: code transformer context victor.stinner
- [Python-checkins] peps: PEP 515: major revision. Use rules preferred by Guido. georg.brandl
- [Python-checkins] peps: Minor fix. georg.brandl
- [Python-checkins] Daily reference leaks (f4d7de7d18c0): sum=62 solipsis at pitrou.net
- [Python-checkins] peps: Change example constant. georg.brandl
- [Python-checkins] cpython (3.5): Fixes #26348: Corrected typos in activate.fish script. vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Fixes #26348: Merged fix from 3.5. vinay.sajip
- [Python-checkins] peps: Fix grammar. georg.brandl
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #25887) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. yury.selivanov
- [Python-checkins] cpython (3.5): Issue #26316: Fix variable name typo in Argument Clinic martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26316: Merge Arg Clinic fix from 3.5 martin.panter
- [Python-checkins] cpython: The return type of a rich comparison is an int raymond.hettinger
- [Python-checkins] Daily reference leaks (6c122e4e1cb2): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f. ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26268: merge from 3.5 ned.deily
- [Python-checkins] cpython (2.7): Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f. ned.deily
- [Python-checkins] cpython (3.5): Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X ned.deily
- [Python-checkins] cpython (2.7): Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25924: merge with 3.5 ned.deily
- [Python-checkins] Daily reference leaks (4523a0375f71): sum=4 solipsis at pitrou.net
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-02-15 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-02-15 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Minor clarification in tutorial. georg.brandl
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. ned.deily
- [Python-checkins] cpython (3.5): Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. ned.deily
- [Python-checkins] Daily reference leaks (12502327d2c0): sum=4 solipsis at pitrou.net
- [Python-checkins] BAD Benchmark Results for Python Default 2016-02-16 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-02-16 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-02-17 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-02-17 lp_benchmark_robot at intel.com
- [Python-checkins] peps: Update PEP 508 donald.stufft
- [Python-checkins] cpython (2.7): open the cert store readonly benjamin.peterson
- [Python-checkins] cpython (3.4): open the cert store readonly benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (closes #25939) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (closes #25939) benjamin.peterson
- [Python-checkins] cpython (3.5): fix typo (closes #26378) benjamin.peterson
- [Python-checkins] cpython (2.7): fix typo (closes #26378) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#26378) benjamin.peterson
- [Python-checkins] Daily reference leaks (12502327d2c0): sum=7 solipsis at pitrou.net
- [Python-checkins] peps: Add PEP 516 donald.stufft
- [Python-checkins] peps: Assign PEP 517 donald.stufft
- [Python-checkins] peps: Switch the BDFL-Delegate to Nick donald.stufft
- [Python-checkins] cpython (3.5): Issue #26309: Shut down socketserver request if verify_request() is false martin.panter
- [Python-checkins] cpython (2.7): Issue #26309: Shut down SocketServer request if verify_request() is false martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26309: Merge socketserver fix from 3.5 martin.panter
- [Python-checkins] BAD Benchmark Results for Python Default 2016-02-18 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-02-18 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Issue #16915: Clarify that mode parameter of socket.makefile() does not accept berker.peksag
- [Python-checkins] cpython (3.5): Issue #16915: Clarify that mode parameter of socket.makefile() does not accept berker.peksag
- [Python-checkins] peps: Fix errors/warnings on PEP 517 donald.stufft
- [Python-checkins] cpython (3.5): Issue #26309: Rewrite test in main thread and avoid race condition martin.panter
- [Python-checkins] cpython (2.7): Issue #26309: Rewrite test in main thread and avoid race condition martin.panter
- [Python-checkins] cpython (3.5): Issue #15608: Improve socketserver module documentation martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #15608: Merge socketserver doc from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #15608: Improve socketserver module documentation martin.panter
- [Python-checkins] cpython (3.5): Closes #20169: fix inner links random doc. georg.brandl
- [Python-checkins] cpython (2.7): Closes #20169: fix inner links random doc. georg.brandl
- [Python-checkins] Daily reference leaks (fbb8b634fe59): sum=4 solipsis at pitrou.net
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-02-19 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-02-19 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22468: Merge gettarinfo() doc from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage martin.panter
- [Python-checkins] Daily reference leaks (e66c476b25ec): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Added simple threading example to logging cookbook. vinay.sajip
- [Python-checkins] cpython (3.5): Added simple threading example to logging cookbook. vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Merged cookbook update from 3.5. vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Merge for issue #26367 brett.cannon
- [Python-checkins] cpython (3.5): Issue #26367: Have importlib.__init__() raise RuntimeError when brett.cannon
- [Python-checkins] cpython (3.5): Issue #26186: Remove an invalid type check in brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge for issue #26186 brett.cannon
- [Python-checkins] cpython (3.5): List what classes from importlib.machinery don't work with brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge w/ 3.5 brett.cannon
- [Python-checkins] cpython: Issue #26397: Update an importlib example to use util.module_from_spec() brett.cannon
- [Python-checkins] cpython: Fix a name in an example brett.cannon
- [Python-checkins] Daily reference leaks (2d746fb08d0d): sum=5 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #23430: Stop socketserver from catching SystemExit etc from handlers martin.panter
- [Python-checkins] cpython (3.5): Fix some typos in the NEWS file brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Fix some typos in the NEWS file brett.cannon
- [Python-checkins] cpython (3.5): Issue #26401: Fix compile() documentation berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26401: Fix compile() documentation berker.peksag
- [Python-checkins] cpython (3.5): Fix errors in XML-RPC client example code martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge XML-RPC client documentation from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Fix errors in XML-RPC client example code martin.panter
- [Python-checkins] Daily reference leaks (45cf82f424ce): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26261: Merge NamedTemporaryFile docs from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name martin.panter
- [Python-checkins] cpython (2.7): Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name martin.panter
- [Python-checkins] cpython (3.5): Issue #26268: Update the prepare_ssl.py script zach.ware
- [Python-checkins] cpython (3.5): Issue #26268: Update Windows builds to use OpenSSL 1.0.2f zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26268: Merge with 3.5 zach.ware
- [Python-checkins] cpython (2.7): Issue #26268: Update Windows builds to use OpenSSL 1.0.2f zach.ware
- [Python-checkins] cpython (3.5): Update example; str(float) changed so there is difference now. georg.brandl
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-02-22 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-02-22 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): Issue #26417: Prevent spurious errors and incorrect defaults when ned.deily
- [Python-checkins] Daily reference leaks (cbf83f55d5f3): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on ned.deily
- [Python-checkins] cpython (3.5): Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26406: merge from 3.5 ned.deily
- [Python-checkins] BAD Benchmark Results for Python Default 2016-02-23 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-02-23 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22088: Merge base64 docs from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #22088: Clarify base-64 alphabets and which characters are discarded martin.panter
- [Python-checkins] cpython (3.5): Issue #22088: Clarify base-64 alphabets and which characters are discarded martin.panter
- [Python-checkins] peps: PEP 493: address review comments from Barry nick.coghlan
- [Python-checkins] cpython (2.7): Issue #5824: Fix DatagramRequestHandler tests by binding the client socket martin.panter
- [Python-checkins] cpython (3.5): Issue #5824: Fix DatagramRequestHandler tests by binding the client socket martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #5824: Merge socketserver tests from 3.5 martin.panter
- [Python-checkins] Daily reference leaks (5ad27dcd5a97): sum=61 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. serhiy.storchaka
- [Python-checkins] peps: PEP 493: add new post date nick.coghlan
- [Python-checkins] cpython (3.5): Fixed a bug in os.walk() with bytes path on Windows caused by merging fixes serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26302: merge from 3.5 jason.coombs
- [Python-checkins] cpython (3.5): Issue #26302: Correctly identify comma as an invalid character for a cookie jason.coombs
- [Python-checkins] cpython (2.7): Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. ned.deily
- [Python-checkins] cpython (3.5): Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25136: merge from 3.5 ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Change OS X installer builds targeted for 10.10 and above to build ned.deily
- [Python-checkins] cpython (3.5): Change OS X installer builds targeted for 10.10 and above to build ned.deily
- [Python-checkins] cpython (2.7): Change OS X installer builds targeted for 10.10 and above to build ned.deily
- [Python-checkins] cpython (3.5): Issue #25136: Add reference to 'xcode-select --install' to Mac README. ned.deily
- [Python-checkins] cpython (2.7): Issue #25136: Add reference to 'xcode-select --install' to Mac README. ned.deily
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-02-24 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-02-24 lp_benchmark_robot at intel.com
- [Python-checkins] peps: PEP 493: clarify a security caveat nick.coghlan
- [Python-checkins] cpython: Fix out-of-date comment raymond.hettinger
- [Python-checkins] peps: PEP 493: slight wording tweak for accuracy nick.coghlan
- [Python-checkins] Daily reference leaks (2c4448bbed1f): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #25801: Fixed resource warnings in test_zipfile64. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25801: Fixed resource warnings in test_zipfile64. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #25801: Fixed resource warnings in test_zipfile64. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26402: Fix XML-RPC client retrying after server disconnection martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26402: Merge XML-RPC client fix from 3.5 martin.panter
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-02-25 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-02-25 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Fix rstlint to also look for indented comments that should be directives. georg.brandl
- [Python-checkins] cpython (2.7): Fix rstlint to also look for indented comments that should be directives. georg.brandl
- [Python-checkins] cpython (3.5): Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. georg.brandl
- [Python-checkins] cpython (3.5): Issue #26390: Fix and test pbkdf2_hmac() parameter names martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Dummy merge with 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #24421: Compile _math.c separately to avoid race condition martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26390: Merge pbkdf2_hmac() doc from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #24421: Compile _math.c separately to avoid race condition martin.panter
- [Python-checkins] cpython: c_encoding can never be NULL, which allows some code simplification benjamin.peterson
- [Python-checkins] cpython: rewrite parsestr() so it's comprehensible; remove dead code benjamin.peterson
- [Python-checkins] cpython: remove unused c_encoding struct member benjamin.peterson
- [Python-checkins] Daily reference leaks (ed30eac90f60): sum=4 solipsis at pitrou.net
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-02-26 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-02-26 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Closes #26444: typo fixes. georg.brandl
- [Python-checkins] cpython (3.5): Closes #26442: fix copy-paste. georg.brandl
- [Python-checkins] cpython (3.5): Fix version. georg.brandl
- [Python-checkins] cpython (3.5): Closes #25910: fix dead and permanently redirected links in the docs. Thanks to georg.brandl
- [Python-checkins] cpython: compile.c: inline compiler_use_new_block() victor.stinner
- [Python-checkins] cpython (2.7): #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. ezio.melotti
- [Python-checkins] cpython (3.4): #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. ezio.melotti
- [Python-checkins] cpython (merge 3.4 -> 3.5): #26246: merge with 3.4. ezio.melotti
- [Python-checkins] cpython (merge 3.5 -> default): #26246: merge with 3.5. ezio.melotti
- [Python-checkins] Daily reference leaks (b9e5be743d15): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #22836: Keep exception reports sensible despite errors martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22836: Merge exception reporting from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #22836: Keep exception reports sensible despite errors martin.panter
- [Python-checkins] cpython (2.7): Issue 13573: Document that csv.writer uses str() for floats instead of repr(). raymond.hettinger
- [Python-checkins] Daily reference leaks (2b597e03f7f4): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Fix typo. georg.brandl
- [Python-checkins] cpython (3.5): Update susp-ignore file (#25910). georg.brandl
- [Python-checkins] Daily reference leaks (83814cdca928): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #26385: Cleanup NamedTemporaryFile if fdopen() fails, by SilentGhost martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26385: Merge NamedTemporaryFile fix from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhost martin.panter
- [Python-checkins] peps: PEP 511: link python-ideas discussion victor.stinner
- [Python-checkins] BAD Benchmark Results for Python Default 2016-02-29 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-02-29 lp_benchmark_robot at intel.com
Last message date: Mon Feb 29 18:45:37 EST 2016
Archived on: Wed Mar 2 08:28:55 EST 2016
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