Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
4dac16a6
Commit
4dac16a6
authored
Nov 21, 2006
by
Dorneles Tremea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extended DateTime parser for better support to the ISO8601 specification. Normalized docstrings.
parent
35546974
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
535 additions
and
336 deletions
+535
-336
doc/CHANGES.txt
doc/CHANGES.txt
+8
-5
lib/python/DateTime/DateTime.py
lib/python/DateTime/DateTime.py
+390
-274
lib/python/DateTime/tests/testDateTime.py
lib/python/DateTime/tests/testDateTime.py
+137
-57
No files found.
doc/CHANGES.txt
View file @
4dac16a6
...
...
@@ -9,13 +9,16 @@ Zope Changes
Bugs fixed
- Collector #2191: extended DateTime parser for better support
to the ISO8601 specification.
- Reworking of _cached_result in Shared.DC.ZRDB.DA.DA:
- fixed KeyError reported in Collector #2212
- fixed two memory leaks that occurred under high load
- fixed broken cache keys for people using the obscure
- fixed broken cache keys for people using the obscure
Shared.DC.ZRDB.DA.DA.connection_hook
- fixed incorrect cache ordering resulting in newer results
...
...
@@ -45,7 +48,7 @@ Zope Changes
- Call setDefaultSkin on new requests created as the result of
ConflictError retries.
- Collector #2189: Fix logging of errors during product refresh.
- Collector #2185: Log username for FCGI requests.
...
...
@@ -141,9 +144,9 @@ Zope Changes
- Collector #2072: Applied patch to fix problem with overly restrictive
__bobo_traverse__ security and tests.
- Added missing Zope 3 packages: zope.app.intid, zope.app.keyreference,
zope.app.session, zope.contentprovider, zope.viewlet
- Added missing Zope 3 packages: zope.app.intid, zope.app.keyreference,
zope.app.session, zope.contentprovider, zope.viewlet
- Updated Five to bugfix release 1.3.5.
...
...
lib/python/DateTime/DateTime.py
View file @
4dac16a6
This diff is collapsed.
Click to expand it.
lib/python/DateTime/tests/testDateTime.py
View file @
4dac16a6
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment