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
*
Issue #1678380. Fix a bug that identifies 0j and -0j when they appear
Mark Dickinson
2008-01-31
1
-0/+7
*
Minor wordsmithing on docstring
Raymond Hettinger
2008-01-31
1
-8/+7
*
Remove unused to-be-magic methods from Rational per issue 1968. Do not port
Jeffrey Yasskin
2008-01-31
2
-49/+0
*
Added more documentation on how mixed-mode arithmetic should be implemented. I
Jeffrey Yasskin
2008-01-31
2
-13/+81
*
Missing return
Raymond Hettinger
2008-01-31
1
-0/+1
*
Fix defect in __ixor__ which would get the wrong
Raymond Hettinger
2008-01-31
1
-13/+6
*
MutableSets support a remove() method.
Raymond Hettinger
2008-01-30
1
-0/+6
*
Add isdisjoint() to the Set/MutableSet ABCs.
Raymond Hettinger
2008-01-30
1
-0/+6
*
Revert rev. 59925, it breaks comtypes (I need to further examine this).
Thomas Heller
2008-01-28
1
-6/+0
*
Added clear cache methods to clear the internal type lookup cache for ref lea...
Christian Heimes
2008-01-27
1
-0/+3
*
Moved Rational._binary_float_to_ratio() to float.as_integer_ratio() because
Jeffrey Yasskin
2008-01-27
2
-56/+21
*
socket.error doesn't have a headers attribute like ProtocolError.
Neal Norwitz
2008-01-27
1
-10/+10
*
Change isbasestring function as discussed on the cvs list a while ago
Christian Heimes
2008-01-27
1
-5/+7
*
Try to handle socket.errors properly in is_unavailable
Neal Norwitz
2008-01-27
1
-3/+7
*
Remove effectless expression statement.
Georg Brandl
2008-01-27
1
-1/+0
*
Update the comment and remove the close. If we close we can't flush anymore.
Neal Norwitz
2008-01-27
1
-2/+1
*
Print periodic "still working" messages since this suite is slow.
Neal Norwitz
2008-01-27
1
-0/+26
*
Catch socket errors that are often the cause of transient failures.
Neal Norwitz
2008-01-27
1
-10/+10
*
Retry connection in case it fails to reduce flakiness
Neal Norwitz
2008-01-27
1
-3/+30
*
Add a tiny sleep and additional flush to force the file to really be synced.
Neal Norwitz
2008-01-27
1
-2/+5
*
Docstring nit
Raymond Hettinger
2008-01-27
1
-1/+1
*
Make rational.gcd() public and allow Rational to take decimal strings, per
Jeffrey Yasskin
2008-01-27
2
-21/+62
*
Try to prevent this test from being flaky. We might need a sleep in here
Neal Norwitz
2008-01-27
1
-2/+6
*
Eliminate the sleeps that assume the server will start in .5 seconds.
Neal Norwitz
2008-01-27
1
-20/+26
*
Consistently use tempfile.tempdir for the db_home directory.
Neal Norwitz
2008-01-26
5
-5/+8
*
On some systems (e.g., Ubuntu on hppa) the flush()
Neal Norwitz
2008-01-26
1
-0/+3
*
Reduce the race condition by signalling when the server is ready
Neal Norwitz
2008-01-26
1
-0/+3
*
Always try to remove the test file even if close raises an exception
Neal Norwitz
2008-01-26
1
-2/+1
*
Unit test fix from Giampaolo Rodola, #1938
Christian Heimes
2008-01-26
1
-0/+1
*
#1473257: add generator.gi_code attribute that refers to
Georg Brandl
2008-01-26
1
-1/+19
*
Add missing things in re docstring.
Georg Brandl
2008-01-26
1
-1/+6
*
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
[next]