April 2012 Archives by thread
Starting: Sun Apr 1 00:34:09 CEST 2012
Ending: Mon Apr 30 20:16:23 CEST 2012
Messages: 859
- [Python-checkins] devguide: Issue #14316: fix broken link; fix by Éric Araujo
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #13872: socket.detach() now marks the socket closed (as mirrored in the
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13872: socket.detach() now marks the socket closed (as mirrored in the
antoine.pitrou
- [Python-checkins] cpython: Issue #14300: Under Windows, sockets created using socket.dup() now allow
antoine.pitrou
- [Python-checkins] cpython (2.7): fix typo; thanks to Robert Bardos from docs@
sandro.tosi
- [Python-checkins] cpython (3.2): fix typo; thanks to Robert Bardos from docs@
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] peps: PEP 418: Add a "Hardware clocks" section
victor.stinner
- [Python-checkins] peps: PEP 418: Add time.get_clock_info()
victor.stinner
- [Python-checkins] peps: PEP 418: Drop fallback parameter of time.monotonic()
victor.stinner
- [Python-checkins] peps: PEP 418: time.get_clock_info(), rename "monotonic" option to "is_monotonic"
victor.stinner
- [Python-checkins] cpython: Issue #14435: Add Misc/NEWS and Misc/ACKS
Nick Coghlan
- [Python-checkins] Daily reference leaks (51b5f2b90df2): sum=-6
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #13507: OS X installer builds now build liblzma for the new
ned.deily
- [Python-checkins] cpython: Issue #14463: Prevent _decimal.so compile failures in OS X installer builds.
ned.deily
- [Python-checkins] cpython: Issue #14394: Use elaborate phrases that boil down to "one to two orders
stefan.krah
- [Python-checkins] cpython: Remove parens around link.
georg.brandl
- [Python-checkins] cpython: Update pydoc topics.
georg.brandl
- [Python-checkins] cpython: Fix markup errors found by "make suspicious".
georg.brandl
- [Python-checkins] cpython: Bump to 3.3.0a2.
georg.brandl
- [Python-checkins] cpython: Added tag v3.3.0a2 for changeset 2f69db52d6de
georg.brandl
- [Python-checkins] cpython (3.2): Issue #13019: Fix potential reference leaks in bytearray.extend().
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13019: Fix potential reference leaks in bytearray.extend().
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13019: Fix potential reference leaks in bytearray.extend().
antoine.pitrou
- [Python-checkins] cpython: Removing the test of Element that causes ref-leak in GC (issue #14464).
eli.bendersky
- [Python-checkins] cpython (3.2): Issue #14151: Raise a ValueError, not a NameError, when trying to create
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14151: Raise a ValueError, not a NameError, when trying to create
antoine.pitrou
- [Python-checkins] devguide: Issue 14467: Simplify Autoconf section and move it to FAQ.
ross.lagerwall
- [Python-checkins] cpython: Add MASM define to PGI and PGO builds
martin.v.loewis
- [Python-checkins] cpython: Add _decimal and _testbuffer modules.
martin.v.loewis
- [Python-checkins] cpython: Fix Overflow exception in the bignum factorial benchmark that is due to
stefan.krah
- [Python-checkins] cpython (3.2): be consistent with rest of function
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
benjamin.peterson
- [Python-checkins] cpython (3.2): remove extraneous condition
benjamin.peterson
- [Python-checkins] cpython (3.2): adjust formatting
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] Daily reference leaks (1c80a7bcbd6b): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Post-release update.
georg.brandl
- [Python-checkins] cpython (merge default -> default): Merge.
georg.brandl
- [Python-checkins] cpython: Clear the context flags if a context is initialized from the DefaultContext.
stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge.
stefan.krah
- [Python-checkins] cpython: Whitespace.
stefan.krah
- [Python-checkins] cpython (2.7): prevent writing to stderr from messing up the exception state (closes #14474)
benjamin.peterson
- [Python-checkins] r88934 - tracker/instances/spambayes_integration/extensions/spambayes.py
martin.v.loewis
- [Python-checkins] cpython (2.7): protect this call, too
benjamin.peterson
- [Python-checkins] cpython (3.2): prevent writing to stderr from messing up the exception state (closes #14474)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (3.2): Issue #14471: Fix a possible buffer overrun in the winreg module.
kristjan.jonsson
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 (Issue #14471)
kristjan.jonsson
- [Python-checkins] cpython: Guard an LLTRACE variable to silence an unused variable warning.
brett.cannon
- [Python-checkins] cpython: Testing the implicit initialization of the thread local context on first
stefan.krah
- [Python-checkins] cpython (2.7): remove uneeded line
benjamin.peterson
- [Python-checkins] cpython (3.2): remove uneeded line
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython: Improve comments.
stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge.
stefan.krah
- [Python-checkins] peps: PEP 418: time.get_clock_info() may provide more information (accuracy,
victor.stinner
- [Python-checkins] peps: PEP 418: Add link to libpthread for Windows
victor.stinner
- [Python-checkins] peps: PEP 418: Add tables of clock accuracy
victor.stinner
- [Python-checkins] cpython: Add time.CLOCK_HIGHRES constant, needed on Solaris
victor.stinner
- [Python-checkins] cpython: Expose clock_settime() as time.clock_settime()
victor.stinner
- [Python-checkins] peps: PEP 418: Add the accuracy of process and thread time clocks
victor.stinner
- [Python-checkins] peps: PEP 418: Fix a typo
victor.stinner
- [Python-checkins] peps: PEP 418: Rename time.monotonic() to time.steady()
victor.stinner
- [Python-checkins] peps: PEP 418: Fix time.steady() pseudo-code
victor.stinner
- [Python-checkins] cpython: If a module injects something into sys.modules as a side-effect of
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] Daily reference leaks (d0e4e3ef224e): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): fix parse_syntax_error to clean up its resources
benjamin.peterson
- [Python-checkins] cpython (3.2): fix parse_syntax_error to clean up its resources
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: add XXX
benjamin.peterson
- [Python-checkins] cpython: reformat code to follow PEP8
andrew.svetlov
- [Python-checkins] cpython: Issue #802310: Generate always unique tkinter font names if not directly passed
andrew.svetlov
- [Python-checkins] devguide: Closes #14479: replace transplant advice with graft
georg.brandl
- [Python-checkins] devguide: devguide: fix some typos
georg.brandl
- [Python-checkins] cpython: Move ChainMap versionadded to be less ambiguous.
georg.brandl
- [Python-checkins] cpython: Issue #14288: Serialization support for builtin iterators.
kristjan.jonsson
- [Python-checkins] cpython: Issue #14288: Modify Misc/NEWS
kristjan.jonsson
- [Python-checkins] peps: PEP 418: Mention CLOCK_*_COARSE and Tools/pybench/systimes.py
victor.stinner
- [Python-checkins] cpython (2.7): #14481: fix formatting of example in subprocess docs.
r.david.murray
- [Python-checkins] cpython (3.2): #14481: fix formatting of example in subprocess docs.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #14481: fix formatting of example in subprocess docs.
r.david.murray
- [Python-checkins] devguide: Issue #14466: remove mq-based workflow
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #14482: Raise a ValueError, not a NameError, when trying to create
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14482: Raise a ValueError, not a NameError, when trying to create
antoine.pitrou
- [Python-checkins] cpython: Fixes and enhancements to _elementtree:
eli.bendersky
- [Python-checkins] peps: PEP 418: Add 3 alternatives
victor.stinner
- [Python-checkins] peps: PEP 418: Add definitions of "monotonic" and "steady"
victor.stinner
- [Python-checkins] peps: PEP 418: Rename time.highres() to time.perf_counter()
victor.stinner
- [Python-checkins] peps: PEP 418: Fix typo (Specifiction)
victor.stinner
- [Python-checkins] peps: PEP 418: Add issues of the hacked monotonic function
victor.stinner
- [Python-checkins] peps: Rewrite the PEP 418
victor.stinner
- [Python-checkins] peps: PEP 418: Add also timeout_clock() alternative name
victor.stinner
- [Python-checkins] Daily reference leaks (14abfa27ff19): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Followup for issue #14321, remove references to Parser/pgen.stamp
matthias.klose
- [Python-checkins] peps: PEP 418: Add Boost.Chrono library in links
victor.stinner
- [Python-checkins] cpython: - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py.
matthias.klose
- [Python-checkins] cpython: Fix Windows compilation errors
eli.bendersky
- [Python-checkins] cpython (3.2): Closes #14495: fix typo.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
georg.brandl
- [Python-checkins] cpython (2.7): Transplant 45287f2799f5 from default branch.
georg.brandl
- [Python-checkins] cpython: Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the
antoine.pitrou
- [Python-checkins] peps: PEP 418: Add link to Monoclock library and an old article on Windows clocks
victor.stinner
- [Python-checkins] cpython (3.2): #14490, #14491: add 'sundry'-style import tests for Tools/scripts.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts.
r.david.murray
- [Python-checkins] cpython (3.2): test_tools fix: don't import analyze_dxp if no _thread module
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge: test_tools fix: don't import analyze_dxp if no _thread module
r.david.murray
- [Python-checkins] cpython: Replace bootstrap imports with real C API calls.
eli.bendersky
- [Python-checkins] cpython: A few tweaks to whatsnew/3.3 (fixes #14362)
eric.araujo
- [Python-checkins] Daily reference leaks (696cb524322a): sum=4
solipsis at pitrou.net
- [Python-checkins] cpython: Reformat by replacing tabs with 4-spaces. Makes the code more PEP-7 compliant
eli.bendersky
- [Python-checkins] cpython (2.7): Closes #14489: correct link target.
georg.brandl
- [Python-checkins] cpython: Replace ThreadError by RuntimeError: the former is now an obsolete alias of the
georg.brandl
- [Python-checkins] cpython: Issue #3033: Add displayof parameter to tkinter font.
andrew.svetlov
- [Python-checkins] cpython: Close #14249: Use an union instead of a long to short pointer to avoid aliasing
victor.stinner
- [Python-checkins] cpython (2.7): Issue #14505: Fix file descriptor leak when deallocating file objects created
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #14496: Fix wrong name in idlelib/tabbedpages.py.
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2
andrew.svetlov
- [Python-checkins] cpython: Raise InvalidOperation if exponents of zeros are clamped during exact
stefan.krah
- [Python-checkins] cpython: Allow printing a leading '-' and the maximum number of exponent digits
stefan.krah
- [Python-checkins] cpython: Formatting.
stefan.krah
- [Python-checkins] cpython: Reduce array size.
stefan.krah
- [Python-checkins] cpython: Whitespace.
stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge.
stefan.krah
- [Python-checkins] cpython: Issue #8515: Set __file__ when run file in IDLE.
andrew.svetlov
- [Python-checkins] cpython: Clarify that the purpose of computing all the miscellaneous collection types is
raymond.hettinger
- [Python-checkins] cpython: Close #14249: Use bit shifts instead of an union, it's more efficient.
victor.stinner
- [Python-checkins] cpython (2.7): Issue #14502: release() and unlocked lock generates a ThreadError
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #14502: release() and unlocked lock generates a ThreadError
sandro.tosi
- [Python-checkins] cpython: Issue #14502: merge with 3.2
sandro.tosi
- [Python-checkins] cpython (merge default -> default): merge heads
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (3.2): #14492: fix some bugs in Tools/scripts/pdeps.py.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #14492: fix some bugs in Tools/scripts/pdeps.py.
r.david.murray
- [Python-checkins] Daily reference leaks (ec3e0f1a3b8d): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #14502: it's RuntimeError on 3.3
sandro.tosi
- [Python-checkins] cpython: Set a time threshold in test_asyncore.capture_server so that tests don't
kristjan.jonsson
- [Python-checkins] cpython: Fix test_site from modifying sysconfig._CONFIG_VARS.
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: Issue #14500: Fix importlib.test.import_.test_packages to clean up
brett.cannon
- [Python-checkins] cpython (3.1): bump to 3.1.5 final
benjamin.peterson
- [Python-checkins] cpython (3.1): Added tag v3.1.5 for changeset 7395330e495e
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (3.2): port 3.1.5rc2 tag
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] Daily reference leaks (388016438a50): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Don't Py_DECREF NULL variable in io.IncrementalNewlineDecoder.
ross.lagerwall
- [Python-checkins] cpython: Issue #14310: inter-process socket duplication for windows
kristjan.jonsson
- [Python-checkins] cpython: 1) Fix comment.
stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge.
stefan.krah
- [Python-checkins] cpython (3.2): Closes #14511: fix wrong opensearch link for 3.2 docs.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Closes #14511: merge with 3.2
georg.brandl
- [Python-checkins] cpython: Determine opensearch URL from current version.
georg.brandl
- [Python-checkins] cpython: struct timeval.tv_usec is 4 bytes on 64-bit OS X as it should be, but
brett.cannon
- [Python-checkins] cpython: Issue #14310: Catch testing errors when trying to create unsupported socket
kristjan.jonsson
- [Python-checkins] cpython: Issue #14522: Avoid duplicating socket handles in multiprocessing.connection.
antoine.pitrou
- [Python-checkins] peps: Publish pep-419
andrew.svetlov
- [Python-checkins] peps: Edit PEP 419: fix grammar, spelling and formatting.
georg.brandl
- [Python-checkins] cpython (3.2): Added multiprocessing example to logging cookbook.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged logging cookbook update from 3.2.
vinay.sajip
- [Python-checkins] Daily reference leaks (803f7a6090e7): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Remove unused variable from gcmodule.c. The code no longer tests for the
kristjan.jonsson
- [Python-checkins] peps: PEP 419: Updates from Paul
georg.brandl
- [Python-checkins] r88935 - tracker/instances/python-dev/detectors/rietveldreactor.py
martin.v.loewis
- [Python-checkins] cpython (3.2): Make test_mailbox runnable via python -m unittest.
r.david.murray
- [Python-checkins] cpython (2.7): Make test_mailbox runnable via python -m unittest.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Make test_mailbox runnable via python -m unittest.
r.david.murray
- [Python-checkins] cpython (3.2): Issue #7978: socketserver now restarts the select() call when EINTR is returned.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #7978: socketserver now restarts the select() call when EINTR is returned.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #7978: socketserver now restarts the select() call when EINTR is returned.
antoine.pitrou
- [Python-checkins] cpython (2.7): Fix flakiness in test_socketserver
antoine.pitrou
- [Python-checkins] cpython (3.2): Fix flakiness in test_socketserver
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Fix flakiness in test_socketserver
antoine.pitrou
- [Python-checkins] peps: PEP 418: add info on functions to sleep
victor.stinner
- [Python-checkins] cpython (3.2): Fix the patch for issue #7978: select() raises select.error before 3.3, not
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Null merge
antoine.pitrou
- [Python-checkins] cpython (2.7): Fix the patch for issue #7978: select() raises select.error before 3.3, not
antoine.pitrou
- [Python-checkins] peps: PEP 418: Make it explicit than calling timeBeginPeriod() affects
victor.stinner
- [Python-checkins] cpython: Remove redundancy in listing of all mailbox classes in test_mailbox.
r.david.murray
- [Python-checkins] cpython: #12537: in mailbox avoid depending on knowledge of email package internals
r.david.murray
- [Python-checkins] Daily reference leaks (fbfb1e7738b7): sum=0
solipsis at pitrou.net
- [Python-checkins] r88936 - tracker/instances/python-dev/scripts/update_email.py
martin.v.loewis
- [Python-checkins] r88937 - in tracker/instances/python-dev: detectors/rietveldreactor.py scripts/update_email.py
martin.v.loewis
- [Python-checkins] r88938 - tracker/instances/python-dev/detectors/rietveldreactor.py
martin.v.loewis
- [Python-checkins] r88939 - tracker/instances/python-dev/detectors/rietveldreactor.py
martin.v.loewis
- [Python-checkins] peps: PEP 418: Move resolution and accuracy definitions to the Definition section
victor.stinner
- [Python-checkins] peps: PEP 418: Re-add the pseudo-code for time.perf_counter()
victor.stinner
- [Python-checkins] cpython: #14533: if a test has no test_main, use loadTestsFromModule.
r.david.murray
- [Python-checkins] cpython: Reflow paragraph (not that it helped much).
r.david.murray
- [Python-checkins] cpython: Rename test_ file that is really a support file to remove test_ prefix.
r.david.murray
- [Python-checkins] peps: PEP 274 has been updated to reflect current reality.
barry.warsaw
- [Python-checkins] cpython: Issue #13165: stringbench is now available in the Tools/stringbench folder.
antoine.pitrou
- [Python-checkins] cpython: Fix whitespace
antoine.pitrou
- [Python-checkins] cpython: Update description of benchmarks and mention the benchmarks repo
antoine.pitrou
- [Python-checkins] r88940 - in sandbox/trunk/stringbench: MOVED README stringbench.py
antoine.pitrou
- [Python-checkins] cpython: Use the MPD() accessor macro.
stefan.krah
- [Python-checkins] cpython: Speed up _decimal by 30-40% for numerical workloads by improving the cache
stefan.krah
- [Python-checkins] cpython: _decimal is now 100x faster than the Python version in the pi benchmark.
stefan.krah
- [Python-checkins] cpython (3.2): Corrected comment in cookbook example script.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged comment correction from 3.2.
vinay.sajip
- [Python-checkins] cpython (2.7): Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).
benjamin.peterson
- [Python-checkins] cpython (2.7): move news thing around
benjamin.peterson
- [Python-checkins] cpython (2.7): fix build without Py_DEBUG and DNDEBUG (closes #14509)
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7 release branch
benjamin.peterson
- [Python-checkins] cpython (3.1): fix build without Py_DEBUG and DNDEBUG (closes #14509)
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1 (#14509)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#14509)
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython: Resize the coefficient to MPD_MINALLOC also if the requested size is below
stefan.krah
- [Python-checkins] cpython: Issue #14520: Add __sizeof__() method to the Decimal object.
stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge.
stefan.krah
- [Python-checkins] Who are the decimal volunteers? Re: cpython: Resize the coefficient to MPD_MINALLOC also if the requested size is below
Jim Jewett
- [Python-checkins] cpython (2.7): bump to 2.7.3 final
benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.3 for changeset 70274d53c1dd
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.3 release branch
benjamin.peterson
- [Python-checkins] Daily reference leaks (f432d3884b30): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): minor .rst fix
senthil.kumaran
- [Python-checkins] cpython (3.2): minor .rst fix
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge - minor .rst fix
senthil.kumaran
- [Python-checkins] cpython: Issue #14478: Cache the hash of a Decimal in the C version.
stefan.krah
- [Python-checkins] cpython (2.6): update docs
barry.warsaw
- [Python-checkins] cpython (2.6): Bump to 2.6.8
barry.warsaw
- [Python-checkins] cpython (2.6): Added tag v2.6.8 for changeset c9910fd022fc
barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): Mostly null merge from 2.6; tag added
barry.warsaw
- [Python-checkins] peps: PEP 418: Add CLOCK_BOOTTIME and FreeBSD kern.timecounter.hardware sysctl
victor.stinner
- [Python-checkins] cpython (3.2): Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14541: Merged addition of test/sndhdrdata to Makefile.pre.in from 3.2.
vinay.sajip
- [Python-checkins] cpython (2.6): Post release twiddle.
barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): null merge
barry.warsaw
- [Python-checkins] cpython (2.7): Updated logging reference and HOWTO.
vinay.sajip
- [Python-checkins] cpython (3.2): Updated logging reference and HOWTO.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged updates to logging reference and HOWTO from 3.2.
vinay.sajip
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merged upstream change.
vinay.sajip
- [Python-checkins] cpython (2.7): fix the incorrect changes made for PATH_INFO value - Issue10484
senthil.kumaran
- [Python-checkins] cpython (3.2): 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge - fix the incorrect changes made for PATH_INFO value - Issue10484
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge heads
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
senthil.kumaran
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix closes Issue14258 - Clarify the re.LOCALE and re.UNICODE flags for \S
senthil.kumaran
- [Python-checkins] cpython (3.2): Issue #8799: Fix and improve the threading.Condition documentation.
antoine.pitrou
- [Python-checkins] cpython (3.2): Fix some markup in the threading docs.
antoine.pitrou
- [Python-checkins] cpython (3.2): Small improvements to the threading docs: better publicize support for the with
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Merge
antoine.pitrou
- [Python-checkins] cpython: Fix stale comment.
stefan.krah
- [Python-checkins] cpython: 1) Remove claim of an input invariant that is only true for static mpd_t.
stefan.krah
- [Python-checkins] peps: PEP 418: Add info about sleep/suspend
victor.stinner
- [Python-checkins] peps: PEP 418: mach_absolute_time() doesn't include suspend time
victor.stinner
- [Python-checkins] peps: PEP 418: Add a linkg to GetSystemTimeAsFileTime() doc
victor.stinner
- [Python-checkins] peps: PEP 418: Rewrite the rationale
victor.stinner
- [Python-checkins] peps: PEP 418: Rewrite time.monotonic() definition
victor.stinner
- [Python-checkins] cpython: Make the trace module ignore modules whose names start with "<" and
brett.cannon
- [Python-checkins] Daily reference leaks (8a47d2322df0): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers.
georg.brandl
- [Python-checkins] cpython (3.2): News entry for f91ecbc8bafc.
georg.brandl
- [Python-checkins] cpython (3.2): Bump to 3.2.3 final.
georg.brandl
- [Python-checkins] cpython (3.2): Add 3.2.3rc2 uuid.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge.
georg.brandl
- [Python-checkins] cpython (3.2): Added tag v3.2.3 for changeset 3d0686d90f55
georg.brandl
- [Python-checkins] cpython (3.2): Post-release update.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge 3.2.3 release clone.
georg.brandl
- [Python-checkins] peps: PEP 418: Add time.clock(), fix typos, mention issue #14309
victor.stinner
- [Python-checkins] peps: PEP 418: Mention SMI issues
victor.stinner
- [Python-checkins] r88946 - in tracker/instances/python-dev: detectors/userauditor.py html/issue.item.html html/user.item.html schema.py
martin.v.loewis
- [Python-checkins] cpython: use assertWarns instead of check_warnings - Issue14341
senthil.kumaran
- [Python-checkins] cpython (3.2): Closes #14545: make clearer what was added.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): #14545: merge 3.2
georg.brandl
- [Python-checkins] cpython (3.2): Improve the threading.Condition docs.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Improve the threading.Condition docs.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn
senthil.kumaran
- [Python-checkins] cpython (3.2): 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge to default - Issue 10484 - Incorporate improvements to CGI module -
senthil.kumaran
- [Python-checkins] cpython (3.2): #14508: make gprof2html script runnable under python3
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): #14508: make gprof2html script runnable under python3
r.david.murray
- [Python-checkins] cpython (2.7): we live in a post 2.7.3 world
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
benjamin.peterson
- [Python-checkins] peps: PEP 418: Add a table with performances of TSC, ACPI PM and HPET clocks
victor.stinner
- [Python-checkins] cpython (3.1): after 3.1.5
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1 (null)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (null)
benjamin.peterson
- [Python-checkins] peps: PEP 418: another benchmark on FreeBSD
victor.stinner
- [Python-checkins] peps: PEP 418: Add bench_time.c
victor.stinner
- [Python-checkins] peps: PEP 418: Mention the issue #14555
victor.stinner
- [Python-checkins] peps: PEP 418: Fix syntax of a link
victor.stinner
- [Python-checkins] peps: PEP 418: Replace accuracy with precision
victor.stinner
- [Python-checkins] peps: PEP 418: Fix reST syntax of a title
victor.stinner
- [Python-checkins] peps: PEP 418: Integrate Jim Jewett's Glossary
victor.stinner
- [Python-checkins] peps: PEP 418: Remove duplicate definitions
victor.stinner
- [Python-checkins] peps: PEP 418: Move Linux clocksource and FreeBSD timecounter
victor.stinner
- [Python-checkins] peps: PEP 418: Use different names for manpage links
victor.stinner
- [Python-checkins] peps: PEP 418: Make it more explicit than realtime does include time elapsed during
victor.stinner
- [Python-checkins] cpython (3.2): #14552: remove redundant wording in 'test' docs.
r.david.murray
- [Python-checkins] cpython (3.2): #14553: fix word order.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge doc fixes #14553 and #14552.
r.david.murray
- [Python-checkins] cpython (2.7): #14552: remove redundant wording in 'test' docs.
r.david.murray
- [Python-checkins] Daily reference leaks (bd353f12c007): sum=2
solipsis at pitrou.net
- [Python-checkins] cpython: code improvement. 'as cm' not required when not used. Review comment by Georg
senthil.kumaran
- [Python-checkins] peps: PEP 418: Add time.perf_counter(), time.process_time(), deprecate time.clock()
victor.stinner
- [Python-checkins] peps: PEP 418: Add CLOCK_BOOTTIME to monotonic clocks
victor.stinner
- [Python-checkins] peps: PEP 418: editing.
georg.brandl
- [Python-checkins] cpython (3.2): Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
charles-francois.natali
- [Python-checkins] cpython (3.2): 3.2 sidebar: link to 3.3, not 3.1
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Null-merge 3.2 branch.
georg.brandl
- [Python-checkins] cpython: Doc: sort time.CLOCK_xxx constants
victor.stinner
- [Python-checkins] peps: PeP 418: Move the CLOCK_BOOTTIME paragraph
victor.stinner
- [Python-checkins] peps: PEP 418: On Windows, clock() does include time elapsed during a sleep
victor.stinner
- [Python-checkins] peps: PEP 418: fix typo (some => sum)
victor.stinner
- [Python-checkins] peps: PEP 418: Add info on notification of system power state changes
victor.stinner
- [Python-checkins] cpython (2.7): #14399: zipfile now correctly handles comments added to empty zipfiles.
r.david.murray
- [Python-checkins] cpython (3.2): #14399: zipfile now correctly handles comments added to empty zipfiles.
r.david.murray
- [Python-checkins] cpython: Merge #14399: zipfile now correctly handles comments added to empty zipfiles.
r.david.murray
- [Python-checkins] peps: PEP 418: time.process_time() falls back on other clock instead of falling
victor.stinner
- [Python-checkins] peps: PEP 418: Remove duplicate info about clock resolution
victor.stinner
- [Python-checkins] cpython: Issue #1559549: Add 'name' and 'path' attributes to ImportError.
brett.cannon
- [Python-checkins] cpython (2.7): Issue14559: Attempt to fix compilation with previous versions of the Microsoft
amaury.forgeotdarc
- [Python-checkins] cpython (3.2): Issue14559: Fix build files old Microft compilers.
amaury.forgeotdarc
- [Python-checkins] cpython (merge 3.2 -> default): hg merge 3.2
amaury.forgeotdarc
- [Python-checkins] cpython (merge default -> default): Merge heads
amaury.forgeotdarc
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
amaury.forgeotdarc
- [Python-checkins] cpython (merge default -> default): merge heads
amaury.forgeotdarc
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
amaury.forgeotdarc
- [Python-checkins] cpython: Have importlib take advantage of ImportError's new 'name' and 'path'
brett.cannon
- [Python-checkins] cpython: NEWS entry about importlib and ImportError's new attributes.
brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge
brett.cannon
- [Python-checkins] cpython: put PyImportErrorObject with its brothers
benjamin.peterson
- [Python-checkins] Daily reference leaks (edca98123f22): sum=4
solipsis at pitrou.net
- [Python-checkins] peps: PEP 418: time.process_time() uses os.times() if available
victor.stinner
- [Python-checkins] cpython: unittest.mock.PropertyMock return value and attributes are now standard
michael.foord
- [Python-checkins] cpython (3.2): take linkage def outside of WITH_THREAD conditional (closes #14569)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (2.7): take linkage def outside of WITH_THREAD conditional (closes #14569)
benjamin.peterson
- [Python-checkins] cpython: Make unittest.mock.create_autospec resilient against AttributeError on original
michael.foord
- [Python-checkins] cpython: Minor docstring / docs corrections for unittest.mock
michael.foord
- [Python-checkins] peps: PEP 418: Add precision in Python; clock() will not be removed; add users
victor.stinner
- [Python-checkins] peps: PEP 418: Add precision in Python of FreeBSD clocks
victor.stinner
- [Python-checkins] cpython: Fix clock_gettime/getres/settime: PyArg_ParseTuple() expects an int
victor.stinner
- [Python-checkins] cpython (3.2): move outside WITH_THREAD conditional
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (2.7): move outside WITH_THREAD conditional
benjamin.peterson
- [Python-checkins] peps: PEP 418: Complete "Precision in Python" column in the different tables
victor.stinner
- [Python-checkins] peps: PEP 418: Cleanup info on precision
victor.stinner
- [Python-checkins] peps: PEP 418: Add CLOCK_BOOTTIME precision in Python
victor.stinner
- [Python-checkins] r88947 - tracker/roundup-src/roundup/backends/indexer_xapian.py
r.david.murray
- [Python-checkins] peps: PEP 418: Fill "Include suspend" column of all tables
victor.stinner
- [Python-checkins] peps: PEP 418: Rephrase sleep/suspend paragraphs
victor.stinner
- [Python-checkins] peps: PEP 418: Reorganize sections, move Alternatives after Python functions
victor.stinner
- [Python-checkins] peps: PEP 418: Cleanup the Process Time table
victor.stinner
- [Python-checkins] cpython (3.2): #14399: corrected news item
r.david.murray
- [Python-checkins] cpython (2.7): #14399: corrected news item
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #14399: corrected news item
r.david.murray
- [Python-checkins] cpython (3.2): #14535: fix code highlight in multiprocessing examples. Patch by Tshepang
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14535: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (3.2): Fix highlight and spacing in json example.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge highlight and spacing fixes in json example with 3.2.
ezio.melotti
- [Python-checkins] Daily reference leaks (160245735299): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): fix typo; thanks to Jérôme Mainka from docs@
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython: Issue #2377: Make importlib the implementation of __import__().
brett.cannon
- [Python-checkins] cpython: Undo a C99 idiom.
brett.cannon
- [Python-checkins] cpython: Try to fix a sporadic test failure from what is probably a caching race
brett.cannon
- [Python-checkins] cpython: Fix an import race condition.
brett.cannon
- [Python-checkins] cpython: Fix Windows build
brian.curtin
- [Python-checkins] cpython (merge default -> default): merge with the tip
brian.curtin
- [Python-checkins] cpython: Add some comments.
brett.cannon
- [Python-checkins] cpython: IDLE was relying on implicit relative imports which have gone away in
brett.cannon
- [Python-checkins] cpython: Rebuild importlib.h to incorporate added comments.
brett.cannon
- [Python-checkins] cpython: Handle importing pkg.mod by executing
brett.cannon
- [Python-checkins] cpython: Clarify that one should not use __import__() directly. Also mention
brett.cannon
- [Python-checkins] Daily reference leaks (556b9bafdee8): sum=1144
solipsis at pitrou.net
- [Python-checkins] cpython: Plug a refleak.
brett.cannon
- [Python-checkins] cpython: Be less verbose when building dbm.
ross.lagerwall
- [Python-checkins] cpython (merge default -> default): Merge with remote.
ross.lagerwall
- [Python-checkins] peps: PEP 418: Cameron Simpson rewrote the text of his alternative
victor.stinner
- [Python-checkins] cpython (3.2): Make all socket related modules link with ws2_32.lib on windows, like
kristjan.jonsson
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2: use ws2_32.lib rather than wsock32.lib on windows.
kristjan.jonsson
- [Python-checkins] cpython: Issue #10576: Add a progress callback to gcmodule
kristjan.jonsson
- [Python-checkins] peps: PEP 418: Add last comments
victor.stinner
- [Python-checkins] cpython (3.2): Issue #13889: On MSVC builds, set FPU control word at runtime for all string
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13889: Merge fix from 3.2.
mark.dickinson
- [Python-checkins] cpython (2.7): Issue #13889: On MSVC builds, set FPU control word at runtime for all string
mark.dickinson
- [Python-checkins] peps: PEP 418
victor.stinner
- [Python-checkins] cpython (3.2): Issue 13496: Fix bisect.bisect overflow bug for large collections.
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13496: Merge from 3.2
mark.dickinson
- [Python-checkins] cpython (2.7): Issue 13496: Fix bisect.bisect overflow bug for large collections.
mark.dickinson
- [Python-checkins] cpython (2.7): Remove accidentally-committed debugging code.
mark.dickinson
- [Python-checkins] cpython: utilize startswith(tuple)
philip.jenvey
- [Python-checkins] cpython: Set ImportError.name when raising the exception in the case of None
brett.cannon
- [Python-checkins] cpython: Issue #14582: Import returns the module returned by a loader instead
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: Issue #13959: Rename imp to _imp and add Lib/imp.py and begin
brett.cannon
- [Python-checkins] cpython: Update importlib.h
brett.cannon
- [Python-checkins] cpython: Issue #13959: Simplify imp.reload() by relying on a module's
brett.cannon
- [Python-checkins] cpython: Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType
victor.stinner
- [Python-checkins] peps: PEP 416: Mention the new types.MappingProxyType added to Python 3.3
victor.stinner
- [Python-checkins] cpython: Try to get hg to treat importlib.h as binary.
brett.cannon
- [Python-checkins] cpython: Consider load_dynamic() something to keep in _imp.
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: Issue #13959: Re-implement imp.load_module() in imp.py.
brett.cannon
- [Python-checkins] cpython (3.2): Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a
antoine.pitrou
- [Python-checkins] cpython: Issue #13959: Re-implement imp.load_package() in imp.py.
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] Daily reference leaks (2df37938b8e1): sum=924
solipsis at pitrou.net
- [Python-checkins] cpython: Fix #10854. Make use of the new path and name attributes on ImportError
brian.curtin
- [Python-checkins] peps: PEP 418: Add link to the "gettimeofday() should never be used to measure time"
victor.stinner
- [Python-checkins] peps: PEP 418: Add two alternative names for time.perf_counter()
victor.stinner
- [Python-checkins] peps: PEP 418: time.perf_counter() is always available
victor.stinner
- [Python-checkins] cpython (2.7): Issue #14452: remove BOM insertion code.
vinay.sajip
- [Python-checkins] cpython (3.2): Closes #14452: remove BOM insertion code.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Closes #14452: remove BOM insertion code.
vinay.sajip
- [Python-checkins] cpython (2.7): Added cookbook example for log insertion.
vinay.sajip
- [Python-checkins] cpython (3.2): Added cookbook example for BOM insertion.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged cookbook update from 3.2.
vinay.sajip
- [Python-checkins] cpython (2.7): Tweaked format of cookbook example.
vinay.sajip
- [Python-checkins] cpython (3.2): Tweaked format of cookbook example.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged tweaks to cookbook example from 3.2.
vinay.sajip
- [Python-checkins] cpython: Closes #14452: brought tests in line with removal of BOM insertion code.
vinay.sajip
- [Python-checkins] cpython: Add an explicit mention of a backwards-incompatible fix that importlib
brett.cannon
- [Python-checkins] hooks: Remove binary diffs from commit e-mails
local-hg
- [Python-checkins] hooks: Strengthen a bit
local-hg
- [Python-checkins] cpython: Avoid rebuilding all C files when importlib.h is updated.
antoine.pitrou
- [Python-checkins] cpython: Avoid compiler warning due to stray \x00
antoine.pitrou
- [Python-checkins] cpython: Fix reference loss on Py_None when None is encountered in sys.modules.
antoine.pitrou
- [Python-checkins] cpython: Fix refleak in test_gc
antoine.pitrou
- [Python-checkins] cpython: pep8-ize test names
antoine.pitrou
- [Python-checkins] cpython: Fix a refleak
antoine.pitrou
- [Python-checkins] cpython: Fix another refleak
antoine.pitrou
- [Python-checkins] cpython: Add documentation for the new PyErr_SetFromImport* functions
brian.curtin
- [Python-checkins] cpython: Correct warnings when building the docs for the nonexistet :arg: role. Changed
brian.curtin
- [Python-checkins] cpython: Add versionadded tags to newly added ImportError convenience functions.
brian.curtin
- [Python-checkins] cpython (3.2): Corrected version numbers in cookbook example.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged cookbook corrections from 3.2.
vinay.sajip
- [Python-checkins] cpython: Issue #13959: Fix a logic bug.
brett.cannon
- [Python-checkins] cpython: Issue #14599: Make test_reprlib robust against import cache race
brett.cannon
- [Python-checkins] cpython: Issue #14599: Fix an import caching race condition.
brett.cannon
- [Python-checkins] cpython: Issue #13959: Re-implement imp.load_source() in imp.py.
brett.cannon
- [Python-checkins] cpython: Properly guard against special-casing.
brett.cannon
- [Python-checkins] Daily reference leaks (00a07720a570): sum=-2
solipsis at pitrou.net
- [Python-checkins] cpython: #14603: use a listcomp in ZipFile.namelist.
ezio.melotti
- [Python-checkins] peps: PEP 418: cleanup pseudo-code; mention clock_getcpuclockid()
victor.stinner
- [Python-checkins] cpython: Speed up reading of small files. This avoids multiple C read() calls on pyc
antoine.pitrou
- [Python-checkins] cpython: Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt.
charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can
charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can
charles-francois.natali
- [Python-checkins] peps: PEP 418: clock_precision.py only uses ASCII to avoid UnicodeEncodeError on
victor.stinner
- [Python-checkins] cpython: Fix #14600. Correct reference handling and naming of ImportError convenience
brian.curtin
- [Python-checkins] peps: PEP 418: Add benchmark results of Mac OS 10.6
victor.stinner
- [Python-checkins] peps: PEP 418: Fix clock_precision.py, time.monotonic() is not always present
victor.stinner
- [Python-checkins] peps: PEP 418: Oops, fix typo in last commit
victor.stinner
- [Python-checkins] cpython: Issue #14592: A relative import will raise a KeyError if __package__
brett.cannon
- [Python-checkins] cpython: Issue #13959: Re-implement imp.load_compiled() in imp.py.
brett.cannon
- [Python-checkins] peps: PEP 418: complete/update tables for OpenBSD and Windows
victor.stinner
- [Python-checkins] peps: PEP 418: time.process_time() uses CLOCK_PROF if available
victor.stinner
- [Python-checkins] peps: PEP 418: Fix time.monotonic() pseudo-code for Mac
victor.stinner
- [Python-checkins] cpython (3.2): mangle keyword-only argname when loading defaults (closes #14607)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#14607)
benjamin.peterson
- [Python-checkins] peps: PEP 418: Fix pseudo-code of time.monotonic() on Mac OS X
victor.stinner
- [Python-checkins] peps: PEP 418: Add a link to the Twisted monotonic clock issue
victor.stinner
- [Python-checkins] cpython: Issue #12599: Be more strict in accepting None vs. a false-like object
brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge
brett.cannon
- [Python-checkins] cpython (2.7): Clarify that a new connection needs to be made after the close.
raymond.hettinger
- [Python-checkins] cpython (2.7): Clean-up the SQLite introduction.
raymond.hettinger
- [Python-checkins] Daily reference leaks (22844ddce57b): sum=0
solipsis at pitrou.net
- [Python-checkins] r88948 - in tracker/instances/python-dev/html: user.index.html user.item.html user.openid.html user.register.html
martin.v.loewis
- [Python-checkins] cpython: Fix email post-commit review comments.
brian.curtin
- [Python-checkins] cpython: fix refcnt/style/debuging oversights
benjamin.peterson
- [Python-checkins] cpython: rollback 005fd1fe31ab (see #14609 and #14582)
benjamin.peterson
- [Python-checkins] cpython: Fix it for good :-)
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge heads
antoine.pitrou
- [Python-checkins] cpython (3.2): SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#14612)
benjamin.peterson
- [Python-checkins] cpython (2.7): SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes
benjamin.peterson
- [Python-checkins] cpython (3.2): improve
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython: The previous code is correct, but hard to verify: The libmpdec documentation
stefan.krah
- [Python-checkins] cpython: Support mythical ones' complement machines.
stefan.krah
- [Python-checkins] cpython: Fix comments and whitespace.
stefan.krah
- [Python-checkins] cpython: Remove redundant finalization of the result.
stefan.krah
- [Python-checkins] cpython: Cosmetic change: initialize digits to 1 (redundant).
stefan.krah
- [Python-checkins] cpython: Explain the strategy to avoid huge alignment shifts in _mpd_qadd() in detail.
stefan.krah
- [Python-checkins] cpython: 1) Simplify comment -- one has to read the complete proof (available in ACL2)
stefan.krah
- [Python-checkins] cpython: Issue #11750: The Windows API functions scattered in the _subprocess and
antoine.pitrou
- [Python-checkins] cpython: don't bother keeping a set we'll never use
benjamin.peterson
- [Python-checkins] cpython: update importlib...
benjamin.peterson
- [Python-checkins] cpython (2.7): Remove webbrowser doc reference to the previously removed internet-config
ned.deily
- [Python-checkins] cpython (3.2): Remove webbrowser doc reference to the previously removed internet-config
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Remove webbrowser doc reference to the previously removed internet-config
ned.deily
- [Python-checkins] peps: PEP 418: clock_precision.py was wrong, recompute all "Precision in Python"
victor.stinner
- [Python-checkins] peps: PEP 418: Rerun all benchmarks for the "Precision in Python" column
victor.stinner
- [Python-checkins] peps: comma
benjamin.peterson
- [Python-checkins] cpython: Issue #14385: Support other types than dict for __builtins__
victor.stinner
- [Python-checkins] peps: PEP 418: Replace definitions of Accuracy, Precision and Resolution in the
victor.stinner
- [Python-checkins] peps: PEP 418: Add link to benchmarking programs used to fill tables
victor.stinner
- [Python-checkins] peps: PEP 418: Fix bench_time.c
victor.stinner
- [Python-checkins] cpython (2.7): Fix compiler warning related to issue #14331. harmless.
gregory.p.smith
- [Python-checkins] peps: PEP 418: Minor updates
victor.stinner
- [Python-checkins] peps: PEP 418: typo
victor.stinner
- [Python-checkins] cpython (2.7): #14538: HTMLParser can now parse correctly start tags that contain a bare /.
ezio.melotti
- [Python-checkins] cpython (3.2): #14538: HTMLParser can now parse correctly start tags that contain a bare /.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14538: merge with 3.2.
ezio.melotti
- [Python-checkins] Daily reference leaks (e3ab8aa0216c): sum=6
solipsis at pitrou.net
- [Python-checkins] peps: Configure docutils to use hg as CVS.
martin.v.loewis
- [Python-checkins] r88949 - tracker/instances/python-dev/html/issue.search.html
martin.v.loewis
- [Python-checkins] cpython (3.2): Close #14032: fix incorrect variable reference in test_cmd_line_script
nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2
nick.coghlan
- [Python-checkins] cpython: Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.
martin.v.loewis
- [Python-checkins] cpython: Fix refleak: PyObject_GetItem returns a new reference, not a borrowed one like
antoine.pitrou
- [Python-checkins] peps: Guido suggests alternative language for whitespace around operators.
barry.warsaw
- [Python-checkins] peps: Added PEP 420. Thanks to MvL. Much of the text comes from PEP 382 and his recap
eric.smith
- [Python-checkins] peps (merge default -> default): Merge heads.
eric.smith
- [Python-checkins] peps: PEP 418: Patch bench_time.c to support systems without clock_gettime()
victor.stinner
- [Python-checkins] cpython (2.7): Issue #14308: Fix an exception when a "dummy" thread is in the threading
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #14308: Fix an exception when a "dummy" thread is in the threading
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14308: Fix an exception when a dummy thread is in the threading module's
antoine.pitrou
- [Python-checkins] cpython: Issue #14127: Add st_{cma}time_ns fields to os.stat() result object.
larry.hastings
- [Python-checkins] peps: Grammar fixes by Brett Cannon.
eric.smith
- [Python-checkins] peps: Note that ImportError will no longer be raised due to a missing __init__.py
eric.smith
- [Python-checkins] cpython: Close #14386: Register types.MappingProxyType as a Mapping
victor.stinner
- [Python-checkins] Daily reference leaks (34af3e74292d): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: ImportError -> ImportWarning.
eric.smith
- [Python-checkins] peps: Improved paragraph on __path__ recalculation. Suggested by Nick Coglan.
eric.smith
- [Python-checkins] peps: Another improvement by Nick: a better description of splitting portions among
eric.smith
- [Python-checkins] peps: Cleanup. Add double backticks where needed.
eric.smith
- [Python-checkins] peps: It's finders and loaders that will be impacted.
eric.smith
- [Python-checkins] peps: Fix references to extend_path and declare_namespace. Also make it clearer that
eric.smith
- [Python-checkins] peps: More backticks.
eric.smith
- [Python-checkins] cpython (3.2): Issue #14629: Raise SyntaxError in tokenizer.detect_encoding
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2: issue 14629
martin.v.loewis
- [Python-checkins] peps: Grammar improvement.
eric.smith
- [Python-checkins] cpython: Have importlib.test.regrtest clear sys.path_importer_cache to make
brett.cannon
- [Python-checkins] cpython: Issue #14581: Windows users are allowed to import modules w/o taking
brett.cannon
- [Python-checkins] cpython: Issue #14633: Simplify imp.find_modue() test after fixes from issue
brett.cannon
- [Python-checkins] cpython: Issue #14629: Mention the filename in SyntaxError exceptions from
brett.cannon
- [Python-checkins] cpython: Try to debug a Windows failure on the buildbots.
brett.cannon
- [Python-checkins] cpython: The divmod function for large numbers now has an ACL2 proof. Related changes:
stefan.krah
- [Python-checkins] cpython: Defensive programming: mpd_isspecial(r) already implies mpd_isspecial(q), but
stefan.krah
- [Python-checkins] cpython: Issue #14599: Generalize a test for ImportError.path and add support
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: Issue #14599: Support ImportError.path on AIX and HPUX when loading
brett.cannon
- [Python-checkins] cpython: Issue #14585: test_import now runs all tests under
brett.cannon
- [Python-checkins] cpython: Issue #14628: Document the fact that import always returns the module
brett.cannon
- [Python-checkins] cpython: Issue #14339: Improve speed of bin, oct and hex builtins. Patch by Serhiy
mark.dickinson
- [Python-checkins] cpython (3.2): Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14630: Merge fix from 3.2.
mark.dickinson
- [Python-checkins] cpython: Use a skipUnless decorator instead of conditional renaming.
brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge
brett.cannon
- [Python-checkins] cpython: Fix a cleanup.
brett.cannon
- [Python-checkins] cpython: Issue #13959: Keep imp.get_magic() in C code, but cache in importlib
brett.cannon
- [Python-checkins] peps: PEP 418: List limitations of this PEP
victor.stinner
- [Python-checkins] Daily reference leaks (c820aa9c0c00): sum=0
solipsis at pitrou.net
- [Python-checkins] distutils2: improved the test coverage on commands.bdist
eric.araujo
- [Python-checkins] distutils2 (merge default -> default): Merge Yannick’s test into main repo
eric.araujo
- [Python-checkins] cpython: Closes issue 14636. mock objects raise exceptions from an iterable side_effect
michael.foord
- [Python-checkins] cpython: Closes issue 14634. unittest.mock.create_autospec now supports keyword only
michael.foord
- [Python-checkins] cpython: Remove incorrect comment
michael.foord
- [Python-checkins] peps: PEP 418: Stephen J. Turnbull's patch: typos
victor.stinner
- [Python-checkins] peps: PEP 418: Stephen J. Turnbull's patch 2: english
victor.stinner
- [Python-checkins] peps: PEP 418: Stephen J. Turnbull's patch 3: complete the Glossary
victor.stinner
- [Python-checkins] r88950 - tracker/roundup-src/roundup/backends/rdbms_common.py
martin.v.loewis
- [Python-checkins] cpython: Make path manipulation more robust for platforms with alternative path
brett.cannon
- [Python-checkins] cpython: Issue #13959: Re-implement imp.cache_from_source() in Lib/imp.py.
brett.cannon
- [Python-checkins] cpython: Issue #13959: Re-implement imp.source_from_cache() in Lib/imp.py.
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: Don't worry about moving imp.get_tag() over to Lib/imp.py.
brett.cannon
- [Python-checkins] cpython: Issue #14637: Fix the UNC import test under Windows to actually use
brett.cannon
- [Python-checkins] cpython: Issue #13959: Re-implement imp.find_module() in Lib/imp.py.
brett.cannon
- [Python-checkins] cpython: Fix whitespace.
brett.cannon
- [Python-checkins] cpython: Fix Issue2193 - Allow ":" character in Cookie NAME values
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge heads
senthil.kumaran
- [Python-checkins] cpython: Have importlib look for pre-existing path separators when joining
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: Continue the good fight to get Windows to like importlib by fixing a
brett.cannon
- [Python-checkins] cpython: Update importlib.h
brett.cannon
- [Python-checkins] cpython (2.7): Update 2.7 docs about legal characters allowed in Cookie name
senthil.kumaran
- [Python-checkins] cpython (3.2): issue2193 - Update 3.2 docs about legal characters allowed in Cookie name
senthil.kumaran
- [Python-checkins] cpython: issue2193 - Update docs about the legal characters allowed in Cookie name
senthil.kumaran
- [Python-checkins] Daily reference leaks (79f55cf917fd): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Revert to os.path.join() semantics for path manipulation in importlib
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: Mention the backwards-incompatible change to
brett.cannon
- [Python-checkins] cpython (3.2): Close issue #14026 by better testing sys.argv handling in test_cmd_line_script
nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> default): Resolve #14026 (Merge from 3.2)
nick.coghlan
- [Python-checkins] cpython: Use os.path.samestat() instead of reinventing the wheel.
charles-francois.natali
- [Python-checkins] cpython: Issue #13959: Continue to try to accomodate altsep in importlib by not
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: Issue #14622: Increased default timeout for SMTPHandler.
vinay.sajip
- [Python-checkins] cpython: Issue #14644: Increased default timeout for SMTPHandler. Note: last commit
vinay.sajip
- [Python-checkins] cpython: Change tests for imp.cache_from_source() to follow os.path.join/split
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: Issue #14605: Expose importlib.abc.FileLoader and
brett.cannon
- [Python-checkins] Daily reference leaks (0a79a2add552): sum=2
solipsis at pitrou.net
- [Python-checkins] peps: Restore the prohibition against using function annotations in the standard
raymond.hettinger
- [Python-checkins] cpython (2.7): Minor fixups.
raymond.hettinger
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge
raymond.hettinger
- [Python-checkins] cpython (3.2): sleep here
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (2.7): sleep here
benjamin.peterson
- [Python-checkins] cpython: inherit maxchar of field value where needed (closes #14648)
benjamin.peterson
- [Python-checkins] cpython: Implement PEP 412: Key-sharing dictionaries (closes #13903)
benjamin.peterson
- [Python-checkins] cpython (3.2): add Mark Shannon
benjamin.peterson
- [Python-checkins] cpython (2.7): add Mark Shannon
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] peps: finalize pep 412
benjamin.peterson
- [Python-checkins] cpython: don't make shared keys with dict subclasses
benjamin.peterson
- [Python-checkins] cpython (2.7): Fix for Issue13684 - httplib tunnel infinite loop
senthil.kumaran
- [Python-checkins] cpython (3.2): 3.2 - Fix for Issue13684 - httplib tunnel infinite loop
senthil.kumaran
- [Python-checkins] cpython (2.7): news for issue13684
senthil.kumaran
- [Python-checkins] cpython (3.2): news for issue13684
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): 3.2 - Fix for Issue13684 - httplib tunnel infinite loop
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): news for issue13684
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge heads
senthil.kumaran
- [Python-checkins] cpython (3.2): #14638: pydoc now treats non-str __name__ as None instead of raising
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): merge #14638: pydoc now treats non-str __name__ as None instead of raising
r.david.murray
- [Python-checkins] cpython (2.7): #14638: pydoc now treats non-str __name__ as None instead of raising
r.david.murray
- [Python-checkins] cpython (2.7): Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14641: merge with 3.2
sandro.tosi
- [Python-checkins] cpython: fix instance dicts with str subclasses (#13903)
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: Issue #14650: fix typo in shutil.disk_usage() docstring; patch by Hobson Lane
sandro.tosi
- [Python-checkins] cpython (3.2): #14640: Fix typos/syntax in pyporting.rst.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #14640: Fix typos/syntax in pyporting.rst.
r.david.murray
- [Python-checkins] cpython (2.7): #14640: Fix typos/syntax in pyporting.rst.
r.david.murray
- [Python-checkins] cpython: Close #14648: Compute correctly maxchar in str.format() for substrin
victor.stinner
- [Python-checkins] cpython: simplify and reformat
benjamin.peterson
- [Python-checkins] cpython: use correct base ptr
benjamin.peterson
- [Python-checkins] peps: PEP 418: Rename clock_precision.py to clock_resolution.py
victor.stinner
- [Python-checkins] peps: PEP 418: Replace "Precision in Python" with "Python Resolution"
victor.stinner
- [Python-checkins] peps: PEP 418: Replace "Resolution" column with "C Resolution", and "Precision" with
victor.stinner
- [Python-checkins] peps: PEP 418: Replace misuse of precision with resolution
victor.stinner
- [Python-checkins] peps: PEP 418: typoe
victor.stinner
- [Python-checkins] cpython: make pointer arith c89
benjamin.peterson
- [Python-checkins] Daily reference leaks (8dbcedfd13f8): sum=15528
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Reorder the entries to put the type specific technique last.
raymond.hettinger
- [Python-checkins] cpython (2.7): Improve section heading for better discoverability.
raymond.hettinger
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge
raymond.hettinger
- [Python-checkins] peps: Note that context manager should be in separate classes if they implement
raymond.hettinger
- [Python-checkins] peps: Added pointer to features/pep-420 branch.
eric.smith
- [Python-checkins] cpython: Skip long repr tests when the cached pyc file's path length would exceed the
antoine.pitrou
- [Python-checkins] peps: Make context manager example likelier
antoine.pitrou
- [Python-checkins] cpython: fix dict gc tracking (#13903)
benjamin.peterson
- [Python-checkins] cpython (3.2): don't use a slot wrapper from a different special method (closes #14658)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#14658)
benjamin.peterson
- [Python-checkins] cpython (2.7): don't use a slot wrapper from a different special method (closes #14658)
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13587: merge with 3.2
sandro.tosi
- [Python-checkins] cpython (2.7): Issue #13478: document timeit.default_timer()
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #13478: document timeit.default_timer()
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13478: merge with 3.2
sandro.tosi
- [Python-checkins] cpython (2.7): Issue #14554: correct example for captured_stdout()
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #14554: correct example for captured_stdout(); patch by Tshepang
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14554: merge with 3.2
sandro.tosi
- [Python-checkins] peps: Update section on impact to finders.
eric.smith
- [Python-checkins] cpython: Account for shared keys in type's __sizeof__ (#13903).
martin.v.loewis
- [Python-checkins] cpython: Fix location of versionaddeds and empty lines.
georg.brandl
- [Python-checkins] cpython (2.7): Issue #14448: mention pytz; patch by Andrew Svetlov
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #14448: mention pytz; patch by Andrew Svetlov
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14448: merge with 3.2
sandro.tosi
- [Python-checkins] cpython: distiguish between refusing to creating shared keys and error (#13903)
benjamin.peterson
- [Python-checkins] cpython: Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT
jesus.cea
- [Python-checkins] cpython: Closes Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT (I add some
jesus.cea
- [Python-checkins] cpython (3.2): Issue #14160: TarFile.extractfile() failed to resolve symbolic links
lars.gustaebel
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic
lars.gustaebel
- [Python-checkins] cpython (2.7): Issue #14160: TarFile.extractfile() failed to resolve symbolic links when
lars.gustaebel
- [Python-checkins] cpython: Issue #4892: multiprocessing Connections can now be transferred over
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to
vinay.sajip
- [Python-checkins] cpython (2.7): Updated year in docstring/comment.
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to
vinay.sajip
- [Python-checkins] cpython: Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader
marc-andre.lemburg
- [Python-checkins] cpython: Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused
marc-andre.lemburg
- [Python-checkins] cpython: Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.
marc-andre.lemburg
- [Python-checkins] peps: Add placeholder section for packaging implications.
eric.smith
- [Python-checkins] Daily reference leaks (a2cf07135e4f): sum=6
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #14605 and #14642:
marc-andre.lemburg
- [Python-checkins] cpython (2.7): Fixed test to work on Windows.
vinay.sajip
- [Python-checkins] cpython (3.2): Fixed test to work on Windows.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged fixed test from 3.2.
vinay.sajip
- [Python-checkins] cpython: Start a shared utility script for poking around at the import internals
nick.coghlan
- [Python-checkins] cpython (3.2): Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test
antoine.pitrou
- [Python-checkins] cpython: Fix #3561. Add an option to place the Python installation into the Windows Path
brian.curtin
- [Python-checkins] cpython (2.7): Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test
antoine.pitrou
- [Python-checkins] peps: Flesh out packaging implications section.
eric.smith
- [Python-checkins] peps: Put two spaces after the end of sentences, so that emacs does a better job at
eric.smith
- [Python-checkins] peps: Fix typo.
eric.smith
- [Python-checkins] cpython: Issue #14605 and #14642: Issue a warning in case Python\importlib.h needs to
marc-andre.lemburg
- [Python-checkins] peps: Add a note that a namespace package is not a different type of package, but a
eric.smith
- [Python-checkins] cpython (2.7): fix footnote reference; thanks to Fizz from docs@
sandro.tosi
- [Python-checkins] cpython: long_to_decimal_string() and _PyLong_Format() check the consistency of newly
victor.stinner
- [Python-checkins] cpython: _PyUnicode_CheckConsistency() ensures that the unicode string ends with a
victor.stinner
- [Python-checkins] cpython: Issue #14605: Insert to the front of sys.path_hooks instead of appending.
brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge
brett.cannon
- [Python-checkins] cpython: Update importlib.h
brett.cannon
- [Python-checkins] cpython: Silence DeprecationWarning for cgi.escape() usage in test_cgi.
brett.cannon
- [Python-checkins] cpython: Issue #14605: Make explicit the entries on sys.path_hooks that used to
brett.cannon
- [Python-checkins] Daily reference leaks (57d558f1904d): sum=6
solipsis at pitrou.net
- [Python-checkins] cpython: only incref when using borrowing functions
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: Add a missing close paren
brian.curtin
- [Python-checkins] peps: Drop implementation detail.
eric.smith
- [Python-checkins] peps: Slight clarifications about packaging.
eric.smith
- [Python-checkins] cpython: Close #10142: Support for SEEK_HOLE/SEEK_DATA
jesus.cea
- [Python-checkins] cpython: Backing out 86dc014cdd74. Not ready yet
jesus.cea
- [Python-checkins] peps: Fixed ImportWarning discussion.
eric.smith
- [Python-checkins] peps: PEP 418: Explain why Linux always announces a resolution of 1 nanosecond,
victor.stinner
- [Python-checkins] Daily reference leaks (2f563908ebc5): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Improve docstring
raymond.hettinger
- [Python-checkins] cpython: Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)
victor.stinner
- [Python-checkins] peps: Added mention of dynamic __path__ updating.
eric.smith
- [Python-checkins] cpython: Issue #14642: Add "hg touch" extension, and "make touch" target.
martin.v.loewis
- [Python-checkins] cpython: use wfile api
benjamin.peterson
- [Python-checkins] cpython (2.7): Make the example cut and pasteable.
raymond.hettinger
- [Python-checkins] cpython: Invalidate finder caches after creating a new script.
brett.cannon
- [Python-checkins] cpython: Issue #14605: Insert to the front of sys.meta_path, don't append.
brett.cannon
- [Python-checkins] cpython: Issue #14605: Stop having implicit entries for sys.meta_path.
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: decref cached keys on type deallocation (#13903)
benjamin.peterson
- [Python-checkins] cpython: Issue #14605: Use None in sys.path_importer_cache to represent no
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: Issue #14605: Don't error out if get_importer() returns None.
brett.cannon
- [Python-checkins] cpython: Optimize _PyUnicode_FindMaxChar() find pure ASCII strings
victor.stinner
- [Python-checkins] peps: Add PEP 421 ("Add sys.implementation") on behalf of Eric Snow.
brett.cannon
- [Python-checkins] cpython: Issue #14646: __import__() now sets __loader__ if need be.
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] peps: Require __loader__ and __package__ to be set by loaders.
brett.cannon
- [Python-checkins] cpython: Simplify and optimize formatlong()
victor.stinner
- [Python-checkins] cpython: Issue #14666: stop multiprocessing's resource-sharing thread after the tests
antoine.pitrou
- [Python-checkins] cpython: Fix my previous commit: bool is a long, restore the specical case for bool
victor.stinner
- [Python-checkins] peps: PEP 418: Remove the unverified info about mach_timebase_info()
victor.stinner
- [Python-checkins] Daily reference leaks (7bacccd889c2): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Fix markup
raymond.hettinger
- [Python-checkins] peps: PEP 418: Cleanup the glossary
victor.stinner
- [Python-checkins] cpython (2.7): Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14448: merge with 3.2
sandro.tosi
- [Python-checkins] cpython (2.7): Issue #14676: DeprecationWarning is ignored too; patch by Peter Eisentraut
sandro.tosi
- [Python-checkins] peps: Clarifaction about creating namespace packages. Thanks Carl Meyer.
eric.smith
- [Python-checkins] cpython (2.7): refer to file.readline() in stdtypes doc; thanks to Mihai Capotă from docs@
sandro.tosi
- [Python-checkins] cpython: Time doc: documentation that the CLOCK_* constants and clock_*() functions are
victor.stinner
- [Python-checkins] peps: PEP 418: time.get_clock_info() has no more optional keys, all keys are mandatory
victor.stinner
- [Python-checkins] peps: PEP 418: time.get_clock_info() now returns an object
victor.stinner
- [Python-checkins] cpython: Issue #14428, #14397: Implement the PEP 418
victor.stinner
- [Python-checkins] cpython: Close #14309: Deprecate time.clock()
victor.stinner
- [Python-checkins] cpython: Issue #14428: Use the new time.perf_counter() and time.process_time() functions
victor.stinner
- [Python-checkins] cpython (2.7): #14155: add a note about \b.
ezio.melotti
- [Python-checkins] cpython (3.2): #14155: add a note about \b.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14155: merge note about \b from 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): httplib test for early eof response. related to Issue13684
senthil.kumaran
- [Python-checkins] cpython (3.2): httplib test for early eof response. related to Issue13684
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): httplib test for early eof response. related to Issue13684
senthil.kumaran
- [Python-checkins] cpython (3.2): httplib - minor update to check empty response
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): httplib - minor update to check empty response
senthil.kumaran
- [Python-checkins] Daily reference leaks (bd195749c0a2): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): issue14427 - Document Request.get_header and Request.header_items
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): issue14427 - Document Request.get_header and Request.header_items
senthil.kumaran
- [Python-checkins] cpython (2.7): issue14427 - Document Request.get_header and Request.header_items
senthil.kumaran
- [Python-checkins] cpython (2.7): #14461: fix wording.
ezio.melotti
- [Python-checkins] cpython (3.2): #14461: fix wording.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14461: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython: Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of
senthil.kumaran
- [Python-checkins] cpython (3.2): #14236: mention Unicode whitespace in \s documentation.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14236: merge with 3.2.
ezio.melotti
- [Python-checkins] devguide: #119: reorganize the tracker documentation in the devguide.
ezio.melotti
- [Python-checkins] cpython (2.7): Fix issue6085 - Remove the delay caused by fqdn lookup while logging in
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix issue6085 - Remove the delay caused by fqdn lookup while logging in
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): issue6085 - update docs in default branch
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix markup in unittest doc.
ezio.melotti
- [Python-checkins] cpython (3.2): Fix markup in unittest doc.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge markup fix in unittest doc from 3.2.
ezio.melotti
- [Python-checkins] cpython: Better control when dumping import state
nick.coghlan
- [Python-checkins] cpython (2.7): #14519: fix the regex used in the scanf example.
ezio.melotti
- [Python-checkins] cpython (3.2): #14519: fix the regex used in the scanf example.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14519: merge with 3.2.
ezio.melotti
- [Python-checkins] devguide: Reorder sections in the help page.
ezio.melotti
- [Python-checkins] devguide: Move the devrole section one level up.
ezio.melotti
- [Python-checkins] cpython (3.2): #14236: fix docs for \S.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14236: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython: Issue #14521: Make result of float('nan') and float('-nan') more consistent
mark.dickinson
- [Python-checkins] devguide: Record Richard Oudkerk.
antoine.pitrou
- [Python-checkins] cpython (2.7): Fix typo
raymond.hettinger
- [Python-checkins] cpython (3.2): Issue 14688: Fix typo
raymond.hettinger
- [Python-checkins] cpython: merge
raymond.hettinger
- [Python-checkins] cpython: Issue #13959: Re-implement imp.NullImporter in Lib/imp.py.
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython (3.2): Issue #9154: Fix parser module to understand function annotations.
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue #9154: Merge fix from 3.2.
mark.dickinson
- [Python-checkins] cpython: Issue #14428: Rewrite test_process_time_threads() test
victor.stinner
- [Python-checkins] cpython: Remove untests for non-existent functionality.
mark.dickinson
- [Python-checkins] cpython: Issue #14691: indent the traceback so the example is highlighted
sandro.tosi
- [Python-checkins] cpython: Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: Re-indent.
brett.cannon
- [Python-checkins] cpython: Flatten the lru cache keyword args tuple for better memory utilization.
raymond.hettinger
- [Python-checkins] cpython (3.2): Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
alexander.belopolsky
- [Python-checkins] cpython (merge 3.2 -> default): Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
alexander.belopolsky
- [Python-checkins] cpython (merge default -> default): merge
alexander.belopolsky
- [Python-checkins] cpython (3.2): Issue #14696: Fix parser module to understand 'nonlocal' declarations.
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14696: Merge from 3.2
mark.dickinson
- [Python-checkins] cpython: Factor out shared variables.
raymond.hettinger
- [Python-checkins] cpython (merge default -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.2): fixed test_imaplib failure on Win
alexander.belopolsky
- [Python-checkins] cpython (merge 3.2 -> default): merged
alexander.belopolsky
- [Python-checkins] cpython: Issue #14428: Make test_process_time_threads() less strict
victor.stinner
- [Python-checkins] cpython: Issue #14428: Remove test_process_time_threads() from test_time
victor.stinner
- [Python-checkins] peps: Phase 2 of PEP 302 is done.
brett.cannon
- [Python-checkins] peps (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: Write the What's New for the importlib stuff.
brett.cannon
- [Python-checkins] cpython: Track the cache size directly.
raymond.hettinger
- [Python-checkins] peps: fix link
benjamin.peterson
- [Python-checkins] cpython: Issue #14687: Cleanup PyUnicode_Format()
victor.stinner
- [Python-checkins] cpython: Issue #14687: Avoid an useless duplicated string in PyUnicode_Format()
victor.stinner
- [Python-checkins] cpython (merge default -> default): merge
victor.stinner
- [Python-checkins] Daily reference leaks (d4fd58fff480): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed.
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2: issue #14433
martin.v.loewis
- [Python-checkins] cpython: Review of doc changes re PEP 418.
georg.brandl
- [Python-checkins] cpython: Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
richard.oudkerk
- [Python-checkins] cpython: Minor fix for multiprocessing unit test
richard.oudkerk
- [Python-checkins] cpython: Issue #14669: Skip multiprocessing connection pickling test on MacOSX
richard.oudkerk
- [Python-checkins] cpython: change insertdict to not steal references (#13903)
benjamin.peterson
- [Python-checkins] cpython (3.2): Issue11352 - Update cgi module docs
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Issue11352 - Update cgi module docs
senthil.kumaran
- [Python-checkins] cpython (2.7): #14558: document the module, argv, and testLoader args of unittest.main.
ezio.melotti
- [Python-checkins] cpython (3.2): #14558: document the module, argv, and testLoader args of unittest.main.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14558: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X.
ned.deily
- [Python-checkins] cpython (3.2): Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X.
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #10433: merge
ned.deily
Last message date:
Mon Apr 30 20:16:23 CEST 2012
Archived on: Sun Jul 29 22:24:00 CEST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).