February 2013 Archives by subject
Starting: Fri Feb 1 00:20:15 CET 2013
Ending: Thu Feb 28 20:11:20 CET 2013
Messages: 689
- [Python-checkins] cpython (2.6): - Issue #16248: Disable code execution from the user's home directory by
barry.warsaw
- [Python-checkins] cpython (2.7): #15438: add a note to math.pow() that suggests using **/pow() for integers.
ezio.melotti
- [Python-checkins] cpython (2.7): #16128: clarify that instances of user-defined classes compare equal with
ezio.melotti
- [Python-checkins] cpython (2.7): #16128: clarify that instances of user-defined classes compare equal with
Nick Coghlan
- [Python-checkins] cpython (2.7): #16564: test to confirm behavior that regressed in python3.
r.david.murray
- [Python-checkins] cpython (2.7): #17035: use new style classes in classmethod/staticmethod examples. Patch by
ezio.melotti
- [Python-checkins] cpython (2.7): #17064: fix sporadic permission errors in test_mailbox on windows.
r.david.murray
- [Python-checkins] cpython (2.7): #17091: update docstring for _thread.Lock.acquire.
r.david.murray
- [Python-checkins] cpython (2.7): #17142: fix apparent copy and paste error in test_all.
r.david.murray
- [Python-checkins] cpython (2.7): #17171: backport behavior-confirming test from python3.
r.david.murray
- [Python-checkins] cpython (2.7): #17178: update any()/all() docstrings to document their behavior with empty
ezio.melotti
- [Python-checkins] cpython (2.7): #17249: check for the availability of the thread module.
ezio.melotti
- [Python-checkins] cpython (2.7): #17249: convert a test in test_capi to use unittest and reap threads.
ezio.melotti
- [Python-checkins] cpython (2.7): #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn.
ezio.melotti
- [Python-checkins] cpython (2.7): #17256: fix syntax highlight in embedding example. Patch by Kushal Das.
ezio.melotti
- [Python-checkins] cpython (2.7): #17265: fix highlight in template example. Initial patch by Berker Peksag.
ezio.melotti
- [Python-checkins] cpython (2.7): #17275: Fix class name in init errors in C bufferedio classes.
r.david.murray
- [Python-checkins] cpython (2.7): #7842: backport fix for py_compile.compile syntax error message handling.
r.david.murray
- [Python-checkins] cpython (2.7): #7963: fix error message when 'object' called with arguments.
r.david.murray
- [Python-checkins] cpython (2.7): Add alias to restore 2.7.2 compatibility for setup scripts (#13994).
eric.araujo
- [Python-checkins] cpython (2.7): Add a link to the demo dir.
ezio.melotti
- [Python-checkins] cpython (2.7): Additional fix for Issue #12268: The io module file object writelines() methods
gregory.p.smith
- [Python-checkins] cpython (2.7): Add Misc/NEWS entry for Issue #16743
richard.oudkerk
- [Python-checkins] cpython (2.7): add proper dependencies on expat headers and sources
christian.heimes
- [Python-checkins] cpython (2.7): Back out fix for issue #13886; it introduced a new bug in interactive readline
nadeem.vawda
- [Python-checkins] cpython (2.7): better news entry
gregory.p.smith
- [Python-checkins] cpython (2.7): Clean trailing whitespaces in Makefile.pre.in and grpmodule.c.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Correction to issue 17052 fix
michael.foord
- [Python-checkins] cpython (2.7): Disable posixpath.realpath() tests on Windows (fix for issue #6975).
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fix accidental non-breakable space (U+00A0).
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972.
serhiy.storchaka
- [Python-checkins] cpython (2.7): fix building without pymalloc (closes #17228)
benjamin.peterson
- [Python-checkins] cpython (2.7): Fix deprecation warning in tempfile.
ezio.melotti
- [Python-checkins] cpython (2.7): Fix deprecation warning in test_tcl.
ezio.melotti
- [Python-checkins] cpython (2.7): Fixes Issue #6972: The zipfile module no longer overwrites files outside of
gregory.p.smith
- [Python-checkins] cpython (2.7): fix find_library on Solaris (closes #5289)
benjamin.peterson
- [Python-checkins] cpython (2.7): Fix for issue #16800: Use buffered write to handle EINTR.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fix issue16932: Fix the urlparse example. Remote :port when scheme is not
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix Issue17069: Document getcode method in urllib.request.rst
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix markup in unittest docs.
ezio.melotti
- [Python-checkins] cpython (2.7): Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fix test_from_dll* in test_returnfuncptrs.py.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fix test_ssl by replacing expired X509 certificate
antoine.pitrou
- [Python-checkins] cpython (2.7): Fix test for issue #6972.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fix tests for issue #11159.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fix tests for issue #5308.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fix the highlight in another example.
ezio.melotti
- [Python-checkins] cpython (2.7): Fix the test and remove trailing dots on Windows for issue #6972.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fix translating of illegal characters on Windows (issue #6972).
serhiy.storchaka
- [Python-checkins] cpython (2.7): Import shutil for restore_test_support_TESTFN().
serhiy.storchaka
- [Python-checkins] cpython (2.7): In the _hashlib module, only initialize the static data for OpenSSL's
gregory.p.smith
- [Python-checkins] cpython (2.7): Issue #10355: SpooledTemporaryFile properties and xreadline method now work for
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #11159: SAX parser now supports unicode file names.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #11311: StringIO.readline(0) now returns an empty string as all other
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #13153: Tkinter functions now raise TclError instead of ValueError when
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #13169: The maximal repetition number in a regular expression has been
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #13555: cPickle now supports files larger than 2 GiB.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #13555: Fix an integer overflow check.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #1470548: Do not buffer XMLGenerator output.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
petri.lehtinen
- [Python-checkins] cpython (2.7): Issue #14720: sqlite3: Convert datetime microseconds correctly
petri.lehtinen
- [Python-checkins] cpython (2.7): Issue #15116: Remove references to appscript as it is no longer being
ned.deily
- [Python-checkins] cpython (2.7): Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #15587: Enable Tk high-resolution text rendering on Macs with
ned.deily
- [Python-checkins] cpython (2.7): Issue #15633: httplib.HTTPResponse is now mark closed when the server sends
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #15881: Fixed atexit hook in multiprocessing.
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #16121: Fix line number accounting in shlex
petri.lehtinen
- [Python-checkins] cpython (2.7): Issue #16256: OS X installer now sets correct permissions for doc directory.
ned.deily
- [Python-checkins] cpython (2.7): Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
petri.lehtinen
- [Python-checkins] cpython (2.7): Issue #16406: combine the doc pages for uploading and registering to PyPI.
chris.jerdonek
- [Python-checkins] cpython (2.7): Issue #16686: Fixed a lot of bugs in audioop module.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #16695: Document how glob handles filenames starting with a dot
petri.lehtinen
- [Python-checkins] cpython (2.7): Issue #16698: Skip posix test_getgroups when built with OS X
ned.deily
- [Python-checkins] cpython (2.7): Issue #16743: Fix mmap overflow check on 32 bit Windows
richard.oudkerk
- [Python-checkins] cpython (2.7): Issue #16800: tempfile.gettempdir() no longer left temporary files when
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
richard.oudkerk
- [Python-checkins] cpython (2.7): Issue #17034: Use Py_CLEAR() in stringobject.c.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17043: The unicode-internal decoder no longer read past the end of
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17073: Fix some integer overflows in sqlite3 module.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17111: Prevent test_surrogates (test_fileio) failure on OS X 10.4.
ned.deily
- [Python-checkins] cpython (2.7): Issue #17118: Add new tests for testing Python-Tcl interaction.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17149: Fix random.vonmisesvariate to always return results in [0,
mark.dickinson
- [Python-checkins] cpython (2.7): Issue #17156: pygettext.py now correctly escapes non-ascii characters.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17161: make install now also installs a python2 and python man page.
ned.deily
- [Python-checkins] cpython (2.7): Issue #17203: add long option names to unittest discovery docs.
chris.jerdonek
- [Python-checkins] cpython (2.7): Issue #17208: add a note about the termination behaviour of daemon threads.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #17225: JSON decoder now counts columns in the first line starting
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17248: Fix os.*chown() testing when user has group root.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17248: Fix os.*chown() testing when user is in root group.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #1783: Remove declarations of nonexistent private variables.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #4591: Uid and gid values larger than 2**31 are supported now.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #5033: Fix building of the sqlite3 extension module
petri.lehtinen
- [Python-checkins] cpython (2.7): Issue #5308: Raise ValueError when marshalling too large object (a sequence
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #6972: fix the documentation mis applied patch.
gregory.p.smith
- [Python-checkins] cpython (2.7): Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #7358: cStringIO.StringIO now supports writing to and reading from
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #8890: Stop advertising an insecure use of /tmp in docs
petri.lehtinen
- [Python-checkins] cpython (2.7): Issue #9669: Protect re against infinite loops on zero-width matching in
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue 16398: Use memcpy() in deque.rotate().
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 17502: unittest discovery should use self.testLoader
michael.foord
- [Python-checkins] cpython (2.7): Keep IDLE from displaying spurious SystemExit tracebacks
raymond.hettinger
- [Python-checkins] cpython (2.7): Minor cleanups.
raymond.hettinger
- [Python-checkins] cpython (2.7): Preserve backslashes in malicious zip files for testing issue #6972.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Remove unused certificate files
antoine.pitrou
- [Python-checkins] cpython (2.7): Revert "Issue #16121: Fix line number accounting in shlex"
petri.lehtinen
- [Python-checkins] cpython (2.7): Silence a -Wformat-extra-argument warning when compiling.
gregory.p.smith
- [Python-checkins] cpython (2.7): Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows.
serhiy.storchaka
- [Python-checkins] cpython (2.7): The example regex should be a raw string.
raymond.hettinger
- [Python-checkins] cpython (2.7): Update the embedded copy of the expat XML parser to 2.1.0. It brings
benjamin.peterson
- [Python-checkins] cpython (2.7): whitespace fix
gregory.p.smith
- [Python-checkins] cpython (3.2): #13700: Make imap.authenticate with authobject work.
r.david.murray
- [Python-checkins] cpython (3.2): #15438: add a note to math.pow() that suggests using **/pow() for integers.
ezio.melotti
- [Python-checkins] cpython (3.2): #16128: clarify that instances of user-defined classes compare equal with
ezio.melotti
- [Python-checkins] cpython (3.2): #16564: Fix regression in use of encoders.encode_noop with binary data.
r.david.murray
- [Python-checkins] cpython (3.2): #16948: Fix quopri encoding of non-latin1 character sets.
r.david.murray
- [Python-checkins] cpython (3.2): #17064: fix sporadic permission errors in test_mailbox on windows.
r.david.murray
- [Python-checkins] cpython (3.2): #17091: update docstring for _thread.Lock.acquire.
r.david.murray
- [Python-checkins] cpython (3.2): #17142: fix apparent copy and paste error in test_all.
r.david.murray
- [Python-checkins] cpython (3.2): #17166: fix _dummy_thread import example.
r.david.murray
- [Python-checkins] cpython (3.2): #17171: fix email.encoders.encode_7or8bit when applied to binary data.
r.david.murray
- [Python-checkins] cpython (3.2): #17178: update any()/all() docstrings to document their behavior with empty
ezio.melotti
- [Python-checkins] cpython (3.2): #17217: fix UnicodeEncodeErrors errors in test_format by printing ASCII only.
ezio.melotti
- [Python-checkins] cpython (3.2): #17249: check for the availability of the thread module.
ezio.melotti
- [Python-checkins] cpython (3.2): #17249: convert a test in test_capi to use unittest and reap threads.
ezio.melotti
- [Python-checkins] cpython (3.2): #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn.
ezio.melotti
- [Python-checkins] cpython (3.2): #17256: fix syntax highlight in embedding example. Patch by Kushal Das.
ezio.melotti
- [Python-checkins] cpython (3.2): #17265: fix highlight in template example. Initial patch by Berker Peksag.
ezio.melotti
- [Python-checkins] cpython (3.2): #17271: update example in tempfile docs.
ezio.melotti
- [Python-checkins] cpython (3.2): #17275: Fix class name in init errors in C bufferedio classes.
r.david.murray
- [Python-checkins] cpython (3.2): #17296: backport fix for issue 1692335, naive exception pickling.
r.david.murray
- [Python-checkins] cpython (3.2): #7963: fix error message when 'object' called with arguments.
r.david.murray
- [Python-checkins] cpython (3.2): Add a link to the demo dir.
ezio.melotti
- [Python-checkins] cpython (3.2): Additional fix for Issue #12268: The io module file object writelines() methods
gregory.p.smith
- [Python-checkins] cpython (3.2): Add Misc/NEWS entry for Issue #16743
richard.oudkerk
- [Python-checkins] cpython (3.2): add proper dependencies on expat headers and sources
christian.heimes
- [Python-checkins] cpython (3.2): Addressing the review comment made by Terry Reedy
senthil.kumaran
- [Python-checkins] cpython (3.2): Back out fix for issue #13886; it introduced a new bug in interactive readline
nadeem.vawda
- [Python-checkins] cpython (3.2): better corrected news entry
gregory.p.smith
- [Python-checkins] cpython (3.2): Clean trailing whitespaces in Makefile.pre.in.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Correction to issue 17052 fix
michael.foord
- [Python-checkins] cpython (3.2): Disable posixpath.realpath() tests on Windows (fix for issue #6975).
serhiy.storchaka
- [Python-checkins] cpython (3.2): Do not raise self.skipTest().
serhiy.storchaka
- [Python-checkins] cpython (3.2): Fix accidental non-breakable spaces (U+00A0).
serhiy.storchaka
- [Python-checkins] cpython (3.2): Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Fix a test for SpooledTemporaryFile (added in issue #10355).
serhiy.storchaka
- [Python-checkins] cpython (3.2): Fixes Issue #6972: The zipfile module no longer overwrites files outside of
gregory.p.smith
- [Python-checkins] cpython (3.2): Fix for issue #16800: Use buffered write to handle EINTR.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Fix issue16932: Fix the urlparse example. Remote :port when scheme is not
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix Issue17069: Document getcode method in urllib.request.rst
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix Issue17069: Document getcode method in urllib.request.rst
Terry Reedy
- [Python-checkins] cpython (3.2): Fix Issue17069: Document getcode method in urllib.request.rst
Senthil Kumaran
- [Python-checkins] cpython (3.2): Fix markup in unittest docs.
ezio.melotti
- [Python-checkins] cpython (3.2): Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).
serhiy.storchaka
- [Python-checkins] cpython (3.2): Fix test_from_dll* in test_returnfuncptrs.py.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Fix test_tools hangs on Windows. Patch by Jeremy Kloth.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Fix tests for issue #11159.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Fix the test for issue #6972.
serhiy.storchaka
- [Python-checkins] cpython (3.2): In the _hashlib module, only initialize the static data for OpenSSL's
gregory.p.smith
- [Python-checkins] cpython (3.2): Issue #10355: SpooledTemporaryFile properties now work for unrolled files.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #11159: Add tests for testing SAX parser support of non-ascii file names.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #13153: Tkinter functions now raise TclError instead of ValueError when
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #13169: The maximal repetition number in a regular expression has been
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #1470548: Add test for fragment producing with XMLGenerator.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #1470548: XMLGenerator now works with binary output streams.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
petri.lehtinen
- [Python-checkins] cpython (3.2): Issue #14720: sqlite3: Convert datetime microseconds correctly
petri.lehtinen
- [Python-checkins] cpython (3.2): Issue #15116: Remove references to appscript as it is no longer being
ned.deily
- [Python-checkins] cpython (3.2): Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #15587: Enable Tk high-resolution text rendering on Macs with
ned.deily
- [Python-checkins] cpython (3.2): Issue #15633: httplib.HTTPResponse is now mark closed when the server sends
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #16121: Fix line number accounting in shlex
petri.lehtinen
- [Python-checkins] cpython (3.2): Issue #16256: OS X installer now sets correct permissions for doc directory.
ned.deily
- [Python-checkins] cpython (3.2): Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
petri.lehtinen
- [Python-checkins] cpython (3.2): Issue #16406: Combine the doc pages for uploading and registering to PyPI.
chris.jerdonek
- [Python-checkins] cpython (3.2): Issue #16686: Fixed a lot of bugs in audioop module.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #16695: Document how glob handles filenames starting with a dot
petri.lehtinen
- [Python-checkins] cpython (3.2): Issue #16698: Skip posix test_getgroups when built with OS X
ned.deily
- [Python-checkins] cpython (3.2): Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #16743: Fix mmap overflow check on 32 bit Windows
richard.oudkerk
- [Python-checkins] cpython (3.2): Issue #16800: tempfile.gettempdir() no longer left temporary files when
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #16903: Popen.communicate() on Unix now accepts strings when
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
richard.oudkerk
- [Python-checkins] cpython (3.2): Issue #17034: Use Py_CLEAR() in bytesobject.c.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #17043: The unicode-internal decoder no longer read past the end of
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #17073: Fix some integer overflows in sqlite3 module.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #17089: Expat parser now correctly works with string input not only when
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #17114: IDLE now uses non-strict config parser.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #17118: Add new tests for testing Python-Tcl interaction.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #17149: Fix random.vonmisesvariate to always return results in [0,
mark.dickinson
- [Python-checkins] cpython (3.2): Issue #17156: pygettext.py now uses an encoding of source file and correctly
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #17161: make install now also installs a python3 man page.
ned.deily
- [Python-checkins] cpython (3.2): Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #17203: add long option names to unittest discovery docs.
chris.jerdonek
- [Python-checkins] cpython (3.2): Issue #17208: add a note about the termination behaviour of daemon threads.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #17225: JSON decoder now counts columns in the first line starting
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #17248: Fix os.*chown() testing when user has group root.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #17248: Fix os.*chown() testing when user is in root group.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #1783: Remove declarations of nonexistent private variables.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #4591: Uid and gid values larger than 2**31 are supported now.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #5033: Fix building of the sqlite3 extension module
petri.lehtinen
- [Python-checkins] cpython (3.2): Issue #5308: Raise ValueError when marshalling too large object (a sequence
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #6972: keep the warning about untrusted extraction and mention
gregory.p.smith
- [Python-checkins] cpython (3.2): Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #8890: Stop advertising an insecure use of /tmp in docs
petri.lehtinen
- [Python-checkins] cpython (3.2): Issue #9669: Protect re against infinite loops on zero-width matching in
serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue 17502: unittest discovery should use self.testLoader
michael.foord
- [Python-checkins] cpython (3.2): Minor fix of previous commit.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Revert "Issue #16121: Fix line number accounting in shlex"
petri.lehtinen
- [Python-checkins] cpython (3.2): Silence a -Wformat-extra-argument warning when compiling.
gregory.p.smith
- [Python-checkins] cpython (3.2): Simplify code in HTTPResponse.read()
antoine.pitrou
- [Python-checkins] cpython (3.2): Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows.
serhiy.storchaka
- [Python-checkins] cpython (3.2): Update the embedded copy of the expat XML parser to 2.1.0. It brings
gregory.p.smith
- [Python-checkins] cpython (3.3): #12749: add a test for non-BMP ranges in character classes.
ezio.melotti
- [Python-checkins] cpython (3.3): #16811: Fix folding of headers with no value in provisional policies.
r.david.murray
- [Python-checkins] cpython (3.3): #17076: Make copying of xattrs more permissive of missing FS support
hynek.schlawack
- [Python-checkins] cpython (3.3): #17109: fix headings in mock example doc.
georg.brandl
- [Python-checkins] cpython (3.3): #17143: fix a missing import in the trace module. Initial patch by Berker
ezio.melotti
- [Python-checkins] cpython (3.3): #17143: fix buildbot failures on Windows.
ezio.melotti
- [Python-checkins] cpython (3.3): #17163: test_file now works with unittest test discovery. Patch by Zachary
ezio.melotti
- [Python-checkins] cpython (3.3): #17303: test_future* now work with unittest test discovery. Patch by Zachary
ezio.melotti
- [Python-checkins] cpython (3.3): #17304: test_hash now works with unittest test discovery. Patch by Zachary
ezio.melotti
- [Python-checkins] cpython (3.3): Add a test for fix of issue #17098
brett.cannon
- [Python-checkins] cpython (3.3): Backport deque.rotate() improvements.
raymond.hettinger
- [Python-checkins] cpython (3.3): Cleanup a test for issue #5308.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Closes #17109: fix heading levels in mock doc.
georg.brandl
- [Python-checkins] cpython (3.3): Closes #17290: Loading cursor now does not persist when launching GUI scripts.
vinay.sajip
- [Python-checkins] cpython (3.3): fix building without pymalloc (closes #17228)
benjamin.peterson
- [Python-checkins] cpython (3.3): Fix error messages.
stefan.krah
- [Python-checkins] cpython (3.3): Fixes a FileFinder docstring to reflect an old change.
eric.snow
- [Python-checkins] cpython (3.3): fix find_library on Solaris (closes #5289)
benjamin.peterson
- [Python-checkins] cpython (3.3): Issue #15083: Convert ElementTree doctests to unittests.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #17098: Be more stringent of setting __loader__ on early imported
brett.cannon
- [Python-checkins] cpython (3.3): Issue #17098: Be more stringent of setting __loader__ on early imported
Brett Cannon
- [Python-checkins] cpython (3.3): Issue #17098: Make sure every module has __loader__ defined.
brett.cannon
- [Python-checkins] cpython (3.3): Issue #17137: When an Unicode string is resized, the internal wide character
victor.stinner
- [Python-checkins] cpython (3.3): Issue #17169: Restore errno in tempfile exceptions.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #17215: Fix documentation misprints (patch by July Tikhonov)
andrew.svetlov
- [Python-checkins] cpython (3.3): Issue #17223: array module: Fix a crasher when converting an array containing
victor.stinner
- [Python-checkins] cpython (3.3): Issue #17223: Fix PyUnicode_FromUnicode() for string of 1 character outside
victor.stinner
- [Python-checkins] cpython (3.3): Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE)
victor.stinner
- [Python-checkins] cpython (3.3): Issue #4591: Uid and gid values larger than 2**31 are supported now.
serhiy.storchaka
- [Python-checkins] cpython (3.3): News item for issue #16811 fix.
r.david.murray
- [Python-checkins] cpython (3.3): pyexpat/xml.parsers.expat create their errors and model modules from
brett.cannon
- [Python-checkins] cpython (3.3): Raise KeyError instead of OverflowError when getpwuid's argument is out of
serhiy.storchaka
- [Python-checkins] cpython (3.3): Rebuild importlib.h after the changes introduced in 0f65bf6063ca.
ezio.melotti
- [Python-checkins] cpython (3.3): Refactor recently added bugfix into more testable code by using a
gregory.p.smith
- [Python-checkins] cpython (3.3): Reject float as uid or gid.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Remove unused defines.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Set cache sizes to a power-of-two
raymond.hettinger
- [Python-checkins] cpython (3.3): Silence DeprecationWarnings in test_unicode.
ezio.melotti
- [Python-checkins] cpython (3.3): Silence DeprecationWarnings in test_urllib.
ezio.melotti
- [Python-checkins] cpython (3.3): Some cosmetic changes
eli.bendersky
- [Python-checkins] cpython (3.3): StringIO.StringIO -> io.StringIO (closes #17168)
benjamin.peterson
- [Python-checkins] cpython (3.3): token.main is now token._main
benjamin.peterson
- [Python-checkins] cpython (3.3): update symbol.py for yield from grammar changes (closes #17132)
benjamin.peterson
- [Python-checkins] cpython (3.3): Way too many places create modules temporarily that never set
brett.cannon
- [Python-checkins] cpython (merge 2.6 -> 2.7): null merge from 2.6
barry.warsaw
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): #15438: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16128: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17178: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17217: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17249: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17249: null merge.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17255: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17256: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17265: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #17271: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #7963: fix error message when 'object' called with arguments.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Additional fix for issue #12268: The io module file object write methods no
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): add proper dependencies on expat headers and sources
christian.heimes
- [Python-checkins] cpython (merge 3.2 -> 3.3): Addressing the review comment made by Terry Reedy
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.3): Back out fix for issue #13886; it introduced a new bug in interactive readline
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> 3.3): Disable posixpath.realpath() tests on Windows (fix for issue #6975).
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Do not raise self.skipTest().
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix accidental non-breakable spaces (U+00A0).
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix a test for SpooledTemporaryFile (added in issue #10355).
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fixes Issue #6972: The zipfile module no longer overwrites files outside of
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix for issue #16800: Use buffered write to handle EINTR.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix issue16932: Fix the urlparse example. Remote :port when scheme is not
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix Issue17069: Document getcode method in urllib.request.rst
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix test_from_dll* in test_returnfuncptrs.py.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix tests for issue #11159.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix the test for issue #6972.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): In the _hashlib module, only initialize the static data for OpenSSL's
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #10355: SpooledTemporaryFile properties now work for unrolled files.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #11159: Add tests for testing SAX parser support of non-ascii file names.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #13153: Tkinter functions now raise TclError instead of ValueError when
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #13169: The maximal repetition number in a regular expression has been
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #1470548: Add test for fragment producing with XMLGenerator.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #1470548: XMLGenerator now works with binary output streams.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #14720: sqlite3: Convert datetime microseconds correctly
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #15116: merge from 3.2
ned.deily
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #15587: merge from 3.2
ned.deily
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #15633: httplib.HTTPResponse is now mark closed when the server sends
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16121: Fix line number accounting in shlex
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16256: merge from 3.2
ned.deily
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16406: Combine the doc pages for uploading and registering to PyPI.
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16686: Fixed a lot of bugs in audioop module.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16695: Document how glob handles filenames starting with a dot
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16698: merge from 3.2
ned.deily
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16800: tempfile.gettempdir() no longer left temporary files when
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17034: Use Py_CLEAR() in bytesobject.c.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17043: The unicode-internal decoder no longer read past the end of
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17073: Fix some integer overflows in sqlite3 module.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17089: Expat parser now correctly works with string input not only when
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17114: IDLE now uses non-strict config parser.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17118: Add new tests for testing Python-Tcl interaction.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17149: merge fix from 3.2.
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17156: pygettext.py now uses an encoding of source file and correctly
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17161: make install now also installs a python3 man page.
ned.deily
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17203: add long option names to unittest discovery docs.
chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17208: add a note about the termination behaviour of daemon threads.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17225: JSON decoder now counts columns in the first line starting
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17248: Fix os.*chown() testing when user has group root.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #17248: Fix os.*chown() testing when user is in root group.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #1783: Remove declarations of nonexistent private variables.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #5033: Fix building of the sqlite3 extension module
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #5308: Raise ValueError when marshalling too large object (a sequence
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #6972: keep the warning about untrusted extraction and mention
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #8890: Stop advertising an insecure use of /tmp in docs
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #9669: Protect re against infinite loops on zero-width matching in
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge
michael.foord
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge
michael.foord
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge
richard.oudkerk
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge
richard.oudkerk
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge
richard.oudkerk
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge #17091: update docstring for _thread.Lock.acquire.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge #17275: Fix class name in init errors in C bufferedio classes.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: #13700: Make imap.authenticate with authobject work.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: #16564: Fix regression in use of encoders.encode_noop with binary data.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: #16948: Fix quopri encoding of non-latin1 character sets.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: #17064: fix sporadic permission errors in test_mailbox on windows.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: #17142: fix apparent copy and paste error in test_all.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: #17166: fix _dummy_thread import example.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge link addition from 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge markup fixes in unittest docs from 3.2.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): Minor fix of previous commit.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): null merge
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Null merge
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): null merge
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Null merge for issue 1692335 backport.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): null merge from 3.2 (3.3's code already refactored)
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Revert "Issue #16121: Fix line number accounting in shlex"
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> 3.3): Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge heads.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #12749: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #15438: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16128: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17076: Make copying of xattrs more permissive of missing FS support
hynek.schlawack
- [Python-checkins] cpython (merge 3.3 -> default): #17143: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17143: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17163: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17178: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17217: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17249: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17249: null merge.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17255: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17256: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17265: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17271: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17303: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17304: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #17137: When an Unicode string is resized, the internal wide
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #17223: array module: Fix a crasher when converting an array
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #17223: Fix PyUnicode_FromUnicode() for string of 1 character
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE)
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): Additional fix for issue #12268: The io module file object write methods no
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): add proper dependencies on expat headers and sources
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Addressing the review comment made by Terry Reedy
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): Back out fix for issue #13886; it introduced a new bug in interactive readline
nadeem.vawda
- [Python-checkins] cpython (merge 3.3 -> default): Cleanup a test for issue #5308.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Closes #17290: Merged fix from 3.3.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Disable posixpath.realpath() tests on Windows (fix for issue #6975).
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Do not raise self.skipTest().
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fix accidental non-breakable spaces (U+00A0).
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fix a test for SpooledTemporaryFile (added in issue #10355).
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fixes Issue #6972: The zipfile module no longer overwrites files outside of
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Fix for issue #16800: Use buffered write to handle EINTR.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fix issue16932: Fix the urlparse example. Remote :port when scheme is not
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): Fix Issue17069: Document getcode method in urllib.request.rst
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fix test_from_dll* in test_returnfuncptrs.py.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fix tests for issue #11159.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fix the test for issue #6972.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): In the _hashlib module, only initialize the static data for OpenSSL's
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Issue #10355: SpooledTemporaryFile properties now work for unrolled files.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #11159: Add tests for testing SAX parser support of non-ascii file names.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #13153: Tkinter functions now raise TclError instead of ValueError when
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #13169: The maximal repetition number in a regular expression has been
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #1470548: Add test for fragment producing with XMLGenerator.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #1470548: XMLGenerator now works with binary output streams.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
petri.lehtinen
- [Python-checkins] cpython (merge 3.3 -> default): Issue #14720: sqlite3: Convert datetime microseconds correctly
petri.lehtinen
- [Python-checkins] cpython (merge 3.3 -> default): Issue #15083: Convert ElementTree doctests to unittests.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #15116: merge from 3.3
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #15587: merge from 3.3
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #15633: httplib.HTTPResponse is now mark closed when the server sends
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16121: Fix line number accounting in shlex
petri.lehtinen
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16256: merge from 3.3
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
petri.lehtinen
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16406: Combine the doc pages for uploading and registering to PyPI.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16686: Fixed a lot of bugs in audioop module.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16695: Document how glob handles filenames starting with a dot
petri.lehtinen
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16698: merge from 3.3
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16800: tempfile.gettempdir() no longer left temporary files when
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17034: Use Py_CLEAR() in bytesobject.c.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17043: The unicode-internal decoder no longer read past the end of
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17073: Fix some integer overflows in sqlite3 module.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17089: Expat parser now correctly works with string input not only when
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17098: all modules should have __loader__
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17114: IDLE now uses non-strict config parser.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17118: Add new tests for testing Python-Tcl interaction.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17149: merge fix from 3.3.
mark.dickinson
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17156: pygettext.py now uses an encoding of source file and correctly
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17161: merge from 3.3
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17169: Restore errno in tempfile exceptions.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17203: add long option names to unittest discovery docs.
chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17208: add a note about the termination behaviour of daemon threads.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17215: Fix documentation misprints (patch by July Tikhonov)
andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17225: JSON decoder now counts columns in the first line starting
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17248: Fix os.*chown() testing when user has group root.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17248: Fix os.*chown() testing when user is in root group.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #1783: Remove declarations of nonexistent private variables.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #4591: Uid and gid values larger than 2**31 are supported now.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #5033: Fix building of the sqlite3 extension module
petri.lehtinen
- [Python-checkins] cpython (merge 3.3 -> default): Issue #5308: Raise ValueError when marshalling too large object (a sequence
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #6972: keep the warning about untrusted extraction and mention
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #8890: Stop advertising an insecure use of /tmp in docs
petri.lehtinen
- [Python-checkins] cpython (merge 3.3 -> default): Issue #9669: Protect re against infinite loops on zero-width matching in
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): merge
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): Merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): Merge
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Merge
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): Merge
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Merge #16811: Fix folding of headers with no value in provisional policies.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): merge #17091: update docstring for _thread.Lock.acquire.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #17275: Fix class name in init errors in C bufferedio classes.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge. Closes issue 17052.
michael.foord
- [Python-checkins] cpython (merge 3.3 -> default): Merge. Closes issue 17052.
michael.foord
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#17132)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#17168)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#17228)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#5289)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3.
stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #13700: Make imap.authenticate with authobject work.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #16564: Fix regression in use of encoders.encode_noop with binary data.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #16948: Fix quopri encoding of non-latin1 character sets.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #17064: fix sporadic permission errors in test_mailbox on windows.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #17142: fix apparent copy and paste error in test_all.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #17166: fix _dummy_thread import example.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #7963: fix error message when 'object' called with arguments.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: News item for issue #16811 fix.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge DeprecationWarnings silencing in test_unicode from 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge DeprecationWarnings silencing in test_urllib from 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): merge from 3.3
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3
eric.snow
- [Python-checkins] cpython (merge 3.3 -> default): Merge importlib.h rebuild from 3.3 after the changes introduced in 65eaac000147.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge link addition from 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge markup fixes in unittest docs from 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): merge w/ 3.3
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): Merge w/ 3.3 more fixes thanks to issue #17098
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Null merge
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): null merge
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Null merge for issue 1692335 backport.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): null merge from 3.3
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Raise KeyError instead of OverflowError when getpwuid's argument is out of
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Refactor recently added bugfix into more testable code by using a
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Reject float as uid or gid.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Remove unused defines.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Revert "Issue #16121: Fix line number accounting in shlex"
petri.lehtinen
- [Python-checkins] cpython (merge 3.3 -> default): Some cosmetic changes
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows.
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: #15220: simplify and speed up feedparser's line splitting.
r.david.murray
- [Python-checkins] cpython: #17040: document that shelve.open() and the Shelf object can be used as context
ezio.melotti
- [Python-checkins] cpython: #6623: Add explicit deprecation warning for ftplib.Netrc.
r.david.murray
- [Python-checkins] cpython: - Issue #17192: Import libffi-3.0.12.
matthias.klose
- [Python-checkins] cpython: Add a "Changed in version" to the docs for issue #15132.
chris.jerdonek
- [Python-checkins] cpython: Add generated python-config files to .gitignore
petri.lehtinen
- [Python-checkins] cpython: Closes #17158: Add 'symbols' to help() welcome message; clarify 'modules spam'
terry.reedy
- [Python-checkins] cpython: Closes #17313: Deleted test file created by test_logging.
vinay.sajip
- [Python-checkins] cpython: Eliminate unnecessary variable.
raymond.hettinger
- [Python-checkins] cpython: evaluate lambda keyword-only defaults after positional defaults (#16967 again)
benjamin.peterson
- [Python-checkins] cpython: evaluate positional defaults before keyword-only defaults (closes #16967)
benjamin.peterson
- [Python-checkins] cpython: Fix #17197: profile/cProfile modules refactored so that code of run() and
giampaolo.rodola
- [Python-checkins] cpython: fix NameError exception in test_profile
giampaolo.rodola
- [Python-checkins] cpython: Fix ReST role markup: :method: -> :meth:
mark.dickinson
- [Python-checkins] cpython: Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filename
antoine.pitrou
- [Python-checkins] cpython: Issue #15022: Add pickle and comparison support to types.SimpleNamespace.
eric.snow
- [Python-checkins] cpython: Issue #15022: Ensure all pickle protocols are supported.
eric.snow
- [Python-checkins] cpython: Issue #15132: Allow a list for the defaultTest argument of unittest.TestProgram
petri.lehtinen
- [Python-checkins] cpython: Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian
charles-francois.natali
- [Python-checkins] cpython: Issue #16996: webbrowser module now uses shutil.which() to find a
serhiy.storchaka
- [Python-checkins] cpython: Issue #17015: When it has a spec, a Mock object now inspects its signature when
antoine.pitrou
- [Python-checkins] cpython: Issue #17107: Test client-side SNI support in urllib.request thanks to the new
antoine.pitrou
- [Python-checkins] cpython: Issue #17122: Fix and cleanup test_functools.py.
serhiy.storchaka
- [Python-checkins] cpython: Issue #17165: fix a bare import in _strptime.py.
antoine.pitrou
- [Python-checkins] cpython: Issue #17170: speed up PyArg_ParseTuple[AndKeywords] a bit.
antoine.pitrou
- [Python-checkins] cpython: Issue #17220: Little cleanup of _bootstrap.py.
serhiy.storchaka
- [Python-checkins] cpython: Issue #17220: two fixes for changeset 2528e4aea338.
brett.cannon
- [Python-checkins] cpython: Issue #17283: Share code between __main__.py and regrtest.py in Lib/test.
chris.jerdonek
- [Python-checkins] cpython: Issue #8745: Small speed up zipimport on Windows. Patch by Catalin Iacob.
serhiy.storchaka
- [Python-checkins] cpython: Issue 16398: Add assertions to show why memcmp is safe.
raymond.hettinger
- [Python-checkins] cpython: Issue 16398: One more assertion for good measure.
raymond.hettinger
- [Python-checkins] cpython: Issue 16398: Use memcpy() in deque.rotate().
raymond.hettinger
- [Python-checkins] cpython: Minor edits: Tighten-up the halflen logic and touch-up the assertions and
raymond.hettinger
- [Python-checkins] cpython: Minor tweaks to varnames, declarations, and comments.
raymond.hettinger
- [Python-checkins] cpython: Minor variable access clean-ups for deque.rotate().
raymond.hettinger
- [Python-checkins] cpython: modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST
giampaolo.rodola
- [Python-checkins] cpython: modernize some modules' code by using with statement around open()
giampaolo.rodola
- [Python-checkins] cpython: profile/cProfile: add tests for run() and runctx() functions
giampaolo.rodola
- [Python-checkins] cpython: remain symbol.main to symbol._main mirroring token.py
benjamin.peterson
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Daily reference leaks (0cc290da01b2): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (0f827775f7b7): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (168efd87e051): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (1bf0ff7db856): sum=1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (381de621ff6a): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (3a110a506d35): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4285d13fd3dc): sum=-2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (5aaf6bc1d502): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (5c4b00581198): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (627ebd001708): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (640a80adb9df): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (659ef9d360ae): sum=14
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (96f08a22f562): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (aa77f7eb2bf1): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (acdb0da0df2b): sum=1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (b53b029895df): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (b53b029895df): sum=2
Eli Bendersky
- [Python-checkins] Daily reference leaks (b53b029895df): sum=2
Antoine Pitrou
- [Python-checkins] Daily reference leaks (b7f5bff33c22): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (b888c9043566): sum=3024
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (bd6a2fcc7711): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (c10a3ddba483): sum=1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (c65fcedc511c): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (cb876235f29d): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e4c065b2db49): sum=7
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e6cc582cafce): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (f74a12e23aaa): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (fcc61327c86c): sum=5
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (fe7f3e2e49ce): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (fec33725f319): sum=7
solipsis at pitrou.net
- [Python-checkins] devguide: #14468: document the use of the share extension as the suggested approach for
ezio.melotti
- [Python-checkins] devguide: #14468: regroup the "Version control" FAQs in two sections: "for everyone" and
ezio.melotti
- [Python-checkins] devguide: #14468: update FAQs about multiple clones and share extension.
ezio.melotti
- [Python-checkins] devguide: #17242: fix code highlight. Patch by Berker Peksag.
ezio.melotti
- [Python-checkins] devguide: Add me to the "import machinery" interest area.
eric.snow
- [Python-checkins] devguide: Add self to experts for Java/JVM.
frank.wierzbicki
- [Python-checkins] devguide: Add self to experts for random module.
mark.dickinson
- [Python-checkins] devguide: Issue #17270: clarify that the section header doc convention is optional.
chris.jerdonek
- [Python-checkins] devguide: Remove misleading statement (patchcheck doesn't run the test suite)
antoine.pitrou
- [Python-checkins] peps (merge default -> default): merge
daniel.holth
- [Python-checkins] peps (merge default -> default): Merge
terry.reedy
- [Python-checkins] peps (merge default -> default): merge
daniel.holth
- [Python-checkins] peps (merge default -> default): merge heads
eli.bendersky
- [Python-checkins] peps: #17175: remove outdated paragraph about issue #8040 from PEP 430. Patch by
ezio.melotti
- [Python-checkins] peps: Accept PEP 425 (binary compatibility tags)
nick.coghlan
- [Python-checkins] peps: Accept PEP 427 (wheel format)
nick.coghlan
- [Python-checkins] peps: Add Daniel as PEP 422 co-author, misc fixes
nick.coghlan
- [Python-checkins] peps: Added use cases and some of the discussed variations.
eli.bendersky
- [Python-checkins] peps: Add missing 2.6.8 release, and describe plans for 2.6.9.
barry.warsaw
- [Python-checkins] peps: Add PEP 445: The Argument Clinic DSL
brett.cannon
- [Python-checkins] peps: Add PEP 445: The Argument Clinic DSL
Barry Warsaw
- [Python-checkins] peps: At Todd's request, add myself as co-author.
terry.reedy
- [Python-checkins] peps: A word was missing in the PEP 426 abstract
nick.coghlan
- [Python-checkins] peps: Bump PEP 426 metadata version to 2.0
nick.coghlan
- [Python-checkins] peps: Clarify a behaviour guideline in PEP 426
nick.coghlan
- [Python-checkins] peps: Clarify that int(Enum) facilitates interoperability with C extensions that
eli.bendersky
- [Python-checkins] peps: Consistent formatting & cleanup, explicit namespacing of make. Updated todo
eli.bendersky
- [Python-checkins] peps: edit wheel peps for posting
daniel.holth
- [Python-checkins] peps: Explain the version scheme in PEP 426
nick.coghlan
- [Python-checkins] peps: fix typo
daniel.holth
- [Python-checkins] peps: Fix typo in PEP 426
nick.coghlan
- [Python-checkins] peps: Further PEP 426 cleanups
nick.coghlan
- [Python-checkins] peps: Get rid of add_connector(). The code will follow suit soon.
guido.van.rossum
- [Python-checkins] peps: Larry's PEP was already committed, plus PEP 444 is not the end of the numbers
brett.cannon
- [Python-checkins] peps: Link to Tulip repo.
guido.van.rossum
- [Python-checkins] peps: Minor improvements to PEP 426 abstract
nick.coghlan
- [Python-checkins] peps: minor wheel edits
daniel.holth
- [Python-checkins] peps: PEP-0426 (Metadata 1.3) edits
daniel.holth
- [Python-checkins] peps: pep-0426: don't require Provides-Dist: our name
daniel.holth
- [Python-checkins] peps: pep-0426: remove extras from Setup-Requires-Dist
daniel.holth
- [Python-checkins] peps: PEP-0427: clarify some implementation details.
daniel.holth
- [Python-checkins] peps: PEP-0427: clarify some implementation details.
Nick Coghlan
- [Python-checkins] peps: pep-0427: Require metadata 1.1 or greater
daniel.holth
- [Python-checkins] peps: PEP-427 (wheel) edits
daniel.holth
- [Python-checkins] peps: PEP 426: analyse the PyPI metrics correctly
nick.coghlan
- [Python-checkins] peps: PEP 426: avoid ambiguous pronouns
nick.coghlan
- [Python-checkins] peps: PEP 426: clarify metadata version transitions
nick.coghlan
- [Python-checkins] peps: PEP 426: fix editing oversight
nick.coghlan
- [Python-checkins] peps: PEP 426: fix typo
nick.coghlan
- [Python-checkins] peps: PEP 426: minor extras edit
daniel.holth
- [Python-checkins] peps: PEP 426: Propose Ruby's "pessimistic version constraints"
nick.coghlan
- [Python-checkins] peps: PEP 426: remove misleading example
nick.coghlan
- [Python-checkins] peps: PEP 426: replace implied 'version starts with' with new ~= operator
daniel.holth
- [Python-checkins] peps: PEP 426: Update the section on handling old non-compliant versions
nick.coghlan
- [Python-checkins] peps: PEP 426 readability tweaks
nick.coghlan
- [Python-checkins] peps: PEP 426 updates
nick.coghlan
- [Python-checkins] peps: PEP 427: fix header (spotted by W. Trevor King)
nick.coghlan
- [Python-checkins] peps: PEP 433: more typos
victor.stinner
- [Python-checkins] peps: PEP 433: subprocess clears cloexec flag of pass_fds
victor.stinner
- [Python-checkins] peps: PEP 433: typo
victor.stinner
- [Python-checkins] peps: PEP 433: typo
victor.stinner
- [Python-checkins] peps: PEP 433: update the implementation
victor.stinner
- [Python-checkins] peps: PEP 434, IDLE Enhancement Exception for All Branches
barry.warsaw
- [Python-checkins] peps: PEP 435, Adding an Enum type to the Python standard library, Bendersky/Warsaw
barry.warsaw
- [Python-checkins] peps: PEP 436, The Argument Clinic DSL, Larry Hastings
barry.warsaw
- [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as
eli.bendersky
- [Python-checkins] peps: Previous typo fix was incorrect
nick.coghlan
- [Python-checkins] peps: Reclaim BDFL-Delegate status for PEP 426
nick.coghlan
- [Python-checkins] peps: Redraft PEP 426 (metadata 1.3)
nick.coghlan
- [Python-checkins] peps: Reference implementation for PEP 422
nick.coghlan
- [Python-checkins] peps: Remove extraneous line
nick.coghlan
- [Python-checkins] peps: Reorder metadata field descriptions in PEP 426
nick.coghlan
- [Python-checkins] peps: Revert unintended change to a header in PEP 426
nick.coghlan
- [Python-checkins] peps: Rough PEP 426 post history, fix header
nick.coghlan
- [Python-checkins] peps: Tweak a couple of PEP 426 guidelines
nick.coghlan
- [Python-checkins] peps: update faq, recommended example list
daniel.holth
- [Python-checkins] peps: Update from Lennart
brett.cannon
- [Python-checkins] peps: Update PEP 422 post history
nick.coghlan
- [Python-checkins] peps: Update PEP 426 based on distutils-sig feedback
nick.coghlan
- [Python-checkins] peps: Use the right term in PEP 426
nick.coghlan
- [Python-checkins] peps: wheel: add escaping
daniel.holth
- [Python-checkins] peps: wheel rationales
daniel.holth
Last message date:
Thu Feb 28 20:11:20 CET 2013
Archived on: Thu Feb 28 20:11:20 CET 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).