June 2014 Archives by thread
Starting: Sun Jun 1 15:04:51 CEST 2014
Ending: Mon Jun 30 23:32:45 CEST 2014
Messages: 406
- [docs] [issue21580] PhotoImage(data=...) apparently has to be UTF-8 or Base-64 encoded
Serhiy Storchaka
- [docs] [issue21611] int() docstring - unclear what number is
Raymond Hettinger
- [docs] [issue21637] Add a warning section exaplaining that tempfiles are opened in binary mode
Sebastian Kreft
- [docs] [issue21640] References to other Python version in sidebar of documentation index is not up to date
Auke Willem Oosterhoff
- [docs] [issue21559] OverflowError should not happen for integer operations
R. David Murray
- [docs] [issue21533] built-in types dict docs - construct dict from iterable, not iterator
Ezio Melotti
- [docs] [issue9196] Improve docs for string interpolation "%s" re Unicode strings
Ezio Melotti
- [docs] [issue21547] '!s' formatting documentation bug
Ezio Melotti
- [docs] [issue21601] Cancel method for Asyncio Task is not documented
Roundup Robot
- [docs] [issue21649] Mention "Recommendations for Secure Use of TLS and DTLS"
Antoine Pitrou
- [docs] [issue21439] Numerous minor issues in Language Reference
Roundup Robot
- [docs] [issue19980] Improve help('non-topic') response
Mark Lawrence
- [docs] [issue21365] asyncio.Task reference misses the most important fact about it, related info spread around intros and example commentary instead
Terry J. Reedy
- [docs] Improve help('non-topic') response (issue 19980)
zachary.ware at gmail.com
- [docs] [issue21653] Row.keys() in sqlite3 returns a list, not a tuple
Andrew McKinlay
- [docs] [issue21661] setuptools documentation: typo
Steve Dougherty
- [docs] [issue21662] datamodel documentation: fix typo and phrasing
Steve Dougherty
- [docs] Fwd: Doc suggestions re exceptions
Georg Brandl
- [docs] [issue21667] Clarify status of O(1) indexing semantics of str objects
Nick Coghlan
- [docs] [issue19548] 'codecs' module docs improvements
Zoinkity .
- [docs] [issue21675] Library - Introduction - paragraph 5 - wrong ordering
Anthony Bartoli
- [docs] [issue21437] document that asyncio.ProactorEventLoop doesn't support SSL
STINNER Victor
- [docs] [issue21596] asyncio.wait fails when futures list is empty
STINNER Victor
- [docs] [issue21443] asyncio logging documentation clarifications
STINNER Victor
- [docs] [issue21680] asyncio: document event loops
STINNER Victor
- [docs] [issue8840] truncate() semantics changed in 3.1.2
Mark Lawrence
- [docs] [issue21687] Py_SetPath: Path components separated by colons
Florian Walch
- [docs] [issue10503] os.getuid() documentation should be clear on what kind of uid it is referring
Greg
- [docs] [issue15569] Doc doc: incorrect description of some roles as format-only
Emily Zhao
- [docs] [issue12833] raw_input misbehaves when readline is imported
Dhanam Prakash
- [docs] [issue21404] Document options used to control compression level in tarfile
Katherine Busch
- [docs] [issue21689] Docs for "Using Python on a Macintosh" needs to be updated.
Yuly Tenorio
- [docs] [issue12594] Docs for "Using Python on a Macintosh" needs to be updated
Ned Deily
- [docs] [issue12706] timeout sentinel in ftplib and poplib documentation
Greg
- [docs] [issue21314] Document '/' in signatures
Emily Zhao
- [docs] [issue11681] -b option undocumented
Emily Zhao
- [docs] [issue12063] tokenize module appears to treat unterminated single and double-quoted strings inconsistently
Amandine Lee
- [docs] [issue11974] Class definition gotcha.. should this be documented somewhere?
Renee Chu
- [docs] [issue16667] timezone docs need "versionadded: 3.2"
Yayoi Ukai
- [docs] [issue21690] re documentation: re.compile links to re.search / re.match instead of regex.search / regex.match
Julian Gilbey
- [docs] [issue21693] Broken link to Pylons in the HOWTO TurboGears documentation
Yann Lebel
- [docs] [issue20903] smtplib.SMTP raises socket.timeout
Milan Oberkirch
- [docs] [issue21700] Missing mention of DatagramProtocol having connection_made and connection_lost methods
Allen Riddell
- [docs] [issue21702] asyncio: remote_addr of create_datagram_endpoint() is not documented
STINNER Victor
- [docs] [issue13101] Module Doc viewer closes when browser window closes on Windows 8
Mark Lawrence
- [docs] [issue21726] Unnecessary line in documentation
Reid Price
- [docs] [issue21727] Ambiguous sentence explaining `cycle` in itertools documentation
Matt Deacalion Stevens
- [docs] [issue21739] Add hint about expression in list comprehensions (https://docs.python.org/2/tutorial/datastructures.html#list-comprehensions)
Karl Richter
- [docs] [issue13790] In str.format an incorrect error message for list, tuple, dict, set
Mark Lawrence
- [docs] [issue13790] In str.format an incorrect error message for list, tuple, dict, set
Eric V. Smith
- [docs] [issue13790] In str.format an incorrect error message for list, tuple, dict, set
py.user
- [docs] [issue13790] In str.format an incorrect error message for list, tuple, dict, set
Terry J. Reedy
- [docs] [issue13790] In str.format an incorrect error message for list, tuple, dict, set
Terry J. Reedy
- [docs] [issue21745] Devguide: mention requirement to install Visual Studio SP1 on Windows
Ben Hoyt
- [docs] [issue21746] urlparse.BaseResult no longer exists
Matthew Gilson
- [docs] No reference for string.format()
anatoly techtonik
- [docs] [issue7057] tkinter doc: more 3.x updates
Mark Lawrence
- [docs] [issue19362] Documentation for len() fails to mention that it works on sets
Mark Lawrence
- [docs] [issue21752] Document Backwards Incompatible change to logging in 3.4
Don Spaulding
- [docs] [issue5904] strftime docs do not explain locale effect on result string
Roundup Robot
- [docs] [issue6916] Remove deprecated items from asynchat
Mark Lawrence
- [docs] [issue12617] Mutable Sequence Type can work not only with iterable in slice[i:j] = t
Claudiu Popa
- [docs] [issue21758] Not so correct documentation about asyncio.subprocess_shell method
Vajrasky Kok
- [docs] [issue21759] URL Typo in Documentation FAQ
are-you-watching-closely
- [docs] [issue21760] inspect documentation describes module type inaccurately
Eric Snow
- [docs] [issue21761] language reference describes the role of module.__file__ inaccurately
Eric Snow
- [docs] [issue21763] Clarify requirements for file-like objects
Nikolaus Rath
- [docs] [issue21764] Document that IOBase.__del__ calls self.close
Nikolaus Rath
- [docs] [issue13779] os.walk: bottom-up
Mark Lawrence
- [docs] [issue21771] name of 2nd parameter to itertools.groupby()
Uwe Kleine-König
- [docs] [issue15476] Add "code object" to glossary
Mark Lawrence
- [docs] [issue18959] Create a "Superseded modules" section in standard library ToC
Mark Lawrence
- [docs] [issue15476] Index "code object" and link to code object definition
Terry J. Reedy
- [docs] [issue14759] BSDDB license missing from liscense page in 2.7.
Mark Lawrence
- [docs] manuals
karani buyabo
- [docs] Typo in "Functional Programming HOWTO"
Jesse W
- [docs] [issue21778] PyBuffer_FillInfo() from 3.3
Stefan Krah
- [docs] Return value of hash() and id() of an user-defined class
Antonio Cota
- [docs] [issue21782] hashable documentation error: shouldn't mention id
Giacomo Alzetta
- [docs] [issue17888] docs: more information on documentation team
Mark Lawrence
- [docs] [issue8822] datetime naive and aware types should have a well-defined definition that can be cross-referenced
Mark Lawrence
- [docs] [issue1635217] Warn against using requires/provides/obsoletes in setup.py
Mark Lawrence
- [docs] [issue1446619] extended slice behavior inconsistent with docs
Mark Lawrence
- [docs] [issue11176] give more meaningful argument names in argparse documentation
Mark Lawrence
- [docs] [issue21784] __init__.py can be a directory
abraithwaite
- [docs] [issue21785] __getitem__ and __setitem__ try to be smart when invoked with negative slice indices
Raymond Hettinger
- [docs] [issue21791] Proper return status of os.WNOHANG is not always (0, 0)
Eric Radman
- [docs] [issue9499] Python C/API Execution namespace undocumented. (patch included)
Mark Lawrence
- [docs] [issue8997] Write documentation for codecs.readbuffer_encode()
Mark Lawrence
- [docs] [issue10170] Relationship between turtle speed setting and actual speed is not documented
Mark Lawrence
- [docs] typo: "was is" should be "was"
tomo cocoa
- [docs] [issue1576313] os.execvp[e] on win32 fails for current directory
Mark Lawrence
- [docs] [issue16399] argparse: append action with default list adds to list instead of overriding
SylvainDe
- [docs] [issue11352] Update cgi module doc
Mark Lawrence
- [docs] [issue9739] Output of help(...) is wider than 80 characters
Mark Lawrence
- [docs] [issue18017] ctypes.PyDLL documentation
Mark Lawrence
- [docs] [issue16272] C-API documentation clarification for tp_dictoffset
Mark Lawrence
- [docs] [issue18612] More elaborate documentation on how list comprehensions and generator expressions relate to each other
Mark Lawrence
- [docs] [issue18669] curses.chgat() moves cursor, documentation says it shouldn't
Mark Lawrence
- [docs] [issue18588] timeit examples should be consistent
Mark Lawrence
- [docs] [issue18703] To change the doc of html/faq/gui.html
Mark Lawrence
- [docs] [issue6673] Uncaught comprehension SyntaxError eats up all memory
Mark Lawrence
- [docs] [issue20068] collections.Counter documentation leaves out interesting usecase
Mark Lawrence
- [docs] [issue20091] An index entry for __main__ in "30.5 runpy" is missing
Ezio Melotti
- [docs] [issue17006] Add advice on best practices for hashing secrets
Ezio Melotti
- [docs] [issue17383] Possibly ambiguous phrasing in tutorial/modules#more-on-modules
Ezio Melotti
- [docs] [issue17462] argparse FAQ: how it is different from optparse
Ezio Melotti
- [docs] [issue15588] quopri: encodestring and decodestring handle bytes, not strings
Mark Lawrence
- [docs] [issue21813] Enhance doc of os.stat_result
STINNER Victor
- [docs] [issue21814] object.__setattr__ or super(...).__setattr__?
Vincent Besanceney
- [docs] Enhance doc of os.stat_result (issue 21813)
zachary.ware at gmail.com
- [docs] [issue21818] cookielib documentation references Cookie module, not cookielib.Cookie class
Angus Taggart
- [docs] [issue21297] csv.skipinitialspace only skips spaces, not "whitespace" in general
Andy Almonte
- [docs] [issue1398781] Example in section 5.3 "Pure Embedding" doesn't work.
jhao
- [docs] Issue in urllib2 doc for python 3.0 to 3.?
Adrix Remi
- [docs] [issue14013] tarfile should expose supported formats
Berker Peksag
- [docs] [issue21860] Correct FileIO docstrings
Serhiy Storchaka
- [docs] datetime documentation bug
Michael Mumcuoglu
- [docs] [issue12622] failfast argument to TextTestRunner not documented
Mark Lawrence
- [docs] [issue12842] Docs: first parameter of tp_richcompare() always has the correct type
Mark Lawrence
- [docs] [issue12887] Documenting all SO_* constants in socket module
Mark Lawrence
- [docs] [issue21864] Error in documentation of point 9.8 'Exceptions are classes too'
Peibolvig
- [docs] [issue21441] Buffer Protocol Documentation Error
Roundup Robot
- [docs] [issue20872] dbm/gdbm/ndbm close methods are not document
Roundup Robot
- [docs] [issue12954] Multiprocessing logging under Windows
Mark Lawrence
- [docs] [issue13074] Improve documentation of locale encoding functions
Mark Lawrence
- [docs] [issue13213] generator.throw() behavior
Mark Lawrence
- [docs] Bug
Andrés Soto
- [docs] Docs: Little fault in shutil documentation
Michael Sasser
- [docs] [issue8387] use universal newline mode in csv module examples
Mark Lawrence
- [docs] [issue20351] Add doc examples for DictReader and DictWriter
Berker Peksag
- [docs] [issue19897] Use python as executable instead of python3 in Python 2 docs
Roundup Robot
- [docs] [issue11385] TextTestRunner methods are not documented
Mark Lawrence
- [docs] [issue11389] unittest: no way to control verbosity of doctests from cmd
Mark Lawrence
- [docs] [issue20961] Fix usages of the note directive in the documentation
Berker Peksag
- [docs] Typo in urllib2 docs
Berker Peksağ
- [docs] [issue11165] Document PyEval_Call* functions
Mark Lawrence
- [docs] [issue13277] tzinfo subclasses information
Mark Lawrence
- [docs] [issue13354] tcpserver should document non-threaded long-living connections
Mark Lawrence
- [docs] [issue13421] PyCFunction_* are not documented anywhere
Mark Lawrence
- [docs] [issue13456] Providing a custom HTTPResponse class to HTTPConnection
Mark Lawrence
- [docs] Improve the "introduction" page of the tutorial (issue 14097)
ezio.melotti at gmail.com
- [docs] [issue21575] list.sort() should show arguments in tutorial
Ezio Melotti
- [docs] [issue16701] Docs missing the behavior of += (in-place add) for lists.
Ezio Melotti
- [docs] [issue21358] Augmented assignment doc: clarify 'only evaluated once'
Ezio Melotti
- [docs] [issue14547] Python symlink to script behaves unexpectedly
Mark Lawrence
- [docs] [issue15243] Misleading documentation for __prepare__
Mark Lawrence
- [docs] [issue13649] termios.ICANON is not documented
Mark Lawrence
- [docs] [issue10446] pydoc3 links to 2.x library reference
Alexander Belopolsky
- [docs] [issue7229] Manual entry for time.daylight can be misleading
Alexander Belopolsky
- [docs] [issue8810] TZ offset description is unclear in docs
Alexander Belopolsky
- [docs] [issue9305] Don't use east/west of UTC in date/time documentation
Alexander Belopolsky
- [docs] Documentation error in function getaddrinfo in socket module
Berker Peksağ
- [docs] [issue11762] Ast doc: warning and version number
Berker Peksag
- [docs] python docs downloads at https://docs.python.org/2/download.html
Mike Brading
- [docs] Broken docs links
Thomas Nyberg
- [docs] 404 on 2.7 docs
Vladimir Linevich
- [docs] Broken links
Ricky Wilson
- [docs] [issue13231] sys.settrace - document 'some other code blocks' for 'call' event type
Mark Lawrence
- [docs] [issue13743] xml.dom.minidom.Document class is not documented
Mark Lawrence
- [docs] docs html 404
Michael Weems
- [docs] [issue14787] pkgutil.walk_packages returns extra modules
Mark Lawrence
Last message date:
Mon Jun 30 23:32:45 CEST 2014
Archived on: Tue Jul 1 21:02:57 CEST 2014
This archive was generated by
Pipermail 0.09 (Mailman edition).