GitXplorerGitXplorer
m

python-functools32

public
51 stars
14 forks
7 issues

Commits

List of commits on branch master.
Unverified
ad90fa86e2f4f494a3aedb0571274f3bbc6d7ab5

Update to 3.2.3-2

mmichilu committed 10 years ago
Unverified
92ae05553bef35ece2f1f24888408196f6ef3278

Merge pull request #2 from MeilleursAgents/fix_thread_module_import

mmichilu committed 10 years ago
Unverified
438927ed7b7740a2daa10517aa9d67bd20046173

Fix `thread` module import on Python 2.7

nnmussat committed 10 years ago
Unverified
8158f61bd75f881e2d136dbd3d8bb575cd133184

Merge branch '3.2.3-1'

mmichilu committed 12 years ago
Unverified
0f0722bb7f2fb154bc8588027c64a4ba86a9829e

Bump version to 3.2.3-1

mmichilu committed 12 years ago
Unverified
e7fe83c329bb874884dd895ee8a8dc369ae9a51a

Update gitignore

mmichilu committed 12 years ago

README

The README file for this repository.

Python functools32 |Build Status|_

This is a backport of the Python 3.2 functools module for use on Python versions 2.7 and PyPy. It includes new features lru_cache (Least-recently-used cache_ decorator).

Refer to the Python 3.2 documentation for usage information: http://docs.python.org/3.2/library/functools.html

Bugs? Try to reproduce them on the latest Python 3.2.x itself and file bug reports on http://bugs.python.org/.

-- ENDOH takanao djmchl@gmail.com

.. |Build Status| image:: https://secure.travis-ci.org/MiCHiLU/python-functools32.png .. _Build Status: http://travis-ci.org/MiCHiLU/python-functools32 .. _Least-recently-used cache: http://en.wikipedia.org/wiki/Cache_algorithms#Least_Recently_Used