1. 75685ec Escape target attribute in the urlize function in utils.py. (#507) by Sambhav Satija · 8 years ago
  2. c51e3ab Fix typo. by Markus Amalthea Magnuson · 9 years ago
  3. b78f261 Merge branch '2.8-maintenance' by Armin Ronacher · 9 years ago
  4. 8189d21 Fixed for_qs for urlencode. This fixes #515 by Armin Ronacher · 9 years ago
  5. f51862d This is 2.8.1-dev by Armin Ronacher · 9 years ago
  6. 217e453 Fixed a few spelling mistakes in a docstring by Luke Plant · 9 years ago
  7. 743598d Improve with_metaclass() by Sebastian Noack · 9 years ago
  8. 56e187c This is 2.9.dev by Armin Ronacher · 9 years ago
  9. 966e1a4 Bump version number to 2.8 by Armin Ronacher · 9 years ago
  10. ea07af8 Fix typo: "the iterates" > "that iterates" by Steven Maude · 9 years ago
  11. fd7970c Fix syntax error by Markus Unterwaditzer · 9 years ago
  12. 3bb8a1f Merge pull request #447 from bentimms/int-filter-base by Markus Unterwaditzer · 9 years ago
  13. 676fd8c Sort filters, remove dupes by Markus Unterwaditzer · 9 years ago
  14. f6b654d Fix typo by Éric Araujo · 9 years ago
  15. 46acbf0 Escape slashes in query strings. This fixes #445 by Armin Ronacher · 9 years ago
  16. 0bfb60f Merge branch 'pr/451' by Armin Ronacher · 9 years ago
  17. 0c1f192 Added decorator support for finalize. This fixes #431 by Armin Ronacher · 9 years ago
  18. f4ddad8 fix the fancy tracebacks on Python 3 by Antti Haapala · 9 years ago
  19. 97a8aaf Add 'base' parameter to 'int' filter by Ben Timms · 9 years ago
  20. f22fdd5 Let the Environment override the Context by ThiefMaster · 9 years ago
  21. 1493631 Let the Environment override the CodeGenerator by ThiefMaster · 9 years ago
  22. 599c136 Fix doctests by Markus Unterwaditzer · 9 years ago
  23. e33a018 Moving testsuite directory to root folder by Kartheek Lenkala · 9 years ago
  24. 4d16c36 fixing errors due to removal of init.py from test suite by Kartheek Lenkala · 9 years ago
  25. ddfa883 Pytest Initial Commit by Kartheek Lenkala · 9 years ago
  26. 9d4afa1 Pytest migration initial commit by Kartheek Lenkala · 9 years ago
  27. 6363243 Merge pull request #344 from walterl/master by Markus Unterwaditzer · 9 years ago
  28. 0b49f13 Merge pull request #375 from zart/fix-relative-search-on-windows by Markus Unterwaditzer · 9 years ago
  29. 15e78c6 Merge pull request #402 from quodlibetor/attr-filter-docstring-cleanup by Markus Unterwaditzer · 9 years ago
  30. e2ec123 Merge pull request #383 from rbtcollins/patch-1 by Markus Unterwaditzer · 9 years ago
  31. c890d9d Merge pull request #388 from olegpesok/truncateDocFix by Markus Unterwaditzer · 9 years ago
  32. f9d804e Merge pull request #400 from scavpy/scavpy-patch-1 by Markus Unterwaditzer · 9 years ago
  33. e5de47f Merge pull request #397 from utzig/master by Markus Unterwaditzer · 9 years ago
  34. cdeaa33 decimal is a number by Tim Bray · 10 years ago
  35. 8a2f69a Typo Fixed. by Abhishek Kumar Singh · 9 years ago
  36. c251d8a fix copy-pasted typo in filter docstrings by Hans Meine · 9 years ago
  37. e41e76c Disallow f(x, y=1, z) and similar nonsense by ThiefMaster · 9 years ago
  38. c6c6ea1 Merge pull request #406 from ThiefMaster/number-test-fix by Markus Unterwaditzer · 9 years ago
  39. 0c7c382 Use PEP440-compatible dev version by ThiefMAster · 9 years ago
  40. 1e73c09 Add float/complex testcases for `is number` by ThiefMaster · 9 years ago
  41. 9bf5fcb Fix number test failing for long in Python 2 by ThiefMaster · 9 years ago
  42. 9443b3c Change attr filter example to match description by Brandon W Maister · 9 years ago
  43. 6179c02 Replace lambda for 'dict' in with dict itself by Peter Harris · 10 years ago
  44. c073470 Fix typo by Fabio Utzig · 10 years ago
  45. 4e7f44a Fix incorrect truncate filter docs by Oleg Pesok · 10 years ago
  46. 960138b fix trivial typo (side -> size) by rbtcollins · 10 years ago
  47. 0b74a4f Windows returns EINVAL on bogus filenames by Konstantin Zemlyak · 10 years ago
  48. 85820fc Increased cache size to 400. by Armin Ronacher · 10 years ago
  49. 5f748c3 Added ".. versionadded:: 2.8" to test_equalto.__doc__ by Walter Leibbrandt · 10 years ago
  50. c97fa10 Merge pull request #230 from p1otr/master by Armin Ronacher · 10 years ago
  51. 9bf94b5 Implemented a block set tag. by Armin Ronacher · 10 years ago
  52. f0c987b Flake 8 fixes by Armin Ronacher · 10 years ago
  53. 76402dc Removed unused variable by Armin Ronacher · 10 years ago
  54. 6a04a8b Merge pull request #293 from carldunham/docfix by Armin Ronacher · 10 years ago
  55. 8a0358e Merge pull request #282 from timhanus/master by Armin Ronacher · 10 years ago
  56. 99e46a0 Merge branch '2.7-maintenance' by Armin Ronacher · 10 years ago
  57. 8fc231a Ready for 2.7.4 by Armin Ronacher · 10 years ago
  58. 762c612 Bump version number to 2.7.3 by Armin Ronacher · 10 years ago
  59. 964c61c Fix CVE-2014-0012 by Tomas Hoger · 10 years ago
  60. 377b9b5 Applied changes from #296 for better checking. by Armin Ronacher · 10 years ago
  61. 73f27f5 Make sure filtering returns a list for template listing. by Armin Ronacher · 10 years ago
  62. cb6fab7 Fixed #320 by Armin Ronacher · 10 years ago
  63. 74a809e Merge pull request #312 from fengsp/master by Armin Ronacher · 10 years ago
  64. 7b32f8f Fixed a Python 3 regression. by Armin Ronacher · 10 years ago
  65. 6e9dfbf Added tests for logging undefined and added it to the docs. by Armin Ronacher · 10 years ago
  66. d2641be Added support for logging of undefined objects. by Armin Ronacher · 10 years ago
  67. 06badeb Fix for #304 by Armin Ronacher · 10 years ago
  68. e2e34a0 Merge pull request #315 from lazka/fix-iter-length by Armin Ronacher · 10 years ago
  69. 65ae6e2 Merge pull request #317 from shedokan/master by Armin Ronacher · 10 years ago
  70. 4f028a8 Merge pull request #319 from richierichrawr/master by Armin Ronacher · 10 years ago
  71. 641c041 Style cleanups in environment and a tiny bugfix. by Armin Ronacher · 10 years ago
  72. e7086db Fixed issue #309 by Armin Ronacher · 10 years ago
  73. 888e675 More resilient template directory handling for bytecode cache. by Armin Ronacher · 10 years ago
  74. 4dd06e7 Merge pull request #331 from SteelyWing/patch-1 by Armin Ronacher · 10 years ago
  75. 86b4b38 Merge pull request #332 from SteelyWing/patch-2 by Armin Ronacher · 10 years ago
  76. 090680f better assignment by Wing · 10 years ago
  77. 1abbe4d check for if loader does not implement get_source() by Wing · 10 years ago
  78. 6b990c1 close temp file by Wing · 10 years ago
  79. 15c02ae if template is not file, use name for cache key by Wing · 10 years ago
  80. 9fe850d Update environment.py by Wing · 10 years ago
  81. 115aa96 Update environment.py by Wing · 10 years ago
  82. 6671b97 use abs path for cache key by Wing · 10 years ago
  83. 25d83a4 fix os.name of Windows by Wing · 10 years ago
  84. c268e74 Edit code comments for readability by richierichrawr · 10 years ago
  85. 10a10ad Improved performance of filters.do_truncate() by Eric Sh · 10 years ago
  86. 4eb30f1 Fix loop context length calculation for iterators. Fixes #244 by Christoph Reiter · 10 years ago
  87. 7c83462 Removed duplication from ignored_tokens in lexer by fsp · 10 years ago
  88. d546358 fixed some typos and clarifying by Carl A Dunham · 11 years ago
  89. 27ffd01 Merge branch '2.7-maintenance' by Armin Ronacher · 11 years ago
  90. 5662125 This is 0.7.3-dev by Armin Ronacher · 11 years ago
  91. 91fa138 Bump version number to 2.7.2 by Armin Ronacher · 11 years ago
  92. f25707c Fixed a syntax error on Python 3 by Armin Ronacher · 11 years ago
  93. acb672b Fixed a security issue with temporary files on the filesystem cache on UNIX. by Armin Ronacher · 11 years ago
  94. f6c6fe4 Added a note on why equalto exists. by Armin Ronacher · 11 years ago
  95. 510fb48 Merge branch 'pr/283' by Armin Ronacher · 11 years ago
  96. daf3416 Merge branch 'pr/267' by Armin Ronacher · 11 years ago
  97. 157cce7 Merge branch 'pr/266' by Armin Ronacher · 11 years ago
  98. 23551a5 explicitly catch marshal errors rather than genertic exception #281 by Tim Hanus · 11 years ago
  99. 40367c4 Define tests for equalto. by Thomas van Noort · 11 years ago
  100. 9c89bbb Add equalto test as value-level analogue of reference-level sameas test. by Thomas van Noort · 11 years ago