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 (
Collapse
)
Author
Age
Files
Lines
*
Remove obsolete pdist demo.
Georg Brandl
2010-08-02
21
-3196/+0
|
*
Another demo that at least runs again.
Georg Brandl
2010-08-02
1
-8/+7
|
*
Make minigzip work again.
Georg Brandl
2010-08-02
1
-21/+22
|
*
Update Demo README.
Georg Brandl
2010-08-02
1
-27/+31
|
*
Fix unicode literal.
Georg Brandl
2010-08-02
1
-1/+1
|
*
Make the framer run (still generates wrong code for module creation though.)
Georg Brandl
2010-08-02
2
-2/+2
|
*
Update README, remove obsolete script.
Georg Brandl
2010-08-02
2
-125/+18
|
*
Update README, remove obsolete scripts.
Georg Brandl
2010-08-02
9
-993/+62
|
*
Update README for Tools.
Georg Brandl
2010-08-02
1
-18/+27
|
*
Remove faqwiz tool.
Georg Brandl
2010-08-02
6
-1620/+0
|
*
Minimum fixes to make freeze.py do something useful.
Georg Brandl
2010-08-02
2
-8/+7
|
*
Make the Pynche tool work with Python 3.
Georg Brandl
2010-08-02
8
-28/+32
|
*
#9061: warn that single quotes are never escaped.
Georg Brandl
2010-08-02
1
-4/+7
|
*
#9457: fix documentation links for 3.2.
Georg Brandl
2010-08-02
1
-3/+3
|
*
#8119: fix copy-paste error.
Georg Brandl
2010-08-02
1
-1/+1
|
*
#9238: zipfile does handle archive comments.
Georg Brandl
2010-08-02
1
-5/+2
|
*
#6867: epoll.register() returns None.
Georg Brandl
2010-08-02
1
-3/+2
|
*
Clarify that abs() is not a namespace.
Georg Brandl
2010-08-02
1
-1/+1
|
*
#7797: be explicit about bytes-oriented interface of base64 functions.
Georg Brandl
2010-08-02
1
-15/+15
|
*
#9019: remove false (in 3k) claim about Headers updates.
Georg Brandl
2010-08-02
1
-3/+1
|
*
#9111: document that do_help() looks at docstrings.
Georg Brandl
2010-08-02
1
-4/+6
|
*
#9037: add example how to raise custom exceptions from C code.
Georg Brandl
2010-08-02
1
-1/+20
|
*
#4280: remove outdated "versionchecker" tool.
Georg Brandl
2010-08-02
4
-206/+0
|
*
#9087: update json docstrings -- unicode and long do not exist anymore.
Georg Brandl
2010-08-02
4
-26/+24
|
*
#8648: document UTF-7 codec functions.
Georg Brandl
2010-08-02
1
-0/+32
|
*
#8861: remove unused variable.
Georg Brandl
2010-08-02
1
-2/+1
|
*
#7280: note about nasmw.exe.
Georg Brandl
2010-08-02
1
-0/+2
|
*
Remove redundant information.
Georg Brandl
2010-08-02
1
-1/+1
|
*
#9438: clarify that constant names also cannot be assigned as attributes.
Georg Brandl
2010-08-02
1
-9/+6
|
*
Remove XXX comment that was displayed.
Georg Brandl
2010-08-02
1
-4/+2
|
*
#9451: strengthen warning about __*__ special name usage.
Georg Brandl
2010-08-02
1
-5/+6
|
*
#8172: how does one use a property?
Georg Brandl
2010-08-02
1
-1/+4
|
*
#7386: add example that shows that trailing path separators are stripped.
Georg Brandl
2010-08-02
1
-1/+3
|
*
#7973: Fix distutils options spelling.
Georg Brandl
2010-08-02
3
-3/+3
|
*
#8560: add progress indicator to regrtest.
Georg Brandl
2010-08-02
1
-5/+12
|
*
Move test_SimpleHTTPServer into test_httpservers.
Georg Brandl
2010-08-02
2
-46/+33
|
*
#6928: fix class docs w.r.t. new metaclasses.
Georg Brandl
2010-08-02
1
-26/+24
|
*
#8578: mention danger of not incref'ing weak referenced object.
Georg Brandl
2010-08-02
1
-1/+8
|
*
#7372: fix regression in pstats: a previous fix to handle cProfile data in ↵
Georg Brandl
2010-08-02
3
-2/+16
|
|
|
|
add_callers broke handling of profile data.
*
Rewording the getheader method of HTTPResponse.
Senthil Kumaran
2010-08-02
1
-3/+4
|
*
Document how to refer to decorators and decorator methods.
Georg Brandl
2010-08-02
1
-0/+5
|
*
#3821: beginnings of a trace.py unittest.
Georg Brandl
2010-08-02
1
-0/+47
|
*
Fix softspace relic.
Georg Brandl
2010-08-02
1
-2/+2
|
*
Get rid of spurious "threading" entries in trace output.
Georg Brandl
2010-08-02
1
-2/+2
|
*
#9428: fix running scripts from profile/cProfile with their own name and the ↵
Georg Brandl
2010-08-02
3
-21/+37
|
|
|
|
right namespace. Same fix as for trace.py in #1690103.
*
#9209 and #7781: fix two crashes in pstats interactive browser.
Georg Brandl
2010-08-02
2
-26/+35
|
*
Fix Issue8572 - httplib getheader() throws error instead of default
Senthil Kumaran
2010-08-02
3
-3/+45
|
*
Demonstrate the caching decorators in whatsnew.
Raymond Hettinger
2010-08-02
1
-0/+32
|
*
Add example applications for the LRU and LFU cache docs.
Raymond Hettinger
2010-08-02
1
-2/+5
|
*
Fix ACKS alphabetization.
R. David Murray
2010-08-01
1
-1/+1
|
[next]