index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add tokenizer example to regex docs.
Raymond Hettinger
2010-09-16
1
-0/+63
*
Move library changes to the right section
Antoine Pitrou
2010-09-15
1
-14/+14
*
Add entries to whatsnew
Antoine Pitrou
2010-09-15
1
-1/+25
*
Add cross-references to the glossary entry for file objects.
Antoine Pitrou
2010-09-15
33
-166/+165
*
Update file-related information in the FAQ.
Antoine Pitrou
2010-09-15
1
-19/+27
*
Add a glossary entry for file objects.
Antoine Pitrou
2010-09-15
3
-4/+21
*
Improve docs for socket.makefile() and SocketIO
Antoine Pitrou
2010-09-15
1
-4/+3
*
Clarify where support for negative indices fall in the language hierarchy.
Raymond Hettinger
2010-09-15
1
-5/+12
*
Issue 9802: Document min()/max() sort stability
Raymond Hettinger
2010-09-14
1
-0/+8
*
Issue #9854: The default read() implementation in io.RawIOBase now
Antoine Pitrou
2010-09-14
1
-2/+3
*
Issue #1552: socket.socketpair() now returns regular socket.socket
Antoine Pitrou
2010-09-14
1
-0/+4
*
Remove pointers to a FAQ entry that no longer exists. Incorporate some text ...
Daniel Stutzbach
2010-09-14
1
-3/+3
*
Tidied example script.
Vinay Sajip
2010-09-14
1
-1/+4
*
Tidied example script.
Vinay Sajip
2010-09-14
1
-0/+2
*
Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive...
Raymond Hettinger
2010-09-13
1
-0/+23
*
Issue #9213: Add index and count methods to range objects, needed to
Daniel Stutzbach
2010-09-13
1
-2/+16
*
Enhanced HTTPHandler documentation.
Vinay Sajip
2010-09-13
1
-6/+10
*
Expanded QueueHandler documentation.
Vinay Sajip
2010-09-13
1
-1/+34
*
add spaces
Benjamin Peterson
2010-09-13
1
-0/+2
*
remove less complete of duplicate docs
Benjamin Peterson
2010-09-13
1
-13/+0
*
remove duplicate statement
Benjamin Peterson
2010-09-13
1
-2/+1
*
#9210: remove --with-wctype-functions configure option.
Amaury Forgeot d'Arc
2010-09-12
1
-0/+5
*
Document changes on mbcs encoding
Victor Stinner
2010-09-12
1
-0/+7
*
- Issue #9817: Add expat COPYING file; add expat, libffi and expat licenses
Matthias Klose
2010-09-12
1
-0/+89
*
#9608, #8518 : clarify and improve discussion of exceptions in howto.
R. David Murray
2010-09-11
1
-34/+53
*
Issue #9827: clarified LogRecord documentation.
Vinay Sajip
2010-09-11
1
-19/+60
*
Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on
Victor Stinner
2010-09-11
2
-2/+2
*
Issue #767645: fix os.path.supports_unicode_filenames definition
Victor Stinner
2010-09-11
1
-2/+1
*
add newline
Benjamin Peterson
2010-09-10
1
-0/+1
*
Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING
Victor Stinner
2010-09-10
1
-9/+0
*
#4617: Previously it was illegal to delete a name from the local
Amaury Forgeot d'Arc
2010-09-10
3
-5/+35
*
release() is probably not the most important method
Georg Brandl
2010-09-10
1
-18/+18
*
add reference to file object
Benjamin Peterson
2010-09-10
1
-2/+2
*
As per python-dev discussion with Eli, properly document and publish dis.show...
Nick Coghlan
2010-09-10
1
-1/+11
*
Issue #9757: memoryview objects get a release() method to release the
Antoine Pitrou
2010-09-09
1
-1/+34
*
Improve the repr for the TokenInfo named tuple.
Raymond Hettinger
2010-09-09
1
-1/+1
*
Add docstring to cmd.Cmd.do_help()
Raymond Hettinger
2010-09-09
1
-4/+0
*
Add a working example for the cmd module.
Raymond Hettinger
2010-09-09
1
-0/+162
*
Fix issue 9794: adds context manager protocol to socket.socket so that socket...
Giampaolo Rodolà
2010-09-08
2
-0/+9
*
logging: Added QueueHandler.
Vinay Sajip
2010-09-08
1
-19/+183
*
Fix typo in whatsnew (#9793)
Éric Araujo
2010-09-07
1
-1/+1
*
#6394: Add os.getppid() support for Windows.
Amaury Forgeot d'Arc
2010-09-07
2
-2/+11
*
Update nntplib examples to use a public news server.
Antoine Pitrou
2010-09-07
1
-17/+17
*
Add stub entry for argparse.
Georg Brandl
2010-09-07
1
-0/+2
*
typo
Raymond Hettinger
2010-09-07
1
-1/+1
*
Remove outdated reference to Wichmann-Hill algorithm.
Raymond Hettinger
2010-09-07
1
-12/+4
*
Issues #7889, #9025 and #9379: Improvements to the random module.
Raymond Hettinger
2010-09-07
1
-0/+7
*
Document which part of the random module module are guaranteed.
Raymond Hettinger
2010-09-07
1
-9/+14
*
Document which part of the random module module are guaranteed.
Raymond Hettinger
2010-09-06
1
-0/+16
*
Updated information on logging contextual information.
Vinay Sajip
2010-09-06
1
-0/+76
[next]