summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closing inactive branchfix-session-auth-login-screenJoel Rivera2016-02-200-0/+0
* cptools.SessionAuth: fix login_screen page handlerBalazs Scheidler2014-03-121-1/+2
* HandlerWrapperTool: handle config arguments properlyBalazs Scheidler2014-03-122-2/+4
* Bump version to 3.2.6Joseph Tate2014-03-061-1/+1
* Fix bug #1268, X-Forwarded-For IP orderJoseph Tate2014-03-062-3/+4
* Remove unused importsJason R. Coombs2014-03-021-3/+1
* tabs to spacesJason R. Coombs2014-02-231-83/+83
* Use -r to push only local commits.Jason R. Coombs2014-02-231-1/+1
* Added tag 3.2.5 for changeset 052f32b1d563Jason R. Coombs2014-02-230-0/+0
* Bumped to 3.2.5 in preparation for next release.3.2.5Jason R. Coombs2014-02-235-5/+5
* Correct declaration of dist commandsJason R. Coombs2014-02-231-3/+1
* Use bytes for making substitutions.Jason R. Coombs2014-02-231-1/+3
* Forgot to invoke setup.pyJason R. Coombs2014-02-231-2/+2
* Add support for NameConstant. Fixes #1294Jason R. Coombs2014-02-231-0/+3
* Resave with excess whitespace removedJason R. Coombs2014-02-231-66/+66
* setup.cfg is sufficient (setuptools uses this technique).Jason R. Coombs2014-02-232-2/+2
* Simplify release process (distutils will upload all dists created)Jason R. Coombs2014-02-231-8/+4
* Fallback to system subprocess module on platforms where the cPython 2.7 subpr...Jason R. Coombs2014-02-231-1/+5
* Iterate over copy of sys.modules.items() to avoid RuntimeError in AutoReloade...Jason R. Coombs2014-02-181-1/+1
* Add a check for wheel early to avoid failures late. Ref #1273Jason R. Coombs2013-11-131-0/+13
* Include bdist_wheel when building distributions. Fixes #1273Jason R. Coombs2013-11-131-0/+1
* #1273: Indicate that universal wheel is suitable.Jason R. Coombs2013-11-131-0/+3
* The setup.cfg already defaults to gztar, so need to specify zip to create the...Jason R. Coombs2013-03-271-1/+1
* Added tag 3.2.4 for changeset cd8acbc5f2b3Jason R. Coombs2013-03-270-0/+0
* Bumped to 3.2.4 in preparation for next release.3.2.4Jason R. Coombs2013-03-275-5/+5
* Remove download URL from the metadata. Subsequent releases will use PyPI as t...Jason R. Coombs2013-03-271-2/+0
* Remove unused variableJason R. Coombs2013-03-271-1/+1
* Updated the release script to reflect new hosting on PyPI.Jason R. Coombs2013-03-251-16/+9
* Factor out dist_commandsJason R. Coombs2013-03-251-4/+10
* Solicit the version to release from the userJason R. Coombs2013-03-251-3/+3
* Use 'input' for Python 3 compatibilityJason R. Coombs2013-03-251-3/+6
* Fix for issue #421 in Python3.Stefan Hladnik2012-12-021-1/+1
* Wrap the console/signal handler in a single plugin that can be easily used ou...Eric Larson2012-12-171-5/+18
* Exclude _cpcompat_subprocess when building on Python 3; Fixes #1204Jason R. Coombs2013-01-201-2/+3
* Remove unused importJason R. Coombs2013-01-201-1/+0
* Updated _all_ready to be a more generic _all method, more similar to the all ...Jason R. Coombs2013-01-201-5/+5
* Fix issue with _all_ready when sequence is empty.Jason R. Coombs2013-01-201-1/+1
* Implemented proposed fix for #1205 - now when growing the thread pool, thread...Jason R. Coombs2013-01-202-0/+10
* Now spawn all workers before adding them to the thread pool.Jason R. Coombs2013-01-202-10/+16
* Calculate the number of new threads explicitly rather than using a short-circ...Jason R. Coombs2013-01-202-6/+18
* Refactored shrink into discrete steps for clarity of comments.Jason R. Coombs2013-01-202-14/+22
* Removed unused importsJason R. Coombs2013-01-202-5/+0
* Resaved with excess whitespace removedJason R. Coombs2013-01-202-500/+500
* Added tag 3.2.3 for changeset c9d13db2b433Jason R. Coombs2012-12-260-0/+0
* Bumped to 3.2.3 in preparation for next release.3.2.3Jason R. Coombs2012-12-265-6/+6
* Restore pid-in-file behavior for daemonized processesJason R. Coombs2012-12-261-0/+23
* Grab set from sets module for Python 2.3Jason R. Coombs2012-12-261-0/+5
* Fixed several more syntax errors on Python 2.3. The module no compiles under ...Jason R. Coombs2012-12-261-15/+16
* Restore Python 2.3 compatibility in import syntaxJason R. Coombs2012-12-261-4/+4
* Patch test so that it still matches the expected output, even when spaces are...Jason R. Coombs2012-12-261-0/+3