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
*
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
*
Add method to OrderedDict for repositioning keys to the ends.
Raymond Hettinger
2010-09-06
1
-0/+17
*
Fix markup nits
Raymond Hettinger
2010-09-06
1
-3/+3
*
Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittest
Antoine Pitrou
2010-09-06
1
-0/+53
*
Issue #5506: BytesIO objects now have a getbuffer() method exporting a
Antoine Pitrou
2010-09-06
1
-0/+18
*
Implement #7566 - os.path.sameopenfile for Windows.
Brian Curtin
2010-09-06
1
-1/+3
*
hashlib has two new constant attributes: algorithms_guaranteed and
Gregory P. Smith
2010-09-06
1
-8/+21
*
#9780: both { and } are not valid fill characters.
Georg Brandl
2010-09-06
1
-5/+5
*
Remove redundant word.
Georg Brandl
2010-09-06
1
-1/+1
*
Revert accidental commit, apologies for the noise
Éric Araujo
2010-09-06
1
-2/+2
*
Fix nits
Raymond Hettinger
2010-09-06
1
-7/+7
*
Update
Éric Araujo
2010-09-06
1
-2/+2
*
More updates to whatsnew3.2
Raymond Hettinger
2010-09-06
1
-46/+91
*
link to docs
Benjamin Peterson
2010-09-06
1
-2/+2
*
Clean-up example of using fileinput as a context manager.
Raymond Hettinger
2010-09-05
1
-2/+3
*
Fix typos and wording in what’s new 3.2.
Éric Araujo
2010-09-05
1
-27/+28
*
#9747: fix copy-paste error in getresgid() doc.
Georg Brandl
2010-09-05
1
-1/+1
*
Rewrap and consistency fixes.
Georg Brandl
2010-09-05
1
-175/+175
*
Fill-in sqlite3 stubs
Raymond Hettinger
2010-09-05
1
-7/+8
*
Add example of ftplib's new context manager.
Raymond Hettinger
2010-09-05
1
-4/+19
*
Add PEP 391 to whatsnew
Raymond Hettinger
2010-09-05
1
-0/+43
*
More updates to whatsnew.
Raymond Hettinger
2010-09-05
1
-5/+13
*
Add an example
Raymond Hettinger
2010-09-05
1
-1/+6
*
More updates to whatsnew
Raymond Hettinger
2010-09-05
1
-2/+28
*
Update whatsnew for Pep3149.
Raymond Hettinger
2010-09-05
1
-4/+27
*
Update whatsnew for Pep3147.
Raymond Hettinger
2010-09-04
1
-1/+54
*
Adopt more descriptive attribute names as suggested on python-dev.
Raymond Hettinger
2010-09-04
2
-6/+6
[next]