Lines Matching full:reported
14 Reported by @mlorant (gh issue #410), fixed by @nicoe (gh pr #859).
34 Reported by @href (gh issue #652). Fixed by @absreim (gh pr #693).
37 (e.g. ``NaN`` or infinite values). Reported and fixed by
52 Reported and fixed by @jayschwa (gh issue #786, gh pr #787).
54 Reported by @cjgibson (gh issue #820). Fixed by @Cheukting (gh pr #822)
56 the way base offset changes are detected. Originally reported on
65 with 1 instead of 0. Reported and fixed by @hroncok (gh pr #814)
82 Reported and fixed by @rmahajan14 (gh issue #686, gh pr #695).
149 parser.parse, which will raise decimal.Decimal-specific errors. Reported and
152 Reported by @pganssle (gh issue #661) Fixed by @parsethis (gh pr #681)
157 take on the timezone of an UNTIL date, if provided. Reported by @href (gh
173 - Changed order of keywords in rrule docstring. Reported and fixed by
175 - Added documentation for ``dateutil.tz.gettz``. Reported by @pganssle (gh
198 Reported and fixed by @gergondet (gh pr #651)
220 decimal.Decimal-specific error types rather than ValueError. Reported by
223 both aware. Reported and fixed by @ryanpetrello (gh issue #633, gh pr #634)
239 - Added __all__ variable to the root package. Reported by @tebriel
248 reported by @nealmcb (gh issue #94)
256 - Add support for parsing bytesarray, reported by @uckelman (gh issue #417) and
260 indication of an error). Reported and fixed by @jbrockmendel (gh pr #540)
263 reported and fixed by @jbrockmendel (gh pr #409)
264 - Fixed IndexError in parser on dates with trailing colons, reported and fixed
266 - Fixed bug where hours were not validated, leading to improper parse. Reported
268 - Fixed problem parsing strings in %b-%Y-%d format. Reported and fixed by
270 - Fixed problem parsing strings in the %d%B%y format. Reported by @asishm
273 Reported by @alexwlchan (gh issue #293).
276 issue reported by @JordonPhillips and @pganssle (gh issue #318, #320,
278 - Fixed issue with improper rounding of fractional components. Reported by
280 - Performance improvement to parser from removing certain min() calls. Reported
284 - Implementated of __hash__ for relativedelta and weekday, reported and fixed
286 - Implemented __abs__ for relativedelta. Reported by @binnisb and @pferreir
289 negative and positive values. Reported and fixed by @souliane (gh issue #459,
293 addition. Reported by @arouanet (gh pr #411), fixed by @lkollar (gh pr #553)
318 - Fixed issue with tz.gettz for TZ variables that start with a colon. Reported
320 - Added a lock to tz.tzical's cache. Reported and fixed by @Unrud (gh pr #430)
324 - Added support for VALUE=DATE-TIME for DTSTART in rrulestr. Reported by @potuz
327 omitted or DATE-TIME, per RFC 5545. Reported by @Unrud (gh pr #439)
328 - Added support for TZID parameter for DTSTART in rrulestr. Reported and
331 compliance with the RFC. Reported by @AndrewPashkin (gh issue #86), fixed by
334 a version number from the git metadata. Reported by @jreback (gh issue #511),
353 checkers. Reported and fixed by @quodlibetor (gh pr #485)
361 - Corrected README to reflect that tests are now run in pytest. Reported and
366 reported and fixed by @abrugh (gh pr #458)
368 - Started including the license file in wheels. Reported and fixed by
377 CONTRIBUTING. Reported and fixed by @kynan (gh pr #562)
385 Reported and fixed by @jdufresne (gh pr #371)
387 - Fixed deprecated escape characters in regular expressions. Reported by
395 end skipped were dropped in the fuzzy_with_tokens list. Reported and fixed
397 - Fixed issue with parsing dates of the form X m YY. Reported by @jbrockmendel.
399 - Added support for parser weekdays with less than 3 characters. Reported by
402 Reported and fixed by @kootenpv (gh issue #346, pr #347)
404 @mshenfield (gh pr #330), reported by @vaultah (gh issue #329).
406 - Update documentation to reflect that the parser can raise TypeError, reported
418 address this. Original issues reported by Yupeng and @zed (lP: 1390262,
426 in tz.tzfile objects. Reported by @abalkin (gh issue #128, pr #225)
438 tzname() when attached to datetime.time objects. Reported by @ovacephaloid.
441 systems. Reported by @dhduvall (gh issue #276, pr #307)
445 - datetime.timedelta objects can now be added to relativedelta objects. Reported
450 reported and fixed by Daniel LePage (@dplepage). (gh issue #262, pr #263)
473 the previously used long-id. Reported by @valholl (gh issue #287, pr #304)
483 do not allow importing of subprocess.check_call was reported and fixed by
701 - As reported by Mathieu Bridon, rrules were matching the bysecond rules
706 - Adam Ryan reported a problem in the relativedelta implementation which
723 to microseconds, as reported by Erik Brown. Now these issues are gone
727 to a date being used where a datetime was expected (reported and fixed
731 specify them (reported by Lennart Regebro).
736 - Fixed DST signal handling in zoneinfo files. Reported by
744 microseconds, as reported by Skip Montanaro.
766 - Removed bare string exceptions, as reported and fixed by
769 - Fix bug in leap count parsing (reported and fixed by Eugene Oden).
798 - Fixed pickling of timezone types, as reported by
819 - Fixed other reported bugs.
829 before even starting, as reported by Andreas Köhler.
832 reported by Jim Abramson, and included test case for this.
836 as reported by Nicholas Piper.