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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have namedtuple's field renamer assign names that
Raymond Hettinger
2009-04-02
2
-7/+7
*
Issue #2396: backport the memoryview object.
Antoine Pitrou
2009-04-02
1
-0/+328
*
sys.long_info attributes should be ints, not longs
Mark Dickinson
2009-04-02
1
-3/+5
*
Actually the displayhook should print the repr.
Georg Brandl
2009-04-02
1
-1/+1
*
Add missing iteritems() call to the for loop in mailbox.MH.get_message().
R. David Murray
2009-04-02
2
-1/+7
*
Store the functions in the _type_equality_funcs as wrapped objects that are d...
Michael Foord
2009-04-02
2
-4/+27
*
Add custom initializer argument to multiprocess.Manager*, courtesy of lekma
Jesse Noller
2009-04-02
3
-4/+44
*
Better exception messages for unittest assert methods.
Michael Foord
2009-04-02
2
-70/+270
*
Fixing the issue4860. Escaping embedded '"' character in js_output() method o...
Senthil Kumaran
2009-04-02
2
-5/+5
*
Remove port spec from run.py and fix bug where
Kurt B. Kaiser
2009-04-02
2
-4/+10
*
Fix test_doctest, missed two assignments to curframe.
Georg Brandl
2009-04-02
1
-0/+2
*
handle SEEK_ constants in test_io
Benjamin Peterson
2009-04-02
1
-4/+4
*
Cache the f_locals dict of the current frame, since every access to frame.f_l...
Georg Brandl
2009-04-01
1
-14/+21
*
remove double underscores
Benjamin Peterson
2009-04-01
1
-31/+32
*
In Pdb, stop assigning values to __builtin__._ which interferes with the one ...
Georg Brandl
2009-04-01
1
-0/+9
*
Add tests checking the CSV module's ability to handle
R. David Murray
2009-04-01
1
-0/+18
*
add seek constants to __all__
Benjamin Peterson
2009-04-01
1
-1/+2
*
Revert accidental checkin.
Georg Brandl
2009-04-01
1
-6/+0
*
Add NEWS item.
Georg Brandl
2009-04-01
1
-0/+6
*
#4572: add SEEK_* values as constants in io.py.
Georg Brandl
2009-04-01
1
-0/+5
*
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
1
-7/+14
*
test_warnings ironically had a single test that was not protecting the warnings
Brett Cannon
2009-04-01
1
-8/+8
*
test_logging was blindly clearing the warnings filter. This caused
Brett Cannon
2009-04-01
1
-22/+24
*
Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
Raymond Hettinger
2009-04-01
2
-4/+28
*
_warnings was importing itself to get an attribute. That's bad if warnings gets
Brett Cannon
2009-04-01
1
-0/+35
*
#5655: fix docstring oversight.
Georg Brandl
2009-04-01
1
-1/+1
*
The cgitb module had imports in its functions. This can cause deadlock with the
Brett Cannon
2009-04-01
1
-14/+11
*
Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH.
Georg Brandl
2009-04-01
2
-2/+6
*
#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
1
-1/+5
*
Fix multiprocessing.event to match the new threading.Event API
Jesse Noller
2009-04-01
2
-7/+14
*
Fix issue 2522. locale.format now checks that it is passed
R. David Murray
2009-04-01
2
-8/+29
*
Fix for failing asyncore tests.
Josiah Carlson
2009-04-01
2
-2/+3
*
Issue #5635: Fix running test_sys with tracing enabled.
Georg Brandl
2009-04-01
1
-0/+5
*
#5228: add pickle support to functools.partial
Jack Diederich
2009-03-31
1
-1/+14
*
Fix Windows test skip error revealed by buildbot. Also a comment spelling
R. David Murray
2009-03-31
2
-10/+5
*
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
*
#5583 Added optional Extensions in Distutils
Tarek Ziadé
2009-03-31
3
-2/+33
*
#1651995: fix _convert_ref for non-ASCII characters.
Georg Brandl
2009-03-31
2
-1/+10
*
Made handle_expt_event() be called last, so that we don't accidentally read
Josiah Carlson
2009-03-31
1
-2/+2
*
fix Thread.ident when it is the main thread or a dummy thread #5632
Benjamin Peterson
2009-03-31
2
-1/+19
*
take the usual lock precautions around _active_limbo_lock
Benjamin Peterson
2009-03-31
1
-21/+13
*
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
[next]