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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #8524: When creating an SSL socket, the timeout value of the
Antoine Pitrou
2010-04-24
1
-0/+4
*
Merged revisions 80451-80452 via svnmerge from
Antoine Pitrou
2010-04-24
1
-0/+6
*
prevent the dict constructor from accepting non-string keyword args #8419
Benjamin Peterson
2010-04-24
1
-0/+6
*
- Issue #8510: Update to autoconf2.65.
Matthias Klose
2010-04-24
1
-0/+2
*
Merged revisions 80443 via svnmerge from
Matthias Klose
2010-04-24
1
-0/+3
*
Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and
Victor Stinner
2010-04-23
1
-0/+3
*
Issue #8495: test_gdb uses replace error handler when decoding utf8 output
Victor Stinner
2010-04-23
1
-2/+2
*
Issue #8467: Pure Python implementation of subprocess encodes the error message
Victor Stinner
2010-04-23
1
-0/+4
*
Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't execute
Victor Stinner
2010-04-23
1
-0/+4
*
Issue #8468: bz2.BZ2File() accepts str with surrogates and bytes filenames
Victor Stinner
2010-04-23
1
-0/+2
*
Port of issue8451 to python3: Syslog use sys.argv[0] for ident.
Sean Reifscheider
2010-04-23
1
-0/+4
*
Merged revisions 80392 via svnmerge from
Antoine Pitrou
2010-04-23
1
-0/+8
*
Issue #8092: Fix PyUnicode_EncodeUTF8() to support error handler producing
Victor Stinner
2010-04-22
1
-0/+3
*
Issue #8496: make mailcap.lookup() always return a list, rather than an itera...
Antoine Pitrou
2010-04-22
1
-0/+3
*
Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore,
Victor Stinner
2010-04-22
1
-0/+3
*
Issue #8195: Fix a crash in sqlite Connection.create_collation() if the
Victor Stinner
2010-04-22
1
-0/+3
*
#7347 entry got entered in the wrong spot.
Brian Curtin
2010-04-22
1
-3/+3
*
Add a note about #7347.
Brian Curtin
2010-04-22
1
-0/+3
*
Add myself to email, move 'windows' to Platforms where it
R. David Murray
2010-04-21
1
-3/+3
*
Add myself to ssl, although I'm not a de facto maintainer or expert
Antoine Pitrou
2010-04-21
1
-1/+1
*
Merged revisions 80325 via svnmerge from
Antoine Pitrou
2010-04-21
2
-0/+6
*
Merged revisions 80322 via svnmerge from
Matthias Klose
2010-04-21
1
-0/+2
*
Merged revisions 80314-80315 via svnmerge from
Antoine Pitrou
2010-04-21
1
-0/+4
*
Update NEWS file accoding to my last patch (r80311 about gdb)
Victor Stinner
2010-04-21
1
-2/+3
*
Merged revisions 80301 via svnmerge from
Martin v. Löwis
2010-04-21
1
-0/+3
*
Merged revisions 79986-79987,80156 via svnmerge from
Martin v. Löwis
2010-04-21
1
-1/+1
*
Merged revisions 80144 via svnmerge from
R. David Murray
2010-04-21
1
-0/+3
*
Issue #2706: Add support for dividing a timedelta by another timedelta.
Mark Dickinson
2010-04-20
1
-0/+4
*
Merged revisions 80288 via svnmerge from
Victor Stinner
2010-04-20
1
-0/+2
*
Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytree
Tarek Ziadé
2010-04-20
1
-0/+2
*
Fixed #1540112: now shutil.copytree will let you provide your own copy() func...
Tarek Ziadé
2010-04-19
1
-0/+3
*
Merged revisions 80226 via svnmerge from
Giampaolo Rodolà
2010-04-19
1
-0/+3
*
Merged revisions 80221 via svnmerge from
Tarek Ziadé
2010-04-19
1
-0/+2
*
I'll maintain syslog. I've made most of the "recent" changes to it anyway.
Sean Reifscheider
2010-04-19
1
-1/+1
*
For for issue #7154: Port the code that uses
Ronald Oussoren
2010-04-18
1
-0/+3
*
Merged revisions 80178 via svnmerge from
Ronald Oussoren
2010-04-18
1
-0/+3
*
Merged revisions 80172 via svnmerge from
Giampaolo Rodolà
2010-04-18
1
-0/+3
*
Issue #8394: _ctypes.dlopen() accepts bytes, bytearray and str with
Victor Stinner
2010-04-18
1
-0/+3
*
Wording in NEWS.
Antoine Pitrou
2010-04-17
1
-1/+1
*
Issue #850728: Add a *timeout* parameter to the `acquire()` method of
Antoine Pitrou
2010-04-17
2
-0/+4
*
Merged revisions 80151 via svnmerge from
Antoine Pitrou
2010-04-17
1
-0/+3
*
Merged revisions 80152 via svnmerge from
Martin v. Löwis
2010-04-17
1
-0/+3
*
Issue #8393: subprocess accepts bytes, bytearray and str with surrogates for
Victor Stinner
2010-04-16
1
-0/+3
*
Merged revisions 80126 via svnmerge from
Benjamin Peterson
2010-04-16
1
-0/+3
*
Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII
Victor Stinner
2010-04-16
1
-0/+3
*
maintainers.rst additions.
R. David Murray
2010-04-16
1
-2/+2
*
Merged revisions 79892 via svnmerge from
Victor Stinner
2010-04-16
1
-0/+2
*
Issue #8412: os.system() now accepts bytes, bytearray and str with
Victor Stinner
2010-04-16
1
-0/+3
*
Merged revisions 80101 via svnmerge from
Senthil Kumaran
2010-04-16
1
-0/+3
*
Merged revisions 80062 via svnmerge from
R. David Murray
2010-04-14
2
-0/+4
[next]