[Python-Dev] PEP 676 -- PEP Infrastructure Process

2022-01-10 Thread python
Hi, I would like to announce PEP 676 to python-dev. It is a meta-PEP focussed on modernising the PEP build infrastructure. From the abstract, "This PEP addresses the infrastructure around rendering PEP files from reStructuredText files to HTML webpages. We aim to specify a self-containe

Re: [Python-Dev] list.discard? (Re: dict.discard)

2006-09-24 Thread python
> When I want to remove something from a list I typically write: > > while x in somelist: > somelist.remove(x) An O(n) version of removeall: somelist[:] = [e for e in somelist if e != x] Raymond ___ Python-Dev mailing lis

Re: [Python-Dev] Objecttype of 'locals' argument in PyEval_EvalCode

2006-11-29 Thread python
ck-ins. Daniel, thanks for finding one of the cases I missed. Will load a unittest for this one when I get a chance. Raymond ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.pyt

Re: [Python-Dev] Small tweak to tokenize.py?

2006-11-30 Thread python
t break if-elif-else chains in tools that thought they knew the universe of possible token types. Raymond ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/opt

[Python-Dev] Fwd: Re: Floor division

2007-01-23 Thread python
>> Do note that this discussion is only about Python 3. Under the view >> that it was a (minor, but real) design error to /try/ extending >> Python's integer mod definition to floats, if __mod__, and __divmod__ >> and __floordiv__ go away for binary floats in P3

Re: [Python-Dev] Why is nb_inplace_power ternary?

2007-02-08 Thread python
hange Py2.5? There is no bug here. Raymond ___________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

[Python-Dev] NamedTuple (was: Py2.6 ideas)

2007-02-20 Thread python
list = [dx*3.0, dy*dx/dz, dz] I think the Vec((dx, dy, dz)) sysntax falls into the category of foolish consistency. Raymond _______ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail

Re: [Python-Dev] Bundling decimal.py with Django

2007-02-22 Thread python
> What is the license for the decimal module, > and is said license compatible > with the BSD license that Django uses? It is the the same license as Python itself: http://www.python.org/psf/license/ > Are the authors of the decimal module OK > with usdistributing it with Dja

Re: [Python-Dev] Python-Dev Digest, Vol 102, Issue 35

2012-01-16 Thread python
jbk python-dev-requ...@python.org编写: >Send Python-Dev mailing list submissions to > python-dev@python.org > >To subscribe or unsubscribe via the World Wide Web, visit > http://mail.python.org/mailman/listinfo/python-dev >or, via email, send a message with subject

Re: [Python-Dev] [RELEASED] Python 3.3.0

2012-09-29 Thread python
> Agreed - this is a really nice release, thanks to all who put it together. +1 Thank you! Malcolm ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/opti

[Python-Dev] xturtle.py

2006-06-28 Thread python
mall enough to fit into tiny slots in the curriculum (one sixth grade class gets is allocated three 55 minute sessions to learn programming). Raymond ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/pytho

[Python-Dev] Summary of Python tracker Issues

