• Home
  • Raw
  • Download

Lines Matching full:fixed

7 - Fixed an issue with the setup script running in non-UTF-8 environment.
8 Reported and fixed by @gergondet (gh pr #651)
29 - Fixed issue where parser.parse would occasionally raise
31 @amureki (gh issue #632). Fixed by @pganssle (gh pr #636).
33 both aware. Reported and fixed by @ryanpetrello (gh issue #633, gh pr #634)
50 (gh issue #406), fixed by @mariocj89 (gh pr #494)
52 version of dateutil. Fixed by @jakec-github (gh issue #537, pr #552)
67 fixed by @uckelman and @pganssle (gh pr #514)
70 indication of an error). Reported and fixed by @jbrockmendel (gh pr #540)
71 - Dropped the use of assert in the parser. Fixed by @jbrockmendel (gh pr #502)
72 - Fixed to assertion logic in parser to support dates like '2015-15-May',
73 reported and fixed by @jbrockmendel (gh pr #409)
74 - Fixed IndexError in parser on dates with trailing colons, reported and fixed
76 - Fixed bug where hours were not validated, leading to improper parse. Reported
77 by @heappro (gh pr #353), fixed by @jbrockmendel (gh pr #482)
78 - Fixed problem parsing strings in %b-%Y-%d format. Reported and fixed by
80 - Fixed problem parsing strings in the %d%B%y format. Reported by @asishm
81 (gh issue #360), fixed by @jbrockmendel (gh pr #483)
82 - Fixed problem parsing certain unambiguous strings when year <99 (gh pr #510).
84 - Fixed issue with parsing an unambiguous string representation of an ambiguous
88 - Fixed issue with improper rounding of fractional components. Reported by
89 @dddmello (gh issue #427), fixed by @m-dz (gh pr #570)
91 and fixed by @jbrockmendel (gh pr #589)
94 - Implementated of __hash__ for relativedelta and weekday, reported and fixed
98 - Fixed relativedelta.weeks property getter and setter to work for both
99 negative and positive values. Reported and fixed by @souliane (gh issue #459,
101 - Fixed issue where passing whole number floats to the months or years
103 addition. Reported by @arouanet (gh pr #411), fixed by @lkollar (gh pr #553)
125 - Fixed issue where the tz.tzstr constructor would erroneously succeed if
126 passed an invalid value for tzstr. Fixed by @pablogsal (gh issue #259,
128 - Fixed issue with tz.gettz for TZ variables that start with a colon. Reported
129 and fixed by @lapointexavier (gh pr #601)
130 - Added a lock to tz.tzical's cache. Reported and fixed by @Unrud (gh pr #430)
131 - Fixed an issue with fold support on certain Python 3 implementations that
135 (gh issue #401) and fixed by @Unrud (gh pr #429)
139 fixed by @ryanpetrello (gh issue #614, gh pr #624)
141 compliance with the RFC. Reported by @AndrewPashkin (gh issue #86), fixed by
147 installed versions of dateutil in CI. Fixed issue with parser import
150 - Switched CI over to use tox. Fixed by @gaborbernat (gh pr #549)
152 - Reduced number of CI builds on Appveyor. Fixed by @kirit93 (gh issue #529,
157 the test suites with pytest. Fixed by @lkollar. (gh issue #544, gh pr #548)
159 - Fixed code coverage metrics to account for Windows builds (gh pr #526)
160 - Fixed code coverage metrics to NOT count xfails. Fixed by @gaborbernat
163 checkers. Reported and fixed by @quodlibetor (gh pr #485)
172 fixed by @m-dz (gh issue #556, gh pr #557)
173 - Updated all references to RFC 2445 (iCalendar) to point to RFC 5545. Fixed
176 reported and fixed by @abrugh (gh pr #458)
177 - Fixed dangling parenthesis in tzoffset documentation (gh pr #461)
178 - Started including the license file in wheels. Reported and fixed by
182 module documentation pages. Fixed by @Tomasz-Kluczkowski and @jakec-github
184 - Fixed documentation so that the parser.isoparse documentation displays.
185 Fixed by @alexchamberlain (gh issue #545, gh pr #560)
187 CONTRIBUTING. Reported and fixed by @kynan (gh pr #562)
195 Reported and fixed by @jdufresne (gh pr #371)
196 - Fixed testing of folds and gaps, particularly on Windows (gh pr #392)
197 - Fixed deprecated escape characters in regular expressions. Reported by
198 @nascheme and @thierryba (gh issue #361), fixed by @thierryba (gh pr #358)
199 - Many PEP8 style violations and other code smells were fixed by @jdufresne
202 - Fixed issue with several time zone classes around DST transitions in any
204 - Fixed issue with fuzzy parsing where tokens similar to AM/PM that are in the
205 end skipped were dropped in the fuzzy_with_tokens list. Reported and fixed
207 - Fixed issue with parsing dates of the form X m YY. Reported by @jbrockmendel.
210 @arcadefoam (gh issue #343), fixed by @jonemo (gh pr #382)
211 - Fixed issue with the addition and subtraction of certain relativedeltas.
212 Reported and fixed by @kootenpv (gh issue #346, pr #347)
213 - Fixed issue where the COUNT parameter of rrules was ignored if 0. Fixed by
217 and fixed by @tomchuk (gh issue #336, pr #337)
218 - Fixed an incorrect year in a parser doctest. Fixed by @xlotlu (gh pr #357)
235 - Fixed an issue where dst() in Portugal in 1996 was returning the wrong value
237 - Fixed an issue where zoneinfo.ZoneInfoFile errors were not being properly
247 - Fixed an issue where tzfile objects were not properly handling dst() and
260 reported and fixed by Daniel LePage (@dplepage). (gh issue #262, pr #263)
290 - Fixed parser bug where unambiguous datetimes fail to parse when dayfirst is
293 do not allow importing of subprocess.check_call was reported and fixed by
295 - Fixed incorrect version in documentation (gh issue #235, pr #243)
300 - Fixed parser bug where yearfirst and dayfirst parameters were not being
310 - Fixed an issue with improper caching behavior in rruleset objects (gh issue
317 - Fixed recursive import issue with tz module (gh pr #204)
365 behavior over to using string methods rather than comparing against a fixed
367 - An issue causing tzstr() to crash on Python 2.x was fixed. (lp: 1331576,
370 when tzname() is called was fixed. (gh issue #60, #74, pr #75)
373 greater than the number of days in the parsed month was fixed (this issue
376 - Fixed parser issue causing fuzzy_with_tokens to raise an unexpected exception
378 - Fixed parser issue where years > 100 AD were incorrectly parsed. Contributed
380 - Fixed parser issue where commas were not a valid separator between seconds
383 - Fixed issue with tzwin encoding in locales with non-Latin alphabets
385 - Fixed an issue where tzwin was not being properly imported on Windows.
387 - Fixed a problem causing issues importing zoneinfo in certain circumstances.
389 - Fixed an issue where dateutil timezones were not compatible with basic time
392 - Fixed issue where tzwinlocal had an invalid utcoffset. (gh issue #135,
394 - Fixed issue with tzwin and tzwinlocal where DST transitions were incorrectly
399 fixed by @carlosxl and @mjschultz (gh issue #100, prs #107, #109)
402 - An issue with tox failing without unittest2 installed in Python 2.6 was fixed
410 - Many failing doctests were fixed by @moreati. (gh pr #120)
421 - Fixed issue with parsing of tzstr on Python 2.7.x; tzstr will now be decoded
445 - Changed private _byxxx from sets to sorted tuples and fixed one currently
473 - Fixed tzwin silently not imported on windows python2
484 - Bug with LANG=C fixed by Mike Gilbert
518 This has been unittested and fixed.
532 - Fixed another parser precision problem on conversion of decimal seconds
536 - Fixed case where tzrange.utcoffset and tzrange.dst() might fail due
537 to a date being used where a datetime was expected (reported and fixed
546 - Fixed DST signal handling in zoneinfo files. Reported by
553 - Fixed precision problem on conversion of decimal seconds to
556 - Fixed bug in constructor of parser, and converted parser classes to
576 - Removed bare string exceptions, as reported and fixed by
579 - Fix bug in leap count parsing (reported and fixed by Eugene Oden).
585 - Fixed rrule byyearday handling. Abramo Bagnara pointed out that
588 - Fixed --prefix handling in setup.py (by Sidnei da Silva).
599 - Fixed parsing of XXhXXm formatted time after day/month/year
608 - Fixed pickling of timezone types, as reported by
621 - Fixed parsing of unicode date strings.
629 - Fixed other reported bugs.
640 - Fixed rrule.between() for cases where "after" is achieved
643 - Fixed two digit zero-year parsing (such as 31-Dec-00), as