summaryrefslogtreecommitdiff
path: root/lang/python32/files/patch-Modules__selectmodule.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired lang/python32Ruslan Makhmatkhanov2016-02-021-11/+0
| | | | | | | | | Python 3.2 has reached it's EOL. Please update to Python 3.5 With hat: python Notes: svn path=/head/; revision=407843
* lang/python32: Backport upstream kevent fixKubilay Kocak2013-12-011-0/+11
Backport a change fixing use of kevent flags that was merged to Python default, 3.3 and 2.7 branches, but not 3.2 and 3.1 that were in security-only mode at the time of commit. [1] - Add patch: patch-Modules__selectmodule.c References: [1] Issue #11973: Fix a problem in kevent. The flags and fflags fields are now properly handled as unsigned. [#11973] http://bugs.python.org/issue11973 http://hg.python.org/cpython/rev/8345fb616cbd While I'm here: - Add LICENSE (PSFL) - Clean up, reorganise, sort & whitespace align sections PR: ports/156759 Submitted by: David Naylor <naylor.b.david@gmail.com> Reviewed by: mva Notes: svn path=/head/; revision=335371