2014-06-27 Thread Python tracker
ACTIVITY SUMMARY (2014-06-20 - 2014-06-27) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4643 (-12) closed 29004 (+72) total 33647 (+60) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-07-04 Thread Python tracker
ACTIVITY SUMMARY (2014-06-27 - 2014-07-04) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4603 (-40) closed 29086 (+82) total 33689 (+42) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-07-11 Thread Python tracker
ACTIVITY SUMMARY (2014-07-04 - 2014-07-11) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4588 (-15) closed 29141 (+55) total 33729 (+40) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-07-18 Thread Python tracker
ACTIVITY SUMMARY (2014-07-11 - 2014-07-18) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4589 ( +1) closed 29188 (+47) total 33777 (+48) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-07-25 Thread Python tracker
ACTIVITY SUMMARY (2014-07-18 - 2014-07-25) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4591 ( +2) closed 29248 (+60) total 33839 (+62) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-08-01 Thread Python tracker
ACTIVITY SUMMARY (2014-07-25 - 2014-08-01) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4592 ( +1) closed 29297 (+49) total 33889 (+50) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-08-08 Thread Python tracker
ACTIVITY SUMMARY (2014-08-01 - 2014-08-08) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4602 (+10) closed 29340 (+43) total 33942 (+53) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-08-15 Thread Python tracker
ACTIVITY SUMMARY (2014-08-08 - 2014-08-15) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4602 ( +0) closed 29371 (+31) total 33973 (+31) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-08-22 Thread Python tracker
ACTIVITY SUMMARY (2014-08-15 - 2014-08-22) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4621 (+19) closed 29399 (+28) total 34020 (+47) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-08-29 Thread Python tracker
ACTIVITY SUMMARY (2014-08-22 - 2014-08-29) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4638 (+17) closed 29431 (+32) total 34069 (+49) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-09-05 Thread Python tracker
ACTIVITY SUMMARY (2014-08-29 - 2014-09-05) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4640 ( +2) closed 29471 (+40) total 34111 (+42) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-09-12 Thread Python tracker
ACTIVITY SUMMARY (2014-09-05 - 2014-09-12) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4652 (+12) closed 29509 (+38) total 34161 (+50) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-09-19 Thread Python tracker
ACTIVITY SUMMARY (2014-09-12 - 2014-09-19) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4662 (+10) closed 29544 (+35) total 34206 (+45) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-09-26 Thread Python tracker
ACTIVITY SUMMARY (2014-09-19 - 2014-09-26) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4677 (+15) closed 29587 (+43) total 34264 (+58) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-10-10 Thread Python tracker
ACTIVITY SUMMARY (2014-10-03 - 2014-10-10) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4598 (-33) closed 29769 (+90) total 34367 (+57) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-10-24 Thread Python tracker
ACTIVITY SUMMARY (2014-10-17 - 2014-10-24) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4604 (+17) closed 29877 (+44) total 34481 (+61) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-10-31 Thread Python tracker
ACTIVITY SUMMARY (2014-10-24 - 2014-10-31) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4626 (+20) closed 29911 (+34) total 34537 (+54) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-11-07 Thread Python tracker
ACTIVITY SUMMARY (2014-10-31 - 2014-11-07) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4622 ( -4) closed 29955 (+44) total 34577 (+40) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-11-14 Thread Python tracker
ACTIVITY SUMMARY (2014-11-07 - 2014-11-14) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4647 (+25) closed 29986 (+31) total 34633 (+56) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-11-21 Thread Python tracker
ACTIVITY SUMMARY (2014-11-14 - 2014-11-21) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4658 (+11) closed 30014 (+28) total 34672 (+39) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-11-28 Thread Python tracker
ACTIVITY SUMMARY (2014-11-21 - 2014-11-28) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4668 (+10) closed 30056 (+42) total 34724 (+52) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-12-05 Thread Python tracker
ACTIVITY SUMMARY (2014-11-28 - 2014-12-05) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4666 ( -2) closed 30095 (+39) total 34761 (+37) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-12-12 Thread Python tracker
ACTIVITY SUMMARY (2014-12-05 - 2014-12-12) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4666 ( +0) closed 30137 (+42) total 34803 (+42) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-12-19 Thread Python tracker
ACTIVITY SUMMARY (2014-12-12 - 2014-12-19) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4683 (+17) closed 30168 (+31) total 34851 (+48) Open issues

[Python-Dev] Summary of Python tracker Issues

