August 2010 Archives by author
Starting: Sun Aug 1 08:40:22 CEST 2010
Ending: Tue Aug 31 21:57:01 CEST 2010
Messages: 256
- [docs] python tutorial more a reference than a tutorial
Amandeep Singh (amandsin)
- [docs] python tutorial more a reference than a tutorial
Amandeep Singh (amandsin)
- [docs] 3.1.2 strings in v2.7 tutorial documentation
Ercan Altuntaş
- [docs] [issue9451] Strengthen __*__ system name warning
Éric Araujo
- [docs] [issue763043] unable to specify another compiler
Éric Araujo
- [docs] [issue9106] remove numbers from 3-.. level entries in docs toc
Éric Araujo
- [docs] [issue1581182] Definition of a "character" is wrong
Éric Araujo
- [docs] [issue9061] cgi.escape Can Lead To XSS Vulnerabilities
Éric Araujo
- [docs] [issue2204] document ConfigParser behaviour when a file has same section multiple times
Éric Araujo
- [docs] [issue1635217] Add example of distutils setup() with "requires" argument
Éric Araujo
- [docs] [issue9312] Fix usage of :option: markup in stdlib ReST docs
Éric Araujo
- [docs] [issue9312] Fix usage of :option: markup in stdlib ReST docs
Éric Araujo
- [docs] [issue9538] Replace confusing pseudoname 'object' in special methods section.
Éric Araujo
- [docs] [issue8722] Documentation for __getattr__
Éric Araujo
- [docs] [issue1626300] 'Installing Python Modules' does not work for Windows
Éric Araujo
- [docs] [issue1626300] 'Installing Python Modules' does not work for Windows
Éric Araujo
- [docs] [issue9061] cgi.escape Can Lead To XSS Vulnerabilities
Éric Araujo
- [docs] [issue9582] documentation line needs rewording
Éric Araujo
- [docs] [issue9562] Slightly misleading wording in documentation of dict.update
Éric Araujo
- [docs] [issue901727] extra_path kwarg to setup() undocumented
Éric Araujo
- [docs] [issue901727] extra_path kwarg to setup() undocumented
Éric Araujo
- [docs] [issue8997] Write documentation for codecs.readbuffer_encode()
Éric Araujo
- [docs] [issue8851] pkgutil document needs more markups
Éric Araujo
- [docs] [issue8851] pkgutil documentation needs more markup
Éric Araujo
- [docs] Python tutorial Page: errors arise when following examples.
Éric Araujo
- [docs] [issue3565] array documentation, method names not 3.x-compliant
Éric Araujo
- [docs] [issue8652] Minor improvements to the "Handling Exceptions" part of the tutorial
Éric Araujo
- [docs] [issue7353] cporting docs recommend using Include/intobject.h, which was removed in 3.1?
Éric Araujo
- [docs] [issue8855] Shelve documentation lacks security warning
Éric Araujo
- [docs] [issue9677] "Global Module Index" link dead
Éric Araujo
- [docs] [issue4966] Improving Lib Doc Sequence Types Section
Éric Araujo
- [docs] [issue4783] document that json.load/dump can’t be used twice on the same stream
Éric Araujo
- [docs] [issue9254] __import__ docstring should recommend importlib.import_module()
Éric Araujo
- [docs] [issue5904] strftime docs do not explain locale effect on result string
Éric Araujo
- [docs] [issue9119] Python download page needs to mention crypto code in Windows installer
Éric Araujo
- [docs] [issue9499] Python C/API Execution namespace undocumented. (patch included)
Campbell Barton
- [docs] [issue9264] trace.py documentation is incomplete
Alexander Belopolsky
- [docs] [issue9264] trace.py documentation is incomplete
Alexander Belopolsky
- [docs] [issue9264] trace.py documentation is incomplete
Alexander Belopolsky
- [docs] [issue8834] Define order of Misc/ACKS entries
Alexander Belopolsky
- [docs] [issue8834] Define order of Misc/ACKS entries
Alexander Belopolsky
- [docs] [issue8834] Define order of Misc/ACKS entries
Alexander Belopolsky
- [docs] [issue8983] Docstrings should refer to help(name), not name.__doc__
Alexander Belopolsky
- [docs] [issue9312] Fix usage of :option: markup in stdlib ReST docs
Eli Bendersky
- [docs] [issue9312] Fix usage of :option: markup in stdlib ReST docs
Eli Bendersky
- [docs] [issue9724] help('nonlocal') missing
Cherniavsky Beni
- [docs] [issue4600] __class__ assignment: new-style? heap? == confusing
Georg Brandl
- [docs] [issue6187] Improvement in doc of "Extending and Embedding the Python Interpreter, 5.3 Beyond Very High Level Embedding: An overview"
Georg Brandl
- [docs] [issue8602] documentation of bz2 module mildly erroneous
Georg Brandl
- [docs] [issue9061] cgi.escape Can Lead To XSS Vulnerabilities
Georg Brandl
- [docs] [issue3849] FUD in documentation for urllib.urlopen()
Georg Brandl
- [docs] [issue9451] Strengthen __*__ system name warning
Georg Brandl
- [docs] [issue8562] hasattr(open, 'newlines') example gives incorrect results from PEP0278
Georg Brandl
- [docs] [issue8648] The UTF-7 codec functions are undocumented
Georg Brandl
- [docs] [issue9037] Add explanation as to how to raise a custom exception in the extending python intermezzo on exceptions
Georg Brandl
- [docs] [issue7797] base64 module docs should indicate that encode methods return bytes, not strings
Georg Brandl
- [docs] [issue6867] return value of epoll.register
Georg Brandl
- [docs] [issue9238] zipfile incorrectly documented as not supporting archive comments
Georg Brandl
- [docs] [issue6696] Profile objects should be documented
Georg Brandl
- [docs] [issue9457] Wrong URL in Python-3.2a1/README
Georg Brandl
- [docs] [issue9061] cgi.escape Can Lead To XSS Vulnerabilities
Georg Brandl
- [docs] [issue9498] stdtypes.rst should refer to sys.float_info
Georg Brandl
- [docs] [issue6678] inspect.currentframe documentation omits optional depth parameter
Georg Brandl
- [docs] [issue616013] cPickle documentation incomplete
Georg Brandl
- [docs] [issue9658] weakref.proxy unequal to its referent in 2.x
Georg Brandl
- [docs] [issue5028] tokenize.generate_tokens doesn't always return logical line
Georg Brandl
- [docs] [issue9649] wrong default for sort_keys in json module documentation
Georg Brandl
- [docs] [issue9689] threading.Timer poorly documented
Georg Brandl
- [docs] [issue9681] small typo in online documentation
Georg Brandl
- [docs] [issue9608] Re-phrase best way of using exceptions in doanddont.rst
Floris Bruynooghe
- [docs] [issue9677] "Global Module Index" link dead
Brett Cannon
- [docs] error in section 5.1.3
Charles Cihacek
- [docs] [issue7579] Patch to add docstrings to msvcrt
Brian Curtin
- [docs] [issue812750] OSA support for properties broken
Ned Deily
- [docs] [issue9717] operator module - "in place" operators documentation
Arnaud Delobelle
- [docs] [issue9498] stdtypes.rst should refer to sys.float_info
Mark Dickinson
- [docs] [issue9498] stdtypes.rst should refer to sys.float_info
Mark Dickinson
- [docs] [issue9498] stdtypes.rst should refer to sys.float_info
Mark Dickinson
- [docs] [issue9649] wrong default for sort_keys in json module documentation
Mike Dirolf
- [docs] possible mixup in whatsnew/2.7.html#capsules
Peter Eisentraut
- [docs] [issue9061] cgi.escape Can Lead To XSS Vulnerabilities
Fred L. Drake, Jr.
- [docs] [issue9498] stdtypes.rst should refer to sys.float_info
Yitz Gale
- [docs] [issue9498] stdtypes.rst should refer to sys.float_info
Yitz Gale
- [docs] [issue9498] stdtypes.rst should refer to sys.float_info
Yitz Gale
- [docs] datetime - add remark for default Python locale != OS locale
Ward Van Heddeghem
- [docs] typo
Alexander Heger
- [docs] question on description
Alexander Heger
- [docs] [issue5416] str.replace does strange things when given a negative count
Raymond Hettinger
- [docs] [issue5416] str.replace does strange things when given a negative count
Raymond Hettinger
- [docs] [issue9119] Python download page needs to mention crypto code in Windows installer
Raymond Hettinger
- [docs] V2.6 PDF documentation
John Hughes
- [docs] typo
LEE DANIEL JOON
- [docs] [issue9512] logging.handlers.RotatingFileHandler - mode argument not respected
Friðrik Már Jónsson
- [docs] [issue9512] logging.handlers.RotatingFileHandler - mode argument not respected
Friðrik Már Jónsson
- [docs] [issue9637] docs do not say that urllib uses HTTP_PROXY
Kirikaza
- [docs] [issue9637] docs do not say that urllib uses HTTP_PROXY
Kirikaza
- [docs] [issue9637] docs do not say that urllib uses HTTP_PROXY
Kirikaza
- [docs] Documentation Search Hard to Use
Jason Kotenko
- [docs] [issue5416] str.replace does strange things when given a negative count
Senthil Kumaran
- [docs] [issue5416] str.replace does strange things when given a negative count
Senthil Kumaran
- [docs] [issue9457] Wrong URL in Python-3.2a1/README
Uli Kunitz
- [docs] transpose of a matrix represented with nested lists
Wacek Kusnierczyk
- [docs] [issue9515] vars() dictionary access to generate variables
Dan L
- [docs] [issue2204] document ConfigParser behaviour when a file has same section multiple times
Łukasz Langa
- [docs] [issue9101] reference json format in file formats chapter
Łukasz Langa
- [docs] [issue6128] Consequences of using Py_TPFLAGS_HAVE_GC are incompletely explained
Mark Lawrence
- [docs] [issue6187] Improvement in doc of "Extending and Embedding the Python Interpreter, 5.3 Beyond Very High Level Embedding: An overview"
Mark Lawrence
- [docs] [issue6696] Profile objects should be documented
Mark Lawrence
- [docs] [issue7186] Document specialness of __doc__, and possibly other "special" attributes
Mark Lawrence
- [docs] [issue7436] Define 'object with assignable attributes'
Mark Lawrence
- [docs] [issue7468] PyErr_Format documentation doesn't mention all format codes
Mark Lawrence
- [docs] [issue7678] subprocess.Popen pipeline example code in the documentation is lacking
Mark Lawrence
- [docs] [issue8041] No documentation for Py_TPFLAGS_HAVE_STACKLESS_EXTENSION or Py_TPFLAGS_HAVE_VERSION_TAG.
Mark Lawrence
- [docs] [issue7790] struct_time documentation entry should point to the table defining the tuple
Mark Lawrence
- [docs] [issue1643712] Emphasize buffering issues when sys.stdin is used
Mark Lawrence
- [docs] [issue616013] cPickle documentation incomplete
Mark Lawrence
- [docs] [issue812750] OSA support for properties broken
Mark Lawrence
- [docs] [issue901727] extra_path kwarg to setup() undocumented
Mark Lawrence
- [docs] [issue1249749] Encodings and aliases do not match runtime
Mark Lawrence
- [docs] [issue1283110] Give __len__() advice for "don't know"
Mark Lawrence
- [docs] [issue1446619] extended slice behavior inconsistent with docs
Mark Lawrence
- [docs] [issue1554133] PyOS_InputHook() and related API funcs. not documented
Mark Lawrence
- [docs] [issue1397474] timeit execution enviroment
Mark Lawrence
- [docs] [issue1398781] Example in section 5.3 "Pure Embedding" doesn't work.
Mark Lawrence
- [docs] [issue9119] Python download page needs to mention crypto code in Windows installer
Marc-Andre Lemburg
- [docs] [issue9119] Python download page needs to mention crypto code in Windows installer
Marc-Andre Lemburg
- [docs] [issue9119] Python download page needs to mention crypto code in Windows installer
Marc-Andre Lemburg
- [docs] [issue9119] Python download page needs to mention crypto code in Windows installer
Marc-Andre Lemburg
- [docs] [issue9119] Python download page needs to mention crypto code in Windows installer
Marc-Andre Lemburg
- [docs] [issue9119] Python download page needs to mention crypto code in Windows installer
Marc-Andre Lemburg
- [docs] tables in PDFs
Vincent Leroux
- [docs] [issue8855] Shelve documentation lacks security warning
Longpoke
- [docs] [issue9119] Python download page needs to mention crypto code in Windows installer
Martin v. Löwis
- [docs] [issue9119] Python download page needs to mention crypto code in Windows installer
Martin v. Löwis
- [docs] [issue9119] Python download page needs to mention crypto code in Windows installer
Martin v. Löwis
- [docs] [issue9119] Python download page needs to mention crypto code in Windows installer
Martin v. Löwis
- [docs] Search result links move when search finishes
Ian Mackinnon
- [docs] [issue7450] document that os.chmod accepts an octal digit mode
Ezio Melotti
- [docs] [issue6678] inspect.currentframe documentation omits optional depth parameter
William Mill
- [docs] [issue6678] inspect.currentframe documentation omits optional depth parameter
William Mill
- [docs] [issue6678] inspect.currentframe documentation omits optional depth parameter
William Mill
- [docs] [issue9562] Slightly misleading wording in documentation of dict.update
Mitchell Model
- [docs] [issue8491] Need readline command and keybinding information
Mitchell Model
- [docs] [issue9582] documentation line needs rewording
Robert Mohr
- [docs] [issue9715] io doc improvements
Skip Montanaro
- [docs] [issue9715] io doc improvements
Skip Montanaro
- [docs] Python tutorial Page: errors arise when following examples.
Sean Moore
- [docs] [issue9515] vars() dictionary access to generate variables
R. David Murray
- [docs] [issue9536] defaultdict doc makes incorrect reference to __missing__ method
R. David Murray
- [docs] [issue8387] use universal newline mode in csv module examples
R. David Murray
- [docs] [issue7950] subprocess.Popen documentation should contain a good warning about the security implications when using shell=True
R. David Murray
- [docs] [issue9681] small typo in online documentation
R. David Murray
- [docs] [issue9689] threading.Timer poorly documented
R. David Murray
- [docs] [issue901727] extra_path kwarg to setup() undocumented
Ronald Oussoren
- [docs] multiprocessing doc typo
Justin Peel
- [docs] [issue6678] inspect.currentframe documentation omits optional depth parameter
Benjamin Peterson
- [docs] [issue6678] inspect.currentframe documentation omits optional depth parameter
Benjamin Peterson
- [docs] [issue6678] inspect.currentframe documentation omits optional depth parameter
Benjamin Peterson
- [docs] [issue6678] inspect.currentframe documentation omits optional depth parameter
Benjamin Peterson
- [docs] [issue616013] cPickle documentation incomplete
Benjamin Peterson
- [docs] [issue9061] cgi.escape Can Lead To XSS Vulnerabilities
Benjamin Peterson
- [docs] [issue9666] 'hasattr' fix to suppress only AttributeError
Benjamin Peterson
- [docs] [issue9666] 'hasattr' fix to suppress only AttributeError
Benjamin Peterson
- [docs] [issue9715] io doc improvements
Benjamin Peterson
- [docs] [issue9724] help('nonlocal') missing
Benjamin Peterson
- [docs] [issue7828] chr() and ord() documentation for wide characters
Antoine Pitrou
- [docs] [issue8041] No documentation for Py_TPFLAGS_HAVE_STACKLESS_EXTENSION or Py_TPFLAGS_HAVE_VERSION_TAG.
Antoine Pitrou
- [docs] [issue8595] Explain the default timeout in http-client-related libraries
Antoine Pitrou
- [docs] [issue9715] io doc improvements
Antoine Pitrou
- [docs] [issue9715] io doc improvements
Antoine Pitrou
- [docs] [issue9715] io doc improvements
Antoine Pitrou
- [docs] [issue9715] io doc improvements
Antoine Pitrou
- [docs] [issue9715] io doc improvements
Antoine Pitrou
- [docs] [issue9715] io doc improvements
Antoine Pitrou
- [docs] Something to be added to cgi module doc
Serguei G. Poltorak
- [docs] [issue9536] defaultdict doc makes incorrect reference to __missing__ method
John Posner
- [docs] [issue9536] defaultdict doc makes incorrect reference to __missing__ method
John Posner
- [docs] [issue9536] defaultdict doc makes incorrect reference to __missing__ method
John Posner
- [docs] [issue9536] defaultdict doc makes incorrect reference to __missing__ method
John Posner
- [docs] [issue7950] subprocess.Popen documentation should contain a good warning about the security implications when using shell=True
Chris Rebert
- [docs] [issue9451] Strengthen __*__ system name warning
Terry J. Reedy
- [docs] [issue9451] Strengthen __*__ system name warning
Terry J. Reedy
- [docs] [issue9451] Strengthen __*__ system name warning
Terry J. Reedy
- [docs] [issue9264] trace.py documentation is incomplete
Terry J. Reedy
- [docs] [issue5824] SocketServer.DatagramRequestHandler Broken under Linux
Terry J. Reedy
- [docs] [issue6634] sys.exit() called from threads other than the main one: undocumented behaviour
Terry J. Reedy
- [docs] [issue8267] Tutorial section on dictionary keys recommends sort instead of sorted
Terry J. Reedy
- [docs] [issue3216] Scarce msilib documentation
Terry J. Reedy
- [docs] [issue8318] Deprecation of multifile inappropriate or incomplete
Terry J. Reedy
- [docs] [issue8873] Popen uses 333 times as much CPU as a shell pipe on Mac OS X
Terry J. Reedy
- [docs] [issue6251] c++ extension module implementation guide/example in extending/embedding documentation
Terry J. Reedy
- [docs] [issue9512] logging.handlers.RotatingFileHandler - mode argument not respected
Terry J. Reedy
- [docs] [issue9512] logging.handlers.RotatingFileHandler - mode argument not respected
Terry J. Reedy
- [docs] [issue6696] Profile objects should be documented
Terry J. Reedy
- [docs] [issue8491] Need readline command and keybinding information
Terry J. Reedy
- [docs] [issue7450] document that os.chmod accepts an octal digit mode
Terry J. Reedy
- [docs] [issue9127] subprocess.Popen.communicate() and SIGCHLD handlers
Terry J. Reedy
- [docs] [issue5784] raw deflate format and zlib module
Terry J. Reedy
- [docs] [issue6678] inspect.currentframe documentation omits optional depth parameter
Terry J. Reedy
- [docs] [issue5962] Ambiguity about the semantics of sys.exit() and os._exit() in multithreaded program
Terry J. Reedy
- [docs] [issue1643712] Emphasize buffering issues when sys.stdin is used
Terry J. Reedy
- [docs] [issue7867] Proposed FAQ entry on pass-by-? semantics and the meaning of 'variable' in python
Terry J. Reedy
- [docs] [issue8387] use universal newline mode in csv module examples
Terry J. Reedy
- [docs] [issue8722] Documentation for __getattr__
Terry J. Reedy
- [docs] [issue8722] Documentation for __getattr__
Terry J. Reedy
- [docs] [issue9538] Replace confusing pseudoname 'object' in special methods section.
Terry J. Reedy
- [docs] [issue9538] Replace confusing pseudoname 'object' in special methods section.
Terry J. Reedy
- [docs] [issue9538] Replace confusing pseudoname 'object' in special methods section.
Terry J. Reedy
- [docs] [issue8145] Documentation about sqlite3 isolation_level
Terry J. Reedy
- [docs] [issue8340] bytearray undocumented on trunk
Terry J. Reedy
- [docs] [issue9105] pickle security note should be more prominent
Terry J. Reedy
- [docs] [issue9105] pickle security note should be more prominent
Terry J. Reedy
- [docs] [issue8834] Define order of Misc/ACKS entries
Terry J. Reedy
- [docs] [issue7790] struct_time documentation entry should point to the table defining the tuple
Terry J. Reedy
- [docs] [issue1945] Document back ported C functions
Terry J. Reedy
- [docs] [issue7790] struct_time documentation entry should point to the table defining the tuple
Terry J. Reedy
- [docs] [issue6678] inspect.currentframe documentation omits optional depth parameter
Terry J. Reedy
- [docs] [issue6678] inspect.currentframe documentation omits optional depth parameter
Terry J. Reedy
- [docs] [issue6678] inspect.currentframe documentation omits optional depth parameter
Terry J. Reedy
- [docs] [issue5416] str.replace does strange things when given a negative count
Terry J. Reedy
- [docs] [issue6678] inspect.currentframe documentation omits optional depth parameter
Terry J. Reedy
- [docs] [issue6678] inspect.currentframe documentation omits optional depth parameter
Terry J. Reedy
- [docs] [issue8834] Define order of Misc/ACKS entries
Terry J. Reedy
- [docs] [issue6678] inspect.currentframe documentation omits optional depth parameter
Terry J. Reedy
- [docs] [issue9582] documentation line needs rewording
Terry J. Reedy
- [docs] [issue9582] documentation line needs rewording
Terry J. Reedy
- [docs] [issue9562] Slightly misleading wording in documentation of dict.update
Terry J. Reedy
- [docs] [issue9608] Re-phrase best way of using exceptions in doanddont.rst
Terry J. Reedy
- [docs] [issue9637] docs do not say that urllib uses HTTP_PROXY
Terry J. Reedy
- [docs] [issue9649] wrong default for sort_keys in json module documentation
Terry J. Reedy
- [docs] [issue9658] weakref.proxy unequal to its referent in 2.x
Terry J. Reedy
- [docs] [issue4966] Improving Lib Doc Sequence Types Section
Terry J. Reedy
- [docs] [issue9119] Python download page needs to mention crypto code in Windows installer
Terry J. Reedy
- [docs] [issue1397474] timeit execution enviroment
Terry J. Reedy
- [docs] [issue9723] pipes.quote() needs to be documented
Brandon Craig Rhodes
- [docs] shutil.copytree error interface is ambiguously docced
Joshua Rodman
- [docs] [issue8834] Define order of Misc/ACKS entries
Giampaolo Rodola'
- [docs] [issue616013] cPickle documentation incomplete
Guido van Rossum
- [docs] [issue8595] Explain the default timeout in http-client-related libraries
Anders Sandvig
- [docs] [issue9666] 'hasattr' fix to suppress only AttributeError
Yury Selivanov
- [docs] [issue8595] Explain the default timeout in http-client-related libraries
Eric Smith
- [docs] [issue9723] pipes.quote() needs to be documented
Eric Smith
- [docs] [issue8722] Documentation for __getattr__
David Stanek
- [docs] [issue8041] No documentation for Py_TPFLAGS_HAVE_STACKLESS_EXTENSION or Py_TPFLAGS_HAVE_VERSION_TAG.
Daniel Stutzbach
- [docs] [issue8648] The UTF-7 codec functions are undocumented
STINNER Victor
- [docs] [issue9264] trace.py documentation is incomplete
Barry A. Warsaw
- [docs] [issue9264] trace.py documentation is incomplete
Barry A. Warsaw
- [docs] [issue9061] cgi.escape Can Lead To XSS Vulnerabilities
Barry A. Warsaw
- [docs] [issue7186] Document specialness of __doc__, and possibly other "special" attributes
Florent Xicluna
- [docs] [issue7186] Document specialness of __doc__, and possibly other "special" attributes
Florent Xicluna
- [docs] [issue9364] some problems with the documentation of pydoc
Florent Xicluna
- [docs] [issue2864] etree: Add XPath documentation
Florent Xicluna
- [docs] [issue1626300] 'Installing Python Modules' does not work for Windows
Florent Xicluna
- [docs] How to build "Python Documentation" under Windows XP ?
caoxingk
- [docs] I just discovered you provide RANDOM VARIABLES, is it a template library in C++...?
me
- [docs] Logging module
Raphael.Mankin at rbs.com
Last message date:
Tue Aug 31 21:57:01 CEST 2010
Archived on: Tue Aug 31 21:57:02 CEST 2010
This archive was generated by
Pipermail 0.09 (Mailman edition).