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
Commit message (
Expand
)
Author
Age
Files
Lines
*
#8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the te...
Georg Brandl
2010-05-24
6
-4/+713
*
Fix default value for version help. Approved by Benjamin on python-dev: http:...
Steven Bethard
2010-05-24
2
-1/+20
*
argparse documentation updates (including updates to optparse and getopt docu...
Steven Bethard
2010-05-24
3
-5/+31
*
#1436346: make it more obvious that timetuple[7] is yday.
Georg Brandl
2010-05-23
1
-7/+10
*
NEWS rewrap and punctuation consistency.
Georg Brandl
2010-05-22
1
-212/+206
*
Merged revisions 80937,81478 via svnmerge from
Benjamin Peterson
2010-05-22
2
-2/+4
*
Fix my last commit (r81471) about codecs
Victor Stinner
2010-05-22
2
-6/+6
*
Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32
Victor Stinner
2010-05-22
5
-22/+78
*
#8635: document enumerate() start parameter in docstring.
Georg Brandl
2010-05-22
1
-3/+4
*
Underscore the name of an internal utility function.
Georg Brandl
2010-05-22
1
-3/+3
*
Issue #3924: Ignore cookies with invalid "version" field in cookielib.
Georg Brandl
2010-05-22
3
-6/+32
*
#8785: less confusing description of regex.find*.
Georg Brandl
2010-05-22
1
-2/+6
*
Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice
Victor Stinner
2010-05-22
3
-0/+28
*
Issue #5640: Fix Shift-JIS incremental encoder for error handlers different
Victor Stinner
2010-05-21
3
-1/+8
*
#8709: mention Windows support for os.devnull.
Georg Brandl
2010-05-21
1
-2/+2
*
typo
Georg Brandl
2010-05-21
1
-1/+1
*
Correct info for Semaphore.acquire() semantics under OSX.
Georg Brandl
2010-05-21
1
-4/+3
*
simplify and modernize updatecache()
Benjamin Peterson
2010-05-21
1
-12/+10
*
remove debugging rubish
Benjamin Peterson
2010-05-21
1
-3/+0
*
ensure the last line has a trailing newline #8782
Benjamin Peterson
2010-05-21
3
-0/+17
*
#8707: remove duplicate paragraph part.
Georg Brandl
2010-05-21
1
-8/+3
*
fix name
Benjamin Peterson
2010-05-21
1
-1/+1
*
use addCleanup
Benjamin Peterson
2010-05-21
1
-30/+27
*
Add missing parameter in SimpleXMLRPCServer signature.
Georg Brandl
2010-05-21
1
-1/+1
*
typo
Georg Brandl
2010-05-21
1
-1/+1
*
return NotImplemented from Mapping when comparing to a non-mapping #8729
Benjamin Peterson
2010-05-21
3
-3/+54
*
#8783: replace link to now dead hash collision FAQ.
Georg Brandl
2010-05-21
1
-2/+2
*
Updated logging documentation with more dictConfig information.
Vinay Sajip
2010-05-21
1
-0/+39
*
Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows
Antoine Pitrou
2010-05-21
4
-7/+50
*
fix extra 't' #8778
Benjamin Peterson
2010-05-20
1
-1/+1
*
Turned out that if you used explicit relative import syntax
Brett Cannon
2010-05-20
3
-1/+17
*
libpython.py: fix support of non-BMP unicode characters
Victor Stinner
2010-05-20
2
-8/+30
*
#8759: Fixed user paths in sysconfig for posix and os2 schemes
Tarek Ziadé
2010-05-19
3
-9/+20
*
Fix typo.
Stefan Krah
2010-05-19
1
-1/+1
*
Fix typos in docstrings.
Stefan Krah
2010-05-19
1
-2/+2
*
Fix typo in argparse doc.
Ezio Melotti
2010-05-19
1
-1/+1
*
Fix issue #8573 (asyncore._strerror bug): fixed os.strerror typo; included Na...
Giampaolo Rodolà
2010-05-18
2
-2/+11
*
Doc Fix. Correct link to Zephyr ASDL Abstract page.
Senthil Kumaran
2010-05-18
1
-1/+1
*
Fixed minor typo in ReST markup.
Vinay Sajip
2010-05-18
1
-1/+1
*
Fix minor typo.
Senthil Kumaran
2010-05-18
1
-1/+1
*
Issue #7079: Fix a possible crash when closing a file object while using
Antoine Pitrou
2010-05-17
3
-3/+18
*
Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases.
Florent Xicluna
2010-05-17
2
-17/+28
*
upgraded distutils docs w.r.t. the manifest regeneration
Tarek Ziadé
2010-05-17
2
-12/+5
*
Slight style cleanup.
Florent Xicluna
2010-05-17
1
-8/+6
*
Fixed #8688: Distutils now recalculates MANIFEST everytime.
Tarek Ziadé
2010-05-17
3
-57/+68
*
Add cross-reference to later section
Andrew M. Kuchling
2010-05-16
1
-3/+3
*
Clear the OpenSSL error queue each time an error is signalled.
Antoine Pitrou
2010-05-16
1
-0/+3
*
Document that SSL v2 is insecure.
Antoine Pitrou
2010-05-16
1
-0/+4
*
Use with open() as fo: ... instead of try: fo = open(...) finally: fo.close()
Victor Stinner
2010-05-16
1
-6/+4
*
Use 4-spaces for indentation (instead of tabs) in pgen outputs
Victor Stinner
2010-05-15
2
-1297/+1297
[next]