Showing content from http://mail.python.org/pipermail/python-checkins/2012-June/thread.html below:
The Python-checkins June 2012 Archive by thread
June 2012 Archives by thread
Starting: Fri Jun 1 00:01:31 CEST 2012
Ending: Sat Jun 30 23:38:49 CEST 2012
Messages: 718
- [Python-checkins] cpython: Don't use metaclasses when class decorators can do the job. r.david.murray
- [Python-checkins] cpython: #14814: Remove stale __hex__ method from ipaddress hynek.schlawack
- [Python-checkins] Daily reference leaks (bd2c2def77a7): sum=465 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #14007: make XMLParser a real subclassable type exported from eli.bendersky
- [Python-checkins] cpython: fix trailing whitespace eli.bendersky
- [Python-checkins] cpython: Reformat two issue numbers brian.curtin
- [Python-checkins] cpython: We're always building _elementtree with USE_PYEXPAT_CAPI, so the #ifdefs in eli.bendersky
- [Python-checkins] cpython: Issue #14007: implement doctype() method calling in XMLParser of _elementtree. eli.bendersky
- [Python-checkins] cpython: word.digits are always initialized before use in the Taylor series loop, stefan.krah
- [Python-checkins] cpython: #14814: Remove 2.x's new-style classes syntax from ipaddress hynek.schlawack
- [Python-checkins] cpython: Close #14969: Improve the handling of exception chaining in contextlib.ExitStack nick.coghlan
- [Python-checkins] peps: Convert to rst. Add section on Windows lifecycle. martin.v.loewis
- [Python-checkins] devguide: Add interests hynek.schlawack
- [Python-checkins] cpython: check return for error benjamin.peterson
- [Python-checkins] cpython: #14814: Fix errror message creation in ipaddress.collapse_addresses hynek.schlawack
- [Python-checkins] cpython (3.2): Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14968: merge with 3.2 sandro.tosi
- [Python-checkins] cpython (merge default -> default): merge heads sandro.tosi
- [Python-checkins] cpython (3.2): #14957: clarify splitlines docs. r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): #14957: clarify splitlines docs. r.david.murray
- [Python-checkins] cpython (2.7): #14957: clarify splitlines docs. r.david.murray
- [Python-checkins] cpython: Fix sporadic failure of test_time.test_process_time() on Windows victor.stinner
- [Python-checkins] Daily reference leaks (bdc7ad1f05ef): sum=465 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Improve tooltips for splitlines() by showing that the default for keepends is raymond.hettinger
- [Python-checkins] cpython (3.2): don't leak if the __class__ closure is set benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython: Issue #14814: minor spelling fixes sandro.tosi
- [Python-checkins] cpython: Issue #14814: use print() function sandro.tosi
- [Python-checkins] cpython (3.2): #14957: fix doc typo. r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): #14957: fix doc typo. r.david.murray
- [Python-checkins] cpython (2.7): #14957: fix doc typo. r.david.murray
- [Python-checkins] cpython (2.7): refer to time.strftime sandro.tosi
- [Python-checkins] cpython (3.2): refer to time.strftime sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 sandro.tosi
- [Python-checkins] cpython (3.2): Issue #14926: fix docstring highlight sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14926: merge with 3.2 sandro.tosi
- [Python-checkins] cpython (2.7): backport c4bd68be5fc6 to 2.7 sandro.tosi
- [Python-checkins] cpython (3.2): backport c4bd68be5fc6 to 3.2 sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): null merge sandro.tosi
- [Python-checkins] cpython: #1079: Fix parsing of encoded words. r.david.murray
- [Python-checkins] cpython (2.7): Issue 10365: Add and replace comments; condense defaulted attribute access. terry.reedy
- [Python-checkins] cpython (3.2): Issue 10365: Add and replace comments; condense defaulted attribute access. terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 #10365 terry.reedy
- [Python-checkins] cpython: Issue #14987: Add a missing import statement brett.cannon
- [Python-checkins] cpython: Fix unterminated keyword array passed to PyArg_ParseTupleAndKeywords eli.bendersky
- [Python-checkins] cpython: Issue #14424: Document PyType_GenericAlloc, and fix the documentation of eli.bendersky
- [Python-checkins] Daily reference leaks (d9b7399d9e45): sum=462 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name terry.reedy
- [Python-checkins] cpython (3.2): Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 #12510 terry.reedy
- [Python-checkins] cpython: Issue #14090: fix some minor C API problems in default branch (3.3) eli.bendersky
- [Python-checkins] cpython (merge default -> default): merge eli.bendersky
- [Python-checkins] cpython: Issue 14989: http.server --cgi option can enable the CGI http server. senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge heads senthil.kumaran
- [Python-checkins] cpython (3.2): Issue #14937: Perform auto-completion of filenames in strings even for martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2: issue #14937. martin.v.loewis
- [Python-checkins] cpython: Drop unused constant. martin.v.loewis
- [Python-checkins] cpython (3.2): Do not try to insert control characters. martin.v.loewis
- [Python-checkins] cpython (3.2): PEP 3131: support non-ASCII characters in auto-completion of identifiers. martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 martin.v.loewis
- [Python-checkins] cpython: #2658: Add test for issue fixed by fix for #1079. r.david.murray
- [Python-checkins] cpython (3.2): Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError gregory.p.smith
- [Python-checkins] cpython (3.2): Move the 14992 note to the correct section. gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): null merge from 3.2 gregory.p.smith
- [Python-checkins] cpython (3.2): Revert the modification of e.strerror in 3.2 as that kind of change could gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): null merge (not removing the new feature in 3.3) gregory.p.smith
- [Python-checkins] cpython: __GNUC__ does not imply gcc version is present, so just check for version benjamin.peterson
- [Python-checkins] Daily reference leaks (696d3631a4a1): sum=464 solipsis at pitrou.net
- [Python-checkins] cpython: Separate key creation logic from the sequence class that memoizes its hash raymond.hettinger
- [Python-checkins] cpython: Add usage note. raymond.hettinger
- [Python-checkins] cpython: #14814: Use correct comparison for IP addresses hynek.schlawack
- [Python-checkins] cpython: Eric Snow's implementation of PEP 421. barry.warsaw
- [Python-checkins] cpython (merge default -> default): Trunk merge. barry.warsaw
- [Python-checkins] cpython: Add NEWS entry. barry.warsaw
- [Python-checkins] cpython: A few documentation improvements, spurred on by Brett's review. barry.warsaw
- [Python-checkins] cpython: PEP 421 requires that .name be lower case. barry.warsaw
- [Python-checkins] cpython: Whitespace normalization barry.warsaw
- [Python-checkins] cpython: #14814: Remove dead code from ipaddress hynek.schlawack
- [Python-checkins] cpython: Add namespaceobject.h and namespaceobject.c to pythoncore.vcxproj richard.oudkerk
- [Python-checkins] cpython: Make Finalize reserve a reference to os.getpid in case called at shutdown richard.oudkerk
- [Python-checkins] cpython: Fix potential NameError in multiprocessing.Condition.wait() richard.oudkerk
- [Python-checkins] cpython: Prevent handle leak if CreateProcess() fails in multiprocessing richard.oudkerk
- [Python-checkins] cpython: #8739: fix omission of DEBUGSTREAM reset in new test in test_smtpd. r.david.murray
- [Python-checkins] cpython: Issue #14993: Use standard "unsigned char" instead of a unsigned char bitfield victor.stinner
- [Python-checkins] peps: Mark PEP 421 as final barry.warsaw
- [Python-checkins] cpython: Add fileobj support to gzip.open(). nadeem.vawda
- [Python-checkins] cpython: Make BZ2File's fileobj support easier to use. nadeem.vawda
- [Python-checkins] cpython: Clarify acceptable values for BZ2File.__init__'s mode argument. nadeem.vawda
- [Python-checkins] cpython: Add a function bz2.open(), to match gzip.open(). nadeem.vawda
- [Python-checkins] cpython: Simplify usage of LZMAFile's fileobj support, like with BZ2File. nadeem.vawda
- [Python-checkins] cpython: Allow LZMAFile to accept modes with a "b" suffix. nadeem.vawda
- [Python-checkins] cpython: Add a function lzma.open(), to match gzip.open() and bz2.open(). nadeem.vawda
- [Python-checkins] cpython: Issue #14711: os.stat_float_times() has been deprecated. victor.stinner
- [Python-checkins] Daily reference leaks (7cb15b47c70e): sum=2 solipsis at pitrou.net
- [Python-checkins] peps: Move PEP 405 to Accepted state. vinay.sajip
- [Python-checkins] peps (merge default -> default): Merge from upstream. vinay.sajip
- [Python-checkins] peps (merge default -> default): Incorporated PEP 405 tidy-ups, and marked as Final. vinay.sajip
- [Python-checkins] cpython: #14814: ipaddress: refactor dup code, minor janitoring, bump coverage hynek.schlawack
- [Python-checkins] cpython: Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore victor.stinner
- [Python-checkins] peps: Add PEP 422: Dynamic Class Decorators nick.coghlan
- [Python-checkins] peps: PEP 420 is done nick.coghlan
- [Python-checkins] cpython: Add test for multiprocessing.Conditon.wait() and changset 3baeb5e13dd2 richard.oudkerk
- [Python-checkins] cpython (3.2): Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call. gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call. gregory.p.smith
- [Python-checkins] cpython: Signal condition variables with the mutex held. Destroy condition variables kristjan.jonsson
- [Python-checkins] cpython: Close #6203: Document that Python 3 sets LC_CTYPE at startup to the user's victor.stinner
- [Python-checkins] peps: Update for PEP 362 by Yury Selivanov (mostly) and Larry Hastings. brett.cannon
- [Python-checkins] Daily reference leaks (113cdce4663c): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: PEP 422 rewrite to present an idea that a) isn't crazy and b) it turns out nick.coghlan
- [Python-checkins] peps: Fix numbered bullet points nick.coghlan
- [Python-checkins] peps: Reword a confusing sentence nick.coghlan
- [Python-checkins] peps: Eliminate a typo. Also wonder how many times I can use the word 'simple' or a nick.coghlan
- [Python-checkins] cpython: 1) Add error analysis comments to mpd_qln10() and _mpd_qln(). stefan.krah
- [Python-checkins] cpython: Rearrange code to beat an optimizer bug affecting Release x64 on windows kristjan.jonsson
- [Python-checkins] Daily reference leaks (e1b950cb6b74): sum=-1 solipsis at pitrou.net
- [Python-checkins] peps: Update 422 based on python-dev feedback nick.coghlan
- [Python-checkins] cpython (3.2): Nudge readers towards a more accurate mental model for loop else clauses nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2 nick.coghlan
- [Python-checkins] cpython (2.7): Nudge readers towards a more accurate mental model for loop else clauses nick.coghlan
- [Python-checkins] peps: Update from Yury for PEP 362. brett.cannon
- [Python-checkins] peps: Another update from Yury for PEP 362. brett.cannon
- [Python-checkins] cpython: 1) The overflow detection in mpd_qln() has a surprising number of case splits. stefan.krah
- [Python-checkins] cpython: Issue #11823: disassembly now shows argument counts on calls with keyword args alexander.belopolsky
- [Python-checkins] cpython (3.2): Issue #12157: pool.map() does not handle empty iterable correctly richard.oudkerk
- [Python-checkins] cpython (3.2): Issue #13854: Properly handle non-integer, non-string arg to SystemExit richard.oudkerk
- [Python-checkins] cpython (merge 3.2 -> default): Merge fixes for #13854 and #12157. richard.oudkerk
- [Python-checkins] cpython (2.7): Issue #12157: pool.map() does not handle empty iterable correctly richard.oudkerk
- [Python-checkins] cpython (2.7): Issue #13854: Properly handle non-integer, non-string arg to SystemExit richard.oudkerk
- [Python-checkins] cpython (2.7): NEWS fixes terry.reedy
- [Python-checkins] cpython (3.2): Issue #12510: Revise and triple # of calltip tests, with an eye to unittest terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2, #12510 terry.reedy
- [Python-checkins] cpython (2.7): #8652: update errors tutorial. r.david.murray
- [Python-checkins] Daily reference leaks (03b5f75ddac7): sum=1 solipsis at pitrou.net
- [Python-checkins] cpython: #14814: Remove redundant code from ipaddress.IPv6Network hynek.schlawack
- [Python-checkins] cpython: Issue #2736: Added datetime.timestamp() method. alexander.belopolsky
- [Python-checkins] cpython: 1) List relative error for _mpd_qln10(). stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge. stefan.krah
- [Python-checkins] cpython: Relax datetime.timestamp() test around DST change alexander.belopolsky
- [Python-checkins] cpython: Relax datetime.timestamp() test around DST change alexander.belopolsky
- [Python-checkins] cpython (2.7): Code cleanups raymond.hettinger
- [Python-checkins] cpython: Enumerate all cases in the overflow detection strategy in mpd_qlog10(). stefan.krah
- [Python-checkins] cpython: Now that Defects are Exception subclasses, call super. r.david.murray
- [Python-checkins] Daily reference leaks (ace3a7eb10a8): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Add one extra comparison to the _mpd_shortmul() case to avoid repetitive code. stefan.krah
- [Python-checkins] cpython: Fix exception when calling reset_mock on a mock created with autospec michael.foord
- [Python-checkins] cpython (2.7): Wrap fat lines and improve some variable names. raymond.hettinger
- [Python-checkins] cpython (2.7): Minor formatting fix=up raymond.hettinger
- [Python-checkins] cpython: Minor reformatting (wrap fat lines, etc.) and create an __main__ file raymond.hettinger
- [Python-checkins] cpython: Note that the _asdict() method is outdated raymond.hettinger
- [Python-checkins] Daily reference leaks (2059910e7d76): sum=-2 solipsis at pitrou.net
- [Python-checkins] cpython: Small cleanup and optimization raymond.hettinger
- [Python-checkins] cpython: 1) State restrictions for the transform length. stefan.krah
- [Python-checkins] cpython: Expand examples for ChainMap(). Improve markup. raymond.hettinger
- [Python-checkins] cpython: Adding patch.stopall method to unittest.mock michael.foord
- [Python-checkins] cpython: unittest.mock minor doc update michael.foord
- [Python-checkins] cpython: #15015: Fix accessing an non-existing attribute. brian.quinlan
- [Python-checkins] Daily reference leaks (5399a7d792d5): sum=2 solipsis at pitrou.net
- [Python-checkins] cpython: 1) Replace long-winded abort() construct by assert(). stefan.krah
- [Python-checkins] cpython: Fix indentation of method and attribute examples. raymond.hettinger
- [Python-checkins] cpython (merge default -> default): merge raymond.hettinger
- [Python-checkins] cpython: Close #13857: Added textwrap.indent() function (initial patch by Ezra nick.coghlan
- [Python-checkins] cpython (2.7): Issue #10133: Make multiprocessing deallocate buffer if socket read fails. richard.oudkerk
- [Python-checkins] cpython (3.2): Issue #10133: Make multiprocessing deallocate buffer if socket read fails. richard.oudkerk
- [Python-checkins] cpython (merge 3.2 -> default): Dummy merge richard.oudkerk
- [Python-checkins] cpython: Issue #3518: Remove references to non-existent BaseManager.from_address() richard.oudkerk
- [Python-checkins] Daily reference leaks (c2910971eb86): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: 1) Fix signature of _mpd_qpow_uint(): contrary to the comment base is constant. stefan.krah
- [Python-checkins] cpython: Fixed a typo in time_localtime() alexander.belopolsky
- [Python-checkins] cpython: time.get_clock_info() uses a namespace instead of structseq victor.stinner
- [Python-checkins] cpython: PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result victor.stinner
- [Python-checkins] cpython: Fix test_time for adjusted/adjustable changes victor.stinner
- [Python-checkins] Daily reference leaks (26e2ee402a0b): sum=2 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #15060: fix typo in socket doc; Patch by anatoly techtonik sandro.tosi
- [Python-checkins] cpython (3.2): Issue #15060: fix typo in socket doc; Patch by anatoly techtonik sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15060: merge with 3.2 sandro.tosi
- [Python-checkins] cpython (2.7): Issue #15060: better fix, thanks to review on #python-dev sandro.tosi
- [Python-checkins] cpython (3.2): Issue #15060: better fix, thanks to review on #python-dev sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15060: merge with 3.2 sandro.tosi
- [Python-checkins] peps: Update to PEP 362 from Yury. brett.cannon
- [Python-checkins] cpython: Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields alexander.belopolsky
- [Python-checkins] Daily reference leaks (d16065304bbd): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #14937: Fix typo. Patch by Roger Serwy. martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 martin.v.loewis
- [Python-checkins] cpython: Issue #14936: curses_panel was converted to PEP 3121 API. martin.v.loewis
- [Python-checkins] cpython: Issue #14936: curses_panel was converted to PEP 3121 and PEP 384 API. martin.v.loewis
- [Python-checkins] peps: Fix a spelling error. brett.cannon
- [Python-checkins] cpython: Issue #13841: Make child processes exit using sys.exit() on Windows richard.oudkerk
- [Python-checkins] cpython: Issue #15070: fix VS9.0 build regression antoine.pitrou
- [Python-checkins] cpython: Update .hgignore for VS9.0-generated files antoine.pitrou
- [Python-checkins] Daily reference leaks (1c792a3e4763): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Replace the iter/itertext methods of Element in _elementtree with true C eli.bendersky
- [Python-checkins] cpython: Fix windows compilation problems caused by previous commit. eli.bendersky
- [Python-checkins] cpython: mark problematic test as expected failure - investigating eli.bendersky
- [Python-checkins] cpython: Removed _SimpleElementPath and its flaky test. The test monkey-patches the eli.bendersky
- [Python-checkins] cpython: Skip XincludeTest entirely instead of just ignoring failures, because it may eli.bendersky
- [Python-checkins] r88976 - tracker/roundup-src/roundup/cgi/client.py martin.v.loewis
- [Python-checkins] r88977 - tracker/instances/python-dev/detectors/no_texthtml.py martin.v.loewis
- [Python-checkins] r88978 - tracker/instances/jython/detectors/no_texthtml.py martin.v.loewis
- [Python-checkins] cpython: Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting nick.coghlan
- [Python-checkins] cpython: Fix typos in NEWS entry nick.coghlan
- [Python-checkins] r88979 - tracker/instances/python-dev/extensions/openid_login.py martin.v.loewis
- [Python-checkins] cpython (2.7): Skip test_bigmem.test_unicode_repr_oflw, since it crashes (issue #14904). antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #14933: fix misleading doc about weakref support in extension types. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14933: fix misleading doc about weakref support in extension types. antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #14933: fix misleading doc about weakref support in extension types. antoine.pitrou
- [Python-checkins] cpython: Issue #14059: Implement multiprocessing.Barrier richard.oudkerk
- [Python-checkins] peps: Update from Yury. brett.cannon
- [Python-checkins] cpython (2.7): #15036: Make a repeated changes and flushes work with single-file mailboxes petri.lehtinen
- [Python-checkins] cpython (3.2): #15036: Make a repeated changes and flushes work with single-file mailboxes petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): #15036: Make a repeated changes and flushes work with single-file mailboxes petri.lehtinen
- [Python-checkins] cpython: Fix for 2d2f206d040e so that test_multiprocessing does not depend on ctypes richard.oudkerk
- [Python-checkins] cpython: Increase timeout used when waiting for manager to shutdown cleanly richard.oudkerk
- [Python-checkins] cpython: Issue #15026: utf-16 encoding is now significantly faster (up to 10x). antoine.pitrou
- [Python-checkins] cpython: Mention the UTF-16 encoding speedup in the whatsnew (issue #15026). antoine.pitrou
- [Python-checkins] cpython: Fix _TestListener.ALLOWED_TYPES and add sanity check richard.oudkerk
- [Python-checkins] cpython: Removed redundant code alexander.belopolsky
- [Python-checkins] cpython: Make a test easier to read. brett.cannon
- [Python-checkins] cpython: Update importlib.h by touching Lib/importlib/_bootstrap.py. brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge brett.cannon
- [Python-checkins] cpython: Closes issue #14982: Document that pkgutil's walk_packages() and brett.cannon
- [Python-checkins] cpython: Issue #13959: Add to imp.find_module() and load_module's docstrings brett.cannon
- [Python-checkins] cpython: Issue #14938: importlib.abc.SourceLoader.is_package() now takes the brett.cannon
- [Python-checkins] cpython: Issue #15006: Allow equality comparison between naive and aware time alexander.belopolsky
- [Python-checkins] cpython: unicodeobject.c: Remove debug code victor.stinner
- [Python-checkins] cpython: Optimize _PyUnicode_FastCopyCharacters() when maxchar(from) > maxchar(to) victor.stinner
- [Python-checkins] cpython: Remove debug code victor.stinner
- [Python-checkins] cpython: Fix "%f" format of str%args if the result is not an ASCII or latin1 string victor.stinner
- [Python-checkins] cpython: Fix unicode_adjust_maxchar(): catch PyUnicode_New() failure victor.stinner
- [Python-checkins] cpython: get_sourcefile(): use PyUnicode_READ() to avoid the creation of a temporary victor.stinner
- [Python-checkins] cpython: Oops, fix my previous change on _copy_characters() victor.stinner
- [Python-checkins] cpython: Fix a compiler warning in _copy_characters() and remove debug code victor.stinner
- [Python-checkins] cpython: Fix PyUnicode_GetSize(): Don't replace _PyUnicode_Ready() exception victor.stinner
- [Python-checkins] cpython: Make the test more resilient to test-run order (closes #15075) eli.bendersky
- [Python-checkins] Daily reference leaks (b1f63680f5cb): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: _copy_characters(): move debug code at the top to avoid noisy #ifdef victor.stinner
- [Python-checkins] cpython: 1) State the relative errors of the power functions for integer exponents. stefan.krah
- [Python-checkins] cpython: Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels. antoine.pitrou
- [Python-checkins] cpython: Normalize whitespace antoine.pitrou
- [Python-checkins] peps: PEP update for 3.3. georg.brandl
- [Python-checkins] cpython: Try to fix issue #15086: build failure on Ubuntu shared buildbot. antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #15054: Fix incorrect tokenization of 'b' and 'br' string literals. meador.inge
- [Python-checkins] cpython: Issue #15054: Fix incorrect tokenization of 'b' string literals. meador.inge
- [Python-checkins] Daily reference leaks (3680b3423aa3): sum=2 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #13783: the PEP 380 implementation no longer expands the public C API nick.coghlan
- [Python-checkins] cpython: Issue #13783: PEP 380 cleanup part 2, using the new identifier APIs in the nick.coghlan
- [Python-checkins] cpython: Improve an internal ipaddress test, add a comment explaining why treating nick.coghlan
- [Python-checkins] cpython: Issue #14814: Add first draft of PEP 3144 ipaddress module documentation nick.coghlan
- [Python-checkins] cpython: Adding test from issue6727 demonstrating that symlink import issue does not jason.coombs
- [Python-checkins] cpython (3.2): Issue #15044: Handle Fedora 17's approach to ndbm compatibility nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2. (Issue #15044: Handle Fedora 17's approach to ndbm nick.coghlan
- [Python-checkins] cpython (2.7): Issue #15044: Handle Fedora 17's approach to ndbm compatibility (backport from nick.coghlan
- [Python-checkins] cpython: Elaborate that sizeof only accounts for the object itself. martin.v.loewis
- [Python-checkins] cpython: Issue #14055: Add __sizeof__ support to _elementtree. martin.v.loewis
- [Python-checkins] cpython: White space normalization. martin.v.loewis
- [Python-checkins] cpython (3.2): Issue #15043: skip test_gdb if the custom hooks can't be loaded nick.coghlan
- [Python-checkins] cpython (2.7): Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport from nick.coghlan
- [Python-checkins] cpython: Disable test on Unix. Causes buildbots to fail. See Issue #15091 jason.coombs
- [Python-checkins] devguide: Add section on unexpected skips when running the tests nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2 (Issue #15043: skip test_gdb if the custom hooks can't be loaded) nick.coghlan
- [Python-checkins] devguide: Add FAQ entry with details on getting test_gdb to run when the list of nick.coghlan
- [Python-checkins] devguide: Making this a subsection of the Running tests section nick.coghlan
- [Python-checkins] cpython (3.2): Issue #15095: Use better assertions in test_imaplib nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2 (Issue #15095: Use better assertions in test_imaplib) nick.coghlan
- [Python-checkins] cpython (3.2): Ignore X-Antivirus headers in test_nntplib nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2 (Ignore X-Antivirus headers in test_nntplib) nick.coghlan
- [Python-checkins] devguide: #14919: clarify paragraph in the devguide. ezio.melotti
- [Python-checkins] cpython (2.7): #14840: Add a bit on the difference between tuples and lists. Initial patch by ezio.melotti
- [Python-checkins] cpython (3.2): #14840: Add a bit on the difference between tuples and lists. Initial patch by ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14840: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (3.2): Update out of date docstring. r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Update out of date docstring. r.david.murray
- [Python-checkins] cpython: Issue #14657: The frozen instance of importlib used for bootstrap is now also antoine.pitrou
- [Python-checkins] cpython: Prevent test_inspect from keeping alive a ton of frames and local variables by antoine.pitrou
- [Python-checkins] Daily reference leaks (bc2459063bcd): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Fix NEWS entry for #15036 petri.lehtinen
- [Python-checkins] cpython (3.2): Fix NEWS entry for #15036 petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Fix NEWS entry for #15036 petri.lehtinen
- [Python-checkins] cpython: Fiddle with timeouts in barrier tests richard.oudkerk
- [Python-checkins] peps: Tighten the specification, and elaborate missing details. martin.v.loewis
- [Python-checkins] peps (merge default -> default): merged martin.v.loewis
- [Python-checkins] cpython (2.7): Issue #15101: Make pool finalizer avoid joining current thread richard.oudkerk
- [Python-checkins] cpython (3.2): Issue #15101: Make pool finalizer avoid joining current thread. richard.oudkerk
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15101: Make pool finalizer avoid joining current thread. richard.oudkerk
- [Python-checkins] peps: Define how stand-alone releases can update bundled releases. martin.v.loewis
- [Python-checkins] cpython: Issue #15064: Implement context manager protocol for multiprocessing types richard.oudkerk
- [Python-checkins] cpython: Add comments to the power functions, in particular to _mpd_qpow_real(). stefan.krah
- [Python-checkins] cpython: Issue #15064: Make BaseManager.__enter__() start server if necessary. richard.oudkerk
- [Python-checkins] cpython: Issue #15064: Use with-blocks for some examples in docs. richard.oudkerk
- [Python-checkins] cpython: Issue #15038: Optimize python Locks on Windows kristjan.jonsson
- [Python-checkins] cpython: Fix #14772: Return the destination from some shutil functions. brian.curtin
- [Python-checkins] Daily reference leaks (8281233ec648): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: Committing the latest changes to PEP 362 on behalf of Yury Selivanov. larry.hastings
- [Python-checkins] cpython: Issue #15038: kristjan.jonsson
- [Python-checkins] hooks: Add a diff-blacklist option to omit selected files from email notification local-hg
- [Python-checkins] cpython: Issue #15103: remove the NUL character (serving as a Mercurial binary marker) antoine.pitrou
- [Python-checkins] cpython: Add versionchanged tags for #14772 changes brian.curtin
- [Python-checkins] peps: Incorporate Terry's and Brian's feedback. martin.v.loewis
- [Python-checkins] cpython: Issue #15038: Document caveats with the emulated condition variables. kristjan.jonsson
- [Python-checkins] cpython: Issue #14928: Fix importlib bootstrap issues by using a custom executable antoine.pitrou
- [Python-checkins] cpython (3.2): Fix GzipFile's handling of filenames given as bytes objects. nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Fix GzipFile's handling of filenames given as bytes objects. nadeem.vawda
- [Python-checkins] Daily reference leaks (d129982c063d): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: Specify that the \Windows copy of the launcher is always a 32-bit executable. martin.v.loewis
- [Python-checkins] cpython: Issue #15096: Drop support for the ur string prefix christian.heimes
- [Python-checkins] cpython: Fix small overeager edit from 8e47e9af826e. georg.brandl
- [Python-checkins] cpython: Do not italicize punctuation in python(1) manual page (Matt Kraai). matthias.klose
- [Python-checkins] peps: Update PEP 414 to record the exclusion of raw Unicode literals from the scope nick.coghlan
- [Python-checkins] peps: Revert accidental edit to unrelated PEP nick.coghlan
- [Python-checkins] cpython: Prefer assertEqual to simply assert per recommendation in issue6727. jason.coombs
- [Python-checkins] peps: Accepting PEP 397 brian.curtin
- [Python-checkins] cpython: Many cleanups of redundant code in mpd_qrem_near(): stefan.krah
- [Python-checkins] cpython: Fix comment. stefan.krah
- [Python-checkins] cpython: Issue #14684: Add support for predefined compression dictionaries to the zlib nadeem.vawda
- [Python-checkins] Daily reference leaks (dd4f7d5c51c7): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #14225: Fix Unicode support for curses (#12567) on OS X: ned.deily
- [Python-checkins] peps: The latest changes from Yury Selivanov. I can almost taste the acceptance! larry.hastings
- [Python-checkins] cpython: format_obj: make it static matthias.klose
- [Python-checkins] cpython: Remove references to removed md5.h and md5.c files. matthias.klose
- [Python-checkins] cpython: Fix name of the sha1 extension. matthias.klose
- [Python-checkins] cpython: ... and fix the name of the sha1 file name. matthias.klose
- [Python-checkins] cpython: sha1_{init,process,done}: make static matthias.klose
- [Python-checkins] cpython: md5_{init,process,done}: make static matthias.klose
- [Python-checkins] cpython: Make private function static (from `make smelly`) antoine.pitrou
- [Python-checkins] peps: The latest round of changes from Yury Selivanov on PEP 362. larry.hastings
- [Python-checkins] cpython (2.7): #10053: Don't close FDs when FileIO.__init__ fails hynek.schlawack
- [Python-checkins] cpython (3.2): #10053: Don't close FDs when FileIO.__init__ fails hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> default): #10053: Don't close FDs when FileIO.__init__ fails hynek.schlawack
- [Python-checkins] cpython: Add launcher source and resources brian.curtin
- [Python-checkins] cpython: Initial changes to get the py launcher building brian.curtin
- [Python-checkins] cpython: Support 32-bit release building: brian.curtin
- [Python-checkins] cpython: Get 64-bit building brian.curtin
- [Python-checkins] cpython: Add the pyw launcher brian.curtin
- [Python-checkins] cpython: Add pywlauncher project brian.curtin
- [Python-checkins] cpython: Add associator brian.curtin
- [Python-checkins] cpython: Add version resource. brian.curtin
- [Python-checkins] cpython: Use GetEnvironmentVariableW instead of _wgetenv to silence VC warnings. brian.curtin
- [Python-checkins] cpython: Package the launcher. brian.curtin
- [Python-checkins] cpython: Fix off-by-one error. brian.curtin
- [Python-checkins] cpython: Fix UNICODE glitch. brian.curtin
- [Python-checkins] cpython: Build and bundle the 32-bit launcher in all configurations. brian.curtin
- [Python-checkins] cpython: Remove associator project - it's not needed brian.curtin
- [Python-checkins] cpython: Remove the original license, as this was contributed under Vinay Sajip's brian.curtin
- [Python-checkins] cpython (merge default -> default): branch merge brian.curtin
- [Python-checkins] cpython (merge default -> default): Merge /features/pep397 changes brian.curtin
- [Python-checkins] cpython: Make lzma.{encode,decode}_filter_properties private. nadeem.vawda
- [Python-checkins] cpython: Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support). nadeem.vawda
- [Python-checkins] cpython: Document the rest of zlib.compressobj()'s arguments. nadeem.vawda
- [Python-checkins] cpython (3.2): Issue #14653: email.utils.mktime_tz() no longer relies on system alexander.belopolsky
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14653: email.utils.mktime_tz() no longer relies on system alexander.belopolsky
- [Python-checkins] cpython (2.7): Issue #14653: email.utils.mktime_tz() no longer relies on system alexander.belopolsky
- [Python-checkins] Daily reference leaks (9f88c38318ac): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Simplify code in fileio_init hynek.schlawack
- [Python-checkins] cpython: Issue #15042: Add PyState_AddModule and PyState_RemoveModule. martin.v.loewis
- [Python-checkins] cpython: Add Stable ABI documentation. martin.v.loewis
- [Python-checkins] cpython: Whitespace normalization martin.v.loewis
- [Python-checkins] cpython: Issue #14769: test_capi now has SkipitemTest, which cleverly checks larry.hastings
- [Python-checkins] cpython (2.7): Fixed the name of the 'email.Utils' module in tests. alexander.belopolsky
- [Python-checkins] cpython: Issue #9527: datetime.astimezone() method will now supply a class alexander.belopolsky
- [Python-checkins] cpython: Issue #9527: datetime.astimezone() method will now supply a class alexander.belopolsky
- [Python-checkins] cpython: Closes #10142: Support for SEEK_HOLE/SEEK_DATA jesus.cea
- [Python-checkins] cpython: Issue #7582: Use ISO timestamp in diff.py alexander.belopolsky
- [Python-checkins] cpython (merge default -> default): merge alexander.belopolsky
- [Python-checkins] cpython: Issue #9527: Fixes for platforms without tm_zone alexander.belopolsky
- [Python-checkins] cpython: Fixed compiler warnings in datetime_astimezone() alexander.belopolsky
- [Python-checkins] cpython: Issue #15124: Optimize _thread.LockType deletion and acquisition when kristjan.jonsson
- [Python-checkins] cpython: Issue #14785: Add sys._debugmallocstats() to help debug low-level memory david.malcolm
- [Python-checkins] cpython: Issue #14837: SSL errors now have `library` and `reason` attributes describing antoine.pitrou
- [Python-checkins] cpython: Add forgotten files for #14837. antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] cpython: Issue #14769: Incorporated mildly pedantic feedback from python-dev. larry.hastings
- [Python-checkins] cpython: Issue #9527: tm_gmtoff has 'correct' sign. alexander.belopolsky
- [Python-checkins] cpython (merge default -> default): merge alexander.belopolsky
- [Python-checkins] cpython: Add a docstring at the top of Tools/ssl/make_ssl_data.py antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] peps: One last edit on PEP 362; I think Guido's ready to give this the green light. larry.hastings
- [Python-checkins] cpython: Issue #15143: Define _DEBUG when compiling resources. martin.v.loewis
- [Python-checkins] cpython (merge default -> default): Merge heads martin.v.loewis
- [Python-checkins] cpython: Fix #444582. Add shutil.which function for finding programs on the system path. brian.curtin
- [Python-checkins] cpython: whitespace normalize brian.curtin
- [Python-checkins] cpython: Issue #444582: shutil.which() respects relative paths. antoine.pitrou
- [Python-checkins] cpython: Add debug output for temporary buildbot failures antoine.pitrou
- [Python-checkins] peps: Mark PEP 362 as accepted. Huzzah! larry.hastings
- [Python-checkins] cpython: Speed up base64.urlsafe_{en,de}code(). guido.van.rossum
- [Python-checkins] cpython (merge default -> default): Merge guido.van.rossum
- [Python-checkins] cpython: Issue #15008: Implement PEP 362 "Signature Objects". larry.hastings
- [Python-checkins] cpython: Whitespace. stefan.krah
- [Python-checkins] cpython: Fix silly mistake in debugging code antoine.pitrou
- [Python-checkins] cpython: Issue #14626: Large refactoring of functions / parameters in the os module. larry.hastings
- [Python-checkins] cpython: Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.) larry.hastings
- [Python-checkins] cpython: Issue #14626: Fix buildbot issue on x86 Tiger 3.x. larry.hastings
- [Python-checkins] cpython: A better repr() for FileFinder antoine.pitrou
- [Python-checkins] cpython: Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATA jesus.cea
- [Python-checkins] cpython: Skip the test only if neccesary - Kernel bug in freebsd9 - #10142: Support for jesus.cea
- [Python-checkins] cpython: Issues #11024: Fixes and additional tests for Time2Internaldate. alexander.belopolsky
- [Python-checkins] cpython: fixed whitespace alexander.belopolsky
- [Python-checkins] cpython: Issue #15148: Fixed typos in shutil.which() docstring alexander.belopolsky
- [Python-checkins] cpython: file was the old arg name from an earlier patch. command matches the brian.curtin
- [Python-checkins] cpython: Revert unintended change in 973b4806f760 brian.curtin
- [Python-checkins] cpython: Issue #14626: Fix buildbot issue on OpenIndiana 3.x machines. (Hopefully.) larry.hastings
- [Python-checkins] Daily reference leaks (48a073385660): sum=129 solipsis at pitrou.net
- [Python-checkins] cpython: Fix #15148. Make the shutil.which docstring more thorough brian.curtin
- [Python-checkins] cpython: Fix #15148. Capitalize PATH, hopefully leading to less confusion brian.curtin
- [Python-checkins] peps: Release schedule update for 3.3. georg.brandl
- [Python-checkins] cpython (2.7): Remove useless test (flowinfo is unsigned). charles-francois.natali
- [Python-checkins] cpython (3.2): Remove useless test (flowinfo is unsigned). charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Remove useless test (flowinfo is unsigned). charles-francois.natali
- [Python-checkins] cpython: Issue #14742: test_unparse now only checks a limited number of files unless the mark.dickinson
- [Python-checkins] cpython (merge default -> default): merge mark.dickinson
- [Python-checkins] peps: 362 is done too. georg.brandl
- [Python-checkins] cpython: Close #13062: Add inspect.getclosurevars to simplify testing stateful closures nick.coghlan
- [Python-checkins] cpython (3.2): Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12965: Merge from 3.2 mark.dickinson
- [Python-checkins] cpython: Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing of nick.coghlan
- [Python-checkins] cpython (3.2): Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12965: Merge from 3.2. mark.dickinson
- [Python-checkins] cpython: Try to fix shutil.which() tests on Windows by fixing a typo introduced in georg.brandl
- [Python-checkins] cpython (3.2): Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah. mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12965: Merge from 3.2. mark.dickinson
- [Python-checkins] cpython: Issue #3665: \u and \U escapes are now supported in unicode regular expressions. antoine.pitrou
- [Python-checkins] cpython: Fix test_re failure under Windows. antoine.pitrou
- [Python-checkins] cpython: Remove outdated statement antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #15142: Fix reference leak when deallocating instances of types created antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15142: Fix reference leak when deallocating instances of types created antoine.pitrou
- [Python-checkins] cpython: #15114: the strict mode of HTMLParser and the HTMLParseError exception are ezio.melotti
- [Python-checkins] cpython: On behalf of Nadeem Vawda: issue #10376: micro-optimize reading from a Zipfile. antoine.pitrou
- [Python-checkins] cpython: Try to further debug occasional buildbot failure antoine.pitrou
- [Python-checkins] cpython: Properly cleanup pep3147 modules in test_import antoine.pitrou
- [Python-checkins] cpython: Use non-deprecated speling. antoine.pitrou
- [Python-checkins] cpython: #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks hynek.schlawack
- [Python-checkins] cpython: Fix typo in Misc/NEWS hynek.schlawack
- [Python-checkins] cpython: Properly test the various builtins lookup cases in inspect.getclosurevars nick.coghlan
- [Python-checkins] cpython: Issue #15102: Allow platform-specific settings for the current project stefan.krah
- [Python-checkins] cpython (3.2): The build target of this makefile is python3.dll, not python32.dll. martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 martin.v.loewis
- [Python-checkins] cpython: Issue #15150: regenerate python3stub.def. martin.v.loewis
- [Python-checkins] cpython: #4489: Fix usage of fd-based functions to new api introduced earlier today hynek.schlawack
- [Python-checkins] cpython: Issue #15102: Use HOST_PYTHON only if it is set. martin.v.loewis
- [Python-checkins] cpython: Proper cleanup in test_shutil, even in case of error. antoine.pitrou
- [Python-checkins] cpython: Add debug output to test_shutil antoine.pitrou
- [Python-checkins] cpython: Avoid depending on directory iteration order in test_shutil antoine.pitrou
- [Python-checkins] cpython: Add MSVC-related entries to .hgignore antoine.pitrou
- [Python-checkins] cpython: Issue #15102: Fix paths in external-amd64.bat. stefan.krah
- [Python-checkins] cpython: Issue #14923: Optimize continuation-byte check in UTF-8 decoding. Patch by mark.dickinson
- [Python-checkins] cpython: Lower test-skipping threshold in test_reprlib antoine.pitrou
- [Python-checkins] cpython: Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. martin.v.loewis
- [Python-checkins] cpython: Fix whitespace. martin.v.loewis
- [Python-checkins] cpython: Issue #11626: Add _SizeT functions to stable ABI. martin.v.loewis
- [Python-checkins] cpython: Issue #15102: find python.exe in OutDir, not SolutionDir. martin.v.loewis
- [Python-checkins] cpython: Use struct member (ht_type) instead of casting pointers. antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] cpython: Replace assert() with a more informative fatal error. antoine.pitrou
- [Python-checkins] cpython: Try to fix crash on x86 OpenIndiana buildbot. antoine.pitrou
- [Python-checkins] cpython: small refactor and PEP8 line width/docstring philip.jenvey
- [Python-checkins] cpython: Issue #13590: Improve support for OS X Xcode 4: ned.deily
- [Python-checkins] cpython: Errors in "client" methods in test_socket were ignored because of a bogus antoine.pitrou
- [Python-checkins] cpython: Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" larry.hastings
- [Python-checkins] peps: Remove packaging module from 3.3 additions eric.araujo
- [Python-checkins] cpython: #11113: add a new "html5" dictionary containing the named character references ezio.melotti
- [Python-checkins] Daily reference leaks (3b7230997425): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Remove packaging from the standard library. eric.araujo
- [Python-checkins] cpython: Move distutils install doc back into place. eric.araujo
- [Python-checkins] cpython: Issue #13590: Improve support for OS X Xcode 4: ned.deily
- [Python-checkins] cpython: Issue #4489: Rename the feature marker for the symlink resistant rmtree and nick.coghlan
- [Python-checkins] cpython: Update OS X installer build script to be Python 3 compatible. ned.deily
- [Python-checkins] cpython: Remove obsolete fixapplepython23 script and PythonSystemFixes ned.deily
- [Python-checkins] cpython (3.2): Speed up test_io by >2x by reducing the sleep time using setitimer instead of gregory.p.smith
- [Python-checkins] cpython (3.2): Fixes issue #12268: File readline, readlines and read() or readall() methods gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Fixes issue #12268: File readline, readlines and read() or readall() methods gregory.p.smith
- [Python-checkins] cpython (merge default -> default): merge heads gregory.p.smith
- [Python-checkins] cpython: Packaging removal: also revert introduction of sysconfig.cfg. eric.araujo
- [Python-checkins] cpython: Update compileall calls in OS X installer postflight script to ned.deily
- [Python-checkins] cpython: Fix whitespace hynek.schlawack
- [Python-checkins] devguide: Clarify docs for versionadded/changed. georg.brandl
- [Python-checkins] devguide: More usage of versionchanged. georg.brandl
- [Python-checkins] cpython: Packaging removal: remove pysetup3 install from Makefile. ned.deily
- [Python-checkins] cpython: Update OS X installer build target compilers. ned.deily
- [Python-checkins] cpython: Issue #14815: Use Py_ssize_t instead of long for the object hash, to larry.hastings
- [Python-checkins] cpython: #15160: Extend the new email parser to handle MIME headers. r.david.murray
- [Python-checkins] cpython: Closes #15157: pydoc script added to venvs. vinay.sajip
- [Python-checkins] cpython: "Refactor" docs for the new dir_fd, follow_symlinks, path-as-fd APIs: document georg.brandl
- [Python-checkins] cpython: Issue #14815: Bugfix: the PyLong fed into the seed generator must be unsigned. larry.hastings
- [Python-checkins] cpython: Small nits in os doc. georg.brandl
- [Python-checkins] cpython: Fix typo. georg.brandl
- [Python-checkins] cpython: Move Linux-only *xattr() functions to their own subheading. georg.brandl
- [Python-checkins] cpython: In random's test_seedargs: Make sure to include at least one seed object with a mark.dickinson
- [Python-checkins] cpython: Speed up _decimal by another 10-15% by caching the thread local context stefan.krah
- [Python-checkins] cpython: Added Windows launcher documentation. vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merged upstream changes. vinay.sajip
- [Python-checkins] cpython: Note that equivalents are valid for 3.3+ only. georg.brandl
- [Python-checkins] cpython: Restore mostly-alphabetic sorting of os functions. georg.brandl
- [Python-checkins] cpython: Closes #15161: add support for giving path as a fd for truncate() and georg.brandl
- [Python-checkins] cpython: Issue #15102: Try setting HOST_PYTHON in build-amd64.bat as a temporary stefan.krah
- [Python-checkins] cpython: Remove attribution; this is for the whatsnew. georg.brandl
- [Python-checkins] cpython: Minor clarification about fdopen(). georg.brandl
- [Python-checkins] cpython: Actually it is just one function. georg.brandl
- [Python-checkins] cpython: Make the style of the "Availability" sections consistent. georg.brandl
- [Python-checkins] cpython: Fix casing of Unix. georg.brandl
- [Python-checkins] cpython: Issue #15118: Change return value of os.uname() and os.times() from larry.hastings
- [Python-checkins] cpython: Issue #15061: Re-implemented hmac.compare_digest() in C christian.heimes
- [Python-checkins] cpython: Fix a refleak in c82451eeb595. georg.brandl
- [Python-checkins] cpython: Remove unused variable. georg.brandl
- [Python-checkins] cpython: Whitespace cleanup. georg.brandl
- [Python-checkins] cpython: Fix use of class markup. georg.brandl
- [Python-checkins] cpython: Make the benchmark more fair for _decimal/decimal.py by setting context.prec stefan.krah
- [Python-checkins] cpython: Larry's suggested rewording of the compare_digest() docs. antoine.pitrou
- [Python-checkins] cpython: The buffer protocol doesn't exist (in the glossary anyway). antoine.pitrou
- [Python-checkins] cpython: Improve hmac.compare_digest() docstring and documentation, courtesy of Larry H. georg.brandl
- [Python-checkins] cpython (merge default -> default): Merge heads. georg.brandl
- [Python-checkins] cpython (merge default -> default): Merge heads. georg.brandl
- [Python-checkins] cpython: Fix doc of os.fwalk: example used now non-existing os.fstatat() hynek.schlawack
- [Python-checkins] cpython: Small wording update from Larry. georg.brandl
- [Python-checkins] cpython: Formatting antoine.pitrou
- [Python-checkins] cpython: Remove debug output from test_shutil hynek.schlawack
- [Python-checkins] cpython: Simplify wording. antoine.pitrou
- [Python-checkins] cpython: Remove a detailed discussion of content-based short circuiting, off topic for antoine.pitrou
- [Python-checkins] cpython: Fix test to really run behind a NNTP virus checker antoine.pitrou
- [Python-checkins] cpython: Refactor the venv API docs into a real API doc style. georg.brandl
- [Python-checkins] cpython: Closes #15162: the meaning of "online" has shifted a bit in recent years, use georg.brandl
- [Python-checkins] cpython: Use -W on the Windows 64 buildbots antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] cpython: Add 3.2.3 version to the license table. georg.brandl
- [Python-checkins] cpython: #444582: fix example and rewrap docs a bit. georg.brandl
- [Python-checkins] cpython: Small whitespace fixes for shutil.rmtree() docs. georg.brandl
- [Python-checkins] cpython: Add a single versionadded for a whole section instead of repeating for every georg.brandl
- [Python-checkins] cpython: Issue #15102: Fix paths of python executables. stefan.krah
- [Python-checkins] cpython: Alpha -> Beta georg.brandl
- [Python-checkins] cpython (merge default -> default): Fix test__locale on Mac; platform.uname() does not have a structseq-type georg.brandl
- [Python-checkins] cpython: Restore test that was using pysetup and can now (#15157) use pydoc eric.araujo
- [Python-checkins] cpython: Fix typos eric.araujo
- [Python-checkins] cpython: Fix markup eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge eric.araujo
- [Python-checkins] cpython: urllib.request: fix spacing errors in exception/warning messages. georg.brandl
- [Python-checkins] cpython (3.2): Partial backport of 612f34e31270: fix spacing error in exception message. georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2. georg.brandl
- [Python-checkins] cpython (3.2): Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org. georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2. georg.brandl
- [Python-checkins] cpython: Issue #15055: update dictnotes.txt. Patch by Mark Shannon. antoine.pitrou
- [Python-checkins] cpython: Drop useenv=true also from the 32-bit build script: It is not necessary and stefan.krah
- [Python-checkins] cpython: #15156: HTMLParser now uses the new "html.entities.html5" dictionary. ezio.melotti
- [Python-checkins] cpython (merge default -> default): Merge heads. ezio.melotti
- [Python-checkins] cpython: Closes #11678: support Arch linux in the platform module. georg.brandl
- [Python-checkins] cpython: Fix indentation eric.araujo
- [Python-checkins] cpython: Support Mageia Linux in the platform module. antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] cpython: Fix markup, for real this time. georg.brandl
- [Python-checkins] cpython: Fix statement. antoine.pitrou
- [Python-checkins] cpython: Add a couple of what's new entries. antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] cpython (3.2): Fix a bunch of "versionchanged" related markup errors. georg.brandl
- [Python-checkins] cpython: Fix a couple of versionadded/versionchanged related markup errors. georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2. georg.brandl
- [Python-checkins] cpython: Issue #15164: Change return value of platform.uname() from a larry.hastings
- [Python-checkins] cpython: Restore Misc/NEWS entries lost in the merge for the previous commit. larry.hastings
- [Python-checkins] cpython: Fixes issue 15039: namespace packages are no longer imported in preference to eric.smith
- [Python-checkins] cpython: Closes #15173: Tidied up copyright statements and removed pythonv references. vinay.sajip
- [Python-checkins] cpython: Give test directory a more reasonable name. eric.smith
- [Python-checkins] Daily reference leaks (2a24d3bd16a9): sum=-1 solipsis at pitrou.net
- [Python-checkins] cpython: Grammar fix. georg.brandl
- [Python-checkins] cpython: Minor grammar refinement for hmac.compare_digest(). larry.hastings
- [Python-checkins] peps: Added PEP header "Resolution" to the preamble of recently-accepted PEP 362. larry.hastings
- [Python-checkins] cpython: Some tightening of the documentation for the new kwarg-style os module georg.brandl
- [Python-checkins] cpython (3.2): Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test gregory.p.smith
- [Python-checkins] cpython (merge default -> default): merge heads gregory.p.smith
- [Python-checkins] cpython: More doc fixes: made it clear where to start reading when you click on <dir_fd>. larry.hastings
- [Python-checkins] cpython: #4489 Make fd based rmtree work on bytes hynek.schlawack
- [Python-checkins] cpython: Issue #15176: Clarified behavior, documentation, and implementation larry.hastings
- [Python-checkins] cpython: Skip test in freebsd entirely - Kernel bug in freebsd7/8/9 - #10142: Support jesus.cea
- [Python-checkins] cpython: Issue #15177: Added dir_fd parameter to os.fwalk(). larry.hastings
- [Python-checkins] cpython: Moved hmac.compare_digest Misc/NEWS entry from Core and Builtins to Library. larry.hastings
- [Python-checkins] cpython: Issue #13950: Improve support for OS X Xcode 4: ned.deily
- [Python-checkins] cpython: Update test script to Visual Studio 2010. stefan.krah
- [Python-checkins] cpython (3.2): Issue #15171: Try the HOST_PYTHON hack for 3.2. stefan.krah
- [Python-checkins] cpython (merge 3.2 -> default): Null merge. stefan.krah
- [Python-checkins] cpython (2.7): Issue #15170: Try the HOST_PYTHON hack for 2.7. stefan.krah
- [Python-checkins] peps: Add new footnote to clarify the meaning of "affected rows" in the DB-API. marc-andre.lemburg
- [Python-checkins] cpython: Issue #15181: importlib bytecode is unsigned and shouldn't have negative antoine.pitrou
- [Python-checkins] cpython (3.2): Backport test_nntplib fixes from default. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Merge antoine.pitrou
- [Python-checkins] cpython: Issue #14443: ensure that brp-python-bytecompile is invoked with the correct david.malcolm
- [Python-checkins] cpython: Comment out a dead increment. brett.cannon
- [Python-checkins] cpython: If main() is called and an argument cannot be decoded, make sure to brett.cannon
- [Python-checkins] cpython (2.7): Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita vinay.sajip
- [Python-checkins] cpython (3.2): Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Closes #15179: Merged fix from 3.2. vinay.sajip
- [Python-checkins] cpython (2.7): Try to fix failure of a Windows buildbot to capture name resolution errors. antoine.pitrou
- [Python-checkins] cpython (2.7): Fixes issue #12268 for file readline, readlines and read() and readinto methods. gregory.p.smith
- [Python-checkins] Daily reference leaks (6af0535b5e3a): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #13685 - Update argparse help message for % sign usage. senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Issue13685 senthil.kumaran
- [Python-checkins] cpython: Issue #15817: Bugfix: remove temporary directories test_shutil was leaving larry.hastings
- [Python-checkins] cpython: Fix a few markup nits in zlib docs and add missing versionchanged tags. georg.brandl
- [Python-checkins] cpython: Update suspicious ignore file and pydoc topics. georg.brandl
- [Python-checkins] cpython: Add yet another missing versionchanged. georg.brandl
- [Python-checkins] cpython: Fix issue # in Misc/NEWS (should be #15187, not 15817.) larry.hastings
- [Python-checkins] cpython: Create PGInstrument/PGUpdate configurations for py.exe and pyw.exe martin.v.loewis
- [Python-checkins] cpython (merge default -> default): Merge martin.v.loewis
- [Python-checkins] cpython: Use ValueError, not RuntimeError for a utime flag combination illegal on some georg.brandl
- [Python-checkins] cpython: What's new: Add myself as the contributor of issue 12170 petri.lehtinen
- [Python-checkins] cpython (merge default -> default): Merge heads petri.lehtinen
- [Python-checkins] cpython: 3.3 whatsnew: Comment out the section about new POSIX *at functions etc.; has georg.brandl
- [Python-checkins] cpython: Bump version to 3.3.0b1. georg.brandl
- [Python-checkins] cpython: Added tag v3.3.0b1 for changeset e15c554cd43e georg.brandl
- [Python-checkins] cpython: Added hmac.compare_digest to whatsnew christian.heimes
- [Python-checkins] cpython (3.2): issue13666 - Fixing datetime documentation example when using tzinfo senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): issue13666 - merge from 3.2 senthil.kumaran
- [Python-checkins] cpython (2.7): issue13666 - Fixing datetime documentation example when using tzinfo senthil.kumaran
- [Python-checkins] cpython: - Issue #15194: Update libffi to the 3.0.11 release. matthias.klose
- [Python-checkins] cpython: - whitespace-normalize libffi file matthias.klose
- [Python-checkins] peps: Add PEP 423 (Naming conventions and recipes related to packaging). guido.van.rossum
- [Python-checkins] cpython (3.2): Issue #14443: ensure that brp-python-bytecompile is invoked with the correct david.malcolm
- [Python-checkins] cpython (merge 3.2 -> default): Null merge david.malcolm
- [Python-checkins] cpython (3.2): Issue #15079: make a test applicable to both C and Python versions of the antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #15079: make a test applicable to both C and Python versions of the antoine.pitrou
- [Python-checkins] Daily reference leaks (b66e82c9f852): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: build_all_use_profile: Build using -fprofile-correction to automatically matthias.klose
- [Python-checkins] cpython: Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic christian.heimes
- [Python-checkins] cpython: white space cleanup christian.heimes
- [Python-checkins] cpython (3.2): Allow passing extra testing options to the buildbot test scripts antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Merge buildbot script changes antoine.pitrou
- [Python-checkins] cpython (2.7): Allow passing extra testing options to the buildbot test scripts antoine.pitrou
- [Python-checkins] cpython (3.2): Flush stdout and stderr when running tests in parallel antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Flush stdout and stderr when running tests in parallel antoine.pitrou
- [Python-checkins] cpython (2.7): Flush stdout and stderr when running tests in parallel antoine.pitrou
- [Python-checkins] cpython: Fix typo in shutil doc hynek.schlawack
- [Python-checkins] peps: fix header benjamin.peterson
- [Python-checkins] cpython (2.7): Regrtest option "-n" doesn't exist in 2.7. antoine.pitrou
- [Python-checkins] cpython: Issue #12605: Show information on more C frames within gdb backtraces david.malcolm
- [Python-checkins] cpython: Changed importlib tests to use assertIs, assertIsInstance, etc., instead of eric.smith
- [Python-checkins] cpython: Fix bug in test_tools that prevented building is separate directory. neil.schemenauer
- [Python-checkins] cpython: Avoid using scrdir, it's broken. antoine.pitrou
- [Python-checkins] cpython: Remove dead code victor.stinner
- [Python-checkins] Daily reference leaks (d0f775432705): sum=-1 solipsis at pitrou.net
- [Python-checkins] cpython: #4489: Don't follow ever symlinks in rmtree hynek.schlawack
- [Python-checkins] cpython: Use assertIsNone. Thanks Terry Reedy. eric.smith
- [Python-checkins] cpython (merge default -> default): Merge. eric.smith
- [Python-checkins] cpython (2.7): #9559: Append data to single-file mailbox files if messages are only added petri.lehtinen
- [Python-checkins] cpython (3.2): #9559: Append data to single-file mailbox files if messages are only added petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): #9559: Append data to single-file mailbox files if messages are only added petri.lehtinen
- [Python-checkins] cpython: #4489: Use dir_fd in rmdir in _rmtree_safe_fd() hynek.schlawack
- [Python-checkins] cpython (3.2): Issue #10571: Fix the "--sign" option of distutils' upload command. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #10571: Fix the "--sign" option of distutils' upload command. antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #15219: Fix a reference leak when hashlib.new() is called with amaury.forgeotdarc
- [Python-checkins] cpython: Port tests from Issue #15219, and verify we don't have a reference leak. amaury.forgeotdarc
- [Python-checkins] cpython (3.2): Issue #5067: improve some json error messages. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #5067: improve some json error messages. antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #5067: improve some json error messages. antoine.pitrou
- [Python-checkins] Daily reference leaks (7523ab4e6e06): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): urlparse docs clean up senthil.kumaran
- [Python-checkins] cpython (3.2): urlparse docs clean up - no reference to earlier draft senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): urlparse docs clean up - no reference to earlier draft senthil.kumaran
- [Python-checkins] cpython: Check for all used fd-based functions in shutil.rmdir, closes #15218 hynek.schlawack
- [Python-checkins] cpython (2.7): #9559: Don't call _pre_mailbox_hook more than once petri.lehtinen
- [Python-checkins] cpython (3.2): #9559: Don't call _pre_mailbox_hook more than once petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): #9559: Don't call _pre_mailbox_hook more than once petri.lehtinen
- [Python-checkins] cpython (2.7): #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() petri.lehtinen
- [Python-checkins] cpython (3.2): #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() petri.lehtinen
- [Python-checkins] cpython (3.2): Better diagnose test failure antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Better diagnose test failure antoine.pitrou
- [Python-checkins] cpython (2.7): urlparse cleanup. rename keywords used as variables senthil.kumaran
- [Python-checkins] cpython (3.2): urllib.parse cleanup. rename keywords used as variables senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): urllib.parse cleanup. rename keywords used as variables senthil.kumaran
- [Python-checkins] cpython (2.7): Backed out changeset ee51e3aef302 - it broke the test suite antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #1677: Handle better a race condition between the interactive interpreter tim.golden
- [Python-checkins] cpython (3.2): Issue #1677: Handle better a race condition between the interactive interpreter tim.golden
- [Python-checkins] cpython: Issue #1677: Handle better a race condition between the interactive interpreter tim.golden
- [Python-checkins] cpython (merge 3.2 -> default): Dummy merge from 3.2 tim.golden
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merged tim.golden
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merged tim.golden
- [Python-checkins] cpython (merge default -> default): Merged tim.golden
- [Python-checkins] Daily reference leaks (5b01f64a71df): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Update GzipFile docstring to mention gzip.open()'s new text-mode support. nadeem.vawda
- [Python-checkins] cpython: - Issue #3754, refactor sys.platform / get_platform bits, use a matthias.klose
- [Python-checkins] cpython: - Issue #3754: Use AC_PATH_TOOL and AC_CHECK_TOOLS instead of matthias.klose
- [Python-checkins] cpython: - Issue #14324: use a linker test to check for profiling support matthias.klose
- [Python-checkins] cpython: - Issue #3754: Some unrelated configure.ac cleanups. matthias.klose
- [Python-checkins] cpython: Issue #15225: improve error message when hmac is passed a wrong key type. antoine.pitrou
- [Python-checkins] cpython: - check for libtinfo as a termcap library matthias.klose
- [Python-checkins] cpython (3.2): Issue #9239: add tests for modifying zipfile comments in append mode. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #9239: add tests for modifying zipfile comments in append mode. antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] cpython: Proactive reliability fix for broken FPUs: The base conversion functions stefan.krah
- [Python-checkins] cpython (2.7): Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit mark.dickinson
- [Python-checkins] cpython: Whitespace. stefan.krah
- [Python-checkins] cpython: - Issue #3754: Use readelf instead of ldd for the cross build readline check matthias.klose
- [Python-checkins] cpython (merge default -> default): - merge branches matthias.klose
- [Python-checkins] cpython: previous patch needs patch from issue #14330 matthias.klose
- [Python-checkins] cpython (3.2): Issue #15171: Quote the variable that expands to the current directory. stefan.krah
- [Python-checkins] cpython (merge 3.2 -> default): Null merge. stefan.krah
- [Python-checkins] cpython (2.7): Issue #15170: Quote the variable that expands to the current directory. stefan.krah
- [Python-checkins] cpython: - Issue #3754: Fix /dev/ptmx, /dev/ptc file checks for cross builds, matthias.klose
- [Python-checkins] cpython: - Issue #14330: For cross builds, don't use host python, use host search paths matthias.klose
- [Python-checkins] cpython: After 79d2eb29c755 it is no longer necessary to zero the output array: stefan.krah
- [Python-checkins] cpython: - Issue #14330: For cross builds, don't use host python, use host search paths matthias.klose
- [Python-checkins] cpython: - Regenerate the libffi configure file matthias.klose
- [Python-checkins] cpython (merge default -> default): null merge matthias.klose
- [Python-checkins] cpython: Try to fix compilation failure under OS X antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] cpython: - fix the OS X build failure, only try to remove the temporary file if it exists matthias.klose
- [Python-checkins] cpython: Issue #15229: An OSError subclass whose __init__ doesn't call back antoine.pitrou
Last message date: Sat Jun 30 23:38:49 CEST 2012
Archived on: Sun Jul 29 22:24:10 CEST 2012
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4