June 2011 Archives by subject
Starting: Wed Jun 1 00:01:42 CEST 2011
Ending: Thu Jun 30 23:25:59 CEST 2011
Messages: 650
- [Python-checkins] [Python-Dev] cpython: #6771: Move wrapper function into __init__ and eliminate wrapper module
R. David Murray
- [Python-checkins] [Python-Dev] peps: Add rules for indenting continuation lines.
R. David Murray
- [Python-checkins] [Python-Dev] peps: Add rules for indenting continuation lines.
Barry Warsaw
- [Python-checkins] cpython (2.6): fix ws
benjamin.peterson
- [Python-checkins] cpython (2.6): Replay svn r88850.
barry.warsaw
- [Python-checkins] cpython (2.6): Replay svn r88852.
barry.warsaw
- [Python-checkins] cpython (2.6): update profile license (closes #12417)
benjamin.peterson
- [Python-checkins] cpython (2.7): #10694: zipfile now ignores garbage at the end of a zipfile.
r.david.murray
- [Python-checkins] cpython (2.7): #11363: add missing functions from curses doc. Patch by Sandro Tosi.
ezio.melotti
- [Python-checkins] cpython (2.7): #11363: clean up curses doc.
ezio.melotti
- [Python-checkins] cpython (2.7): #11669: rephrase footnote in the Compound Statements page.
ezio.melotti
- [Python-checkins] cpython (2.7): #11700: proxy object close methods can now be called multiple times
r.david.murray
- [Python-checkins] cpython (2.7): #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.
ezio.melotti
- [Python-checkins] cpython (2.7): #12389: fix missing space at sentence end.
r.david.murray
- [Python-checkins] cpython (2.7): #6771: fix docs: curses.wrapper is exposed as a function, not a module
r.david.murray
- [Python-checkins] cpython (2.7): #9921: clarify os.path.join joining algorithm
r.david.murray
- [Python-checkins] cpython (2.7): add 2.7.2 header
benjamin.peterson
- [Python-checkins] cpython (2.7): Add 2.7.2 UUIDs
benjamin.peterson
- [Python-checkins] cpython (2.7): Add examples that work on Windows to distutils docs (#1626300)
eric.araujo
- [Python-checkins] cpython (2.7): add more ast tests (closes #11302)
benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.2 for changeset 8527427914a2
benjamin.peterson
- [Python-checkins] cpython (2.7): allow "fake" filenames in findsource (closes #9284)
benjamin.peterson
- [Python-checkins] cpython (2.7): allow "fake" filenames in findsource (closes #9284)
Nick Coghlan
- [Python-checkins] cpython (2.7): allow "fake" filenames in findsource (closes #9284)
Benjamin Peterson
- [Python-checkins] cpython (2.7): allow "fake" filenames in findsource (closes #9284)
Nick Coghlan
- [Python-checkins] cpython (2.7): another benefit of this change
benjamin.peterson
- [Python-checkins] cpython (2.7): bump to 2.7.2 final
benjamin.peterson
- [Python-checkins] cpython (2.7): Cleanup example
raymond.hettinger
- [Python-checkins] cpython (2.7): Close #12085: Fix an attribute error in subprocess.Popen destructor if the
victor.stinner
- [Python-checkins] cpython (2.7): Close #3067: locale.setlocale() accepts a Unicode locale.
victor.stinner
- [Python-checkins] cpython (2.7): Close #3067: locale.setlocale() accepts a Unicode locale.
Terry Reedy
- [Python-checkins] cpython (2.7): Closes #12206: documentation update for LogRecord constructor and
vinay.sajip
- [Python-checkins] cpython (2.7): Code simplification suggested by Sven Marnach.
raymond.hettinger
- [Python-checkins] cpython (2.7): Correction to f1509fc75435 - Issue #11583
brian.curtin
- [Python-checkins] cpython (2.7): Document working dir for “make html” (#12249). Patch by Tshepang
eric.araujo
- [Python-checkins] cpython (2.7): Fix a few misuses of :option: I missed in r86521.
eric.araujo
- [Python-checkins] cpython (2.7): Fix closes issue 11568 - update select.epoll.register docstring with mention of
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix closes issue1067702 The problem with close multiple ftp transfers were due
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix error message to use the Python name instead of the C name
eric.araujo
- [Python-checkins] cpython (2.7): Fix Issue10020 - Doc update to sqlite3 module in 2.7 branch.
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix issue12359. Minor doc update on import module description.
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix markup: arguments in a class directive are __init__ arguments, not base
eric.araujo
- [Python-checkins] cpython (2.7): Fix named tuples to work with vars().
raymond.hettinger
- [Python-checkins] cpython (2.7): fix regression in netrc comment handling (closes #12009)
benjamin.peterson
- [Python-checkins] cpython (2.7): fix ws
benjamin.peterson
- [Python-checkins] cpython (2.7): Fixup repr for dict_proxy objects.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
ned.deily
- [Python-checkins] cpython (2.7): Issue #12016: Add test_errorhandle() to TestBase_Mapping of
victor.stinner
- [Python-checkins] cpython (2.7): Issue #12016: Reindent decoders of HK and JP codecs
victor.stinner
- [Python-checkins] cpython (2.7): Issue #12080: Fix a performance issue in Decimal._power_exact that caused some
mark.dickinson
- [Python-checkins] cpython (2.7): Issue #12085: Fix test_subprocess for my previous commit
victor.stinner
- [Python-checkins] cpython (2.7): Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP
victor.stinner
- [Python-checkins] cpython (2.7): Issue #12141: Install a copy of template C module file so that
ned.deily
- [Python-checkins] cpython (2.7): Issue #12164: Document (in docstring) that str.translate accepts None for the
mark.dickinson
- [Python-checkins] cpython (2.7): Issue #12223: Typo fix in datamodel docs
eli.bendersky
- [Python-checkins] cpython (2.7): Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi.
mark.dickinson
- [Python-checkins] cpython (2.7): Issue #12285: multiprocessing.Pool() raises a ValueError if the number of
victor.stinner
- [Python-checkins] cpython (2.7): Issue #8746: Correct faulty configure checks so that os.chflags() and
ned.deily
- [Python-checkins] cpython (2.7): Issue #9516: Change distutils to no longer globally attempt to check and
ned.deily
- [Python-checkins] cpython (2.7): Issue #9516: Correct and expand OS X deployment target tests in distutils
ned.deily
- [Python-checkins] cpython (2.7): Issue #9516: Update Misc/NEWS.
ned.deily
- [Python-checkins] cpython (2.7): Issue 10326: Fix regression to get test cases to pickle again.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 11802: filecmp cache was growing without bound.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 11889: Clarify docs for enumerate.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 12086: add example showing how to use name mangling.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 12404: Remove C89 incompatible code from mmap module.
ross.lagerwall
- [Python-checkins] cpython (2.7): Link to suggestions for how to use super().
raymond.hettinger
- [Python-checkins] cpython (2.7): Merge
brian.curtin
- [Python-checkins] cpython (2.7): merge 3.2 - Fix closes Issue12359 - Removing a confusing sentence from the
senthil.kumaran
- [Python-checkins] cpython (2.7): Minimal changes to make byext.py script work with Python 3 syntax.
guido.van.rossum
- [Python-checkins] cpython (2.7): Multiple clean-ups to the docs for builtin functions.
raymond.hettinger
- [Python-checkins] cpython (2.7): onto 2.7.3
benjamin.peterson
- [Python-checkins] cpython (2.7): Remove outdated bit of advice (c882b5ff92d9 follow-up)
eric.araujo
- [Python-checkins] cpython (2.7): Remove unnecessary executable bit on one distutils file
eric.araujo
- [Python-checkins] cpython (2.7): Revert d370d609d09b as requested by Terry Jan Reedy:
victor.stinner
- [Python-checkins] cpython (2.7): simply use the Python version for pyexpat.__version__ #12221
benjamin.peterson
- [Python-checkins] cpython (2.7): Stop adding txt files twice.
benjamin.peterson
- [Python-checkins] cpython (2.7): strip trailing ws
benjamin.peterson
- [Python-checkins] cpython (2.7): sys.checkinterval() now refreshes the current countdown ticker.
raymond.hettinger
- [Python-checkins] cpython (2.7): update link to pycrypto (closes #12351)
benjamin.peterson
- [Python-checkins] cpython (2.7): update profile license (closes #12417)
benjamin.peterson
- [Python-checkins] cpython (2.7): update pydoc-topics
benjamin.peterson
- [Python-checkins] cpython (2.7): Use correct markup in zipimport.rst. Patch by Sara Magliacane.
ezio.melotti
- [Python-checkins] cpython (3.1): Add 3.1.4 UUIDs.
martin.v.loewis
- [Python-checkins] cpython (3.1): Added tag v3.1.4 for changeset c918ec9f3a76
benjamin.peterson
- [Python-checkins] cpython (3.1): bump to 3.1.4
benjamin.peterson
- [Python-checkins] cpython (3.1): Do not add txt files twice.
martin.v.loewis
- [Python-checkins] cpython (3.1): Fix closes issue12261 - Minor documention changes in the urllib.parse.rst
senthil.kumaran
- [Python-checkins] cpython (3.1): fix regression in netrc comment handling (closes #12009)
benjamin.peterson
- [Python-checkins] cpython (3.1): Issue #10801: Fix test_unicode_filenames() of test_zipfile
victor.stinner
- [Python-checkins] cpython (3.1): Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi.
mark.dickinson
- [Python-checkins] cpython (3.1): onto 3.1.5
benjamin.peterson
- [Python-checkins] cpython (3.1): onto 3.1.5
Terry Reedy
- [Python-checkins] cpython (3.1): onto 3.1.5
Benjamin Peterson
- [Python-checkins] cpython (3.1): return NULL on error
benjamin.peterson
- [Python-checkins] cpython (3.1): simply use the Python version for pyexpat.__version__ #12221
benjamin.peterson
- [Python-checkins] cpython (3.1): update profile license (closes #12417)
benjamin.peterson
- [Python-checkins] cpython (3.2): #10206: add test for previously fixed bug.
r.david.murray
- [Python-checkins] cpython (3.2): #10694: zipfile now ignores garbage at the end of a zipfile.
r.david.murray
- [Python-checkins] cpython (3.2): #11363: add missing functions from curses doc. Patch by Sandro Tosi.
ezio.melotti
- [Python-checkins] cpython (3.2): #11363: clean up curses doc.
ezio.melotti
- [Python-checkins] cpython (3.2): #11584: make decode_header handle Header objects correctly
r.david.murray
- [Python-checkins] cpython (3.2): #11584: make Header and make_header handle binary unknown-8bit input
r.david.murray
- [Python-checkins] cpython (3.2): #11669: rephrase footnote in the Compound Statements page.
ezio.melotti
- [Python-checkins] cpython (3.2): #11669: rephrase footnote in the Compound Statements page.
Nick Coghlan
- [Python-checkins] cpython (3.2): #11700: proxy object close methods can now be called multiple times
r.david.murray
- [Python-checkins] cpython (3.2): #11767: use context manager to close file in __getitem__ to prevent FD leak
r.david.murray
- [Python-checkins] cpython (3.2): #12274: use proper escaping for % in IDLE config.
lukasz.langa
- [Python-checkins] cpython (3.2): #12283: Fixed regression in smtplib quoting of leading dots in DATA.
r.david.murray
- [Python-checkins] cpython (3.2): #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.
ezio.melotti
- [Python-checkins] cpython (3.2): #6771: fix docs: curses.wrapper is exposed as a function, not a module
r.david.murray
- [Python-checkins] cpython (3.2): #9921: clarify os.path.join joining algorithm
r.david.murray
- [Python-checkins] cpython (3.2): Add examples that work on Windows to distutils docs (#1626300)
eric.araujo
- [Python-checkins] cpython (3.2): Add links from builtins module docs to built-in functions and constants docs
eric.araujo
- [Python-checkins] cpython (3.2): Add missing reST target to one heading in the tutorial
eric.araujo
- [Python-checkins] cpython (3.2): add more ast tests (closes #11302)
benjamin.peterson
- [Python-checkins] cpython (3.2): allow "fake" filenames in findsource (closes #9284)
benjamin.peterson
- [Python-checkins] cpython (3.2): be extra careful with a borrowed reference when the GIL could be released
benjamin.peterson
- [Python-checkins] cpython (3.2): Close #12085: Fix an attribute error in subprocess.Popen destructor if the
victor.stinner
- [Python-checkins] cpython (3.2): Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, the file
victor.stinner
- [Python-checkins] cpython (3.2): Close #12383: Fix subprocess module with env={}: don't copy the environment
victor.stinner
- [Python-checkins] cpython (3.2): Code simplification suggested by Sven Marnach.
raymond.hettinger
- [Python-checkins] cpython (3.2): Correct completely broken os.stat behavior on Windows XP.
brian.curtin
- [Python-checkins] cpython (3.2): Correction to 88e318166eaf - Issue #11583
brian.curtin
- [Python-checkins] cpython (3.2): demote this to a note
benjamin.peterson
- [Python-checkins] cpython (3.2): Document working dir for “make html” (#12249). Patch by Tshepang
eric.araujo
- [Python-checkins] cpython (3.2): Documented change for Issue #12168.
vinay.sajip
- [Python-checkins] cpython (3.2): Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.
brian.curtin
- [Python-checkins] cpython (3.2): Fix #12084. os.stat on Windows wasn't working properly with relative symlinks.
brian.curtin
- [Python-checkins] cpython (3.2): Fix a few misuses of :option: I missed in r86521.
eric.araujo
- [Python-checkins] cpython (3.2): Fix closes issue 11568 - update select.epoll.register docstring with mention of
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix closes issue 12360 - correcting parameter names in asyncore documentation.
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix closes Issue12315 - Updates to http.client documentation.
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix closes Issue12359 - Minor update to module import description.
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix closes Issue12359 - Removing a confusing sentence from the previous change.
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix closes Issue12385 - Clarify maketrans method docstring for bytes and
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix error message to use the Python name instead of the C name
eric.araujo
- [Python-checkins] cpython (3.2): fix indentation
benjamin.peterson
- [Python-checkins] cpython (3.2): fix indentation
benjamin.peterson
- [Python-checkins] cpython (3.2): Fix markup: arguments in a class directive are __init__ arguments, not base
eric.araujo
- [Python-checkins] cpython (3.2): Fix named tuples to work with vars().
raymond.hettinger
- [Python-checkins] cpython (3.2): Fix typo (reported by Hiro Ashiya).
raymond.hettinger
- [Python-checkins] cpython (3.2): Fix typo.
raymond.hettinger
- [Python-checkins] cpython (3.2): Fix typo.
Nick Coghlan
- [Python-checkins] cpython (3.2): fix uglyNamingConvention
benjamin.peterson
- [Python-checkins] cpython (3.2): fix ws
benjamin.peterson
- [Python-checkins] cpython (3.2): Forward port doc updates for builtin functions.
raymond.hettinger
- [Python-checkins] cpython (3.2): Improve glossary entry for ABCs.
eric.araujo
- [Python-checkins] cpython (3.2): Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
ned.deily
- [Python-checkins] cpython (3.2): Issue #10883: test_urllib2net closes socket explicitly
victor.stinner
- [Python-checkins] cpython (3.2): Issue #11223: skip also test_rlock_acquire_interruption() on FreeBSD6
victor.stinner
- [Python-checkins] cpython (3.2): Issue #11223: skip test_lock_acquire_interruption() on FreeBSD6
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12016: Add test_errorhandle() to TestBase_Mapping of
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12016: Reindent decoders of HK and JP codecs
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12133: fix a ResourceWarning in urllib.request
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12141: Install a copy of template C module file so that
ned.deily
- [Python-checkins] cpython (3.2): Issue #12168: SysLogHandler now allows NUL termination to be controlled using a
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #12206: documentation for LogRecord constructor updated re. the level
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #12285: multiprocessing.Pool() raises a ValueError if the number of
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12310: finalize the old process after _run_after_forkers()
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12383: fix test_empty_env() of subprocess on Mac OS X
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12383: skip test_empty_env() if compiled is compiled in shared mode
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12383: skip test_empty_env() of subprocess on Windows
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12400: Add missing import (os) to test_kqueue
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12400: don't use sys.stderr in test_kqueue because it may be replaced by
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12400: regrtest -W doesn't rerun the tests twice anymore, but captures
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12400: regrtest, force verbose mode to True with option -W
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12400: regrtest.runtest() uses stream.seek(0) before .truncate()
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12400: remove unused variable
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12400: runtest() reuses the same io.StringIO instance for all calls
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12400: runtest() truncates the StringIO stream before a new test
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12400: runtest() truncates the StringIO stream before a new test
Terry Reedy
- [Python-checkins] cpython (3.2): Issue #12400: runtest() truncates the StringIO stream before a new test
Terry Reedy
- [Python-checkins] cpython (3.2): Issue #12400: test.support.run_doctest() doesn't change sys.stdout anymore
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12400: test_zipimport_support doesn't restore original sys.stdout
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #12408: Fix relative import in test_future5.py. Thanks Cesare Di Mauro.
mark.dickinson
- [Python-checkins] cpython (3.2): Issue #12451: distutils now opens the setup script in binary mode to read the
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12451: doctest.debug_script() doesn't create a temporary file anymore to
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12451: Open files in binary mode in some tests when the text file is not
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12451: pydoc.synopsis() now reads the encoding cookie if available, to
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12451: The XInclude default loader of xml.etree now decodes files from
victor.stinner
- [Python-checkins] cpython (3.2): Issue #4608: urllib.request.urlopen does not return an iterable object
raymond.hettinger
- [Python-checkins] cpython (3.2): Issue #8746: Correct faulty configure checks so that os.chflags() and
ned.deily
- [Python-checkins] cpython (3.2): Issue #8890: Remove /tmp from examples.
raymond.hettinger
- [Python-checkins] cpython (3.2): Issue #9516: Change distutils to no longer globally attempt to check and
ned.deily
- [Python-checkins] cpython (3.2): Issue #9516: Correct and expand OS X deployment target tests in distutils
ned.deily
- [Python-checkins] cpython (3.2): Issue #9516: Update Misc/NEWS.
ned.deily
- [Python-checkins] cpython (3.2): Issue 11802: filecmp cache was growing without bound.
raymond.hettinger
- [Python-checkins] cpython (3.2): Issue 11889: Clarify docs for enumerate.
raymond.hettinger
- [Python-checkins] cpython (3.2): Issue 12086: add example showing how to use name mangling.
raymond.hettinger
- [Python-checkins] cpython (3.2): Issue 12404: Remove C89 incompatible code from mmap module.
ross.lagerwall
- [Python-checkins] cpython (3.2): minor space nit.
senthil.kumaran
- [Python-checkins] cpython (3.2): Minor wording improvement
eric.araujo
- [Python-checkins] cpython (3.2): posixmodule.c: fix function name in argument parsing
victor.stinner
- [Python-checkins] cpython (3.2): Remove link that’s already present at the top of the file
eric.araujo
- [Python-checkins] cpython (3.2): Remove outdated bit of advice (584f9c213a6d follow-up)
eric.araujo
- [Python-checkins] cpython (3.2): Remove unneeded executable bit on two distutils files
eric.araujo
- [Python-checkins] cpython (3.2): strip trailing ws
benjamin.peterson
- [Python-checkins] cpython (3.2): test.support: can_symlink() removes the temporary symbolic link
victor.stinner
- [Python-checkins] cpython (3.2): update link to pycrypto (closes #12351)
benjamin.peterson
- [Python-checkins] cpython (3.2): update profile license (closes #12417)
benjamin.peterson
- [Python-checkins] cpython (3.2): Updated Formatter.formatTime documentation.
vinay.sajip
- [Python-checkins] cpython (3.2): Use correct markup in zipimport.rst. Patch by Sara Magliacane.
ezio.melotti
- [Python-checkins] cpython (3.2): Whitespace nit fixed using reident.
senthil.kumaran
- [Python-checkins] cpython (merge 2.6 -> 2.7): merge 2.6
benjamin.peterson
- [Python-checkins] cpython (merge 2.6 -> 2.7): Null merge from 2.6.
barry.warsaw
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge
mark.dickinson
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge 2.7
ned.deily
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.2 release branch
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.2 release branch
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.2 release branch
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.2 release branch
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.2 release branch with fix for #12009
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
senthil.kumaran
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge release tag
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge #12228
mark.dickinson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1 (#12009)
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1 (#12221)
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge from 3.1 for issue issue12261.
senthil.kumaran
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge:Do not add txt files twice
martin.v.loewis
- [Python-checkins] cpython (merge 3.1 -> 3.2): null merge
martin.v.loewis
- [Python-checkins] cpython (merge 3.1 -> 3.2): null merge 3.1 (patch already applied to 3.2)
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): branch merge?
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge 3.2
ned.deily
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): #11363: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11669: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #12274: use proper escaping for % in IDLE config (merged from 3.2).
lukasz.langa
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Close #12085: Fix an attribute error in subprocess.Popen destructor
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes,
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Close #12383: Fix subprocess module with env={}: don't copy the
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #10883: test_urllib2net closes socket explicitly
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #12016: Add test_errorhandle() to TestBase_Mapping of
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #12016: Reindent decoders of HK and JP codecs
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12285: multiprocessing.Pool() raises a ValueError if the
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #12310: finalize the old process after _run_after_forkers()
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12383: fix test_empty_env() of subprocess on Mac OS X
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12383: skip test_empty_env() if compiled is compiled in
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12383: skip test_empty_env() of subprocess on Windows
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12400: Add missing import (os) to test_kqueue
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12400: don't use sys.stderr in test_kqueue because it may be
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12400: regrtest -W doesn't rerun the tests twice anymore,
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12400: regrtest, force verbose mode to True with option -W
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12400: regrtest.runtest() uses stream.seek(0) before
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12400: remove unused import
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12400: runtest() reuses the same io.StringIO instance for
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12400: runtest() truncates the StringIO stream before a new
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12400: test_zipimport_support doesn't restore original
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12451: distutils now opens the setup script in binary mode
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12451: doctest.debug_script() doesn't create a temporary
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12451: Open files in binary mode in some tests when the text
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12451: pydoc.synopsis() now reads the encoding cookie if
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12451: The XInclude default loader of xml.etree now decodes
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) posixmodule.c: fix function name in argument parsing
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) test.support: don't catch OSError when can_symlink() removes the
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (null merge 3.2 for issue #11223) python 3.3 has already a better fix
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (null merge 3.2 for issue #11223) python 3.3 has already a better fix
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Code simplification suggested by Sven Marnach.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> default): Fix typo (reported by Hiro Ashiya).
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Fix typo.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12141: Install copies of template C module file so that
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12400: test.support.run_doctest() doesn't change sys.stdout anymore
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12408: Merge.
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue #4608: urllib.request.urlopen does not return an iterable object
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Issue #8746: Correct faulty configure checks so that os.chflags() and
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #8890: Remove /tmp from examples.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Issue #9516: Merge Distutils changes from 3.2
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue 11802: filecmp cache was growing without bound.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Issue 11889: Clarify docs for enumerate.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Issue 12086: add example showing how to use name mangling.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Merge #10206: add test for previously fixed bug.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #10694: zipfile now ignores garbage at the end of a zipfile.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): merge #11584: make decode_header handle Header objects correctly
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): merge #11584: make Header and make_header handle binary unknown-8bit input
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): merge #11700: proxy object close methods can now be called multiple times
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): merge #11767: use context manager to close file in __getitem__ to prevent FD
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #12228
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Merge #12249 fix from 3.2
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): merge #12283: Fixed regression in smtplib quoting of leading dots in DATA.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): merge #6771: fix docs: curses.wrapper is exposed as a function, not a module
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): merge #9921: clarify os.path.join joining algorithm
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#11302)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#12009)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#12221)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#12417)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#9284)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 - update to the fix for #12084
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 to default
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Merge ABC and distutils touch-ups from 3.2.
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge doc fixes from 3.2
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Fix closes Issue12359 - Removing a confusing sentence from the
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2 for Issue #12084.
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2. Issue 12359
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2. Updates to http.client documentation.
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Merge minor doc change from 3.2
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 (Issue #12404).
ross.lagerwall
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge wording change from 3.2
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): merge:Do not add txt files twice
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): Merged documentation change for Issue #12168.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged documentation update for Formatter.formatTime.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged documentation update for issue #12206.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged fix for issue #12168 from 3.2.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): null merge 3.2 (patch already applied to 3.3)
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): outstanding merge with 3.2
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (merge default -> default): branch merge
brian.curtin
- [Python-checkins] cpython (merge default -> default): Branch merge: packaging fixes
eric.araujo
- [Python-checkins] cpython (merge default -> default): Brange merge
eric.araujo
- [Python-checkins] cpython (merge default -> default): Brange merge
eric.araujo
- [Python-checkins] cpython (merge default -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge default -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge default -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge default -> default): Merge default.
ned.deily
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads.
gregory.p.smith
- [Python-checkins] cpython (merge default -> default): Merge heads.
ezio.melotti
- [Python-checkins] cpython (merge default -> default): Merge packaging doc fix
eric.araujo
- [Python-checkins] cpython (merge default -> default): Merge.
charles-francois.natali
- [Python-checkins] cpython (merge default -> default): Merged upstream changes.
vinay.sajip
- [Python-checkins] cpython: #10354: remove last public mentions of 'template' and comment as private.
r.david.murray
- [Python-checkins] cpython: #10424: argument names are now included in the missing argument message
r.david.murray
- [Python-checkins] cpython: #11781: update windows build script to account for move of email tests
r.david.murray
- [Python-checkins] cpython: #11781: update windows build script to account for move of email tests
Terry Reedy
- [Python-checkins] cpython: #11781: update windows build script to account for move of email tests
"Martin v. Löwis"
- [Python-checkins] cpython: #12313: update Makefile.pre.in to account for email tests moving to 'test' dir
r.david.murray
- [Python-checkins] cpython: #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.
ezio.melotti
- [Python-checkins] cpython: #1874: detect invalid multipart CTE and report it as a defect.
r.david.murray
- [Python-checkins] cpython: #6771: Move wrapper function into __init__ and eliminate wrapper module
r.david.murray
- [Python-checkins] cpython: #6771: Move wrapper function into __init__ and eliminate wrapper module
Jim Jewett
- [Python-checkins] cpython: ACKS update for devguide patch (closes #12278)
nick.coghlan
- [Python-checkins] cpython: Add a short table of contents to the setup.cfg spec.
eric.araujo
- [Python-checkins] cpython: Add documentation for the packaging module.
eric.araujo
- [Python-checkins] cpython: Add missing documentation for packaging.pypi.base and .simple
eric.araujo
- [Python-checkins] cpython: Add missing section of doc file lost among repositories and conversions
eric.araujo
- [Python-checkins] cpython: Add NEWS and whatsnew entries for the packaging module
eric.araujo
- [Python-checkins] cpython: add news note
benjamin.peterson
- [Python-checkins] cpython: Add reST target for Doc/packaging/setupcfg
eric.araujo
- [Python-checkins] cpython: added the generate-setup action
tarek.ziade
- [Python-checkins] cpython: Adjust logging in packaging.util.spawn (related to #11599)
eric.araujo
- [Python-checkins] cpython: allow __dir__ to return any sequence
benjamin.peterson
- [Python-checkins] cpython: Allow multiple setup hooks in packaging’s setup.cfg files (#12240).
eric.araujo
- [Python-checkins] cpython: Also specify encoding when reading setup.cfg (#12320)
eric.araujo
- [Python-checkins] cpython: always clear parser error
benjamin.peterson
- [Python-checkins] cpython: Backed out changeset ef306bd1d122
ezio.melotti
- [Python-checkins] cpython: bump magic for super closure change
benjamin.peterson
- [Python-checkins] cpython: calculate_path() decodes the PYTHONPATH environment variable from the locale
victor.stinner
- [Python-checkins] cpython: call_find_module() handles dup() failure: raise an OSError exception
victor.stinner
- [Python-checkins] cpython: Change reST targets in setup.cfg spec.
eric.araujo
- [Python-checkins] cpython: Checking if an unsigned long is < 0 is pointless.
brett.cannon
- [Python-checkins] cpython: clarify
benjamin.peterson
- [Python-checkins] cpython: Clean up extra environment variable after packaging tests.
eric.araujo
- [Python-checkins] cpython: Clean up packaging.create and add TODO notes for future cleanups
eric.araujo
- [Python-checkins] cpython: Clean up packaging.tests.test_mixin2to3
eric.araujo
- [Python-checkins] cpython: Cleanup in packaging: don’t unnecessarily instantiate exceptions
eric.araujo
- [Python-checkins] cpython: Close #12229: Remove an unused argument of _bufferedreader_peek_unlocked(),
victor.stinner
- [Python-checkins] cpython: Close #12250: Disable the regrtest timeout by default
victor.stinner
- [Python-checkins] cpython: Close #12289: Fix "is executable?" test in the CGI server
victor.stinner
- [Python-checkins] cpython: Close #12363: fix a race condition in siginterrupt() tests
victor.stinner
- [Python-checkins] cpython: Closes #12419: Added ident to SysLogHandler.
vinay.sajip
- [Python-checkins] cpython: Closes issue #11557: removal of non-idiomatic code in test_logging.
vinay.sajip
- [Python-checkins] cpython: disable ASDLGEN if hg won't work, or if python is not installed.
benjamin.peterson
- [Python-checkins] cpython: Document autoflushing in packaging.test.support.LoggingCatcher.get_logs.
eric.araujo
- [Python-checkins] cpython: Document how to define extension modules in setup.cfg
eric.araujo
- [Python-checkins] cpython: don't memoize objects that are their own copies (closes #12422)
benjamin.peterson
- [Python-checkins] cpython: Don’t try to install something when running from uninstalled source (#12246).
eric.araujo
- [Python-checkins] cpython: Drop claim about nasty problem.
martin.v.loewis
- [Python-checkins] cpython: Drop old UUIDs.
martin.v.loewis
- [Python-checkins] cpython: Drop unfounded claims about performance.
martin.v.loewis
- [Python-checkins] cpython: edit and rewrite
benjamin.peterson
- [Python-checkins] cpython: faulthandler doc: the the => the
victor.stinner
- [Python-checkins] cpython: faulthandler: add missing include, pthread.h, for FreeBSD 6
victor.stinner
- [Python-checkins] cpython: find_module_path_list() fails if _Py_fopen() failed and raised an exception
victor.stinner
- [Python-checkins] cpython: Fix a few typos
eric.araujo
- [Python-checkins] cpython: Fix assorted bugs in packaging.util.cfg_to_args (#11595).
eric.araujo
- [Python-checkins] cpython: Fix comment
eric.araujo
- [Python-checkins] cpython: Fix documentation of requires-python field in setup.cfg (#11041)
eric.araujo
- [Python-checkins] cpython: Fix example in packaging test_config.
eric.araujo
- [Python-checkins] cpython: Fix format of warnings from the packaging check command
eric.araujo
- [Python-checkins] cpython: Fix incorrect nesting of sections in setup.cfg specification
eric.araujo
- [Python-checkins] cpython: Fix markup.
georg.brandl
- [Python-checkins] cpython: Fix misunderstanding of how booleans work
eric.araujo
- [Python-checkins] cpython: Fix nonsensical name.
eric.araujo
- [Python-checkins] cpython: Fix omission in test for packaging install_distinfo command.
eric.araujo
- [Python-checkins] cpython: Fix reST label for collections ABCs.
eric.araujo
- [Python-checkins] cpython: Fix reST label for collections ABCs.
Raymond Hettinger
- [Python-checkins] cpython: Fix sdist to always include setup.cfg (#11092), to comply with the spec
eric.araujo
- [Python-checkins] cpython: Fix test name in debug message
eric.araujo
- [Python-checkins] cpython: Fix test_signal on Windows after #12303.
ross.lagerwall
- [Python-checkins] cpython: Fix typo
eric.araujo
- [Python-checkins] cpython: Fix typos in class names
eric.araujo
- [Python-checkins] cpython: Fix UnboundLocalError in a finally block of one packaging test
eric.araujo
- [Python-checkins] cpython: Further documentation updates to be consistent with doc standards and comments
gregory.p.smith
- [Python-checkins] cpython: general cleaning up
benjamin.peterson
- [Python-checkins] cpython: give the names of missing positional or keyword-only arguments (closes #12356)
benjamin.peterson
- [Python-checkins] cpython: greatly improve argument parsing error messages (closes #12265)
benjamin.peterson
- [Python-checkins] cpython: Improve a few docstrings in packaging.
eric.araujo
- [Python-checkins] cpython: Improve consistency in questions asked by packaging.create.
eric.araujo
- [Python-checkins] cpython: Improve documentation of packaging hooks
eric.araujo
- [Python-checkins] cpython: Issue #11893: Remove obsolete internal wrapper class `SSLFakeFile` in the
antoine.pitrou
- [Python-checkins] cpython: Issue #12021: Make mmap's read() method argument optional. Patch by Petri
charles-francois.natali
- [Python-checkins] cpython: Issue #12040: Expose a new attribute `sentinel` on instances of
antoine.pitrou
- [Python-checkins] cpython: Issue #12040: Expose a new attribute `sentinel` on instances of
Nick Coghlan
- [Python-checkins] cpython: Issue #12040: Expose a new attribute `sentinel` on instances of
Antoine Pitrou
- [Python-checkins] cpython: Issue #12040: Expose a new attribute `sentinel` on instances of
Nick Coghlan
- [Python-checkins] cpython: Issue #12040: Expose a new attribute `sentinel` on instances of
Antoine Pitrou
- [Python-checkins] cpython: Issue #12080: Fix a performance issue in Decimal._power_exact that causes some
mark.dickinson
- [Python-checkins] cpython: Issue #12167: Fix a reafleak in packaging.tests.PyPIServer constructor
victor.stinner
- [Python-checkins] cpython: Issue #12196: Add a note on os.pipe2() in the "Whats' new in Python 3.3"
charles-francois.natali
- [Python-checkins] cpython: Issue #12196: Make os.pipe2() flags argument mandatory.
charles-francois.natali
- [Python-checkins] cpython: Issue #12196: Make test.support's requires_linux_version a decorator.
charles-francois.natali
- [Python-checkins] cpython: Issue #12250: modify "make buildbottest" command line instead of TESTOPTS
victor.stinner
- [Python-checkins] cpython: Issue #12250: regrtest --timeout displays a warning instead of failing with an
victor.stinner
- [Python-checkins] cpython: Issue #12287: In ossaudiodev, check that the device isn't closed in several
charles-francois.natali
- [Python-checkins] cpython: Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.
ross.lagerwall
- [Python-checkins] cpython: Issue #12303: run sig*wait*() tests in a subprocesss
victor.stinner
- [Python-checkins] cpython: Issue #12316: Fix sigwait() test using threads
victor.stinner
- [Python-checkins] cpython: Issue #12333: close files before removing the directory
victor.stinner
- [Python-checkins] cpython: Issue #12333: restore the previous dir before removing the current directory
victor.stinner
- [Python-checkins] cpython: Issue #12333: run tests on the new module in a subprocess
victor.stinner
- [Python-checkins] cpython: Issue #12363: improve siginterrupt() tests
victor.stinner
- [Python-checkins] cpython: Issue #12392: fix thread initialization on FreeBSD 6
victor.stinner
- [Python-checkins] cpython: Issue #12400: fix test_faulthandler if regrtest captures sys.stderr
victor.stinner
- [Python-checkins] cpython: Issue #12400: fix test_faulthandler if regrtest captures sys.stderr
Nick Coghlan
- [Python-checkins] cpython: Issue #12400: oops, remove debug code...
victor.stinner
- [Python-checkins] cpython: Issue #12400: test_cprofile now restores correctly the previous sys.stderr
victor.stinner
- [Python-checkins] cpython: Issue #12400: test_faulthandler now uses sys.__stderr__
victor.stinner
- [Python-checkins] cpython: Issue #12451: Add support.create_empty_file()
victor.stinner
- [Python-checkins] cpython: Issue #12451: Open the test file in binary mode in test_bz2, the text file is
victor.stinner
- [Python-checkins] cpython: Issue #6697: _lsprof: normalizeUserObj() doesn't encode/decode (UTF-8) the
victor.stinner
- [Python-checkins] cpython: Issue #8407: Make signal.sigwait() tests more reliable
victor.stinner
- [Python-checkins] cpython: Issue #8407: signal.sigwait() releases the GIL
victor.stinner
- [Python-checkins] cpython: Issue #8407: skip sigwait() tests if pthread_sigmask() is missing
victor.stinner
- [Python-checkins] cpython: Issue #8407: write error message on sigwait test failure
victor.stinner
- [Python-checkins] cpython: Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed
antoine.pitrou
- [Python-checkins] cpython: Issue #9344: Add os.getgrouplist().
ross.lagerwall
- [Python-checkins] cpython: Issue #9516: Port OS X deployment target tests from distutils to packaging
ned.deily
- [Python-checkins] cpython: Issue #9516: Port the revised deployment target processing for OSX from
ned.deily
- [Python-checkins] cpython: Issue #9516: Update Misc/NEWS to include packaging.
ned.deily
- [Python-checkins] cpython: Issue 11758: increase xml.dom.minidom test coverage (contributed by mdorn,
raymond.hettinger
- [Python-checkins] cpython: Issue 12139: add CCC command support to FTP_TLS class to revert the SSL
giampaolo.rodola
- [Python-checkins] cpython: Issue 12139: ftplib - remove 'post CCC' test to fix various buildot failures
giampaolo.rodola
- [Python-checkins] cpython: Kill dead code in importlib.test.__main__ (#12019, reviewed by Brett Cannon)
eric.araujo
- [Python-checkins] cpython: Kill trailing whitespace
eric.araujo
- [Python-checkins] cpython: Made time formats in Formatter more configurable.
vinay.sajip
- [Python-checkins] cpython: Make decorators used in packaging preserve docstrings
eric.araujo
- [Python-checkins] cpython: Make example of file inclusion in setupcfg more obvious
eric.araujo
- [Python-checkins] cpython: Make help messages in packaging.run more consistent
eric.araujo
- [Python-checkins] cpython: Make packaging.tests.support.LoggingCatcher.get_logs flush the log handler.
eric.araujo
- [Python-checkins] cpython: Make sure all the Lib/packaging subdirectories get installed.
barry.warsaw
- [Python-checkins] cpython: map cells to arg slots at code creation time (closes #12399)
benjamin.peterson
- [Python-checkins] cpython: Minor rework of the extensibility and acks sections
eric.araujo
- [Python-checkins] cpython: Minor tweaks in packaging’s test_dist.
eric.araujo
- [Python-checkins] cpython: Minor tweaks to packaging tests.
eric.araujo
- [Python-checkins] cpython: Move a non-PEP 345 field at the end of the metadata fields list
eric.araujo
- [Python-checkins] cpython: Move useful function to packaging.util.
eric.araujo
- [Python-checkins] cpython: only clear the parser error if it's set (closes #12264)
benjamin.peterson
- [Python-checkins] cpython: Packaging cleanup: normalize print calls.
eric.araujo
- [Python-checkins] cpython: Packaging cleanup: remove use of script_name where obsolete
eric.araujo
- [Python-checkins] cpython: Packaging doc: Add missing index file, improve main page description.
eric.araujo
- [Python-checkins] cpython: Packaging tests: don’t let an internal cache grow indefinitely.
eric.araujo
- [Python-checkins] cpython: packaging: Add the project directory to sys.path to support local setup hooks.
eric.araujo
- [Python-checkins] cpython: Packaging: always use repr to display project names.
eric.araujo
- [Python-checkins] cpython: Packaging: remove last mentions and uses of setup.py in the code.
eric.araujo
- [Python-checkins] cpython: Packaging: use repr to display projects name (3ebabfbf6fe3 followup)
eric.araujo
- [Python-checkins] cpython: Point to new collections.abc module for collections ABCs
eric.araujo
- [Python-checkins] cpython: quaint and completely out of date comment
benjamin.peterson
- [Python-checkins] cpython: Re-add line that was mistakenly removed alongside RPM support.
eric.araujo
- [Python-checkins] cpython: Re-apply distutils2 changes lost before the merge of packaging.
eric.araujo
- [Python-checkins] cpython: Remove *.egg-info from Makefile.pre.in (follow-up to d615eb7bce33, #12218)
eric.araujo
- [Python-checkins] cpython: remove __version__s dependent on subversion keyword expansion (closes #12221)
benjamin.peterson
- [Python-checkins] cpython: Remove a redundant assignment.
brett.cannon
- [Python-checkins] cpython: remove AC_REVISION
benjamin.peterson
- [Python-checkins] cpython: remove duplicate -I
benjamin.peterson
- [Python-checkins] cpython: Remove duplicate entry for Josip
eric.araujo
- [Python-checkins] cpython: remove intrcheck.c, which hasn't been used for years
benjamin.peterson
- [Python-checkins] cpython: Remove some extraneous parentheses and swap the comparison order to
brett.cannon
- [Python-checkins] cpython: remove svn support
benjamin.peterson
- [Python-checkins] cpython: Remove unused code in packaging.pypi.dist
eric.araujo
- [Python-checkins] cpython: remove unused imports (closes #12432)
benjamin.peterson
- [Python-checkins] cpython: remove VISIT_*_IN_BLOCK macros
benjamin.peterson
- [Python-checkins] cpython: Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218)
eric.araujo
- [Python-checkins] cpython: Removed a Windows 9x trick used before LoadLibraryExW.
brian.curtin
- [Python-checkins] cpython: Rephrase and update intro and syntax sections of setupcfg
eric.araujo
- [Python-checkins] cpython: Rephrase the section about spec versioning
eric.araujo
- [Python-checkins] cpython: Revert a reversed comparison order introduced in r70695.
brett.cannon
- [Python-checkins] cpython: run autoconf
benjamin.peterson
- [Python-checkins] cpython: run autoreconf
benjamin.peterson
- [Python-checkins] cpython: setup.cfg: Document that description-file can contain more than one file
eric.araujo
- [Python-checkins] cpython: some horrible preprocessing tricks to automatically update the tag
benjamin.peterson
- [Python-checkins] cpython: Specify the encoding of the setup.cfg in one packaging test (#12320)
eric.araujo
- [Python-checkins] cpython: Stop binding sys.path as default parameter value in packaging.
eric.araujo
- [Python-checkins] cpython: Stop creating a Python-X.Y.Z-pyX.Y.egg-info file on install (#10645)
eric.araujo
- [Python-checkins] cpython: store the current scope on the stack right away
benjamin.peterson
- [Python-checkins] cpython: store the current scope on the stack right away
Nick Coghlan
- [Python-checkins] cpython: Style change in packaging: use “not in” over “not x in”.
eric.araujo
- [Python-checkins] cpython: test.support: add requires_mac_ver() function
victor.stinner
- [Python-checkins] cpython: test.support: add requires_mac_ver() function
Ezio Melotti
- [Python-checkins] cpython: test_faulthandler: use a longer sleep (2.5 sec instead of 1.3 sec) in
victor.stinner
- [Python-checkins] cpython: test_platform: ignore DeprecationWarning on popen() test
victor.stinner
- [Python-checkins] cpython: The change done for #10645 deserves a NEWS entry
eric.araujo
- [Python-checkins] cpython: The compiler class for EMX was removed
Nick Coghlan
- [Python-checkins] cpython: The compiler class for EMX was removed
eric.araujo
- [Python-checkins] cpython: this documentation is now handled by all the new packaging contributors
tarek.ziade
- [Python-checkins] cpython: Update comments in sysconfig.cfg
eric.araujo
- [Python-checkins] cpython: Update doctring now that Python has real booleans
eric.araujo
- [Python-checkins] cpython: Updated Formatter.formatTime docs to indicate configuration via class
vinay.sajip
- [Python-checkins] cpython: use a invalid name for the __class__ closure for super() (closes #12370)
benjamin.peterson
- [Python-checkins] cpython: Use a sleep for test_subprocess timeout test
victor.stinner
- [Python-checkins] cpython: Use correct directive to document one method
eric.araujo
- [Python-checkins] cpython: Use correct markup in zipimport.rst. Patch by Sara Magliacane.
ezio.melotti
- [Python-checkins] cpython: Use list constructor or built-in method instead of copy module
eric.araujo
- [Python-checkins] cpython: Use strings instead of sets of lines in packaging.create tests.
eric.araujo
- [Python-checkins] cpython: use the Include in srcdir
benjamin.peterson
- [Python-checkins] cpython: When building sqlite3, the directory where sqlite.h was found was
brett.cannon
- [Python-checkins] cpython: Whitespace normalization
antoine.pitrou
- [Python-checkins] Daily reference leaks (024827a9db64): sum=298
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (039c316bd157): sum=300
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (0e22c47b47a3): sum=399
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (26a2c6afcc5d): sum=399
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (39fadb0255cd): sum=244
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (475bb98ae813): sum=399
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (509622ce587a): sum=666
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (5392be94ea65): sum=399
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (567f30527913): sum=399
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (596adf14914c): sum=399
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (618b681660e0): sum=-23
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (6edb7c153105): sum=1363
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (7323a865457a): sum=526
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (8036d819b7d0): sum=28
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (8c17e898e0e8): sum=300
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (9713f1e2a159): sum=244
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (9c96c3adbcd1): sum=300
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (a5c8b6ebe895): sum=76
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (ac562d86ab71): sum=399
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (b290ca599df6): sum=399
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (b6759568b812): sum=-23
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (bd3447481d70): sum=343
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (c3fe54781244): sum=399
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d1291e048163): sum=722
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d1d5a7392e39): sum=33
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e572a97a1bd1): sum=399
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (eafe8c7f7049): sum=-23
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (f041d2223ed3): sum=300
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (fcf242243d46): sum=300
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (fd6446a88fe3): sum=351
solipsis at pitrou.net
- [Python-checkins] devguide (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] devguide (merge default -> default): Merge with head
nick.coghlan
- [Python-checkins] devguide: Add a communications section to the devguide FAQ (closes #11690)
nick.coghlan
- [Python-checkins] devguide: Add a devguide category in the interest area table with myself and Eric Araujo
nick.coghlan
- [Python-checkins] devguide: Add entry for the packaging module
eric.araujo
- [Python-checkins] devguide: Add myself to some areas
eric.araujo
- [Python-checkins] devguide: Add note about the dev guide itself to the doc quality page
nick.coghlan
- [Python-checkins] devguide: Be more descriptive when describing the options for seeking help with problems
nick.coghlan
- [Python-checkins] devguide: Fix copy-paste glitch :)
eric.araujo
- [Python-checkins] devguide: Fix copy-paste glitch :)
Nick Coghlan
- [Python-checkins] devguide: Make the scope of the devguide explicit on the main page and refer to other
nick.coghlan
- [Python-checkins] devguide: Mention Python Mentors on the 'where to get help?' page (closes #12278, patch
nick.coghlan
- [Python-checkins] devguide: Soften the tone on the main page of the dev guide and mention the core
nick.coghlan
- [Python-checkins] devguide: this has happened to me twice today
benjamin.peterson
- [Python-checkins] devguide: Update the committing page with various details (closes #11795, but also
nick.coghlan
- [Python-checkins] devguide: Update the committing page with various details (closes #11795, but also
Terry Reedy
- [Python-checkins] devguide: Use built-in reST roles for PEP links
eric.araujo
- [Python-checkins] peps: A few small clarifications.
barry.warsaw
- [Python-checkins] peps: Add a couple of missing Python version headers
nick.coghlan
- [Python-checkins] peps: Add early draft of PEP to create a new async module and protocol.
raymond.hettinger
- [Python-checkins] peps: Add missing Resolution header
nick.coghlan
- [Python-checkins] peps: Add pep number to the body of the pep.
raymond.hettinger
- [Python-checkins] peps: Add rules for indenting continuation lines.
guido.van.rossum
- [Python-checkins] peps: Add rules for indenting continuation lines.
Barry Warsaw
- [Python-checkins] peps: Happy Tau Day folks! :)
nick.coghlan
- [Python-checkins] peps: Happy Tau Day folks! :)
Benjamin Peterson
- [Python-checkins] peps: Happy Tau Day folks! :)
Nick Coghlan
- [Python-checkins] peps: PEP 8 updates on hanging continuation lines, based on discussion from
barry.warsaw
- [Python-checkins] peps: Record Guido's acceptance of PEP 380
nick.coghlan
- [Python-checkins] peps: Record Guido's acceptance of PEP 380
Barry Warsaw
- [Python-checkins] peps: Take two, this time with the correct extension :)
nick.coghlan
- [Python-checkins] peps: Update PEP 3150 to reflect April discussion on python-ideas
nick.coghlan
- [Python-checkins] r88847 - tracker/instances/python-dev/html/issue.item.js
ezio.melotti
- [Python-checkins] r88848 - tracker/instances/python-dev/html/style.css
ezio.melotti
- [Python-checkins] r88849 - tracker/instances/python-dev/html/issue.item.js
ezio.melotti
- [Python-checkins] r88850 - in python/branches/release26-maint: Include/patchlevel.h Lib/distutils/__init__.py Lib/idlelib/idlever.py Lib/pydoc_topics.py Misc/NEWS Misc/RPM/python-2.6.spec README
barry.warsaw
- [Python-checkins] r88851 - python/tags/r267
barry.warsaw
- [Python-checkins] r88852 - in python/branches/release26-maint: Include/patchlevel.h Misc/NEWS
barry.warsaw
- [Python-checkins] r88853 - in tracker/instances: board/html/page.html jobs/html/page.html python-dev-spambayes-integration/html/page.html python-dev/html/page.html python-dev/rietveld/templates/base.html security/html/page.html
ezio.melotti
- [Python-checkins] r88854 - tracker/instances/python-dev/extensions/local_replace.py
ezio.melotti
- [Python-checkins] r88855 - tracker/instances/python-dev/detectors/hgrepo.py
martin.v.loewis
- [Python-checkins] r88860 - sandbox/trunk/pep362/pep362.py
brett.cannon
Last message date:
Thu Jun 30 23:25:59 CEST 2011
Archived on: Thu Jun 30 23:26:01 CEST 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).