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
*
#1178141: add addinfourl.code to get http status code from urllib.
Georg Brandl
2008-01-20
5
-10/+36
*
#1351692: in pprint, always call format() for dict and list items to enable
Georg Brandl
2008-01-20
1
-55/+60
*
Document that zipfile decryption is insanely slow and fix a typo and
Gregory P. Smith
2008-01-20
2
-2/+3
*
note for r60121
Gregory P. Smith
2008-01-20
1
-0/+3
*
Fix zipfile decryption. The check for validity only worked on one
Gregory P. Smith
2008-01-20
2
-2/+32
*
Add an interactive test script for exercising curses
Andrew M. Kuchling
2008-01-20
1
-0/+46
*
Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox.
Andrew M. Kuchling
2008-01-20
4
-13/+35
*
Fixes/Accepts Patch for issue1189216 - Work properly with archives
Gregory P. Smith
2008-01-19
2
-2/+5
*
Fix issue 1300: Quote command line arguments that contain a '|' character in
Gregory P. Smith
2008-01-19
2
-3/+5
*
Undo an unnecessary else: and indentation that r60104 added.
Gregory P. Smith
2008-01-19
1
-58/+57
*
Missed one big file to split up.
Georg Brandl
2008-01-19
7
-1166/+1175
*
Split the monstrous C API manual files in smaller parts.
Georg Brandl
2008-01-19
41
-5068/+5118
*
Bug 1296: restore text describing OptionGroup
Andrew M. Kuchling
2008-01-19
1
-0/+29
*
note about r60104
Gregory P. Smith
2008-01-19
1
-0/+4
*
Fixes issue1336 - a race condition could occur when forking if the gc
Gregory P. Smith
2008-01-19
1
-58/+71
*
#1509: fix sqlite3 docstrings and docs w.r.t. cursor.fetchXXX methods.
Georg Brandl
2008-01-19
2
-6/+34
*
fix comment typos, use not arg instead of arg == "", add test coverage
Gregory P. Smith
2008-01-19
2
-3/+5
*
Patch #1019808 from Federico Schwindt: Return correct socket error when
Andrew M. Kuchling
2008-01-19
3
-9/+20
*
#1411695: clarify behavior of xml.sax.utils.[un]escape.
Georg Brandl
2008-01-19
1
-2/+4
*
#1663329: add os.closerange() to close a range of fds,
Georg Brandl
2008-01-19
5
-7/+44
*
Bug 1277: make Maildir use the user-provided factory instead of hard-wiring M...
Andrew M. Kuchling
2008-01-19
2
-1/+18
*
Fix #1146: TextWrap vs words 1-character shorter than the width.
Georg Brandl
2008-01-19
3
-1/+22
*
Fix #1679: "0x" was taken as a valid integer literal.
Georg Brandl
2008-01-19
6
-16/+45
*
Add item
Andrew M. Kuchling
2008-01-19
1
-0/+7
*
missing from r60088 checkin.
Skip Montanaro
2008-01-19
1
-0/+3
*
Comment in NEWS regarding the change in trace.py.
Facundo Batista
2008-01-19
1
-0/+3
*
Fix #1693149. Now you can pass several modules separated by
Facundo Batista
2008-01-19
2
-6/+10
*
Patch #976880: add mmap .rfind() method, and 'end' paramter to .find().
Andrew M. Kuchling
2008-01-19
5
-9/+88
*
Sort two names into position
Andrew M. Kuchling
2008-01-19
1
-2/+2
*
#1782: don't leak in error case in PyModule_AddXxxConstant. Patch by Hrvoje N...
Georg Brandl
2008-01-19
1
-2/+14
*
Clarify thread.join() docs. #1873.
Georg Brandl
2008-01-19
1
-6/+7
*
Disabled test_xmlrpc:test_404. It's causing lots of false alarms.
Christian Heimes
2008-01-19
3
-4/+4
*
Add item
Andrew M. Kuchling
2008-01-19
1
-0/+7
*
Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer ...
Andrew M. Kuchling
2008-01-19
4
-5/+60
*
Fix typos.
Georg Brandl
2008-01-19
1
-7/+7
*
Polish sentence
Andrew M. Kuchling
2008-01-19
1
-4/+4
*
Update for threading.local test.
Christian Heimes
2008-01-19
1
-2/+18
*
Added unit test to verify that threading.local doesn't cause ref leaks. It se...
Christian Heimes
2008-01-19
1
-1/+27
*
Polish sentence
Andrew M. Kuchling
2008-01-19
1
-2/+2
*
Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for a
Facundo Batista
2008-01-19
3
-0/+12
*
Indentation normalization.
Georg Brandl
2008-01-19
1
-8/+8
*
Amend curses docs by info how to write non-ascii characters.
Georg Brandl
2008-01-19
1
-0/+13
*
Fix markup.
Georg Brandl
2008-01-19
1
-56/+56
*
Several tweaks: add construction from strings and .from_decimal(), change
Jeffrey Yasskin
2008-01-19
3
-17/+142
*
This got fixed for classic classes in r60057,
Guido van Rossum
2008-01-18
1
-17/+0
*
Better variable name in an example.
Raymond Hettinger
2008-01-18
1
-2/+2
*
Fix an edge case whereby the __del__() method of a classic class could
Guido van Rossum
2008-01-18
1
-0/+10
*
Silence Coverity false alerts with CIDs #172, #183, #184
Christian Heimes
2008-01-18
2
-1/+3
*
Added bytes and b'' as aliases for str and ''
Christian Heimes
2008-01-18
6
-4/+43
*
Note that genexps are function scopes too and therefore won't see class attri...
Georg Brandl
2008-01-18
1
-1/+7
[next]