Showing content from http://mail.python.org/pipermail/python-checkins/2014-March/thread.html below:
The Python-checkins March 2014 Archive by thread
March 2014 Archives by thread
Starting: Sat Mar 1 08:04:20 CET 2014
Ending: Mon Mar 31 23:45:25 CEST 2014
Messages: 782
- [Python-checkins] cpython (3.1): Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. benjamin.peterson
- [Python-checkins] cpython (3.2): Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 benjamin.peterson
- [Python-checkins] Daily reference leaks (b6e999c8907c): sum=-4 solipsis at pitrou.net
- [Python-checkins] cpython: #16135: remove mentions of OS/2 from the documentation andrew.kuchling
- [Python-checkins] cpython (3.3): fix test on debug builds (closes #20731) benjamin.peterson
- [Python-checkins] peps: Bring PEP 8 in line with PEP 257 brett.cannon
- [Python-checkins] cpython: whatsnew: return types of re functions. r.david.murray
- [Python-checkins] cpython: whatsnew: tarfile stat constants removal. r.david.murray
- [Python-checkins] cpython: whatsnew: compression libraries support 'x' mode. r.david.murray
- [Python-checkins] cpython: whatsnew: give Serhiy credit for audioop 24-bit sample support. r.david.murray
- [Python-checkins] cpython: whatsnew: unittest discover works on namespace packages (#17457). r.david.murray
- [Python-checkins] cpython: whatsnew: memoryview is Sequence and supports Reversed. r.david.murray
- [Python-checkins] cpython: Issue #20465: Update OS X installer build to use SQLite 3.8.0.1. ned.deily
- [Python-checkins] cpython: Issue #20465: fix NEWS typo (it's 3.8.3.1) ned.deily
- [Python-checkins] cpython (3.3): fix test_posix.test_initgroups to work without supplemental groups (closes benjamin.peterson
- [Python-checkins] cpython (2.7): fix test_posix.test_initgroups to work without supplemental groups (closes benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20249) benjamin.peterson
- [Python-checkins] cpython (3.3): add Chris Angelico benjamin.peterson
- [Python-checkins] cpython (2.7): add Chris Angelico benjamin.peterson
- [Python-checkins] peps: pydist.json should be read from a valid container nick.coghlan
- [Python-checkins] peps: Postpone python.metadata_hooks for the time being nick.coghlan
- [Python-checkins] peps: Fix formatting nick.coghlan
- [Python-checkins] peps: Account for metadata hook deferral in PEP 426 nick.coghlan
- [Python-checkins] cpython (3.3): Bump to 3.3.5rc1. georg.brandl
- [Python-checkins] cpython (3.3): #20719: Disable the robotparser python.org test until the gzip encoding issue georg.brandl
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge georg.brandl
- [Python-checkins] cpython (3.3): Added tag v3.3.5rc1 for changeset 9ec811df548e georg.brandl
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge 3.3.5rc1 release commits with 3.3 branch georg.brandl
- [Python-checkins] cpython (3.3): Issue #20404: reject non-text encodings early in TextIOWrapper. georg.brandl
- [Python-checkins] cpython (3.3): Update NEWS for 3.3.5rc2. georg.brandl
- [Python-checkins] cpython (3.3): Bump to 3.3.5rc2. georg.brandl
- [Python-checkins] Daily reference leaks (c07354bbb3c8): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3 georg.brandl
- [Python-checkins] cpython: Closes issue #20728: Remove unused import added in rev 42366e293b7b and terry.reedy
- [Python-checkins] release: Add first version of my script to automatically publish release files on georg.brandl
- [Python-checkins] cpython: Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ yury.selivanov
- [Python-checkins] peps: Make PEP 8 follow PEP 257 on docstring endings. guido.van.rossum
- [Python-checkins] release: a few fixes georg.brandl
- [Python-checkins] cpython: Issue #20568: Fix typo in pip option. martin.v.loewis
- [Python-checkins] cpython: Issue #20748: Uninstalling pip does not leave behind the pyc of martin.v.loewis
- [Python-checkins] cpython: Issue #20465: Update Windows installer to SQLite 3.8.3.1. martin.v.loewis
- [Python-checkins] cpython: Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. martin.v.loewis
- [Python-checkins] cpython: whatsnew: add some issue number annotations. r.david.murray
- [Python-checkins] Daily reference leaks (fceec0368cfa): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: 3.3.5 schedule update. georg.brandl
- [Python-checkins] release: Fix errors in the download file URLs. georg.brandl
- [Python-checkins] cpython: Close #20814: doc: Fix "Pretty top" example of tracemalloc victor.stinner
- [Python-checkins] cpython (2.7): Correct and improve comments in test_fileinput (closes #20501). serhiy.storchaka
- [Python-checkins] cpython (3.3): Correct comments and improve failure reports in test_fileinput (closes #20501). serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Correct comments and improve failure reports in test_fileinput (closes #20501). serhiy.storchaka
- [Python-checkins] cpython: Close issue20653: improve functional API docs; minor code changes ethan.furman
- [Python-checkins] cpython: Issue20653: fix ReST for Enum ethan.furman
- [Python-checkins] Daily reference leaks (54ab95407288): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Close #20839: pkgutil.find_loader now uses importlib.util.find_spec nick.coghlan
- [Python-checkins] peps: PEP 464: drop the legacy mirror checking API nick.coghlan
- [Python-checkins] peps: Workflow automation proposal updates nick.coghlan
- [Python-checkins] peps: Attempt to clean up PEP 257 footnotes. guido.van.rossum
- [Python-checkins] peps: Fix the Post-History date of PEP464 donald.stufft
- [Python-checkins] peps: Slight rewording of PEP464 donald.stufft
- [Python-checkins] cpython: asyncio, Tulip issue 158: Task._step() now also sets self to None if an victor.stinner
- [Python-checkins] cpython (3.3): Fix pickling of rangeiter. rangeiter_setstate would not allow setting it kristjan.jonsson
- [Python-checkins] peps: Updated 429 (3.4 release schedule), including adding a third RC. larry.hastings
- [Python-checkins] Daily reference leaks (23d9daed4b14): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Make the various iterators' "setstate" sliently and consistently clip the kristjan.jonsson
- [Python-checkins] cpython (merge 3.3 -> default): Make the various iterators' "setstate" sliently and consistently clip the kristjan.jonsson
- [Python-checkins] cpython: asyncio: Synchronize with Tulip victor.stinner
- [Python-checkins] cpython: asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which is victor.stinner
- [Python-checkins] peps: Update PEP 463 to Chris Angelico's latest (and supposedly final) version. thomas.wouters
- [Python-checkins] cpython (2.7): Issue #15618: Make turtle.py itself work when run from a module with terry.reedy
- [Python-checkins] Daily reference leaks (56c346e9ae4d): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Issue #20283: RE pattern methods now accept the string keyword parameters serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20283: RE pattern methods now accept the string keyword parameters serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20283: RE pattern methods now accept the string keyword parameters serhiy.storchaka
- [Python-checkins] cpython: whatsnew: Windows build uses ASLR and DEP. r.david.murray
- [Python-checkins] cpython: whatsnew: tweak a couple importlib porting notes. r.david.murray
- [Python-checkins] cpython: whatsnew: improve PyZipFile filterfuc entry, and its docs (#19274). r.david.murray
- [Python-checkins] cpython: tracemalloc.py: fix indentation victor.stinner
- [Python-checkins] cpython: tracemalloc.py: add comments to show the format of tuples victor.stinner
- [Python-checkins] cpython: #11558: Better message if attach called on non-multipart. r.david.murray
- [Python-checkins] cpython: whatsnew: ipaddress is_global r.david.murray
- [Python-checkins] cpython: whatsnew: rewrite resource entry: prlimit and new constants. r.david.murray
- [Python-checkins] cpython: Remove redundant NEWS entry. r.david.murray
- [Python-checkins] cpython: whatsnew: note in deprecation section about html.parser strict. r.david.murray
- [Python-checkins] cpython (3.3): Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj. zach.ware
- [Python-checkins] cpython (merge 3.3 -> default): Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj. zach.ware
- [Python-checkins] release: New hacks for threefourtool! Now it has... *auto-graft*! larry.hastings
- [Python-checkins] Daily reference leaks (47f37a688c4c): sum=0 solipsis at pitrou.net
- [Python-checkins] release: Even more updates for my threefour tool. larry.hastings
- [Python-checkins] cpython: Issue #20812: Add a short opener to the Python 2/3 porting HOWTO. brett.cannon
- [Python-checkins] cpython (3.3): Issue #20813: Backport Python 2/3 HOWTO updates brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): null merge for issue #20812 brett.cannon
- [Python-checkins] cpython (3.3): #10197: Update get[status]output versionchanged with actual version. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): #10197: Update get[status]output versionchanged with actual version. r.david.murray
- [Python-checkins] cpython: whatsnew: get[status|output] works on windows. r.david.murray
- [Python-checkins] cpython: whatsnew: cp273 codec (#10907797) r.david.murray
- [Python-checkins] cpython: whatsnew: sunau supports 24 bit samples. r.david.murray
- [Python-checkins] cpython: whatsnew: inet_pton/inet_ntop support windows (#7171). r.david.murray
- [Python-checkins] cpython: whatsnew: audioop accepts any bytes-like, rejects strings. r.david.murray
- [Python-checkins] cpython: Improve descriptions of introspection changes nick.coghlan
- [Python-checkins] Daily reference leaks (d843a1caba78): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Tweak NEWS so some additional issue numbers become links in html version. r.david.murray
- [Python-checkins] cpython: whatsnew: Wave_write handles unseekable files. (#5202) r.david.murray
- [Python-checkins] cpython: whatsnew: sunau/aifc/wave writeframes[raw] accept any bytes-like (#8311) r.david.murray
- [Python-checkins] cpython: whatsnew: dbm.open is context manager. (#19282) r.david.murray
- [Python-checkins] cpython: whatsnew: base65 encodings. (#17618) r.david.murray
- [Python-checkins] cpython (2.7): Improve the default seeding in random module to use 32 bytes of entropy when raymond.hettinger
- [Python-checkins] cpython: whatsnew: glob.escape. r.david.murray
- [Python-checkins] cpython: whatsnew: tidy up html notes, add porting note for expand_charrefs. r.david.murray
- [Python-checkins] Daily reference leaks (1853679c6f71): sum=-4 solipsis at pitrou.net
- [Python-checkins] release: .md5 files are not needed. georg.brandl
- [Python-checkins] peps: Update PEP 101 a bit. Remove outdated Windows instructions. georg.brandl
- [Python-checkins] cpython (3.3): hgtouch: remove meta-variable from option spec georg.brandl
- [Python-checkins] cpython (2.7): Closes #20735: remove erroneous deprecated marker from stringprep docs georg.brandl
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge georg.brandl
- [Python-checkins] devguide: Fix markup. georg.brandl
- [Python-checkins] cpython (3.3): Added tag v3.3.5rc2 for changeset ca5635efe090 georg.brandl
- [Python-checkins] cpython (3.3): Bump to 3.3.5 final. georg.brandl
- [Python-checkins] cpython (3.3): Added tag v3.3.5 for changeset 62cf4e77f785 georg.brandl
- [Python-checkins] cpython (3.3): Post-release update. georg.brandl
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge with 3.3.5 release repo georg.brandl
- [Python-checkins] release: Small fixes to the add-to-pydotorg script. georg.brandl
- [Python-checkins] cpython (2.7): note that future_builtin's map is not quite like python 3's (closes #19363) benjamin.peterson
- [Python-checkins] cpython: whatsnew: hmac *digestmod* accepts strings, and default is deprecated. (#17276) r.david.murray
- [Python-checkins] cpython: whatsnew: hmac conforms to pep 247. (#18775) r.david.murray
- [Python-checkins] cpython: whatsnew: SSLcontext.load_verify_locations cadata argument (#18138) r.david.murray
- [Python-checkins] cpython: whatsnew: sys.__interactivehook__. (#5845) r.david.murray
- [Python-checkins] cpython: whatsnew: SSLSocket.getpeercert new values returned. (#18379) r.david.murray
- [Python-checkins] cpython: whatsnew: plistlib new api and deprecations (#14455) r.david.murray
- [Python-checkins] cpython: #20871: improve email policy test coverage. r.david.murray
- [Python-checkins] cpython (3.3): Issue #20875: Prevent possible gzip "'read' is not defined" NameError. ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20875: Merge from 3.3 ned.deily
- [Python-checkins] cpython: whatsnew: SSLContext.verify_flags and constants. (#8813) r.david.murray
- [Python-checkins] cpython: whatsnew: deprecation of sysconfig SO key (#19555). r.david.murray
- [Python-checkins] cpython: whatsnew: more accurate deprecation section titles. r.david.murray
- [Python-checkins] cpython: whatsnew: venv with_pip, pyvenv --without-pip (#19552) r.david.murray
- [Python-checkins] cpython (3.3): #19953: Clarify the wording of the augmented assignment discussion. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #19953: Clarify the wording of the augmented assignment discussion. r.david.murray
- [Python-checkins] cpython: whatsnew: pdb works for debugging asyncio programs (#16596). r.david.murray
- [Python-checkins] cpython: whatsnew: SSLContext.load_default_certs (#19292). r.david.murray
- [Python-checkins] cpython: whatsnew: allowZip64 defaults to True (#17201). r.david.murray
- [Python-checkins] cpython: whatsnew: ssl.create_default_context (#19689). r.david.murray
- [Python-checkins] cpython: whatsnew: cp1125 codec (#19668). r.david.murray
- [Python-checkins] cpython: whatsnew: 'U' mode deprecation (#15204). r.david.murray
- [Python-checkins] cpython: whatsnew: porting note for sysconfig 'SO' key deprecation. r.david.murray
- [Python-checkins] cpython: whatsnew: auidioop.byteswap (#16685). r.david.murray
- [Python-checkins] cpython: whatsnew: give Hugo credit for his preliminary work on regex patch. r.david.murray
- [Python-checkins] cpython: whatsnew: expand re.fullmatch entry with the motivation for the feature. r.david.murray
- [Python-checkins] cpython: whatsnew: oops, create_default_context doesn't return what the stdlib uses. r.david.murray
- [Python-checkins] cpython: whatsnew: dis.stack_effect (#19722). r.david.murray
- [Python-checkins] cpython: whatsnew: tarfile cli (#13477). r.david.murray
- [Python-checkins] cpython: use assertEqual instead of the deprecated assertEquals (closes #20877) benjamin.peterson
- [Python-checkins] peps: Updated Windows instructions as per MvL. georg.brandl
- [Python-checkins] release: Add a shebang, for good measure. georg.brandl
- [Python-checkins] release: Now that it has a shiny new shebang line, made add-to-pydotorg.py executable. larry.hastings
- [Python-checkins] Daily reference leaks (2bda1065e931): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: tracemalloc: filter_traces() raises a TypeError if filters is not an iterable victor.stinner
- [Python-checkins] cpython: whatsnew: add porting note for pyvenv --without-pip. r.david.murray
- [Python-checkins] devguide: Closes #15605: update and refurbish doc building section of the devguide. georg.brandl
- [Python-checkins] cpython (2.7): Closes #20090: update Doc/README and the error message in sphinx-build.py to georg.brandl
- [Python-checkins] cpython: Remove unused sphinx-build.py entry script. georg.brandl
- [Python-checkins] cpython (3.3): Closes #20090: update Doc/README and the error message in sphinx-build.py to georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): Closes #20090: update Doc/README.txt for the changes in the 3.4 branch. georg.brandl
- [Python-checkins] cpython: whatsnew: ChainMap.new_child *m* argument. r.david.murray
- [Python-checkins] cpython: whatsnew: Message.set_param *replace*, Policy.content_manager. r.david.murray
- [Python-checkins] cpython: whatsnew: filecmp.DEFAULT_IGNORES (#15442) r.david.murray
- [Python-checkins] cpython: whatsnew: total_ordering supports NotImplemented (#10042) r.david.murray
- [Python-checkins] cpython: whatsnew: logging.fileConfig accepts ConfigParser instances. (#16110) r.david.murray
- [Python-checkins] cpython: whatsnew: logging.config.listen *verify* (#15452). r.david.murray
- [Python-checkins] cpython: whatsnew: remove redundant entry. r.david.murray
- [Python-checkins] cpython: whatsnew: multiprocessing start methods and context (#8713 and #18999) r.david.murray
- [Python-checkins] cpython: whatsnew: PEP 424 implementation. r.david.murray
- [Python-checkins] cpython: whatsnew: json dump-with-indent whitespace change (#16333). r.david.murray
- [Python-checkins] cpython: whatsnew: os.open O_TMPFILE (#18673). r.david.murray
- [Python-checkins] cpython: whatsnew: os.open O_PATH and O_TMPFILE. r.david.murray
- [Python-checkins] cpython: whatsnew: shutil copyfile SameFileError (#1492704) r.david.murray
- [Python-checkins] cpython: whatsnew: urllib Request objects are now reusable. r.david.murray
- [Python-checkins] cpython: whatsnew: deprecation of ElementTree XMLParser *html* and iterparse *parser*. r.david.murray
- [Python-checkins] cpython: whatsnew: take credit. r.david.murray
- [Python-checkins] cpython: whatsnew: remove XXXs. r.david.murray
- [Python-checkins] cpython: Issue #20888: improve "Pretty Top" example of tracemalloc, use linecache victor.stinner
- [Python-checkins] Daily reference leaks (dfedeb76a20f): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #13530: port to 2.7 branch (document what os.lseek returns). georg.brandl
- [Python-checkins] cpython: What's New in Python 3.4: Security improvements victor.stinner
- [Python-checkins] cpython: Issue #19157: Include the broadcast address in the usuable hosts for IPv6 peter.moody
- [Python-checkins] cpython: whatsnew: summary section tweaks. r.david.murray
- [Python-checkins] cpython: whatsnew: mention that upgrading PIP means it doesn't get unistalled. r.david.murray
- [Python-checkins] cpython (3.3): fix typo (closes #20892) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (closes #20892) benjamin.peterson
- [Python-checkins] cpython: whatsnew: doctest finds tests in extension modules (#3158) r.david.murray
- [Python-checkins] cpython (3.3): improve algorithms_* documentation benjamin.peterson
- [Python-checkins] cpython (2.7): sync pyporting howto from python 3 docs benjamin.peterson
- [Python-checkins] cpython (2.7): #20030: doc that TestLoader.discover returns a TestSuite. r.david.murray
- [Python-checkins] cpython (3.3): #20030: doc that TestLoader.discover returns a TestSuite. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #20030: doc that TestLoader.discover returns a TestSuite. r.david.murray
- [Python-checkins] cpython: whatsnew: spelling errors. r.david.murray
- [Python-checkins] devguide: Link to OpenHatch setup guide (#20882). eric.araujo
- [Python-checkins] cpython (2.7): Define what “updating” means in docs for open (#19627). eric.araujo
- [Python-checkins] cpython (2.7): Avoid “error: None” messages from distutils (#4931). eric.araujo
- [Python-checkins] cpython (2.7): Restore missing part of error message (#4931) eric.araujo
- [Python-checkins] cpython (3.3): Avoid “error: None” messages from distutils (#4931). eric.araujo
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3 (#4931) eric.araujo
- [Python-checkins] Daily reference leaks (996652f3c136): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Fix missing import in bdist_rpm (#18045) eric.araujo
- [Python-checkins] cpython: Issue #20896: Workaround the bug temporarely to fix buildbots victor.stinner
- [Python-checkins] cpython: Backed out changeset c13398566409 benjamin.peterson
- [Python-checkins] cpython (3.3): use support.rmtree instead of shutil (closes #19614) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19614) benjamin.peterson
- [Python-checkins] cpython (3.3): add Sean Rodman benjamin.peterson
- [Python-checkins] cpython (2.7): add Sean Rodman benjamin.peterson
- [Python-checkins] cpython (3.1): use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896) benjamin.peterson
- [Python-checkins] cpython (3.2): use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896) benjamin.peterson
- [Python-checkins] cpython (2.7): use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896) benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 (#20896) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20896) benjamin.peterson
- [Python-checkins] cpython (2.7): Fix note markup (#16805). eric.araujo
- [Python-checkins] cpython (3.3): Fix note markup (#16805). eric.araujo
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3 (#16805) eric.araujo
- [Python-checkins] cpython (2.7): Make distutils error messages more helpful (#11599). eric.araujo
- [Python-checkins] cpython (2.7): remove unnecessary word (closes #19060) benjamin.peterson
- [Python-checkins] cpython (3.3): remove unnecessary word (closes #19060) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19060) benjamin.peterson
- [Python-checkins] cpython (2.7): weaken callback count inequality (closes #20901) benjamin.peterson
- [Python-checkins] cpython (3.3): weaken callback count inequality (closes #20901) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20901) benjamin.peterson
- [Python-checkins] Daily reference leaks (44e815a33ae3): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython: Close #20787: asyncio doc: fix typo. Patch written by akira. victor.stinner
- [Python-checkins] cpython: Close #20889: asyncio doc: Document acquire(), locked() and release() method of victor.stinner
- [Python-checkins] cpython: asyncio doc: functions are coroutine, they don't return a coroutine victor.stinner
- [Python-checkins] cpython (3.3): Make distutils error messages more helpful (#11599). eric.araujo
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3 (#11599) eric.araujo
- [Python-checkins] cpython (merge default -> default): Merge heads eric.araujo
- [Python-checkins] cpython: Close #19407: New installation & distribution guides nick.coghlan
- [Python-checkins] cpython: Issue #19407: fix link nick.coghlan
- [Python-checkins] cpython: What's New in Python 3.4: more security changes victor.stinner
- [Python-checkins] cpython: whatsnew: fix unittest subtest example. r.david.murray
- [Python-checkins] cpython: whatsnew: make it clear I'm the editor, not author of all text. r.david.murray
- [Python-checkins] cpython: whatsnew: HTTPError.headers (#15701). r.david.murray
- [Python-checkins] cpython: whatsnew: collections no longer implicitly imports 'abc' (#20784). r.david.murray
- [Python-checkins] cpython (2.7): Closes #20908: Memory leak in Reg2Py() jesus.cea
- [Python-checkins] cpython (3.3): Closes #20908: Memory leak in Reg2Py() jesus.cea
- [Python-checkins] cpython (merge 3.3 -> default): MERGE: Closes #20908: Memory leak in Reg2Py() jesus.cea
- [Python-checkins] cpython: Issue #20908: PyMem_Malloc() must be used with PyMem_Free(), not with free() victor.stinner
- [Python-checkins] cpython: whatsnew: remove 'draft' note, tidy up summary, collect SSLContext stuff. r.david.murray
- [Python-checkins] cpython: Issue #19407: Fix typos in new distribution & installation guides. ned.deily
- [Python-checkins] cpython (2.7): Clarify distutils’ clean command (ref #6142) eric.araujo
- [Python-checkins] cpython (3.3): Clarify distutils’ clean command (ref #6142) eric.araujo
- [Python-checkins] cpython (merge 3.3 -> default): Clarify distutils’ clean command (ref #6142) eric.araujo
- [Python-checkins] cpython: Remove references to make targets deleted in eef7899ea7ab eric.araujo
- [Python-checkins] devguide: Fix typo eric.araujo
- [Python-checkins] devguide: Update maintainers entries for distutils eric.araujo
- [Python-checkins] cpython: whatsnew: linkify some pip things, and explain why non-inheriting is good. r.david.murray
- [Python-checkins] cpython (3.3): #7475: Remove references to '.transform' from transform codec docstrings. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #7475: Remove references to '.transform' from transform codec docstrings. r.david.murray
- [Python-checkins] cpython: whatsnew: small tweaks to codecs entry. r.david.murray
- [Python-checkins] cpython: whatsnew: difflib.isbjunk &c were removed, not deprecated. r.david.murray
- [Python-checkins] cpython: whatsnew: link from module_spec section to Deprecation, for replacements. r.david.murray
- [Python-checkins] Daily reference leaks (f2c257820a73): sum=8 solipsis at pitrou.net
- [Python-checkins] cpython: Closes #20918: Added handling for exceptions during fallback output of logging vinay.sajip
- [Python-checkins] cpython: Issue #20884: whatsnew: Frozen modules don't set __file__ anymore. brett.cannon
- [Python-checkins] cpython: Added Doc/tools/ subdirs to .hgignore. vinay.sajip
- [Python-checkins] peps: Assign PEP #465 to "Dedicated infix operators for matrix multiplication and guido.van.rossum
- [Python-checkins] peps: Fix mark-up errors I introduced by copy/pasting. guido.van.rossum
- [Python-checkins] peps: PEP 465: Updated section "Choice of operator". guido.van.rossum
- [Python-checkins] peps: put python-version after created benjamin.peterson
- [Python-checkins] cpython: whatsnew: final edit pass. r.david.murray
- [Python-checkins] cpython: Reverted change introduced in edb12dad7bf6. vinay.sajip
- [Python-checkins] cpython: cast negative numbers to size_t before shifting them (#20929) benjamin.peterson
- [Python-checkins] cpython (3.3): don't do pointer arithmetic with signed numbers benjamin.peterson
- [Python-checkins] cpython (3.3): fix c89 declaration order benjamin.peterson
- [Python-checkins] cpython (3.3): avoid referencing out-of-bounds memory benjamin.peterson
- [Python-checkins] Daily reference leaks (e68f156ea0e6): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.3): #20933: At least one place maps 'test' to 'localhost'...fix test. r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #20933: At least one place maps 'test' to 'localhost'...fix test. r.david.murray
- [Python-checkins] cpython (3.3): remove unused zero constants benjamin.peterson
- [Python-checkins] cpython (3.3): only define zero constant when it is used benjamin.peterson
- [Python-checkins] cpython (3.3): avoid referencing past the bounds of an array benjamin.peterson
- [Python-checkins] cpython (3.3): remove runtime_library_dirs for _sqlite; it isn't needed benjamin.peterson
- [Python-checkins] cpython (2.7): remove runtime_library_dirs for _sqlite; it isn't needed benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #20939: Fix test_geturl failure in test_urllibnet due to ned.deily
- [Python-checkins] cpython (3.3): Issue #20939: Fix test_geturl failure in test_urllibnet due to ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #20939: merge from 3.3 ned.deily
- [Python-checkins] cpython (2.7): send people to the right editors page (#20938) benjamin.peterson
- [Python-checkins] cpython (3.3): send people to the right editors page (#20938) benjamin.peterson
- [Python-checkins] cpython: whatsnew: Clarify heading. r.david.murray
- [Python-checkins] cpython (3.3): Close #16665: improve documentation for hex(). Patch by Jessica McKellar. antoine.pitrou
- [Python-checkins] cpython (2.7): Close #16665: improve documentation for hex(). Patch by Jessica McKellar. antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Close #16665: improve documentation for hex(). Patch by Jessica McKellar. antoine.pitrou
- [Python-checkins] devguide: Issue #20926: Enhance Quick Start portion of instructions for Windows. Patch antoine.pitrou
- [Python-checkins] cpython: Issue #20931: Fix other confusingly-worded heading. larry.hastings
- [Python-checkins] cpython: whatsnew: Fix Features section title, use title/sentence case consistently. r.david.murray
- [Python-checkins] cpython: Bring PEP 453 What's New entry up to date nick.coghlan
- [Python-checkins] peps: statistics module & new hash are in 3.4 nick.coghlan
- [Python-checkins] Daily reference leaks (c267f4eb8173): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.3): fix ctypes test alignment assumptions (closes #20946) benjamin.peterson
- [Python-checkins] cpython (2.7): fix ctypes test alignment assumptions (closes #20946) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#20946) benjamin.peterson
- [Python-checkins] cpython: Issue #20950: Fix typo asyncio doc, wait() has no self parameter victor.stinner
- [Python-checkins] cpython (3.3): improve set_tunnel docs (closes #11448) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#11448) benjamin.peterson
- [Python-checkins] peps: Add allow-branch hook update instructions. georg.brandl
- [Python-checkins] peps: Add version switcher update instructions. georg.brandl
- [Python-checkins] cpython (3.4): Created release branch for 3.4. larry.hastings
- [Python-checkins] cpython (3.4): Issue #20505: Use even shorter sleep in test_timeout_rounding() to make the larry.hastings
- [Python-checkins] cpython (3.4): merge with 3.3 larry.hastings
- [Python-checkins] cpython (3.4): Issue #20505: BaseEventLoop uses again the resolution of the clock to decide if larry.hastings
- [Python-checkins] cpython (3.4): Issue #20505: Fix TestLoop, set the clock resolution larry.hastings
- [Python-checkins] cpython (3.4): Issue #20505: Improve debug info in asyncio event loop larry.hastings
- [Python-checkins] cpython (3.4): Issue #20505: Oops, only print debug info if selector.select(timeout) took less larry.hastings
- [Python-checkins] cpython (3.4): Issue #20505: use also the monotonic time to decide if asyncio debug traces larry.hastings
- [Python-checkins] cpython (3.4): asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), larry.hastings
- [Python-checkins] cpython (3.4): asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shell larry.hastings
- [Python-checkins] cpython (3.4): asyncio, Tulip issue 131: as_completed() and wait() now raises a TypeError if larry.hastings
- [Python-checkins] cpython (3.4): merge 3.3 (#20594) larry.hastings
- [Python-checkins] cpython (3.4): Issue #20505: Remove debug code larry.hastings
- [Python-checkins] cpython (3.4): Issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older than larry.hastings
- [Python-checkins] cpython (3.4): asyncio.events: Use __slots__ in Handle and TimerHandle larry.hastings
- [Python-checkins] cpython (3.4): asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fixes larry.hastings
- [Python-checkins] cpython (3.4): ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if larry.hastings
- [Python-checkins] cpython (3.4): Fix test_asyncio/test_events.py: skip IPv6 if IPv6 is disabled on the host larry.hastings
- [Python-checkins] cpython (3.4): Issue #20526, #19466: Revert changes of issue #19466 which introduces a larry.hastings
- [Python-checkins] cpython (3.4): set line and column numbers for keyword-only arg nodes (closes #20619) larry.hastings
- [Python-checkins] cpython (3.4): Issue #19744: Handle missing SSL/TLS in ensurepip larry.hastings
- [Python-checkins] cpython (3.4): look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251) larry.hastings
- [Python-checkins] cpython (3.4): merge backout for #20621 larry.hastings
- [Python-checkins] cpython (3.4): Issue #20616: Add a format() method to tracemalloc.Traceback. larry.hastings
- [Python-checkins] cpython (3.4): Close #20652: asyncio doc: close the event loop in run_forever() example. Fix larry.hastings
- [Python-checkins] cpython (3.4): Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by larry.hastings
- [Python-checkins] cpython (3.4): Issue #20667: test_asyncio: Skip KqueueEventLoopTests.test_read_pty_output() on larry.hastings
- [Python-checkins] cpython (3.4): Issue #20667: KqueueEventLoopTests.test_read_pty_output() hangs also on OpenBSD larry.hastings
- [Python-checkins] cpython (3.4): Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. larry.hastings
- [Python-checkins] cpython (3.4): Issue #20493: Document that asyncio should not exceed one day larry.hastings
- [Python-checkins] cpython (3.4): asyncio: Add support for UNIX Domain Sockets. larry.hastings
- [Python-checkins] cpython (3.4): Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS. larry.hastings
- [Python-checkins] cpython (3.4): Issue #20609: Merge with 3.3. larry.hastings
- [Python-checkins] cpython (3.4): Mangle __parameters in __annotations__ dict properly. Issue #20625. larry.hastings
- [Python-checkins] cpython (3.4): asyncio: Make tests pass on Windows. larry.hastings
- [Python-checkins] cpython (3.4): Close issue20653: allow Enum subclasses to override __reduce_ex__ larry.hastings
- [Python-checkins] cpython (3.4): Issue #20625: Fix compilation issue larry.hastings
- [Python-checkins] cpython (3.4): asyncio: New error handling API. Issue #20681. larry.hastings
- [Python-checkins] cpython (3.4): asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixin larry.hastings
- [Python-checkins] cpython (3.4): asyncio, Tulip issue 139: Improve error messages on "fatal errors" larry.hastings
- [Python-checkins] cpython (3.4): asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning and larry.hastings
- [Python-checkins] cpython (3.4): Issue #20682: test_asyncio, _basetest_create_connection() checks also the larry.hastings
- [Python-checkins] cpython (3.4): asyncio: Fix spelling and typos. larry.hastings
- [Python-checkins] cpython (3.4): asyncio: pep8-ify the code. larry.hastings
- [Python-checkins] cpython (3.4): asyncio: document new create_unix_connection() and create_unix_server() methods larry.hastings
- [Python-checkins] cpython (3.4): asyncio: WriteTransport.set_write_buffer_size to call _maybe_pause_protocol larry.hastings
- [Python-checkins] cpython (3.4): Close #20682: Fix UNIX sockets tests of test_asyncio on Mac OS X Tiger larry.hastings
- [Python-checkins] cpython (3.4): Issue #20682: Oops, fix test_create_connection() of test_asyncio (fix my larry.hastings
- [Python-checkins] cpython (3.4): inspect: Fix getfullargspec() to not to follow __wrapped__ chains larry.hastings
- [Python-checkins] cpython (3.4): asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. larry.hastings
- [Python-checkins] cpython (3.4): update magic number for #20625 larry.hastings
- [Python-checkins] cpython (3.4): asyncio doc: remove reference to _DEBUG (now replaced with PYTHONASYNCIODEBUG larry.hastings
- [Python-checkins] cpython (3.4): asyncio.docs: Document Error Handling API and asyncio.Handle larry.hastings
- [Python-checkins] cpython (3.4): merge 3.3 (#20695) larry.hastings
- [Python-checkins] cpython (3.4): asyncio.subprocess: Fix a race condition in communicate() larry.hastings
- [Python-checkins] cpython (3.4): asyncio: Fix _ProactorWritePipeTransport._pipe_closed() larry.hastings
- [Python-checkins] cpython (3.4): asyncio: remove unused imports and unused variables noticed by pyflakes larry.hastings
- [Python-checkins] cpython (3.4): asyncio: Fix _check_resolved_address() for IPv6 address larry.hastings
- [Python-checkins] cpython (3.4): asyncio: ops, and now fix also the unit test for IPv6 address: larry.hastings
- [Python-checkins] cpython (3.4): Misc/NEWS: Add some missing news items re asyncio. larry.hastings
- [Python-checkins] cpython (3.4): asyncio.docs: Improve documentation of Streams. Issue #20696. larry.hastings
- [Python-checkins] cpython (3.4): asyncio: _check_resolved_address() must also accept IPv6 without flow_info and larry.hastings
- [Python-checkins] cpython (3.4): asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue larry.hastings
- [Python-checkins] cpython (3.4): Issue #20221: Removed conflicting (or circular) hypot definition larry.hastings
- [Python-checkins] cpython (3.4): asyncio.docs: Document subprocess_exec and subprocess_shell. Issue #20694. larry.hastings
- [Python-checkins] cpython (3.4): Upgrade pip from 1.5.2 to 1.5.3 larry.hastings
- [Python-checkins] cpython (3.4): inspect: Fix getfullargspec to support builtin module-level functions. Issue larry.hastings
- [Python-checkins] cpython (3.4): Issue #20710: The pydoc summary line no longer displays the "self" parameter larry.hastings
- [Python-checkins] cpython (3.4): Upgrade pip from 1.5.3 to 1.5.4 larry.hastings
- [Python-checkins] cpython (3.4): inspect.signature: Check for function-like objects before builtins. Issue #17159 larry.hastings
- [Python-checkins] cpython (3.4): whatsnew: importlib deprecations. larry.hastings
- [Python-checkins] cpython (3.4): Issue #20484: Disable the 2 remaining "modules" tests in test_pydoc. larry.hastings
- [Python-checkins] cpython (3.4): Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. larry.hastings
- [Python-checkins] cpython (3.4): Regenerated pydoc topics for Python 3.4.0rc2. larry.hastings
- [Python-checkins] cpython (3.4): Version bump for Python 3.4.0rc2. larry.hastings
- [Python-checkins] cpython (3.4): Added tag v3.4.0rc2 for changeset a300712ed38c larry.hastings
- [Python-checkins] cpython (3.4): Issue #19255: The builtins module is restored to initial value before larry.hastings
- [Python-checkins] cpython (3.4): Temporary silence test broken by issue19255. larry.hastings
- [Python-checkins] cpython (3.4): Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. larry.hastings
- [Python-checkins] cpython (3.4): Try to fix test_cleanup (issue #20599). larry.hastings
- [Python-checkins] cpython (3.4): Issue #20599: Force ASCII encoding for stdout in test_cleanup() of test_builtin larry.hastings
- [Python-checkins] cpython (3.4): Issue #20599: Don't clear environment in test_cleanup() of test_builtin larry.hastings
- [Python-checkins] cpython (3.4): Issue #20763: Fix importlib.machinery.PathFinder to support larry.hastings
- [Python-checkins] cpython (3.4): Close #20757: return success for skipped pip uninstall larry.hastings
- [Python-checkins] cpython (3.4): Close #20568: install unversioned pip command on Windows larry.hastings
- [Python-checkins] cpython (3.4): Issue #20465: Update OS X installer build to use SQLite 3.8.0.1. larry.hastings
- [Python-checkins] cpython (3.4): Issue #20465: fix NEWS typo (it's 3.8.3.1) larry.hastings
- [Python-checkins] cpython (3.4): Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ larry.hastings
- [Python-checkins] cpython (3.4): Issue #20568: Fix typo in pip option. larry.hastings
- [Python-checkins] cpython (3.4): Issue #20748: Uninstalling pip does not leave behind the pyc of larry.hastings
- [Python-checkins] cpython (3.4): Issue #20465: Update Windows installer to SQLite 3.8.3.1. larry.hastings
- [Python-checkins] cpython (3.4): Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. larry.hastings
- [Python-checkins] cpython (3.4): Close #20814: doc: Fix "Pretty top" example of tracemalloc larry.hastings
- [Python-checkins] cpython (3.4): Close issue20653: improve functional API docs; minor code changes larry.hastings
- [Python-checkins] cpython (3.4): Issue20653: fix ReST for Enum larry.hastings
- [Python-checkins] cpython (3.4): Close #20839: pkgutil.find_loader now uses importlib.util.find_spec larry.hastings
- [Python-checkins] cpython (3.4): Update pydoc topics and suspicious filters. larry.hastings
- [Python-checkins] cpython (3.4): Version bump for 3.4.0rc3. larry.hastings
- [Python-checkins] cpython (3.4): Added tag v3.4.0rc3 for changeset 8a81cdab3e9d larry.hastings
- [Python-checkins] cpython (3.4): Mark branch as being after Python 3.4.0rc3. larry.hastings
- [Python-checkins] cpython (3.4): whatsnew: cp273 codec (#10907797) larry.hastings
- [Python-checkins] cpython (3.4): merge 3.3 (#20896) larry.hastings
- [Python-checkins] cpython (3.4): merge 3.3 (#19060) larry.hastings
- [Python-checkins] cpython (3.4): whatsnew: difflib.isbjunk &c were removed, not deprecated. larry.hastings
- [Python-checkins] cpython (3.4): Issue #20939: merge from 3.3 larry.hastings
- [Python-checkins] cpython (3.4): Merge in all documentation changes since branching 3.4.0rc1. larry.hastings
- [Python-checkins] cpython (3.4): Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final. larry.hastings
- [Python-checkins] cpython (3.4): Release bump for 3.4.0 final. larry.hastings
- [Python-checkins] cpython (3.4): Final documentation fixes for 3.4.0 final. larry.hastings
- [Python-checkins] cpython (3.4): Added tag v3.4.0 for changeset 04f714765c13 larry.hastings
- [Python-checkins] cpython (3.4): Post-release verion bump for 3.4.0(+). larry.hastings
- [Python-checkins] cpython (merge default -> 3.4): Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. larry.hastings
- [Python-checkins] cpython (merge 3.4 -> default): Merge from 3.4 into default. larry.hastings
- [Python-checkins] cpython: Version bump to 3.5, step 1. larry.hastings
- [Python-checkins] cpython: Version bump to 3.5, step 2. larry.hastings
- [Python-checkins] cpython (2.7): Update doc version switcher for 3.4/3.5. georg.brandl
- [Python-checkins] cpython (3.3): Update doc version switcher for 3.4/3.5. georg.brandl
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge with 3.3 georg.brandl
- [Python-checkins] cpython (merge 3.4 -> default): merge with 3.4 georg.brandl
- [Python-checkins] Daily reference leaks (5cab0ada97b2): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): closes #20960 r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge fix for #20960 r.david.murray
- [Python-checkins] cpython (3.4): Remove stray semicolon antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Remove stray semicolon antoine.pitrou
- [Python-checkins] peps: The final update to PEP 429, the Python 3.4 release schedule. (I think!) larry.hastings
- [Python-checkins] cpython (3.4): Typo jesus.cea
- [Python-checkins] cpython (merge 3.4 -> default): MERGE: Typo jesus.cea
- [Python-checkins] peps: Remove 3.3.6; 3.3.5 is the last ordinary bugfix release. georg.brandl
- [Python-checkins] peps: Update SOABI PEP to reflect config var change (#16754). eric.araujo
- [Python-checkins] devguide: Update branch names after 3.4.0 release (ref #20890) eric.araujo
- [Python-checkins] cpython (3.4): Fix typo in example (#20963) eric.araujo
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 eric.araujo
- [Python-checkins] cpython: Bump Windows build to 3.5 zach.ware
- [Python-checkins] cpython (3.4): correct the fix for #20637; allow slot descriptor inheritance to take place benjamin.peterson
- [Python-checkins] cpython (3.4): move SharedKeyTests to test_descr benjamin.peterson
- [Python-checkins] peps: PEP 0361: nothing tentative about releases any more ;-). terry.reedy
- [Python-checkins] cpython: Move 3.3 items of Misc/NEWS to Misc/HISTORY victor.stinner
- [Python-checkins] cpython: Drop Python 3.4.1 section from Misc/NEWS victor.stinner
- [Python-checkins] cpython (3.4): Issue #20879: Delay the initialization of encoding and decoding tables for victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #20879: Delay the initialization of encoding and decoding victor.stinner
- [Python-checkins] devguide: add clang howto by Jeffrey Walton benjamin.peterson
- [Python-checkins] cpython: Issue #20574: Implement incremental decoder for cp65001 code victor.stinner
- [Python-checkins] cpython: Issue #20574: Add more tests for cp65001 victor.stinner
- [Python-checkins] cpython: Issue #20910: Make tests more reliable, less dependent on time victor.stinner
- [Python-checkins] cpython: Add a stub "whatsnew in 3.5" document. victor.stinner
- [Python-checkins] cpython: Issue #19977: When the ``LC_TYPE`` locale is the POSIX locale (``C`` locale), victor.stinner
- [Python-checkins] cpython: Issue #20574: Remove duplicated test failing on Windows XP victor.stinner
- [Python-checkins] peps: Typo fix andrew.kuchling
- [Python-checkins] cpython: Issue #19977, #19036: Always include <locale.h> in pythonrun.c victor.stinner
- [Python-checkins] cpython: Issue #19977: Enable test_c_locale_surrogateescape() on Windows victor.stinner
- [Python-checkins] cpython: Issue #19977: Fix test_capi when LC_CTYPE locale is POSIX victor.stinner
- [Python-checkins] devguide: updates to the clang docs from Jeffrey Walton (closes #20965) benjamin.peterson
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide Cron Daemon
- [Python-checkins] devguide: add missing tick benjamin.peterson
- [Python-checkins] cpython (3.4): Fix option description that is a warning in new Sphinx versions. georg.brandl
- [Python-checkins] cpython: Restore removed NEWS items 3.4.1rc1 into 3.5.0alpha1 sections victor.stinner
- [Python-checkins] cpython: Doc: add What's New in Python 3.5 to whatsnew index victor.stinner
- [Python-checkins] Daily reference leaks (c9905e802042): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #20966: Fix Tkinter Resources link zach.ware
- [Python-checkins] cpython (3.4): Issue #20966: Fix Tkinter Resources link zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #20966: Fix Tkinter Resources link (merge from 3.4) zach.ware
- [Python-checkins] peps: New version of pep 465 (matrix multiply @ operator). Added scan-ops.py. guido.van.rossum
- [Python-checkins] cpython (3.4): Ignore files generated by MSVC PGO builds. zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Ignore files generated by MSVC PGO builds (merge from 3.4). zach.ware
- [Python-checkins] cpython (3.4): Clean up PCbuild/pcbuild.sln a bit: zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Merge PCbuild/pcbuild.sln cleanup from 3.4 zach.ware
- [Python-checkins] cpython (3.4): Avoid compile warning in xxlimited on 32-bit Windows non-Debug builds. zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Merge xxlimited compile warning fix from 3.4 zach.ware
- [Python-checkins] Daily reference leaks (f8b40d33e45d): sum=8 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #19009 kristjan.jonsson
- [Python-checkins] cpython: Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception ethan.furman
- [Python-checkins] cpython (3.4): Skip test_urllib2.test_issue16464() is the ssl module is missing victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Skip test_urllib2.test_issue16464() is the ssl module is missing victor.stinner
- [Python-checkins] cpython (3.4): Use the correct VS edition names in PCbuild/readme.txt zach.ware
- [Python-checkins] cpython: #13437: link to the source code for a few more modules andrew.kuchling
- [Python-checkins] cpython: #14332: provide a better explanation of junk in difflib docs andrew.kuchling
- [Python-checkins] cpython (3.4): add Nehal Hussain benjamin.peterson
- [Python-checkins] cpython (2.7): add Nehal Hussain benjamin.peterson
- [Python-checkins] cpython (2.7): sync with 3.4 branch benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #20978: Remove last part of OS/2 support in distutils victor.stinner
- [Python-checkins] cpython (3.4): Issue #20978: pyflakes: fix undefined names victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #20978: pyflakes: fix undefined names; remove last part of victor.stinner
- [Python-checkins] cpython (3.4): Issue #20976: pyflakes: Remove unused imports victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #20976: pyflakes: Remove unused imports victor.stinner
- [Python-checkins] cpython (3.4): Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed victor.stinner
- [Python-checkins] Daily reference leaks (2978643766b9): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #10141: updated new usages of AF_CAN to be in #ifdef AF_CAN rather than vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Merged from 3.4. vinay.sajip
- [Python-checkins] cpython (3.4): Issue #20558: Improved implementation of error handling. vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Closes #20558: Improved implementation of error handling. vinay.sajip
- [Python-checkins] cpython (3.4): Issue #20444: Reduced code duplication. vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Closes #20444: Merged fix from 3.4. vinay.sajip
- [Python-checkins] devguide: Issue #20993: Fix link to PEPs zach.ware
- [Python-checkins] cpython (3.4): Clean-up docstring raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge raymond.hettinger
- [Python-checkins] cpython (3.4): Fix parameter name in docs for os.makedirs and os.removedirs. zach.ware
- [Python-checkins] cpython (3.4): Add missing parenthesis. Found by cocoatomo on docs at . zach.ware
- [Python-checkins] cpython (3.4): Fix spelling in enum docs. zach.ware
- [Python-checkins] cpython (3.4): Fix typos in Doc/faq/extending. Found by cocoatomo on docs at . zach.ware
- [Python-checkins] cpython (2.7): Use "x" instead of "i" for s.index and s.count entries in sequence ops table. zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Merge several minor doc fixes from 3.4 zach.ware
- [Python-checkins] cpython (3.4): improve start default for relpath benjamin.peterson
- [Python-checkins] cpython: #20744: don't try running an external 'zip' in shutil.make_archive() andrew.kuchling
- [Python-checkins] cpython: Fix issue 18931: selectors module now supports /dev/poll on Solaris. giampaolo.rodola
- [Python-checkins] cpython: remove the ability of datetime.time to be considered false (closes #13936) benjamin.peterson
- [Python-checkins] Daily reference leaks (89aa669dcc61): sum=-4 solipsis at pitrou.net
- [Python-checkins] cpython: asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current victor.stinner
- [Python-checkins] cpython: Close #21005: Fix documentation of asyncio.subprocess.DEVNULL victor.stinner
- [Python-checkins] cpython: Issue #21006: Fix subprocess example on Windows in asyncio doc victor.stinner
- [Python-checkins] cpython (3.4): Issue #10141, Issue 20065: Changed #if to take CAN_RAW into account. vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Issue #10141, Issue 20065: Merged from 3.4. vinay.sajip
- [Python-checkins] cpython: Issue19995: more informative error message; spelling corrections; use ethan.furman
- [Python-checkins] cpython: Issue #19165: The formatter module graduates to full deprecation. brett.cannon
- [Python-checkins] cpython (3.4): Issue #20884: Don't assume in importlib.__init__ that __file__ is brett.cannon
- [Python-checkins] cpython (merge 3.4 -> default): Merge for issue #20884 brett.cannon
- [Python-checkins] cpython (merge 3.4 -> 3.4): merge brett.cannon
- [Python-checkins] cpython: Issue #20627: xmlrpc.client.ServerProxy is now a context manager. brett.cannon
- [Python-checkins] devinabox: Issue #21008: Update for Python 3.5 brett.cannon
- [Python-checkins] cpython (3.4): Close #21005: Fix documentation of asyncio.subprocess.DEVNULL victor.stinner
- [Python-checkins] cpython (3.4): Issue #21006: Fix subprocess example on Windows in asyncio doc victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Null merge (I transplated 2 commits from default to 3.4) victor.stinner
- [Python-checkins] cpython (3.4): Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa. victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Close #21010: Fix typo in asyncio doc. Patch written by Claudiu victor.stinner
- [Python-checkins] cpython (3.4): Issue #20995: Enhance default ciphers used by the ssl module donald.stufft
- [Python-checkins] cpython (merge 3.4 -> default): Merge changes from 3.4 to bring in fixes for Issue #20995 donald.stufft
- [Python-checkins] cpython: Fix an incomplete merge of Misc/NEWS donald.stufft
- [Python-checkins] cpython: Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build zach.ware
- [Python-checkins] cpython: improve the command-line interface of json.tool (closes #21000) benjamin.peterson
- [Python-checkins] cpython: Issue #15968: Temporarily revert change to PCbuild/rt.bat zach.ware
- [Python-checkins] Daily reference leaks (c29301b1503f): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #21017: Enable Tix debug build on Windows zach.ware
- [Python-checkins] cpython (3.4): Issue #21015: SSL contexts will now automatically select an elliptic curve for antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21015: SSL contexts will now automatically select an elliptic curve for antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #20913: improve the SSL security considerations to first advocate using antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20913: improve the SSL security considerations to first advocate using antoine.pitrou
- [Python-checkins] cpython (3.4): Closes #20975: make date in the interpreter banner a little more consistent georg.brandl
- [Python-checkins] peps: small additional job in the tutorial georg.brandl
- [Python-checkins] peps: PEP 466: Network security enhancement exception nick.coghlan
- [Python-checkins] peps: PEP 466: finish incomplete sentence nick.coghlan
- [Python-checkins] peps: Update PEP 466 based on first round of feedback nick.coghlan
- [Python-checkins] Daily reference leaks (802ed5baffb3): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #20990: Fix issues found by pyflakes for multiprocessing. richard.oudkerk
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4. richard.oudkerk
- [Python-checkins] cpython (3.4): Issue #20980: Stop wrapping exception when using ThreadPool. richard.oudkerk
- [Python-checkins] cpython (3.3): Issue #20633: Replace relative import by absolute import. richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> 3.4): Merge 3.3. richard.oudkerk
- [Python-checkins] cpython (3.4): Issue #20913: make it clear that create_default_context() also enables hostname antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20913: make it clear that create_default_context() also enables hostname antoine.pitrou
- [Python-checkins] peps: PEP 101: as a new step in setting up a new branch, create a new whatsnew georg.brandl
- [Python-checkins] peps: Accept PEP 464 donald.stufft
- [Python-checkins] peps (merge default -> default): Merge donald.stufft
- [Python-checkins] cpython (3.4): #20976: remove unneeded quopri import in email.utils. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge #20976: remove unneeded quopri import in email.utils. r.david.murray
- [Python-checkins] cpython (3.4): Issue #20990: Correction for 619331c67638. richard.oudkerk
- [Python-checkins] cpython: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. r.david.murray
- [Python-checkins] cpython (3.4): Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas antoine.pitrou
- [Python-checkins] cpython (3.4): tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever) georg.brandl
- [Python-checkins] cpython (3.4): Issue #21013: Enhance ssl.create_default_context() for server side contexts donald.stufft
- [Python-checkins] cpython (merge 3.4 -> default): Merge the patch for issue #21013 into default donald.stufft
- [Python-checkins] devguide: Add myself to some "experts" donald.stufft
- [Python-checkins] cpython (3.4): Remove superfluous open parenthesis. Noticed by cocoatomo on docs at . zach.ware
- [Python-checkins] cpython: Use deprecated-removed directive, clean up a few markup issues around georg.brandl
- [Python-checkins] cpython (3.4): Fix a few scoping issues with versionadded/versionchanged directives. georg.brandl
- [Python-checkins] Daily reference leaks (aa2eb034c4f7): sum=4 solipsis at pitrou.net
- [Python-checkins] peps: PEP 466: narrow scope, add legacy SSL branch nick.coghlan
- [Python-checkins] peps: PEP 466: cover OpenSSL compatibility nick.coghlan
- [Python-checkins] cpython (3.4): Issue #21036: Fix typo in macro name victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21036: Fix typo in macro name victor.stinner
- [Python-checkins] cpython: Issue #21040: socketserver: Use the selectors module. charles-francois.natali
- [Python-checkins] cpython (3.4): Issue #21043: Remove the recommendation for specific CA organizations donald.stufft
- [Python-checkins] cpython (merge 3.4 -> default): Merge in 3.4 to bring forward the Issue #21043 changes. donald.stufft
- [Python-checkins] cpython (3.4): asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Null merge, patch already applied to default victor.stinner
- [Python-checkins] cpython (2.7): Issue #21043 - Remove CACert.org from the recommendations donald.stufft
- [Python-checkins] release: use https benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), victor.stinner
- [Python-checkins] cpython (2.7): Issue #21058: NamedTemporaryFile() closes the FD on any error, not only victor.stinner
- [Python-checkins] cpython (3.4): Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21058: Fix a leak of file descriptor in victor.stinner
- [Python-checkins] cpython (3.4): Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not georg.brandl
- [Python-checkins] cpython (2.7): Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not georg.brandl
- [Python-checkins] Daily reference leaks (f7a40517f0ac): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #21006: asyncio doc: reorganize subprocess doc victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21006: asyncio doc: reorganize subprocess doc victor.stinner
- [Python-checkins] cpython (2.7): Closes #21045: make the Qt help build not look completely stupid georg.brandl
- [Python-checkins] cpython (3.4): Closes #21045: make the Qt help build not look completely stupid georg.brandl
- [Python-checkins] cpython (2.7): Updated external link in documentation. vinay.sajip
- [Python-checkins] cpython (3.4): Updated external link in documentation. vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Merged documentation update from 3.4. vinay.sajip
- [Python-checkins] cpython (3.4): Issue #12209: Minor edits to faulthandler doc. Patch written by Éric Araujo. victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #12209: Minor edits to faulthandler doc. Patch written by victor.stinner
- [Python-checkins] cpython (3.4): Issue #21038: Cleanup test_epoll.py victor.stinner
- [Python-checkins] cpython (3.4): Issue #21038: Use monotonic clock to compute timeout, not the system clock victor.stinner
- [Python-checkins] cpython (2.7): Issue #21038: Cleanup test_epoll.py victor.stinner
- [Python-checkins] peps: PEP 466: further simplify the proposal nick.coghlan
- [Python-checkins] cpython (3.4): Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok. victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok. victor.stinner
- [Python-checkins] cpython (2.7): backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex. r.david.murray
- [Python-checkins] cpython (3.4): backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge #20145 backport: delete whatsnew entry. r.david.murray
- [Python-checkins] peps: incorporated %a comments; general clean-up ethan.furman
- [Python-checkins] Daily reference leaks (8f72f8359987): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Broaden the early-out test for nsmallest and nlargest raymond.hettinger
- [Python-checkins] peps: PEP 466: switch to more selective backports nick.coghlan
- [Python-checkins] peps: PEP 466: Fix copy & paste error nick.coghlan
- [Python-checkins] peps: PEP 466: finish incomplete edit nick.coghlan
- [Python-checkins] peps: added list of currently supported codes; modified description for %a; added ethan.furman
- [Python-checkins] peps: fix %a bytes example ethan.furman
- [Python-checkins] cpython (2.7): Issue #20939: Use www.example.com instead of www.python.org to avoid test ned.deily
- [Python-checkins] cpython (3.4): Issue #20939: Backout test_urllib2.test_issue16464 disables: ned.deily
- [Python-checkins] cpython (3.4): Issue #20939: Use www.example.com instead of www.python.org to avoid test ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20939: merge from 3.4 ned.deily
- [Python-checkins] cpython (3.4): Issue #20939: remove stray character from comment ned.deily
- [Python-checkins] cpython (3.4): Issue #21069: Temporarily use www.google.com while investigating ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue 21069: merge from 3.4 ned.deily
- [Python-checkins] Daily reference leaks (0f6c518183ef): sum=-4 solipsis at pitrou.net
- [Python-checkins] peps: PEP 461: fix reST syntax victor.stinner
- [Python-checkins] peps: PEP 466: reword maintainability section at Alex's request nick.coghlan
- [Python-checkins] peps: PEP 461: markup tweaks nick.coghlan
- [Python-checkins] cpython: Minor cosmetic enhancement to provide a more readable repr()esentation of giampaolo.rodola
- [Python-checkins] cpython: inspect.signature: Use enum for parameter kind constants. Closes #19573 yury.selivanov
- [Python-checkins] cpython: inspect.signature: Make Signature and Parameter picklable. Closes #20726 yury.selivanov
- [Python-checkins] cpython: inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373 yury.selivanov
- [Python-checkins] cpython: asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 yury.selivanov
- [Python-checkins] cpython: inspect.signature: Improve repr of Signature and Parameter. Closes #20378 yury.selivanov
- [Python-checkins] peps: fixed foot-notes; added %b and clarified %s as a synonym for %b ethan.furman
- [Python-checkins] peps: remembered to save changes before committing :/ ethan.furman
- [Python-checkins] peps: add section on Python 2 compatibility ethan.furman
- [Python-checkins] peps: PEP 461: add latest post date ethan.furman
- [Python-checkins] peps: PEP 461: marked as accepted; added comment about using %a instead of %r ethan.furman
- [Python-checkins] peps: PEP 461: remove ambiguity around 'major release' ethan.furman
- [Python-checkins] cpython (3.4): asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 yury.selivanov
- [Python-checkins] cpython: inspect: Fix getcallargs() to raise correct TypeError yury.selivanov
- [Python-checkins] cpython (3.4): inspect: Fix getcallargs() to raise correct TypeError yury.selivanov
- [Python-checkins] cpython: inspect: Fix getcallargs() to fail correctly if more than 3 args are missing. yury.selivanov
- [Python-checkins] cpython (3.4): inspect: Fix getcallargs() to fail correctly if more than 3 args are missing. yury.selivanov
- [Python-checkins] cpython (2.7): Issue #6676: Ensure a meaningful exception is raised when attempting ned.deily
- [Python-checkins] cpython (3.4): Issue #6676: Ensure a meaningful exception is raised when attempting ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #6676: merge from 3.4 ned.deily
- [Python-checkins] devguide: add myself to some 'experts' giampaolo.rodola
- [Python-checkins] cpython (2.7): Issue #17654: Ensure IDLE menus are customized properly on OS X for ned.deily
- [Python-checkins] cpython (3.4): Issue #17654: Ensure IDLE menus are customized properly on OS X for ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #17654: merge from 3.4 ned.deily
- [Python-checkins] Daily reference leaks (ee0034434e65): sum=4 solipsis at pitrou.net
- [Python-checkins] peps: tlsv1 -> tlsv1.2 benjamin.peterson
- [Python-checkins] cpython (3.4): Doc: do not compress .epub for dist, it is already zipped. georg.brandl
- [Python-checkins] cpython (2.7): Update suspicious ignore file. georg.brandl
- [Python-checkins] peps: Mark PEP 3145 as withdrawn. guido.van.rossum
- [Python-checkins] cpython (3.4): undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21089) benjamin.peterson
- [Python-checkins] cpython (3.4): Issue 21014: Use booleans instead of 0 and 1 in examples. raymond.hettinger
- [Python-checkins] cpython: Issue #19697: Document cases where __main__.__spec__ is None. eric.snow
- [Python-checkins] cpython (3.4): Issue #19697: Document cases where __main__.__spec__ is None. eric.snow
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 into default. eric.snow
- [Python-checkins] cpython (3.4): Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt. zach.ware
- [Python-checkins] cpython: Add tcltk.props to "Visual Studio properties" section of PCbuild/readme.txt. zach.ware
- [Python-checkins] cpython (3.4): Issue #19697: document more __main__.__spec__ quirks nick.coghlan
- [Python-checkins] cpython (merge 3.4 -> default): Issue #19697: merge docs from 3.4 nick.coghlan
- [Python-checkins] cpython (2.7): Issue #21093: Prevent failures of ctypes test_macholib on OS X if a ned.deily
- [Python-checkins] cpython (3.4): Issue #21093: Prevent failures of ctypes test_macholib on OS X if a ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21093: merge from 3.4 ned.deily
- [Python-checkins] Daily reference leaks (ae5169297eb9): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: Withdraw PEP 460 (mostly obsoleted by PEP 461) antoine.pitrou
- [Python-checkins] cpython: inspect.docs: Fix indentation and version-added for Signature.from_callable yury.selivanov
- [Python-checkins] cpython: inspect.docs: Document that Signature and Parameter are now picklable (issue yury.selivanov
- [Python-checkins] cpython: inspect: Update docstrings; Rename _signature_internal to yury.selivanov
- [Python-checkins] cpython (2.7): Minor readability improvement. raymond.hettinger
- [Python-checkins] cpython (3.4): Minor readability improvement. raymond.hettinger
- [Python-checkins] cpython: Issue #21097: Move test_namespace_pkgs into test_importlib. eric.snow
- [Python-checkins] cpython (3.4): Issue #21097: Move test_namespace_pkgs into test_importlib. eric.snow
- [Python-checkins] cpython (merge 3.4 -> default): Null merge from 3.4. eric.snow
- [Python-checkins] peps: PEP 467: bytes/bytearray API & docs improvements nick.coghlan
- [Python-checkins] peps: PEP 467: Additional tweaks after re-reading nick.coghlan
- [Python-checkins] peps: PEP 467: be clear no input type support will be removed nick.coghlan
- [Python-checkins] cpython (2.7): Issue #21029: IDLE now colors print consistently as a keyword. raymond.hettinger
- [Python-checkins] cpython: Fix doc typo. guido.van.rossum
- [Python-checkins] peps: Truncate an interminable sentence (sorry Nick :-). guido.van.rossum
- [Python-checkins] cpython: Issue #20022: Eliminate use of deprecated bundlebuilder in OS X builds. ned.deily
- [Python-checkins] Daily reference leaks (a8bb571b41ab): sum=4 solipsis at pitrou.net
- [Python-checkins] peps: PEP 467: more concrete examples of current inconsistencies nick.coghlan
- [Python-checkins] cpython (3.4): Fix doc typo. benjamin.peterson
- [Python-checkins] cpython: Issue 21100: Amazingly, tuple lexicographic ordering was untested. raymond.hettinger
- [Python-checkins] cpython: Add test case for freeze. martin.v.loewis
- [Python-checkins] cpython (3.4): Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. martin.v.loewis
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4: Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. martin.v.loewis
- [Python-checkins] cpython (3.4): make partialmethod example work (closes #21105) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21105) benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #16047: Fix module exception list and __file__ handling in freeze. martin.v.loewis
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (#16047) martin.v.loewis
- [Python-checkins] cpython: Run test program. martin.v.loewis
- [Python-checkins] cpython (3.4): Add test case for freeze. martin.v.loewis
- [Python-checkins] cpython (2.7): support CDN purging benjamin.peterson
- [Python-checkins] cpython (3.4): update notes to talk about -X showrefcount benjamin.peterson
- [Python-checkins] cpython (2.7): fix indentation and add braces benjamin.peterson
- [Python-checkins] cpython (2.7): add braces and fix indentation benjamin.peterson
- [Python-checkins] cpython (2.7): fix expandtabs overflow detection to be consistent and not rely on signed benjamin.peterson
- [Python-checkins] cpython (3.2): fix expandtabs overflow detection to be consistent and not rely on signed benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 benjamin.peterson
- [Python-checkins] cpython (2.7): fix overflow detection of strop.expandtabs benjamin.peterson
- [Python-checkins] cpython (2.7): add Ian Beer benjamin.peterson
- [Python-checkins] cpython (3.2): add Ian Beer benjamin.peterson
- [Python-checkins] Daily reference leaks (8017e8df6a30): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #20668: Remove tests.txt of test_asyncio victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #20668: Remove tests.txt of test_asyncio victor.stinner
- [Python-checkins] cpython (2.7): use https docs url (#21115) benjamin.peterson
- [Python-checkins] cpython (3.2): use https docs url (#21115) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#21115) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21115) benjamin.peterson
- [Python-checkins] cpython (3.4): use https docs url benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #21073: explain why Py_ReprEnter() allows for a missing thread state. antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21073: explain why Py_ReprEnter() allows for a missing thread state. antoine.pitrou
- [Python-checkins] cpython (3.4): Fix the doc: add deprecation warning in select module. andrew.svetlov
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 (#16716) andrew.svetlov
- [Python-checkins] cpython (3.4): IOError -> OSError andrew.svetlov
Last message date: Mon Mar 31 23:45:25 CEST 2014
Archived on: Mon Mar 31 23:45:29 CEST 2014
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