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
*
Fix for issue5040. Adding test for Content-Length
Senthil Kumaran
2009-04-01
2
-1/+29
*
bounds check arguments to mmap.move(). All of them. Really.
Jack Diederich
2009-04-01
2
-16/+23
*
test_warnings ironically had a single test that was not protecting the warnings
Brett Cannon
2009-04-01
2
-8/+10
*
test_logging was blindly clearing the warnings filter. This caused
Brett Cannon
2009-04-01
2
-22/+26
*
Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
Raymond Hettinger
2009-04-01
3
-4/+30
*
Adding Wing project file
Michael Foord
2009-04-01
2
-0/+14
*
_warnings was importing itself to get an attribute. That's bad if warnings gets
Brett Cannon
2009-04-01
3
-16/+67
*
Paul Kippes was given commit privileges to work on 3to2.
Brett Cannon
2009-04-01
1
-0/+2
*
#5655: fix docstring oversight.
Georg Brandl
2009-04-01
1
-1/+1
*
Ron DuPlain was given commit privileges at PyCon 2009 to work on 3to2.
Brett Cannon
2009-04-01
1
-0/+2
*
Issue 3270: document Listener address restrictions on windows
Jesse Noller
2009-04-01
1
-0/+6
*
http://bugs.python.org/issue5623
Kristján Valur Jónsson
2009-04-01
1
-33/+24
*
The cgitb module had imports in its functions. This can cause deadlock with the
Brett Cannon
2009-04-01
2
-14/+15
*
Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH.
Georg Brandl
2009-04-01
2
-2/+6
*
Fixed compile error on windows.
Hirokazu Yamamoto
2009-04-01
1
-0/+3
*
Add Maksim, who worked on several issues at the sprint.
Georg Brandl
2009-04-01
1
-0/+1
*
#5631: add upload to list of possible commands, which is presented in --help-...
Georg Brandl
2009-04-01
1
-0/+2
*
The SimpleXMLRPCServer's CGI handler now runs like a pony.
Georg Brandl
2009-04-01
2
-1/+7
*
Fix multiprocessing.event to match the new threading.Event API
Jesse Noller
2009-04-01
3
-7/+20
*
Fix issue 2522. locale.format now checks that it is passed
R. David Murray
2009-04-01
4
-8/+35
*
Fix for failing asyncore tests.
Josiah Carlson
2009-04-01
3
-3/+5
*
Issue #5635: Fix running test_sys with tracing enabled.
Georg Brandl
2009-04-01
2
-1/+9
*
#5228: add pickle support to functools.partial
Jack Diederich
2009-03-31
4
-2/+65
*
Fix Windows test skip error revealed by buildbot. Also a comment spelling
R. David Murray
2009-03-31
2
-10/+5
*
Dont shout to users.
Georg Brandl
2009-03-31
1
-1/+1
*
fixed the test for win32 CompileError
Tarek Ziadé
2009-03-31
1
-1/+3
*
catching msvc9compiler error as well
Tarek Ziadé
2009-03-31
1
-1/+1
*
Improve examples for collections.deque()
Raymond Hettinger
2009-03-31
1
-25/+24
*
#5018: remove confusing paragraph.
Georg Brandl
2009-03-31
1
-7/+5
*
#5617: add a handy function to print a unicode string to gdbinit.
Georg Brandl
2009-03-31
1
-0/+13
*
#5583 Added optional Extensions in Distutils
Tarek Ziadé
2009-03-31
5
-2/+40
*
Issue 5619: Pass MS CRT debug flags into subprocesses
Jesse Noller
2009-03-31
4
-0/+12
*
#3427: document correct return type for urlopen().info().
Georg Brandl
2009-03-31
1
-1/+1
*
#1651995: fix _convert_ref for non-ASCII characters.
Georg Brandl
2009-03-31
2
-1/+10
*
#5563: more documentation for bdist_msi.
Georg Brandl
2009-03-31
1
-1/+9
*
Made handle_expt_event() be called last, so that we don't accidentally read
Josiah Carlson
2009-03-31
1
-2/+2
*
#1676135: remove trailing slashes from --prefix argument.
Georg Brandl
2009-03-31
2
-1/+15
*
#1675026: add a note about a strange Windows problem, and remove notes about ...
Georg Brandl
2009-03-31
1
-69/+4
*
Remove warning about pending Win9x support removal.
Georg Brandl
2009-03-31
1
-15/+0
*
fix Thread.ident when it is the main thread or a dummy thread #5632
Benjamin Peterson
2009-03-31
3
-1/+22
*
#5598: document DocFileSuite *args argument.
Georg Brandl
2009-03-31
1
-32/+34
*
take the usual lock precautions around _active_limbo_lock
Benjamin Peterson
2009-03-31
1
-21/+13
*
#1530012: move TQS section before raw strings.
Georg Brandl
2009-03-31
1
-15/+14
*
making sdist and config test silents
Tarek Ziadé
2009-03-31
2
-2/+4
*
added tests to the install_headers command
Tarek Ziadé
2009-03-31
2
-6/+46
*
added test to the install_data command
Tarek Ziadé
2009-03-31
2
-6/+80
*
more tests for the upload command
Tarek Ziadé
2009-03-31
2
-8/+64
*
more tests for the register command
Tarek Ziadé
2009-03-31
2
-42/+89
*
added tests for the clean command
Tarek Ziadé
2009-03-31
3
-3/+69
*
using log.warn for sys.stderr
Tarek Ziadé
2009-03-31
2
-9/+9
[next]