2014-12-26 Thread Python tracker
ACTIVITY SUMMARY (2014-12-19 - 2014-12-26) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4691 ( +8) closed 30186 (+18) total 34877 (+26) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-01-02 Thread Python tracker
ACTIVITY SUMMARY (2014-12-26 - 2015-01-02) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4706 (+15) closed 30207 (+21) total 34913 (+36) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-01-09 Thread Python tracker
ACTIVITY SUMMARY (2015-01-02 - 2015-01-09) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4726 (+20) closed 30244 (+37) total 34970 (+57) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-01-16 Thread Python tracker
ACTIVITY SUMMARY (2015-01-09 - 2015-01-16) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4736 (+10) closed 30277 (+33) total 35013 (+43) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-01-23 Thread Python tracker
ACTIVITY SUMMARY (2015-01-16 - 2015-01-23) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4760 (+24) closed 30307 (+30) total 35067 (+54) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-01-30 Thread Python tracker
ACTIVITY SUMMARY (2015-01-23 - 2015-01-30) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4764 ( +4) closed 30351 (+44) total 35115 (+48) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-02-06 Thread Python tracker
ACTIVITY SUMMARY (2015-01-30 - 2015-02-06) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4765 ( +1) closed 30398 (+47) total 35163 (+48) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-02-13 Thread Python tracker
ACTIVITY SUMMARY (2015-02-06 - 2015-02-13) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4790 (+25) closed 30430 (+32) total 35220 (+57) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-02-20 Thread Python tracker
ACTIVITY SUMMARY (2015-02-13 - 2015-02-20) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4770 (-20) closed 30484 (+54) total 35254 (+34) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-02-27 Thread Python tracker
ACTIVITY SUMMARY (2015-02-20 - 2015-02-27) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4788 (+18) closed 30510 (+26) total 35298 (+44) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-03-06 Thread Python tracker
ACTIVITY SUMMARY (2015-02-27 - 2015-03-06) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4804 (+16) closed 30555 (+45) total 35359 (+61) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-03-13 Thread Python tracker
ACTIVITY SUMMARY (2015-03-06 - 2015-03-13) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4817 (+13) closed 30604 (+49) total 35421 (+62) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-03-20 Thread Python tracker
ACTIVITY SUMMARY (2015-03-13 - 2015-03-20) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4798 (-19) closed 30685 (+81) total 35483 (+62) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-03-27 Thread Python tracker
ACTIVITY SUMMARY (2015-03-20 - 2015-03-27) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4820 (+22) closed 30732 (+47) total 35552 (+69) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-04-03 Thread Python tracker
ACTIVITY SUMMARY (2015-03-27 - 2015-04-03) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4838 (+19) closed 30782 (+50) total 35620 (+69) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-04-17 Thread Python tracker
ACTIVITY SUMMARY (2015-04-10 - 2015-04-17) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4792 (-31) closed 30957 (+113) total 35749 (+82) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-04-24 Thread Python tracker
ACTIVITY SUMMARY (2015-04-17 - 2015-04-24) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4814 (+22) closed 31000 (+43) total 35814 (+65) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-05-01 Thread Python tracker
ACTIVITY SUMMARY (2015-04-24 - 2015-05-01) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4841 (+27) closed 31025 (+25) total 35866 (+52) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-05-08 Thread Python tracker
ACTIVITY SUMMARY (2015-05-01 - 2015-05-08) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4838 ( -3) closed 31069 (+44) total 35907 (+41) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-05-15 Thread Python tracker
ACTIVITY SUMMARY (2015-05-08 - 2015-05-15) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4840 ( +2) closed 31123 (+54) total 35963 (+56) Open issues

[Python-Dev] Summary of Python tracker Issues

2017-09-08 Thread Python tracker
ACTIVITY SUMMARY (2017-09-01 - 2017-09-08) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6149 (-17) closed 36997 (+87) total 43146 (+70) Open issues

[Python-Dev] Summary of Python tracker Issues

2017-09-15 Thread Python tracker
ACTIVITY SUMMARY (2017-09-08 - 2017-09-15) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6171 (+22) closed 37065 (+68) total 43236 (+90) Open issues

[Python-Dev] Summary of Python tracker Issues

2017-09-22 Thread Python tracker
ACTIVITY SUMMARY (2017-09-15 - 2017-09-22) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6196 (+25) closed 37107 (+42) total 43303 (+67) Open issues

[Python-Dev] Summary of Python tracker Issues

2017-09-29 Thread Python tracker
ACTIVITY SUMMARY (2017-09-22 - 2017-09-29) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6208 (+12) closed 37181 (+74) total 43389 (+86) Open issues

[Python-Dev] Summary of Python tracker Issues

2017-10-06 Thread Python tracker
ACTIVITY SUMMARY (2017-09-29 - 2017-10-06) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6225 (+17) closed 37243 (+62) total 43468 (+79) Open issues

[Python-Dev] Summary of Python tracker Issues

