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
...
*
Bug #1709599: Run test_1565150 only if the file system is NTFS.
Martin v. Löwis
2007-08-30
2
-4/+16
*
Bug #1746880: Correctly install DLLs into system32 folder on Win64.
Martin v. Löwis
2007-08-30
2
-1/+3
*
Fix typo.
Martin v. Löwis
2007-08-30
1
-1/+1
*
Fix popen usage.
Martin v. Löwis
2007-08-30
1
-2/+2
*
added note on new ssl module and deprecation of socket.ssl
Bill Janssen
2007-08-30
1
-0/+2
*
Added docstrings to methods and functions.
Bill Janssen
2007-08-30
1
-0/+36
*
Set startinpos before calling the error handler.
Walter Dörwald
2007-08-30
1
-0/+1
*
Rewrap line.
Walter Dörwald
2007-08-30
1
-1/+2
*
Added more cross-references.
Mark Summerfield
2007-08-30
3
-4/+9
*
* Skip test_pipes on non-POSIX.
Georg Brandl
2007-08-30
2
-3/+5
*
Patch #1680959: add test suite for pipes module.
Georg Brandl
2007-08-30
4
-17/+185
*
Stronger urge to convert filenames to str before using them as argument to Zi...
Georg Brandl
2007-08-30
1
-1/+1
*
This contains a number of things:
Bill Janssen
2007-08-29
9
-608/+486
*
Ignore test failures caused by 'resource temporarily unavailable'
Facundo Batista
2007-08-29
1
-9/+15
*
Add Bill as a developer
Neal Norwitz
2007-08-29
1
-0/+3
*
Recent items.
Skip Montanaro
2007-08-29
1
-1/+6
*
Install pygettext (once the scriptsinstall target is working again).
Skip Montanaro
2007-08-29
1
-0/+1
*
Fix test output.
Walter Dörwald
2007-08-28
1
-1/+1
*
fixes 813986
Skip Montanaro
2007-08-28
2
-0/+16
*
Add a crasher for the thread-unsafety of file objects.
Georg Brandl
2007-08-28
1
-0/+8
*
Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for
Walter Dörwald
2007-08-28
2
-2/+2
*
Improve extended slicing support in builtin types and classes. Specifically:
Thomas Wouters
2007-08-28
16
-118/+728
*
TarFile.__init__() no longer fails if no name argument is passed and
Lars Gustäbel
2007-08-28
3
-2/+19
*
Fix some glitches.
Georg Brandl
2007-08-28
1
-19/+20
*
Adding basic imputil documentation.
Sean Reifscheider
2007-08-28
2
-0/+234
*
Document rev. 57574.
Georg Brandl
2007-08-28
1
-1/+9
*
News about functools.reduce.
Guido van Rossum
2007-08-27
1
-0/+3
*
Patch # 1739906 by Christian Heimes -- add reduce to functools (importing
Guido van Rossum
2007-08-27
1
-0/+1
*
Patch 10124 by Bill Janssen, docs for the new ssl code.
Guido van Rossum
2007-08-27
4
-92/+322
*
> Some of the code sets the error string in this directly before
Guido van Rossum
2007-08-27
1
-88/+110
*
> Regardless, building a fixed test certificate and checking it in sounds like
Guido van Rossum
2007-08-27
2
-8/+42
*
Ignore test failures caused by 'resource temporarily unavailable'
Facundo Batista
2007-08-27
1
-12/+43
*
If we can't create a certificate, print a warning, but don't fail the test.
Neal Norwitz
2007-08-27
1
-13/+16
*
Make a utility function for handling (printing) an error
Neal Norwitz
2007-08-27
1
-16/+14
*
Stop using string.join (from the module) to ease upgrade to py3k
Neal Norwitz
2007-08-27
1
-10/+10
*
Another patch from Bill Janssen that:
Neal Norwitz
2007-08-26
1
-6/+16
*
Catch IOError for when the device file doesn't exist or the user doesn't have
Neal Norwitz
2007-08-26
1
-1/+1
*
Get the test passing by commenting out some writes (should they be removed?)
Neal Norwitz
2007-08-26
1
-2/+2
*
Bill Janssen wrote:
Guido van Rossum
2007-08-26
2
-43/+87
*
Fail gracefully if the cert files cannot be created
Neal Norwitz
2007-08-26
1
-2/+7
*
Reap children before the test starts so hopefully SocketServer
Neal Norwitz
2007-08-26
1
-0/+1
*
Spell check (also americanify behaviour, it's almost 3 times as common)
Neal Norwitz
2007-08-26
1
-26/+26
*
Fix typo in docstring (missing c in reacquire)
Neal Norwitz
2007-08-26
1
-1/+1
*
keep setup.py from listing unneeded hash modules (_md5, _sha*) as
Gregory P. Smith
2007-08-26
1
-4/+11
*
Try to get this test to pass for systems that do not have SO_REUSEPORT
Neal Norwitz
2007-08-25
1
-1/+4
*
Fix a few more variables to try to get this to compile with Visual Studio.
Neal Norwitz
2007-08-25
1
-2/+3
*
Fix test so it is skipped properly if there is no SSL support.
Neal Norwitz
2007-08-25
1
-2/+6
*
Try to get this to build with Visual Studio by moving all the variable
Neal Norwitz
2007-08-25
1
-17/+24
*
Server-side SSL and certificate validation, by Bill Janssen.
Guido van Rossum
2007-08-25
7
-98/+1038
*
Fix bug 1764407 - the -i switch now does the right thing when using the -m sw...
Nick Coghlan
2007-08-25
4
-66/+102
[prev]
[next]