Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge branch '2.10.x' | David Lord | 2019-10-04 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge pull request #1070 from anowlcalledjosh/develop | David Lord | 2019-10-04 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | Fix incorrect release date for 2.10.3 | |||||
| | * | | | | Fix incorrect release date for 2.10.3 | Josh Holland | 2019-10-04 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #828 from chamini2/trim-more | David Lord | 2019-10-04 | 3 | -3/+13 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add chars option to trim | |||||
| * | | | | | add chars option to trim | Matteo Ferrando | 2019-10-04 | 3 | -3/+13 | |
| | | | | | | ||||||
* | | | | | | Merge branch '2.10.x' | David Lord | 2019-10-04 | 2 | -1/+10 | |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| * | | | | release version 2.10.32.10.3 | David Lord | 2019-10-04 | 2 | -1/+10 | |
| | | | | | ||||||
| * | | | | Fix typo in setup.py | Adrian | 2019-10-04 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge branch '2.10.x' | David Lord | 2019-10-04 | 7 | -160/+95 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | release version 2.10.22.10.2 | David Lord | 2019-10-04 | 2 | -2/+2 | |
| | | | | | ||||||
| * | | | | update project metadata | David Lord | 2019-10-04 | 8 | -184/+123 | |
| | | | | | ||||||
* | | | | | Merge pull request #1000 from EtiennePelletier/fix_deadlock_improve_tests | David Lord | 2019-10-04 | 5 | -14/+117 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix deadlock in LRUCache and improve test coverage | |||||
| * | | | | | Add tests for Undefined classes | EtiennePelletier | 2019-10-04 | 1 | -0/+15 | |
| | | | | | | ||||||
| * | | | | | Add tests for utils.py - LRUCache, Lorem Ipsum & + | EtiennePelletier | 2019-10-04 | 2 | -4/+96 | |
| | | | | | | ||||||
| * | | | | | Prevent deadlock in LRUCache.setdefault | EtiennePelletier | 2019-10-04 | 2 | -10/+6 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | setdefault was acquiring write_lock, then calling getitem and also potentially setitem, which also both try to acquire the write lock. | |||||
* | | | | | Merge pull request #1040 from minho42/Simplify-import-split | David Lord | 2019-10-04 | 1 | -3/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | Simplify splitting import_name in import_string() | |||||
| * | | | | | Simplify splitting import_name in import_string() | Min ho Kim | 2019-07-24 | 1 | -3/+1 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #1065 from alexwlchan/add-pypi-links | Joshua Bronson | 2019-09-22 | 1 | -0/+5 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add docs, code and issue tracker links to setup.py | |||||
| * | | | | | | Add docs, code and issue tracker links to setup.py | Alex Chan | 2019-09-22 | 1 | -0/+5 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #1063 from PikachuEXE/fix/manifest | Joshua Bronson | 2019-09-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix MANIFEST.in to include renamed license file | |||||
| * | | | | | | Fix MANIFEST.in to include renamed license file | PikachuEXE | 2019-09-20 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Fix simple typo: problemtic -> problematic (#1059) | Tim Gates | 2019-09-04 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | Plus rephrase the comment for greater clarity. | |||||
* | | | | | | Merge branch '2.10.x' | David Lord | 2019-09-04 | 2 | -5/+13 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge pull request #1051 from vstinner/tb_next_py37 | David Lord | 2019-09-04 | 2 | -5/+13 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix TracebackFrameProxy.set_next() on Python 3.7 | |||||
| | * | | | | | Fix TracebackFrameProxy.set_next() on Python 3.7 | Victor Stinner | 2019-09-04 | 2 | -5/+13 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue #1050: fix a crash in TracebackFrameProxy.set_next() on Python 3.7 and newer, when Python is build in debug mode. Since Python 3.7, traceback.tb_next field can be modified: ctypes is no longer needed. | |||||
* | | | | | | Merge pull request #1045 from yuriks/patch-1 | Joshua Bronson | 2019-08-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update PyPI link to point to Jinja2 instead of 1 | |||||
| * | | | | | | Update PyPI link to point to Jinja2 instead of 1 | Yuri Kunde Schlesner | 2019-08-08 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch '2.10.x' | David Lord | 2019-07-26 | 36 | -1638/+618 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | fix tox docs build | David Lord | 2019-07-26 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Merge branch '2.9.x' into docs | David Lord | 2019-07-26 | 32 | -1592/+577 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge pull request #1042 from pallets/docs2.9.x | David Lord | 2019-07-26 | 35 | -1694/+732 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | modernize docs, 2.9.x branch | |||||
| | | * | | | | | reformat readme | David Lord | 2019-07-26 | 1 | -400/+446 | |
| | | | | | | | | ||||||
| | | * | | | | | fix linkcheck issuesdocs | David Lord | 2019-07-26 | 7 | -25/+24 | |
| | | | | | | | | ||||||
| | | * | | | | | modernize docs config, use pallets-sphinx-themes | David Lord | 2019-07-26 | 30 | -1149/+142 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #981 from pwlandoll/2.10.x | David Lord | 2019-07-22 | 1 | -0/+11 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add Links section to README | |||||
| | * | | | | | | Add Links section to README | Peter Landoll | 2019-05-06 | 1 | -0/+11 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #986 from pbjr23/fix-safe-range-memory | David Lord | 2019-07-22 | 3 | -7/+23 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix memory usage bug in Python 2 by using correct version of range | |||||
| | * | | | | | | | sandbox uses xrange on Python 2 | Prakhar Bhandari | 2019-07-22 | 3 | -7/+23 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Fix typo | Min ho Kim | 2019-07-25 | 1 | -1/+1 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #1035 from utoddl/stable-sort-doc | David Lord | 2019-07-23 | 1 | -15/+27 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | document that sort is stable | |||||
| * | | | | | | | clean up sort filter docs | David Lord | 2019-07-23 | 1 | -21/+22 | |
| | | | | | | | | ||||||
| * | | | | | | | document that sort is stable | Todd Lewis | 2019-07-23 | 1 | -2/+13 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #956 from revelt/patch-1 | David Lord | 2019-07-23 | 1 | -26/+23 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Tweak docs grouper chapter | |||||
| * | | | | | | | clean up groupby filter docs | David Lord | 2019-07-23 | 1 | -26/+23 | |
| | | | | | | | | ||||||
| * | | | | | | | clarify groupby behavior in docs | Roy Revelt | 2019-07-23 | 1 | -4/+4 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #923 from CleoQc/feature/long_integer_with_underscores | David Lord | 2019-07-23 | 5 | -41/+82 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Feature/long integer with underscores | |||||
| * | | | | | | | clean up numeric underscore support | David Lord | 2019-07-23 | 4 | -42/+70 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add changelog clean up docs parametrize tests explain float regex | |||||
| * | | | | | | | support underscore in int and float | CleoQc | 2019-07-23 | 3 | -11/+24 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #922 from CleoQc/feature/support_scientific_notation | David Lord | 2019-07-23 | 5 | -12/+46 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Feature/support scientific notation | |||||
| * | | | | | | | clean up scientific notation support | David Lord | 2019-07-23 | 4 | -22/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add changelog clean up docs parametrize tests |