summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge branch '2.10.x'David Lord2019-10-041-1/+1
|\ \ \ \
| * \ \ \ Merge pull request #1070 from anowlcalledjosh/developDavid Lord2019-10-041-1/+1
| |\ \ \ \ | | | | | | | | | | | | Fix incorrect release date for 2.10.3
| | * | | | Fix incorrect release date for 2.10.3Josh Holland2019-10-041-1/+1
| |/ / / /
* | | | | Merge pull request #828 from chamini2/trim-moreDavid Lord2019-10-043-3/+13
|\ \ \ \ \ | | | | | | | | | | | | Add chars option to trim
| * | | | | add chars option to trimMatteo Ferrando2019-10-043-3/+13
| | | | | |
* | | | | | Merge branch '2.10.x'David Lord2019-10-042-1/+10
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | release version 2.10.32.10.3David Lord2019-10-042-1/+10
| | | | |
| * | | | Fix typo in setup.pyAdrian2019-10-041-1/+1
| | | | |
* | | | | Merge branch '2.10.x'David Lord2019-10-047-160/+95
|\ \ \ \ \ | |/ / / /
| * | | | release version 2.10.22.10.2David Lord2019-10-042-2/+2
| | | | |
| * | | | update project metadataDavid Lord2019-10-048-184/+123
| | | | |
* | | | | Merge pull request #1000 from EtiennePelletier/fix_deadlock_improve_testsDavid Lord2019-10-045-14/+117
|\ \ \ \ \ | | | | | | | | | | | | Fix deadlock in LRUCache and improve test coverage
| * | | | | Add tests for Undefined classesEtiennePelletier2019-10-041-0/+15
| | | | | |
| * | | | | Add tests for utils.py - LRUCache, Lorem Ipsum & +EtiennePelletier2019-10-042-4/+96
| | | | | |
| * | | | | Prevent deadlock in LRUCache.setdefaultEtiennePelletier2019-10-042-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-splitDavid Lord2019-10-041-3/+1
|\ \ \ \ \ | | | | | | | | | | | | Simplify splitting import_name in import_string()
| * | | | | Simplify splitting import_name in import_string()Min ho Kim2019-07-241-3/+1
| | | | | |
* | | | | | Merge pull request #1065 from alexwlchan/add-pypi-linksJoshua Bronson2019-09-221-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add docs, code and issue tracker links to setup.py
| * | | | | | Add docs, code and issue tracker links to setup.pyAlex Chan2019-09-221-0/+5
|/ / / / / /
* | | | | | Merge pull request #1063 from PikachuEXE/fix/manifestJoshua Bronson2019-09-191-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix MANIFEST.in to include renamed license file
| * | | | | | Fix MANIFEST.in to include renamed license filePikachuEXE2019-09-201-1/+1
|/ / / / / /
* | | | | | Fix simple typo: problemtic -> problematic (#1059)Tim Gates2019-09-041-3/+2
| | | | | | | | | | | | | | | | | | Plus rephrase the comment for greater clarity.
* | | | | | Merge branch '2.10.x'David Lord2019-09-042-5/+13
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #1051 from vstinner/tb_next_py37David Lord2019-09-042-5/+13
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix TracebackFrameProxy.set_next() on Python 3.7
| | * | | | | Fix TracebackFrameProxy.set_next() on Python 3.7Victor Stinner2019-09-042-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-1Joshua Bronson2019-08-081-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update PyPI link to point to Jinja2 instead of 1
| * | | | | | Update PyPI link to point to Jinja2 instead of 1Yuri Kunde Schlesner2019-08-081-1/+1
|/ / / / / /
* | | | | | Merge branch '2.10.x'David Lord2019-07-2636-1638/+618
|\ \ \ \ \ \ | |/ / / / /
| * | | | | fix tox docs buildDavid Lord2019-07-261-0/+1
| | | | | |
| * | | | | Merge branch '2.9.x' into docsDavid Lord2019-07-2632-1592/+577
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #1042 from pallets/docs2.9.xDavid Lord2019-07-2635-1694/+732
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | modernize docs, 2.9.x branch
| | | * | | | | reformat readmeDavid Lord2019-07-261-400/+446
| | | | | | | |
| | | * | | | | fix linkcheck issuesdocsDavid Lord2019-07-267-25/+24
| | | | | | | |
| | | * | | | | modernize docs config, use pallets-sphinx-themesDavid Lord2019-07-2630-1149/+142
| | |/ / / / /
| * | | | | | Merge pull request #981 from pwlandoll/2.10.xDavid Lord2019-07-221-0/+11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add Links section to README
| | * | | | | | Add Links section to READMEPeter Landoll2019-05-061-0/+11
| | | | | | | |
| * | | | | | | Merge pull request #986 from pbjr23/fix-safe-range-memoryDavid Lord2019-07-223-7/+23
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix memory usage bug in Python 2 by using correct version of range
| | * | | | | | | sandbox uses xrange on Python 2Prakhar Bhandari2019-07-223-7/+23
| |/ / / / / / /
* | | | | | | | Fix typoMin ho Kim2019-07-251-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #1035 from utoddl/stable-sort-docDavid Lord2019-07-231-15/+27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | document that sort is stable
| * | | | | | | clean up sort filter docsDavid Lord2019-07-231-21/+22
| | | | | | | |
| * | | | | | | document that sort is stableTodd Lewis2019-07-231-2/+13
|/ / / / / / /
* | | | | | | Merge pull request #956 from revelt/patch-1David Lord2019-07-231-26/+23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Tweak docs grouper chapter
| * | | | | | | clean up groupby filter docsDavid Lord2019-07-231-26/+23
| | | | | | | |
| * | | | | | | clarify groupby behavior in docsRoy Revelt2019-07-231-4/+4
|/ / / / / / /
* | | | | | | Merge pull request #923 from CleoQc/feature/long_integer_with_underscoresDavid Lord2019-07-235-41/+82
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Feature/long integer with underscores
| * | | | | | | clean up numeric underscore supportDavid Lord2019-07-234-42/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add changelog clean up docs parametrize tests explain float regex
| * | | | | | | support underscore in int and floatCleoQc2019-07-233-11/+24
|/ / / / / / /
* | | | | | | Merge pull request #922 from CleoQc/feature/support_scientific_notationDavid Lord2019-07-235-12/+46
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Feature/support scientific notation
| * | | | | | | clean up scientific notation supportDavid Lord2019-07-234-22/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add changelog clean up docs parametrize tests