2017-10-13 Thread Python tracker
ACTIVITY SUMMARY (2017-10-06 - 2017-10-13) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6251 (+26) closed 37280 (+37) total 43531 (+63) Open issues

[Python-Dev] Summary of Python tracker Issues

2017-10-20 Thread Python tracker
ACTIVITY SUMMARY (2017-10-13 - 2017-10-20) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6260 ( +9) closed 37318 (+38) total 43578 (+47) Open issues

[Python-Dev] Summary of Python tracker Issues

2017-10-27 Thread Python tracker
ACTIVITY SUMMARY (2017-10-20 - 2017-10-27) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6260 ( +0) closed 37377 (+59) total 43637 (+59) Open issues

[Python-Dev] Summary of Python tracker Issues

2017-11-03 Thread Python tracker
ACTIVITY SUMMARY (2017-10-27 - 2017-11-03) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6255 ( -5) closed 37431 (+54) total 43686 (+49) Open issues

[Python-Dev] Summary of Python tracker Issues

2017-11-10 Thread Python tracker
ACTIVITY SUMMARY (2017-11-03 - 2017-11-10) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6247 ( -8) closed 37507 (+76) total 43754 (+68) Open issues

[Python-Dev] Summary of Python tracker Issues

2017-11-17 Thread Python tracker
ACTIVITY SUMMARY (2017-11-10 - 2017-11-17) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6261 (+14) closed 37553 (+46) total 43814 (+60) Open issues

[Python-Dev] Summary of Python tracker Issues

2017-11-24 Thread Python tracker
ACTIVITY SUMMARY (2017-11-17 - 2017-11-24) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6267 ( +6) closed 37610 (+57) total 43877 (+63) Open issues

[Python-Dev] Summary of Python tracker Issues

2017-12-01 Thread Python tracker
ACTIVITY SUMMARY (2017-11-24 - 2017-12-01) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6281 (+14) closed 37665 (+55) total 43946 (+69) Open issues

[Python-Dev] Summary of Python tracker Issues

2017-12-08 Thread Python tracker
ACTIVITY SUMMARY (2017-12-01 - 2017-12-08) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6315 (+34) closed 37691 (+26) total 44006 (+60) Open issues

[Python-Dev] Summary of Python tracker Issues

2017-12-15 Thread Python tracker
ACTIVITY SUMMARY (2017-12-08 - 2017-12-15) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6330 (+15) closed 37755 (+64) total 44085 (+79) Open issues

[Python-Dev] Summary of Python tracker Issues

2017-12-22 Thread Python tracker
ACTIVITY SUMMARY (2017-12-15 - 2017-12-22) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6342 (+12) closed 37819 (+64) total 44161 (+76) Open issues

[Python-Dev] Summary of Python tracker Issues

