New posts in python-2.x

Python: min(None, x)

Mock Python's built in print function

How do implicit relative imports work in Python?

Use of input/raw_input in python 2 and 3 [duplicate]

Why is -1/2 evaluated to 0 in C++, but -1 in Python?

Python sys.modules contains a module which is not yet imported

Python long filename support broken in Windows

Python (2.x) list / sublist selection -1 weirdness

Uninstall python built from source?

Python2: Should I use Pickle or cPickle?

StringIO and compatibility with 'with' statement (context manager)

unicode().decode('utf-8', 'ignore') raising UnicodeEncodeError

get-pip.py returns SyntaxError: invalid syntax [duplicate]

A good way to make long strings wrap to newline?

Python string to unicode [duplicate]

Set literal gives different result from set function call

Using print() (the function version) in Python2.x

Printing a string prints 'u' before the string in Python?

How do comparison operators < and > work with a function as an operand?

How to accomplish relative import in python