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
*
- Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with
Matthias Klose
2009-04-04
2
-2/+6
*
#5601: clarify that webbrowser is not meant for file names.
Georg Brandl
2009-04-04
1
-0/+4
*
#5642: clarify map() compatibility to the builtin.
Georg Brandl
2009-04-04
1
-2/+2
*
Replace the localized min/max calls with normal if/else
Raymond Hettinger
2009-04-04
1
-4/+4
*
Allow multiple IDLE GUI/subprocess pairs to exist
Kurt B. Kaiser
2009-04-04
3
-19/+34
*
Fix error in description of 'oct' (issue 5678).
R. David Murray
2009-04-04
1
-1/+1
*
Add helpful link.
Raymond Hettinger
2009-04-04
1
-0/+6
*
Clarified warning about logging use from asynchronous signal handlers.
Vinay Sajip
2009-04-03
1
-3/+4
*
Fix 'the the' duplication
Andrew M. Kuchling
2009-04-03
8
-8/+8
*
Fix 'the the'; grammar fix
Andrew M. Kuchling
2009-04-03
1
-2/+2
*
Add some items
Andrew M. Kuchling
2009-04-03
1
-4/+37
*
Added warning about logging use from asynchronous signal handlers.
Vinay Sajip
2009-04-03
1
-0/+3
*
Fixed compile error on windows.
Hirokazu Yamamoto
2009-04-03
4
-0/+15
*
Localize the function lookup in timeit.
Raymond Hettinger
2009-04-03
1
-2/+2
*
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
[next]