2017-12-29 Thread Python tracker
ACTIVITY SUMMARY (2017-12-22 - 2017-12-29) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6355 (+13) closed 37843 (+24) total 44198 (+37) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-01-05 Thread Python tracker
ACTIVITY SUMMARY (2017-12-29 - 2018-01-05) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6377 (+22) closed 37871 (+28) total 44248 (+50) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-01-12 Thread Python tracker
ACTIVITY SUMMARY (2018-01-05 - 2018-01-12) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6369 ( -8) closed 37921 (+50) total 44290 (+42) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-01-19 Thread Python tracker
ACTIVITY SUMMARY (2018-01-12 - 2018-01-19) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6400 (+31) closed 37949 (+28) total 44349 (+59) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-01-26 Thread Python tracker
ACTIVITY SUMMARY (2018-01-19 - 2018-01-26) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6445 (+45) closed 37988 (+39) total 44433 (+84) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-02-02 Thread Python tracker
ACTIVITY SUMMARY (2018-01-26 - 2018-02-02) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6411 (-34) closed 38089 (+101) total 44500 (+67) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-02-09 Thread Python tracker
ACTIVITY SUMMARY (2018-02-02 - 2018-02-09) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6439 (+28) closed 38121 (+32) total 44560 (+60) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-02-16 Thread Python tracker
ACTIVITY SUMMARY (2018-02-09 - 2018-02-16) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6456 (+17) closed 38153 (+32) total 44609 (+49) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-02-23 Thread Python tracker
ACTIVITY SUMMARY (2018-02-16 - 2018-02-23) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6485 (+29) closed 38190 (+37) total 44675 (+66) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-03-02 Thread Python tracker
ACTIVITY SUMMARY (2018-02-23 - 2018-03-02) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6491 ( +6) closed 38243 (+53) total 44734 (+59) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-03-09 Thread Python tracker
ACTIVITY SUMMARY (2018-03-02 - 2018-03-09) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6516 (+25) closed 38271 (+28) total 44787 (+53) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-03-16 Thread Python tracker
ACTIVITY SUMMARY (2018-03-09 - 2018-03-16) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6525 ( +9) closed 38312 (+41) total 44837 (+50) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-03-23 Thread Python tracker
ACTIVITY SUMMARY (2018-03-16 - 2018-03-23) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6528 ( +3) closed 38349 (+37) total 44877 (+40) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-03-30 Thread Python tracker
ACTIVITY SUMMARY (2018-03-23 - 2018-03-30) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6543 (+14) closed 38393 (+46) total 44936 (+60) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-04-06 Thread Python tracker
ACTIVITY SUMMARY (2018-03-30 - 2018-04-06) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6568 (+25) closed 38420 (+27) total 44988 (+52) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-04-13 Thread Python tracker
ACTIVITY SUMMARY (2018-04-06 - 2018-04-13) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6572 ( +4) closed 38452 (+32) total 45024 (+36) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-04-20 Thread Python tracker
ACTIVITY SUMMARY (2018-04-13 - 2018-04-20) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6587 (+15) closed 38484 (+32) total 45071 (+47) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-04-27 Thread Python tracker
ACTIVITY SUMMARY (2018-04-20 - 2018-04-27) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6615 (+28) closed 38510 (+26) total 45125 (+54) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-05-04 Thread Python tracker
ACTIVITY SUMMARY (2018-04-27 - 2018-05-04) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6629 (+14) closed 38547 (+37) total 45176 (+51) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-05-11 Thread Python tracker
ACTIVITY SUMMARY (2018-05-04 - 2018-05-11) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6644 (+15) closed 38571 (+24) total 45215 (+39) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-05-18 Thread Python tracker
ACTIVITY SUMMARY (2018-05-11 - 2018-05-18) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6686 (+42) closed 38637 (+66) total 45323 (+108) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-05-25 Thread Python tracker
ACTIVITY SUMMARY (2018-05-18 - 2018-05-25) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6699 (+13) closed 38700 (+63) total 45399 (+76) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-06-01 Thread Python tracker
ACTIVITY SUMMARY (2018-05-25 - 2018-06-01) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6684 (-15) closed 38802 (+102) total 45486 (+87) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-06-08 Thread Python tracker
ACTIVITY SUMMARY (2018-06-01 - 2018-06-08) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6691 ( +8) closed 38869 (+66) total 45560 (+74) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-06-15 Thread Python tracker
ACTIVITY SUMMARY (2018-06-08 - 2018-06-15) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6691 ( -1) closed 38930 (+62) total 45621 (+61) Open issues

[Python-Dev] Summary of Python tracker Issues

2018-06-22 Thread Python tracker
ACTIVITY SUMMARY (2018-06-15 - 2018-06-22) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6700 ( +9) closed 38994 (+64) total 45694 (+73) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-05-22 Thread Python tracker
ACTIVITY SUMMARY (2015-05-15 - 2015-05-22) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4833 ( -7) closed 31194 (+71) total 36027 (+64) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-05-29 Thread Python tracker
ACTIVITY SUMMARY (2015-05-22 - 2015-05-29) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4844 (+11) closed 31241 (+47) total 36085 (+58) Open issues

[Python-Dev] Summary of Python tracker Issues

2015-06-05 Thread Python tracker
ACTIVITY SUMMARY (2015-05-29 - 2015-06-05) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4853 ( +9) closed 31295 (+54) total 36148 (+63) Open issues

  1   2   3   4   5   6   7   8   9   10   >