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
*
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
*
Added LoggerAdapter class, changed copyright dates, made check for extra para...
Vinay Sajip
2008-01-18
1
-5/+95
*
Added section on passing contextual information to logging and documentation ...
Vinay Sajip
2008-01-18
1
-27/+134
*
Added win_add2path.py to Tools/scripts/
Christian Heimes
2008-01-18
3
-0/+113
*
Build _ctypes after the other extensions. Its build process depends
Christian Heimes
2008-01-18
1
-2/+8
*
Coverity CID #168
Christian Heimes
2008-01-18
1
-0/+1
*
Coverity issue CID #169
Christian Heimes
2008-01-18
1
-1/+2
*
Coverity issue CID #182
Christian Heimes
2008-01-18
1
-0/+10
*
Coverity issue CID #167
Christian Heimes
2008-01-18
1
-0/+1
*
Coverity issue CID #197
Christian Heimes
2008-01-18
1
-0/+2
*
Typo fix
Andrew M. Kuchling
2008-01-18
1
-1/+1
*
Bump verson
Andrew M. Kuchling
2008-01-18
1
-1/+1
*
clearcache() needs to remove the dict as well as clear it.
Raymond Hettinger
2008-01-18
1
-2/+1
*
Fix markup
Raymond Hettinger
2008-01-17
1
-0/+2
*
Fix-up Timer() example.
Raymond Hettinger
2008-01-17
1
-3/+4
*
Updated new property syntax. An elaborate example for subclassing and the get...
Christian Heimes
2008-01-17
1
-4/+22
*
Add advice on choosing between scheduler and threading.Timer().
Raymond Hettinger
2008-01-17
1
-0/+25
*
Correction from Jordan Lewis: halfdelay() uses tenths of a second, not millis...
Andrew M. Kuchling
2008-01-17
1
-2/+2
*
Issue #1861: Add read-only attribute listing upcoming events in the order th...
Raymond Hettinger
2008-01-17
3
-8/+33
*
Fix a function pointer declaration to silence the compiler.
Brett Cannon
2008-01-17
1
-1/+1
*
Revise 3141 section a bit; add some Windows items
Andrew M. Kuchling
2008-01-17
1
-19/+17
*
Fixes (accepts patch) issue1339 - http://bugs.python.org/issue1339
Gregory P. Smith
2008-01-17
3
-10/+62
*
Note versionadded.
Raymond Hettinger
2008-01-17
1
-0/+4
*
entry for r60015
Gregory P. Smith
2008-01-17
1
-0/+4
*
Comply with RFC 3207.
Gregory P. Smith
2008-01-17
2
-0/+14
*
Make starmap() match its pure python definition and accept any itertable inpu...
Raymond Hettinger
2008-01-17
4
-8/+15
*
Add news entry.
Raymond Hettinger
2008-01-16
1
-0/+2
*
Add queues will alternative fetch orders (priority based and stack based).
Raymond Hettinger
2008-01-16
2
-14/+57
[next]