Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ffc667cbd57151705f5a69139351b7c14b24653d
ffc667c
labs() takes a long for an input.
by Raymond Hettinger
· 18 years ago
c9e928a
Integer ratio should return ints instead of longs whereever possible.
by Raymond Hettinger
· 18 years ago
04c96d5
Issue #1996: float.as_integer_ratio() should return fraction in lowest terms.
by Raymond Hettinger
· 18 years ago
a51f61b
Update for latest sphinx latex writer.
by Georg Brandl
· 18 years ago
7be67ff
Wording nit.
by Georg Brandl
· 18 years ago
d491d71
More int -> pid_t.
by Christian Heimes
· 18 years ago
73aaeb1
Rename batch file.
by Georg Brandl
· 18 years ago
cd23527
Add link checker builder, written for GHOP by Thomas Lamb.
by Georg Brandl
· 18 years ago
2a5d1c3
Update IPv6 RFC number.
by Georg Brandl
· 18 years ago
fb43d1e
Fix refleak
by Neal Norwitz
· 18 years ago
dc2964b
Roll back r60248. It's useful to encourage users not to change Rational
by Jeffrey Yasskin
· 18 years ago
ca2b69f
Move __builtins__.trunc() to math.trunc() per
by Jeffrey Yasskin
· 18 years ago
951cc0f
Fixed bug #1983: Return from fork() is pid_t, not int
by Christian Heimes
· 18 years ago
105be77
Issue #1678380. Fix a bug that identifies 0j and -0j when they appear
by Mark Dickinson
· 18 years ago
2df20a3
Minor wordsmithing on docstring
by Raymond Hettinger
· 18 years ago
38db364
Remove unused to-be-magic methods from Rational per issue 1968. Do not port
by Jeffrey Yasskin
· 18 years ago
b23dea6
Added more documentation on how mixed-mode arithmetic should be implemented. I
by Jeffrey Yasskin
· 18 years ago
e973c61
Missing return
by Raymond Hettinger
· 18 years ago
e67420d
Fix defect in __ixor__ which would get the wrong
by Raymond Hettinger
· 18 years ago
cba36bb
Bug #1234: Fixed semaphore errors on AIX 5.2
by Christian Heimes
· 18 years ago
a44327a
Update itertool recipes
by Raymond Hettinger
· 18 years ago
796fc31
The previous change was causing a segfault after multiple calls to Py_Initialize() and Py_Finalize().
by Christian Heimes
· 18 years ago
0d92443
Fixed some references leaks in sys.
by Christian Heimes
· 18 years ago
67ac066
Removed unused var
by Christian Heimes
· 18 years ago
4d4f270
Patch #1970 by Antoine Pitrou: Speedup unicode whitespace and linebreak detection. The speedup is about 25% for split() (571 / 457 usec) and 35% (175 / 127 usec )for splitlines()
by Christian Heimes
· 18 years ago
7d5fbae
Demonstrate new except/as syntax.
by Raymond Hettinger
· 18 years ago
7d518f4
MutableSets support a remove() method.
by Raymond Hettinger
· 18 years ago
abf3fcf
Add isdisjoint() to the Set/MutableSet ABCs.
by Raymond Hettinger
· 18 years ago
867558a
CallMethod is faster with a NULL third-argument than with an empty format string.
by Raymond Hettinger
· 18 years ago
9748a10
Ignore .pyc and .pyo files.
by Brett Cannon
· 18 years ago
8fff20f
Update Vim syntax highlighting to specify what revision was used to generate
by Brett Cannon
· 18 years ago
870d0c2
Fix the reindent rule to use $(BUILDPYTHON).
by Brett Cannon
· 18 years ago
f866bac
Disable use of BerkeleyDB 4.6.x to see what the odd platform buildbots
by Gregory P. Smith
· 18 years ago
bf3d1d5
Removed unnecessary conditional (spotted by Neal Norwitz).
by Raymond Hettinger
· 18 years ago
e84ada3
Factor-out common code with a new macro
by Raymond Hettinger
· 18 years ago
7759a0c
Factor-out common code with a new macro
by Raymond Hettinger
· 18 years ago
52716c9
Let marshal built-up sets and frozensets one element at a time (without creating an intermediate tuple).
by Raymond Hettinger
· 18 years ago
ecdcb58
Make PySet_Add() work with frozensets.
by Raymond Hettinger
· 18 years ago
99120c4
Revert rev. 59925, it breaks comtypes (I need to further examine this).
by Thomas Heller
· 18 years ago
d7e1b2b
static PyObject* variables should use PyString_InternFromString() instead of PyObject_FromString() to store a python string in a function level static var.
by Christian Heimes
· 18 years ago
908caac
Added clear cache methods to clear the internal type lookup cache for ref leak test runs.
by Christian Heimes
· 18 years ago
3ea7b41
Moved Rational._binary_float_to_ratio() to float.as_integer_ratio() because
by Jeffrey Yasskin
· 18 years ago
56eadd9
Add refcounting extension to build config.
by Georg Brandl
· 18 years ago
cf25eb1
socket.error doesn't have a headers attribute like ProtocolError.
by Neal Norwitz
· 18 years ago
5b25bc0
Change isbasestring function as discussed on the cvs list a while ago
by Christian Heimes
· 18 years ago
ed444e5
Try to handle socket.errors properly in is_unavailable
by Neal Norwitz
· 18 years ago
ce8fd9d
Remove effectless expression statement.
by Georg Brandl
· 18 years ago
c519809
Update the comment and remove the close. If we close we can't flush anymore.
by Neal Norwitz
· 18 years ago
41ada16
Print periodic "still working" messages since this suite is slow.
by Neal Norwitz
· 18 years ago
8250fbe
Reduce buffer size since we do not need 1k
by Neal Norwitz
· 18 years ago
183c534
Catch socket errors that are often the cause of transient failures.
by Neal Norwitz
· 18 years ago
9846de1
Retry connection in case it fails to reduce flakiness
by Neal Norwitz
· 18 years ago
041ee5d
Add a tiny sleep and additional flush to force the file to really be synced.
by Neal Norwitz
· 18 years ago
b3c8243
Update to newer version of ffi. Fixes crashes and test failures of longdouble
by Neal Norwitz
· 18 years ago
e9057ff
Initialize variable to prevent warning on some platform/config.
by Neal Norwitz
· 18 years ago
c44af33
Add assertion that we do not blow out newl
by Neal Norwitz
· 18 years ago
e7bb918
Whitespace cleanup
by Neal Norwitz
· 18 years ago
9bba7b7
Removed an unnecessary and confusing paragraph from the namedtuple docs.
by Raymond Hettinger
· 18 years ago
63c77b6
Docstring nit
by Raymond Hettinger
· 18 years ago
cfb41c4
Add stdarg include for va_list to get this to compile on cygwin
by Neal Norwitz
· 18 years ago
e1027f9
Use int for the sign rather than a char. char can be signed or unsigned.
by Neal Norwitz
· 18 years ago
448654f
Mostly reformat. Also set an error and return NULL if neither MS_WINDOWS
by Neal Norwitz
· 18 years ago
3e1a373
Make rational.gcd() public and allow Rational to take decimal strings, per
by Jeffrey Yasskin
· 18 years ago
46c61b2
Try to prevent this test from being flaky. We might need a sleep in here
by Neal Norwitz
· 18 years ago
6e07081
Eliminate the sleeps that assume the server will start in .5 seconds.
by Neal Norwitz
· 18 years ago
3d785e2
Consistently use tempfile.tempdir for the db_home directory.
by Neal Norwitz
· 18 years ago
7f47d93
On some systems (e.g., Ubuntu on hppa) the flush()
by Neal Norwitz
· 18 years ago
3718429
Reduce the race condition by signalling when the server is ready
by Neal Norwitz
· 18 years ago
a121508
Always try to remove the test file even if close raises an exception
by Neal Norwitz
· 18 years ago
739a3c4
Cleanup the code a bit. test_rfind is failing on PPC and PPC64 buildbots,
by Neal Norwitz
· 18 years ago
d006380
Update docs for new callpack params added in r60188
by Gregory P. Smith
· 18 years ago
a2af212
Unit test fix from Giampaolo Rodola, #1938
by Christian Heimes
· 18 years ago
6caad7d
Move C API entries to the corresponding section.
by Georg Brandl
· 18 years ago
0cdf9a3
#1473257: add generator.gi_code attribute that refers to
by Georg Brandl
· 18 years ago
29604a1
#1940: make it possible to use curses.filter() before curses.initscr()
by Georg Brandl
· 18 years ago
2a7d991c
Clarify "b" mode under Unix.
by Georg Brandl
· 18 years ago
0c3f168
Add some items
by Andrew M. Kuchling
· 18 years ago
a736440
Fix markup again.
by Georg Brandl
· 18 years ago
0522548
Slashes allowed on Windows.
by Georg Brandl
· 18 years ago
4223199
Add missing things in re docstring.
by Georg Brandl
· 18 years ago
fe7dd50
#1934: fix os.path.isabs docs.
by Georg Brandl
· 18 years ago
dee3f65
Revert PySet_Add() changes.
by Raymond Hettinger
· 18 years ago
d375723
Update test code for change to PySet_Add().
by Raymond Hettinger
· 18 years ago
b423f02
Let marshal build-up sets and frozensets one element at a time.
by Raymond Hettinger
· 18 years ago
08b50eb
The OS X buildbot had errors with the unavailable exceptions disabled. Restore it.
by Neal Norwitz
· 18 years ago
7c1be2a
Make PySet_Add() work with frozensets. Works like PyTuple_SetItem() to build-up values in a brand new frozenset.
by Raymond Hettinger
· 18 years ago
960efe9
Fix exception in tearDown on ppc buildbot. If there's no directory,
by Neal Norwitz
· 18 years ago
653272f
Use a condition variable (threading.Event) rather than sleeps and checking a
by Neal Norwitz
· 18 years ago
5be3067
Prevent this test from failing if there are transient network problems
by Neal Norwitz
· 18 years ago
00417a3
Make 'testall' work again when building in a separate directory.
by Thomas Wouters
· 18 years ago
a97744c
Use the right (portable) definition of the max of a Py_ssize_t.
by Thomas Wouters
· 18 years ago
8d5cf4e
Rewrite the list_inline_repeat overflow check slightly differently.
by Guido van Rossum
· 18 years ago
3dbd4c5
Changes 54857 and 54840 broke code and were reverted in Py2.5 just before
by Raymond Hettinger
· 18 years ago
8608d91
Added the Python core headers Include/*.h and pyconfig.h as dependencies for the extensions in Modules/
by Christian Heimes
· 18 years ago
543cabc
setup.py doesn't pick up changes to a header file
by Christian Heimes
· 18 years ago
7f39c9f
Backport of several functions from Python 3.0 to 2.6 including PyUnicode_FromString, PyUnicode_Format and PyLong_From/AsSsize_t. The functions are partly required for the backport of the bytearray type and _fileio module. They should also make it easier to port C to 3.0.
by Christian Heimes
· 18 years ago
5f95a79
Add prototypes to get the mathmodule.c to compile on OSF1 5.1 (Tru64)
by Neal Norwitz
· 18 years ago
769d0ee
Make the test more robust by trying to reconnect up to 3 times
by Neal Norwitz
· 18 years ago
9ec7bc3
More design notes
by Raymond Hettinger
· 18 years ago
9c6d81f
Fix-up signature for approximation.
by Raymond Hettinger
· 18 years ago
Next »