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 #5103: SSL handshake would ignore the socket timeout and block
Antoine Pitrou
2010-04-24
1
-0/+3
*
The do_handshake() method of SSL objects now adjusts the blocking mode of
Antoine Pitrou
2010-04-24
1
-0/+3
*
- Issue #8509: Fix quoting in help strings and code snippets in configure.in.
Matthias Klose
2010-04-24
1
-0/+5
*
#7507: quote "!" in pipes.quote(); it is a special character for some shells.
Georg Brandl
2010-04-24
1
-0/+2
*
Issue #5238: Calling makefile() on an SSL object would prevent the
Antoine Pitrou
2010-04-23
1
-0/+3
*
Issue #7943: Fix circular reference created when instantiating an SSL
Antoine Pitrou
2010-04-23
2
-0/+4
*
issue8451: Making syslog module use sys.argv[0] for "ident".
Sean Reifscheider
2010-04-23
1
-0/+4
*
Issue #8108: Fix the unwrap() method of SSL objects when the socket has
Antoine Pitrou
2010-04-22
1
-0/+11
*
Issue #7332: Remove the 16KB stack-based buffer in
Antoine Pitrou
2010-04-21
2
-0/+6
*
- Build the ossaudio extension on GNU/kFreeBSD.
Matthias Klose
2010-04-21
1
-0/+5
*
Issue #8484: Load all ciphers and digest algorithms when initializing
Antoine Pitrou
2010-04-21
1
-0/+4
*
Add Tim Golden.
Martin v. Löwis
2010-04-21
1
-0/+3
*
Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm
Victor Stinner
2010-04-20
1
-0/+2
*
Fix Issue #4841: timeout is now applied for connections resulting from PORT/E...
Giampaolo Rodolà
2010-04-19
1
-0/+3
*
Fixed #8463: added missing reference to bztar in shutil's documentation.
Tarek Ziadé
2010-04-19
1
-0/+2
*
Issue #8438: Remove reference to the missing "surrogateescape" encoding
Antoine Pitrou
2010-04-19
1
-0/+3
*
Fix for issue #7072
Ronald Oussoren
2010-04-18
1
-0/+2
*
Fix Issue #3817: 225 is now considered a valid response code for ABOR
Giampaolo Rodolà
2010-04-18
1
-0/+3
*
Issue #8279: Fix test_gdb failures.
Martin v. Löwis
2010-04-17
1
-0/+2
*
Add Giampaolo.
Martin v. Löwis
2010-04-17
1
-0/+3
*
Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the
Antoine Pitrou
2010-04-17
1
-0/+3
*
Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug.
R. David Murray
2010-04-17
1
-0/+3
*
have a clear error when passing something > sys.maxsize to bytearray
Benjamin Peterson
2010-04-16
1
-0/+3
*
Fix issue2987: RFC2732 support for urlparse (IPv6 addresses)
Senthil Kumaran
2010-04-16
1
-0/+3
*
#5341: typo.
Georg Brandl
2010-04-14
1
-1/+1
*
Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters.
R. David Murray
2010-04-13
2
-0/+4
*
Issue #7585: use tab between components in unified and context diff headers.
R. David Murray
2010-04-12
2
-0/+5
*
Issue #7472: ISO-2022 charsets now consistently use 7bit CTE.
R. David Murray
2010-04-12
1
-0/+4
*
Issue #8330: Fix expected output in test_gdb.
Martin v. Löwis
2010-04-12
1
-0/+2
*
Fix misplaced items and incorrect title.
Antoine Pitrou
2010-04-11
1
-11/+11
*
Issue #8374: Update the internal alias table in the :mod:`locale` module
Antoine Pitrou
2010-04-11
1
-0/+3
*
Two typo fixes
Andrew M. Kuchling
2010-04-11
1
-1/+1
*
towards beta 2
Benjamin Peterson
2010-04-10
1
-0/+12
*
bump version to 2.7b1
Benjamin Peterson
2010-04-10
2
-2/+2
*
Issue #8348: Fix test ftp url in test_urllib2net.
Martin v. Löwis
2010-04-08
1
-0/+2
*
Issue #8204: Fix test_ttk notebook test by forcing focus.
Martin v. Löwis
2010-04-08
1
-0/+2
*
Issue #8344: Fix test_ttk bug on FreeBSD.
Martin v. Löwis
2010-04-08
1
-0/+2
*
Document the libffi FreeBSD fix.
Jeroen Ruigrok van der Werven
2010-04-07
1
-0/+3
*
Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.
Martin v. Löwis
2010-04-07
1
-0/+2
*
document new PYTHONWARNINGS env var
Philip Jenvey
2010-04-06
1
-0/+3
*
#7301: add the environment variable $PYTHONWARNINGS to supplement the -W
Philip Jenvey
2010-04-06
1
-0/+2
*
remove a optimization that resulted in unexpected behavior #8929
Benjamin Peterson
2010-04-06
1
-0/+3
*
Issue #8193: Fix test_zlib failure with zlib 1.2.4.
Antoine Pitrou
2010-04-06
1
-0/+2
*
Misc/NEWS entry for r79843.
Mark Dickinson
2010-04-06
1
-0/+4
*
Add JP.
Georg Brandl
2010-04-06
1
-1/+4
*
Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,
Antoine Pitrou
2010-04-05
1
-0/+4
*
fix dis on new style classes #8310
Benjamin Peterson
2010-04-04
1
-0/+2
*
Add tests for cmp_to_key.
Raymond Hettinger
2010-04-04
1
-1/+1
*
Add functools.CmpToKey()
Raymond Hettinger
2010-04-04
1
-0/+6
*
ensure that the locale does not affect the tokenization of identifiers
Benjamin Peterson
2010-04-03
1
-0/+2
[next]