projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2010-08-02
Georg Brandl
#8119: fix copy-paste error.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#9238: zipfile does handle archive comments.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#6867: epoll.register() returns None.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
Clarify that abs() is not a namespace.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#7797: be explicit about bytes-oriented interface of...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#9019: remove false (in 3k) claim about Headers updates.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#9111: document that do_help() looks at docstrings.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#9037: add example how to raise custom exceptions from...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#4280: remove outdated "versionchecker" tool.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#9087: update json docstrings -- unicode and long do...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#8648: document UTF-7 codec functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#8861: remove unused variable.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#7280: note about nasmw.exe.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
Remove redundant information.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#9438: clarify that constant names also cannot be assig...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
Remove XXX comment that was displayed.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#9451: strengthen warning about __*__ special name...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#8172: how does one use a property?
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#7386: add example that shows that trailing path separa...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#7973: Fix distutils options spelling.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#8560: add progress indicator to regrtest.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
Move test_SimpleHTTPServer into test_httpservers.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#6928: fix class docs w.r.t. new metaclasses.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#8578: mention danger of not incref'ing weak referenced...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#7372: fix regression in pstats: a previous fix to...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Senthil Kumaran
Rewording the getheader method of HTTPResponse.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
Document how to refer to decorators and decorator methods.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#3821: beginnings of a trace.py unittest.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
Fix softspace relic.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
Get rid of spurious "threading" entries in trace output.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#9428: fix running scripts from profile/cProfile with...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Georg Brandl
#9209 and #7781: fix two crashes in pstats interactive...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Senthil Kumaran
Fix Issue8572 - httplib getheader() throws error inste...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Raymond Hettinger
Demonstrate the caching decorators in whatsnew.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Raymond Hettinger
Add example applications for the LRU and LFU cache...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
R. David Murray
Fix ACKS alphabetization.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
Fix style of referring to issues.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Raymond Hettinger
Update OrderedDict implementation to match that in...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Raymond Hettinger
Fix VS8.0 build by adding _time.h and _time.c to the...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Mark Dickinson
Don't delete Lib/test/data/README when doing 'make...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Raymond Hettinger
Issue 9445: Fix undefined symbols on VS8.0 build.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
Revert r83395, it introduces test failures and is not...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Antoine Pitrou
Issue #8397: Raise an error when attempting to mix...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Ronald Oussoren
test_getgroups as introduced with issue7900 failed...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
#5776: fix mistakes in python specfile. (Nobody probab...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Senthil Kumaran
Fix Issue8123 - TypeError in urllib when trying to...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Antoine Pitrou
Issue #9448: Fix a leak of OS resources (mutexes or...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
#5551: symbolic links never can be mount points. Fixes...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Brian Curtin
Fix #8105. Add validation to mmap.mmap so invalid file...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
#8046: add context manager protocol support to mmap...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
#4943: do not try to include drive letters (and colons...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
#6439: fix argument type for PySys_SetArgvEx() and...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Mark Dickinson
Add test for memory leak reported in issue 9422.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Mark Dickinson
Issue #9416: Fix some issues with complex formatting...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
Package some new files that are needed for running...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
#8826: the "expires" attribute value is a date string...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Ronald Oussoren
Ensure that test_site actually passes with a framework...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
#4810: document "--" option separator in timeit help.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
#8821: do not rely on Unicode strings being terminated...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
No need to split this, there are enough long lines.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
#1690103: fix initial namespace for code run with trace...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
Add another news entry.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
#8230: make Lib/test/sortperf.py run on Python 3.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
Small improvements to pstats browser: do not crash...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
#7395: fix traceback in do_add() when no stats are...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
#8735: better explain semantics of *values* argument...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
#8768: name test method properly so that it gets executed.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
#8773: mailbox.py does not need to be executable.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
Georg Brandl
Build properties using lambdas. This makes test_pyclbr...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-01
R. David Murray
#8620: Cmd no longer truncates last character if stdin...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Raymond Hettinger
Fix build on VS8.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Antoine Pitrou
Reorder entries by module lexicographic order
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
#5146: handle UID THREAD command correctly.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
#5147: revert accidental indentation of header constant...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
#4007: remove *.a and *.so.X.Y files in "make clean".
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
#8292: Fix three instances of truth tests on return...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
#8198: the Helper class should not save the stdin and...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
Fix "Berkeley" name.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
#7909: the prefixes \\.\ and \\?\ indicate special...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
There always is a False and True now.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
#8910: add a file explaining why Lib/test/data is there.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
#3788: more tests for http.cookies, now at 95% coverage...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
Clarify comment in comments test case explaining commen...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
#1286: allow using fileinput.FileInput as context manager.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
#9442: do not document a specific format for sys.versio...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
#5778: document that sys.version can contain a newline.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
Remove trailing whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
Fix bad merge: test_support -> support.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Martin v. Löwis
Drop webchecker and BerkeleyDB license.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
#9440: Remove borderline test case that fails based...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
Move news item to the correct position.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
Re-commit r83327 now that the release is done.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Antoine Pitrou
Add ssl changes to the 3.2 "what's new".
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
Post-release updates.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
Tagging release 3.2a1.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
From Martin: New UUIDs for the 3.2 release series.
v3.2a1
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
Import test_pdb with its full name, so that running...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
#9430: document timedelta str() and repr().
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Georg Brandl
Rewrap.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Martin v. Löwis
Truly uncomment rm lines.
commit
|
commitdiff
|
tree
|
snapshot
next