Commit Graph

2833 Commits

Author SHA1 Message Date
Georg Brandl
2399e4627c Rename module to make clear it is only for sqlalchemy. 2010-08-21 22:36:35 +02:00
Georg Brandl
092ebec8a7 Move default sqlalchemy engine creation to storage backend. 2010-08-21 22:33:09 +02:00
Georg Brandl
7dd3f40461 Fail early with old sqlalchemy. 2010-08-21 22:28:44 +02:00
Georg Brandl
af509f4c73 Next is new in 2.6. 2010-08-21 22:19:50 +02:00
Georg Brandl
867b421178 Invert setup.py uuid logic. 2010-08-21 22:14:57 +02:00
Georg Brandl
896be9a201 Group conditional sections in pycompat. 2010-08-21 22:11:01 +02:00
Georg Brandl
b9c933046d Fix version. 2010-08-21 22:01:42 +02:00
Georg Brandl
cfb6331c6a merge 2010-08-21 21:56:37 +02:00
Georg Brandl
2887d24710 Supply substitute implementation of itertools.(i)zip_longest. 2010-08-21 21:54:50 +02:00
Daniel Neuhäuser
bbd39e5533 Added a fallback for itertools.izip_longest to pycompat for python versions < 2.6 2010-08-21 21:08:15 +02:00
Daniel Neuhäuser
043579e468 Added a fallback for itertools product to pycompat for python versions < 2.6 2010-08-21 20:53:05 +02:00
Georg Brandl
aa9fabc1e1 merge with 1.0 2010-08-21 20:30:53 +02:00
Georg Brandl
e239e51685 Give an explicit locale so that the output file name of msginit is deterministic. 2010-08-21 20:30:11 +02:00
Daniel Neuhäuser
436262679e Added missing import 2010-08-21 19:54:14 +02:00
Georg Brandl
2e17fac622 merge with DasIch/sphinx-i18n 2010-08-21 19:34:05 +02:00
Georg Brandl
7174c537c8 Update versionadded for SoC projects. 2010-08-21 19:23:05 +02:00
Georg Brandl
00c2b032d1 merge with sphinx-i18n 2010-08-21 19:20:50 +02:00
Georg Brandl
c170c5f5da Code style nits. 2010-08-21 19:19:12 +02:00
Georg Brandl
3048c13c63 Adapt style for websupport docs. 2010-08-21 19:15:14 +02:00
Georg Brandl
6ffec123a9 Small code style changes, remove unused imports. 2010-08-21 19:03:44 +02:00
Jacob Mason
0ff840dc48 fix sorting 2010-08-19 11:25:02 -05:00
Georg Brandl
9d7b75aa5d Clarify example. 2010-08-19 00:02:26 +02:00
Jacob Mason
363c2f702e display comments inline 2010-08-18 15:41:12 -05:00
Robert Lehmann
7a40e07eda merge with trunk 2010-08-17 11:08:23 +02:00
Georg Brandl
9cc47218b6 Fix missing print statement. 2010-08-17 05:15:14 +02:00
Jacob Mason
fd10895e5a fix moderation test 2010-08-16 10:11:52 -05:00
Jacob Mason
68cb74ad77 merge with trunk 2010-08-16 09:33:09 -05:00
Jacob Mason
95ee55c22d merge with DasIch 2010-08-16 09:32:20 -05:00
Jacob Mason
1037c07299 merge with DasIch 2010-08-16 09:31:55 -05:00
Daniel Neuhäuser
2d1eed0948 Automated merge with ssh://bitbucket.org/DasIch/sphinx-version-tracking 2010-08-16 08:18:59 +02:00
Daniel Neuhäuser
a845ad088a Automated merge with ssh://bitbucket.org/DasIch/sphinx-version-tracking 2010-08-16 08:18:31 +02:00
Daniel Neuhäuser
97bf9b01af Fix get_ratio for empty strings 2010-08-16 08:18:10 +02:00
Daniel Neuhäuser
ae89428da3 Automated merge with ssh://bitbucket.org/DasIch/sphinx-version-tracking 2010-08-16 08:11:46 +02:00
Daniel Neuhäuser
60d858ed57 Automated merge with ssh://bitbucket.org/DasIch/sphinx-version-tracking 2010-08-16 08:11:08 +02:00
Daniel Neuhäuser
0f36d666bb Automated merge with ssh://bitbucket.org/jacobmason/sphinx-web-support 2010-08-16 08:10:47 +02:00
Daniel Neuhäuser
36a0aa1667 Optimized further and added several comments explaining the merging algorithm 2010-08-16 08:10:14 +02:00
Jacob Mason
a9d5c4c26f merge 2010-08-15 14:29:20 -05:00
Daniel Neuhäuser
3266be6991 Automated merge with ssh://bitbucket.org/DasIch/sphinx-version-tracking 2010-08-15 21:27:08 +02:00
Daniel Neuhäuser
b6a5aca281 Automated merge with ssh://bitbucket.org/DasIch/sphinx-version-tracking 2010-08-15 21:26:42 +02:00
Daniel Neuhäuser
e68b1cacd0 Optimized merging algorithm 2010-08-15 21:25:31 +02:00
Jacob Mason
c028b95cd0 merge with version tracking 2010-08-15 14:12:54 -05:00
Daniel Neuhäuser
ad5b5c740b Make levenshtein implementation faster for equal strings 2010-08-15 21:06:47 +02:00
Daniel Neuhäuser
30fe0ce9fb Automated merge with ssh://bitbucket.org/DasIch/sphinx-version-tracking 2010-08-15 20:50:52 +02:00
Daniel Neuhäuser
c3905938ea Use uuid as a requirement in the setup.py and mention it in the documentation for Python 2.4 2010-08-15 20:48:19 +02:00
Jacob Mason
44de593511 merge with version-tracking 2010-08-15 13:39:33 -05:00
Daniel Neuhäuser
ad42f2a93b shutil.copytree has no ignore argument in python 2.4 2010-08-15 20:34:58 +02:00
Daniel Neuhäuser
85b8a451a6 Replaced the merging algorithm with one that handles similarities better, it's awfully slow though, if anybody has a better idea please implement it 2010-08-15 20:34:08 +02:00
Daniel Neuhäuser
0cf175e0b2 Added a test for the behavior described by Jacob and it does fail 2010-08-15 19:25:46 +02:00
Daniel Neuhäuser
6ac27b4da7 Check also for the length and explicitly check that the first uids are different 2010-08-15 18:44:09 +02:00
Jacob Mason
896efbbe72 merge with Dasich 2010-08-15 11:42:22 -05:00