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
*
Update docs for namedtuple's renaming change.
Raymond Hettinger
2009-04-02
1
-1/+1
*
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
15
-26/+1672
*
sys.long_info attributes should be ints, not longs
Mark Dickinson
2009-04-02
2
-5/+9
*
PyErr_NormalizeException may not set an error, so convert the PyErr_SetObject
Georg Brandl
2009-04-02
2
-1/+12
*
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
3
-1/+10
*
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
5
-6/+50
*
Clarify that datetime strftime does not produce leap seconds and datetime
R. David Murray
2009-04-02
1
-2/+6
*
Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES
Jesse Noller
2009-04-02
4
-4/+21
*
Fix two issues introduced by issue #71031 by changing the signature of
Brett Cannon
2009-04-02
2
-2/+2
*
Better exception messages for unittest assert methods.
Michael Foord
2009-04-02
4
-71/+297
*
PyImport_AppendInittab() took a char * as a first argument even though that
Brett Cannon
2009-04-02
3
-2/+5
*
Fixing the issue4860. Escaping embedded '"' character in js_output() method o...
Senthil Kumaran
2009-04-02
2
-5/+5
*
fix error handling
Benjamin Peterson
2009-04-02
1
-4/+7
*
In PyErr_GivenExceptionMatches, temporarily bump the recursion
Georg Brandl
2009-04-02
1
-1/+7
*
Remove port spec from run.py and fix bug where
Kurt B. Kaiser
2009-04-02
2
-4/+10
*
Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to M...
Jesse Noller
2009-04-02
2
-5/+12
*
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
*
this should be :noindex:
Benjamin Peterson
2009-04-02
1
-1/+1
*
fix markup
Benjamin Peterson
2009-04-02
1
-2/+1
*
issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin L...
Jesse Noller
2009-04-02
7
-45/+151
*
Typo fix
Andrew M. Kuchling
2009-04-02
1
-2/+2
*
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
*
Add my initials to Misc/developers.txt. Names are now sorted by number of
Brett Cannon
2009-04-01
1
-4/+5
*
In Pdb, stop assigning values to __builtin__._ which interferes with the one ...
Georg Brandl
2009-04-01
2
-0/+12
*
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
2
-0/+8
*
#4572: add SEEK_* values as constants in io.py.
Georg Brandl
2009-04-01
2
-3/+14
*
Add link to an alternative generator with a long-period.
Raymond Hettinger
2009-04-01
1
-0/+4
*
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
[next]