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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
The OS X buildbot had errors with the unavailable exceptions disabled. Resto...
Neal Norwitz
2008-01-26
1
-8/+2
*
Fix exception in tearDown on ppc buildbot. If there's no directory,
Neal Norwitz
2008-01-26
1
-2/+5
*
Use a condition variable (threading.Event) rather than sleeps and checking a
Neal Norwitz
2008-01-26
1
-14/+19
*
Prevent this test from failing if there are transient network problems
Neal Norwitz
2008-01-26
1
-10/+30
*
Changes 54857 and 54840 broke code and were reverted in Py2.5 just before
Raymond Hettinger
2008-01-25
1
-8/+0
*
Make the test more robust by trying to reconnect up to 3 times
Neal Norwitz
2008-01-25
1
-19/+35
*
More design notes
Raymond Hettinger
2008-01-25
1
-0/+4
*
Fix-up signature for approximation.
Raymond Hettinger
2008-01-25
2
-9/+10
*
Add one other review comment.
Raymond Hettinger
2008-01-25
1
-1/+1
*
Mark todos and review comments.
Raymond Hettinger
2008-01-25
1
-0/+13
*
Add support for copy, deepcopy, and pickle.
Raymond Hettinger
2008-01-25
2
-0/+23
*
More code cleanup. Remove unnecessary indirection to useless class methods.
Raymond Hettinger
2008-01-24
1
-15/+15
*
#1920: when considering a block starting by "while 0", the compiler optimized...
Amaury Forgeot d'Arc
2008-01-24
1
-0/+9
*
Shorter pprint's for empty sets and frozensets. Fix indentation of frozenset...
Raymond Hettinger
2008-01-24
2
-2/+200
*
Expand tests to include nested graph structures.
Raymond Hettinger
2008-01-24
1
-0/+106
*
Add support for int(r) just like the other numeric classes.
Raymond Hettinger
2008-01-24
2
-0/+3
*
Invert the checks in get_[u]long and get_[u]longlong. The intent was
Thomas Heller
2008-01-24
1
-1/+17
*
Add support for trunc().
Raymond Hettinger
2008-01-24
2
-0/+13
*
Revert 60189 and restore performance.
Raymond Hettinger
2008-01-24
1
-8/+24
*
Clean-up and speed-up code by accessing numerator/denominator directly. Ther...
Raymond Hettinger
2008-01-24
1
-11/+3
*
Fix test67.py from issue #1303614.
Guido van Rossum
2008-01-24
2
-21/+24
*
Fi debug turd -- a call accidentally left out.
Guido van Rossum
2008-01-24
1
-1/+1
*
Added optional delay argument to FileHandler and subclasses.
Vinay Sajip
2008-01-24
1
-11/+14
*
Added optional delay argument to FileHandler and subclasses.
Vinay Sajip
2008-01-24
1
-5/+20
*
Fix issue1789: The tutorial contained a misuse of the struct module.
Gregory P. Smith
2008-01-24
1
-1/+1
*
Fix the test_urllib2net failures that were caused by r58067.
Neal Norwitz
2008-01-24
1
-2/+2
*
Fix the tests by restoring __import__. I think the test is still valid.
Neal Norwitz
2008-01-24
1
-4/+6
*
Cleanup
Raymond Hettinger
2008-01-24
1
-3/+1
*
Minor clean-up and more tests.
Raymond Hettinger
2008-01-24
2
-2/+15
*
Add first-cut at an approximation function (still needs rounding tweaks). Ad...
Raymond Hettinger
2008-01-24
2
-0/+48
*
Turn three recently fixed crashers into regular tests.
Guido van Rossum
2008-01-23
1
-1/+70
*
There was an error on exit if no sys.exitfunc was defined. Issue 1647.
Kurt B. Kaiser
2008-01-23
2
-1/+6
*
Could not open files in .idlerc directory if latter was hidden on Windows.
Kurt B. Kaiser
2008-01-23
2
-2/+10
*
Fix two crashers.
Guido van Rossum
2008-01-23
2
-42/+0
*
Fixed bug #1915: Python compiles with --enable-unicode=no again. However seve...
Christian Heimes
2008-01-23
2
-2/+7
*
I'm tired of these tests breaking at Google due to our large number of
Guido van Rossum
2008-01-23
2
-0/+6
*
Let pprint() support sets and frozensets (suggested by David Mertz).
Raymond Hettinger
2008-01-23
1
-2/+15
*
docstring and comment updates suggested by Giampaolo Rodola'
Gregory P. Smith
2008-01-22
1
-3/+3
*
Fix for #1087741 patch.
Georg Brandl
2008-01-22
1
-0/+7
*
- Fix Issue #1703448: A joined thread could show up in the
Gregory P. Smith
2008-01-22
2
-5/+26
*
Replace spam.acquire() try: ... finally: spam.release() with "with spam:"
Gregory P. Smith
2008-01-22
1
-24/+8
*
accepts and closes issue #1221598: adds an optional callback to ftplib.FTP
Gregory P. Smith
2008-01-22
1
-17/+52
*
Reformat some ugly code.
Georg Brandl
2008-01-21
1
-26/+27
*
Patch #1720595: add T_BOOL to the range of structmember types.
Georg Brandl
2008-01-21
1
-1/+7
*
Add the correct build dir when building with pydebug.
Georg Brandl
2008-01-21
1
-0/+2
*
#1715: include sub-extension modules in pydoc text output.
Georg Brandl
2008-01-21
2
-1/+19
*
Follow PEP 8 in module docstring.
Walter Dörwald
2008-01-21
1
-5/+5
*
Issue #1882: when compiling code from a string, encoding cookies in the
Georg Brandl
2008-01-21
1
-1/+9
*
#1530959: change distutils build dir for --with-pydebug python builds.
Georg Brandl
2008-01-21
1
-0/+6
*
Clarify $ behavior in re docstring. #1631394.
Georg Brandl
2008-01-21
1
-3/+6
[next]