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