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
*
Remove outdated mention of deprecated functions in the string module - they h...
Antoine Pitrou
2010-07-21
1
-7/+7
*
Apply patch from Ray Allen for issue 9296
Doug Hellmann
2010-07-21
2
-1/+10
*
Minor clarification about importlib.abc.SourceLoader.get_filename.
Brett Cannon
2010-07-21
1
-1/+1
*
Fix #9316. if/is grammar corrections.
Brian Curtin
2010-07-21
1
-3/+3
*
revert unintended changes
Benjamin Peterson
2010-07-20
7
-31/+11
*
move test_trace.py so as not to conflict with future tests for the trace module
Benjamin Peterson
2010-07-20
8
-11/+31
*
Issue #9282: Fixed --listfuncs option of trace.py. Thanks Eli
Alexander Belopolsky
2010-07-20
3
-1/+6
*
Without this patch the value of sysconfig.get_config_var('LDSHARED')
Ronald Oussoren
2010-07-20
1
-7/+27
*
Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / in
Gregory P. Smith
2010-07-19
3
-35/+47
*
Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError f...
Senthil Kumaran
2010-07-19
2
-0/+7
*
Sub-issue of #9036: Fix incorrect use of Py_CHARMASK.
Stefan Krah
2010-07-19
2
-1/+2
*
Issue #9265: Incorrect name passed as arg[0] when shell=True
Stefan Krah
2010-07-19
2
-0/+21
*
This patch adds a testcase that demonstrates a problem
Ronald Oussoren
2010-07-19
1
-0/+6
*
Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wide
Stefan Krah
2010-07-19
1
-6/+1
*
Clarification. Yay importlib!
Georg Brandl
2010-07-19
1
-2/+5
*
pydoc.pager does not promise to use $PAGER.
Georg Brandl
2010-07-19
2
-5/+4
*
Remove temporary debugging code.
Mark Dickinson
2010-07-19
2
-60/+1
*
Clarify :option: description.
Georg Brandl
2010-07-19
1
-2/+3
*
Clarify.
Georg Brandl
2010-07-19
1
-2/+2
*
Document the extra epoll flags
Jean-Paul Calderone
2010-07-18
1
-5/+5
*
There is no method named "register(fd, eventmask)"; fix markup to just indica...
Jean-Paul Calderone
2010-07-18
1
-1/+1
*
Add configure check for a bug with gcc soft floating-point and subnormals, to...
Mark Dickinson
2010-07-18
2
-1/+60
*
nest method and attribute doc
Benjamin Peterson
2010-07-18
1
-15/+16
*
use classmethod
Benjamin Peterson
2010-07-18
1
-1/+1
*
#9110: update to ContextDecorator doc.
Georg Brandl
2010-07-18
1
-13/+32
*
#9279: remove the pdb.doc file, put its contents in pdb.__doc__. Also sync t...
Georg Brandl
2010-07-18
5
-337/+403
*
Clarify Misc/NEWS entry.
Mark Dickinson
2010-07-18
1
-2/+2
*
Misc/NEWS entry for r82941.
Mark Dickinson
2010-07-18
1
-0/+5
*
Issue #9277: Struct module: standard bool packing was incorrect if
Mark Dickinson
2010-07-18
1
-2/+2
*
Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x
Alexander Belopolsky
2010-07-17
4
-40/+91
*
sharedinstall should depend on sharedmods #9280
Benjamin Peterson
2010-07-17
2
-1/+3
*
Issue #9268: Add annotation option to pickletools.dis
Alexander Belopolsky
2010-07-17
3
-13/+55
*
Issue #7384: On Gentoo, libreadline.so is a "fake library", so ldd fails.
Stefan Krah
2010-07-17
1
-12/+13
*
#1555570: correctly handle a \r\n that is split by the read buffer.
R. David Murray
2010-07-17
3
-0/+40
*
Add comma grouping to max result so it's easier to read.
Brett Cannon
2010-07-16
1
-1/+1
*
Fix possible failure in pickling tests due to different instantiations
Antoine Pitrou
2010-07-16
1
-0/+10
*
Add benchmarks for importing just source w/o writing bytecode, importing source
Brett Cannon
2010-07-16
1
-14/+57
*
Corrected TUPLE<N> opcodes' docs.
Alexander Belopolsky
2010-07-16
1
-8/+11
*
Touch up comments and code along with outputting what the unit of measure is.
Brett Cannon
2010-07-15
1
-7/+10
*
Fix issue9132 - Documentation for comparing dictionaries is out of date
Senthil Kumaran
2010-07-14
1
-12/+3
*
Fix a mistake, https proxy shoud be https://
Senthil Kumaran
2010-07-14
1
-1/+1
*
Fix: Issue6853 - Get HTTPS system proxy in Windows.
Senthil Kumaran
2010-07-14
1
-0/+1
*
PEP 8 conformance: class_ -> cls
Alexander Belopolsky
2010-07-14
1
-3/+3
*
Issue #9251: test_threaded_import didn't fail when run through regrtest
Antoine Pitrou
2010-07-14
2
-55/+53
*
Fix Issue5842 - Moving the tests out of urllib.parse module
Senthil Kumaran
2010-07-14
2
-64/+32
*
High byte is the exit status.
Stefan Krah
2010-07-14
1
-1/+1
*
#9235: fix missing import of sys.
Georg Brandl
2010-07-14
1
-0/+1
*
Remove unused code that would raise a NameError.
Georg Brandl
2010-07-14
1
-3/+0
*
Remove XXX from text.
Georg Brandl
2010-07-14
1
-6/+8
*
#9258: fix copy-paste errors.
Georg Brandl
2010-07-14
1
-3/+3
[next]