Lines Matching refs:Reported

8   Reported and fixed by @gergondet (gh pr #651)
30 decimal.Decimal-specific error types rather than ValueError. Reported by
33 both aware. Reported and fixed by @ryanpetrello (gh issue #633, gh pr #634)
49 - Added __all__ variable to the root package. Reported by @tebriel
70 indication of an error). Reported and fixed by @jbrockmendel (gh pr #540)
76 - Fixed bug where hours were not validated, leading to improper parse. Reported
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
83 Reported by @alexwlchan (gh issue #293).
88 - Fixed issue with improper rounding of fractional components. Reported by
90 - Performance improvement to parser from removing certain min() calls. Reported
96 - Implemented __abs__ for relativedelta. Reported by @binnisb and @pferreir
99 negative and positive values. Reported and fixed by @souliane (gh issue #459,
103 addition. Reported by @arouanet (gh pr #411), fixed by @lkollar (gh pr #553)
128 - Fixed issue with tz.gettz for TZ variables that start with a colon. Reported
130 - Added a lock to tz.tzical's cache. Reported and fixed by @Unrud (gh pr #430)
134 - Added support for VALUE=DATE-TIME for DTSTART in rrulestr. Reported by @potuz
137 omitted or DATE-TIME, per RFC 5545. Reported by @Unrud (gh pr #439)
138 - Added support for TZID parameter for DTSTART in rrulestr. Reported and
141 compliance with the RFC. Reported by @AndrewPashkin (gh issue #86), fixed by
144 a version number from the git metadata. Reported by @jreback (gh issue #511),
163 checkers. Reported and fixed by @quodlibetor (gh pr #485)
171 - Corrected README to reflect that tests are now run in pytest. Reported and
178 - Started including the license file in wheels. Reported and fixed by
187 CONTRIBUTING. Reported and fixed by @kynan (gh pr #562)
195 Reported and fixed by @jdufresne (gh pr #371)
197 - Fixed deprecated escape characters in regular expressions. Reported by
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.
209 - Added support for parser weekdays with less than 3 characters. Reported by
212 Reported and fixed by @kootenpv (gh issue #346, pr #347)
236 in tz.tzfile objects. Reported by @abalkin (gh issue #128, pr #225)
248 tzname() when attached to datetime.time objects. Reported by @ovacephaloid.
251 systems. Reported by @dhduvall (gh issue #276, pr #307)
255 - datetime.timedelta objects can now be added to relativedelta objects. Reported
283 the previously used long-id. Reported by @valholl (gh issue #287, pr #304)
546 - Fixed DST signal handling in zoneinfo files. Reported by