Lines Matching full:fixed

14   Reported by @mlorant (gh issue #410), fixed by @nicoe (gh pr #859).
16 Fixed by @cssherry (gh issue #582, pr #763)
34 Reported by @href (gh issue #652). Fixed by @absreim (gh pr #693).
35 - Fixed an issue where ``parser.parse`` would raise ``Decimal``-specific errors
37 (e.g. ``NaN`` or infinite values). Reported and fixed by
39 - Fixed issue in ``parser`` where a ``tzinfos`` call explicitly returning
41 Fixed by @parsethis (gh issue #661, gh pr #681)
42 - Fixed incorrect parsing of certain dates earlier than 100 AD when repesented
48 Fixed by @cheukting (gh issue #658, gh pr #751)
49 - Fixed an issue where ``isoparser.parse_isotime`` was unable to handle the
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)
55 - Fixed a bug with base offset changes during DST in ``tzfile``, and refactored
58 - Fixed error condition in ``tz.gettz`` when a non-ASCII timezone is passed on
65 with 1 instead of 0. Reported and fixed by @hroncok (gh pr #814)
74 Fixed by @prdickson (gh issue #623, gh pr #762)
76 Fixed by @weatherpattern (gh issue #647, gh pr #704)
82 Reported and fixed by @rmahajan14 (gh issue #686, gh pr #695).
84 ``rrule``. Fixed by @lucaferocino (gh pr #755).
91 Fixed by @kvn219 @huangy22 and @ElliotJH (gh pr #673)
93 applied in. Fixed by @kvn219 @huangy22 and @ElliotJH (gh pr #673)
98 - Fixed a broken doctest in the ``relativedelta`` module.
99 Fixed by @nherriot (gh pr #758).
102 - Reorganized ``dateutil.tz`` documentation and fixed issue with the
148 - Fixed an issue where decimal.Decimal would cast `NaN` or infinite value in a
150 fixed by @amureki (gh issue #662, gh pr #679).
151 - Fixed a ValueError being thrown if tzinfos call explicity returns ``None``.
152 Reported by @pganssle (gh issue #661) Fixed by @parsethis (gh pr #681)
153 - Fixed incorrect parsing of certain dates earlier than 100 AD when repesented
155 - Fixed a bug where automatically generated DTSTART was naive even if a
158 issue #652). Fixed by @absreim (gh pr #693).
170 the order of operations that relativedelta applies. Fixed by @kvn219
173 - Changed order of keywords in rrule docstring. Reported and fixed by
176 issue #647). Fixed by @weatherpattern (gh pr #704)
181 - Reorganized ``dateutil.tz`` documentation and fixed issue with the
197 - Fixed an issue with the setup script running in non-UTF-8 environment.
198 Reported and fixed by @gergondet (gh pr #651)
219 - Fixed issue where parser.parse would occasionally raise
221 @amureki (gh issue #632). Fixed by @pganssle (gh pr #636).
223 both aware. Reported and fixed by @ryanpetrello (gh issue #633, gh pr #634)
240 (gh issue #406), fixed by @mariocj89 (gh pr #494)
242 version of dateutil. Fixed by @jakec-github (gh issue #537, pr #552)
257 fixed by @uckelman and @pganssle (gh pr #514)
260 indication of an error). Reported and fixed by @jbrockmendel (gh pr #540)
261 - Dropped the use of assert in the parser. Fixed by @jbrockmendel (gh pr #502)
262 - Fixed to assertion logic in parser to support dates like '2015-15-May',
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
267 by @heappro (gh pr #353), fixed by @jbrockmendel (gh pr #482)
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
271 (gh issue #360), fixed by @jbrockmendel (gh pr #483)
272 - Fixed problem parsing certain unambiguous strings when year <99 (gh pr #510).
274 - Fixed issue with parsing an unambiguous string representation of an ambiguous
278 - Fixed issue with improper rounding of fractional components. Reported by
279 @dddmello (gh issue #427), fixed by @m-dz (gh pr #570)
281 and fixed by @jbrockmendel (gh pr #589)
284 - Implementated of __hash__ for relativedelta and weekday, reported and fixed
288 - Fixed relativedelta.weeks property getter and setter to work for both
289 negative and positive values. Reported and fixed by @souliane (gh issue #459,
291 - Fixed issue where passing whole number floats to the months or years
293 addition. Reported by @arouanet (gh pr #411), fixed by @lkollar (gh pr #553)
315 - Fixed issue where the tz.tzstr constructor would erroneously succeed if
316 passed an invalid value for tzstr. Fixed by @pablogsal (gh issue #259,
318 - Fixed issue with tz.gettz for TZ variables that start with a colon. Reported
319 and fixed by @lapointexavier (gh pr #601)
320 - Added a lock to tz.tzical's cache. Reported and fixed by @Unrud (gh pr #430)
321 - Fixed an issue with fold support on certain Python 3 implementations that
325 (gh issue #401) and fixed by @Unrud (gh pr #429)
329 fixed by @ryanpetrello (gh issue #614, gh pr #624)
331 compliance with the RFC. Reported by @AndrewPashkin (gh issue #86), fixed by
337 installed versions of dateutil in CI. Fixed issue with parser import
340 - Switched CI over to use tox. Fixed by @gaborbernat (gh pr #549)
342 - Reduced number of CI builds on Appveyor. Fixed by @kirit93 (gh issue #529,
347 the test suites with pytest. Fixed by @lkollar. (gh issue #544, gh pr #548)
349 - Fixed code coverage metrics to account for Windows builds (gh pr #526)
350 - Fixed code coverage metrics to NOT count xfails. Fixed by @gaborbernat
353 checkers. Reported and fixed by @quodlibetor (gh pr #485)
362 fixed by @m-dz (gh issue #556, gh pr #557)
363 - Updated all references to RFC 2445 (iCalendar) to point to RFC 5545. Fixed
366 reported and fixed by @abrugh (gh pr #458)
367 - Fixed dangling parenthesis in tzoffset documentation (gh pr #461)
368 - Started including the license file in wheels. Reported and fixed by
372 module documentation pages. Fixed by @Tomasz-Kluczkowski and @jakec-github
374 - Fixed documentation so that the parser.isoparse documentation displays.
375 Fixed by @alexchamberlain (gh issue #545, gh pr #560)
377 CONTRIBUTING. Reported and fixed by @kynan (gh pr #562)
385 Reported and fixed by @jdufresne (gh pr #371)
386 - Fixed testing of folds and gaps, particularly on Windows (gh pr #392)
387 - Fixed deprecated escape characters in regular expressions. Reported by
388 @nascheme and @thierryba (gh issue #361), fixed by @thierryba (gh pr #358)
389 - Many PEP8 style violations and other code smells were fixed by @jdufresne
392 - Fixed issue with several time zone classes around DST transitions in any
394 - Fixed issue with fuzzy parsing where tokens similar to AM/PM that are in the
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.
400 @arcadefoam (gh issue #343), fixed by @jonemo (gh pr #382)
401 - Fixed issue with the addition and subtraction of certain relativedeltas.
402 Reported and fixed by @kootenpv (gh issue #346, pr #347)
403 - Fixed issue where the COUNT parameter of rrules was ignored if 0. Fixed by
407 and fixed by @tomchuk (gh issue #336, pr #337)
408 - Fixed an incorrect year in a parser doctest. Fixed by @xlotlu (gh pr #357)
425 - Fixed an issue where dst() in Portugal in 1996 was returning the wrong value
427 - Fixed an issue where zoneinfo.ZoneInfoFile errors were not being properly
437 - Fixed an issue where tzfile objects were not properly handling dst() and
450 reported and fixed by Daniel LePage (@dplepage). (gh issue #262, pr #263)
480 - Fixed parser bug where unambiguous datetimes fail to parse when dayfirst is
483 do not allow importing of subprocess.check_call was reported and fixed by
485 - Fixed incorrect version in documentation (gh issue #235, pr #243)
490 - Fixed parser bug where yearfirst and dayfirst parameters were not being
500 - Fixed an issue with improper caching behavior in rruleset objects (gh issue
507 - Fixed recursive import issue with tz module (gh pr #204)
555 behavior over to using string methods rather than comparing against a fixed
557 - An issue causing tzstr() to crash on Python 2.x was fixed. (lp: 1331576,
560 when tzname() is called was fixed. (gh issue #60, #74, pr #75)
563 greater than the number of days in the parsed month was fixed (this issue
566 - Fixed parser issue causing fuzzy_with_tokens to raise an unexpected exception
568 - Fixed parser issue where years > 100 AD were incorrectly parsed. Contributed
570 - Fixed parser issue where commas were not a valid separator between seconds
573 - Fixed issue with tzwin encoding in locales with non-Latin alphabets
575 - Fixed an issue where tzwin was not being properly imported on Windows.
577 - Fixed a problem causing issues importing zoneinfo in certain circumstances.
579 - Fixed an issue where dateutil timezones were not compatible with basic time
582 - Fixed issue where tzwinlocal had an invalid utcoffset. (gh issue #135,
584 - Fixed issue with tzwin and tzwinlocal where DST transitions were incorrectly
589 fixed by @carlosxl and @mjschultz (gh issue #100, prs #107, #109)
592 - An issue with tox failing without unittest2 installed in Python 2.6 was fixed
600 - Many failing doctests were fixed by @moreati. (gh pr #120)
611 - Fixed issue with parsing of tzstr on Python 2.7.x; tzstr will now be decoded
635 - Changed private _byxxx from sets to sorted tuples and fixed one currently
663 - Fixed tzwin silently not imported on windows python2
674 - Bug with LANG=C fixed by Mike Gilbert
708 This has been unittested and fixed.
722 - Fixed another parser precision problem on conversion of decimal seconds
726 - Fixed case where tzrange.utcoffset and tzrange.dst() might fail due
727 to a date being used where a datetime was expected (reported and fixed
736 - Fixed DST signal handling in zoneinfo files. Reported by
743 - Fixed precision problem on conversion of decimal seconds to
746 - Fixed bug in constructor of parser, and converted parser classes to
766 - Removed bare string exceptions, as reported and fixed by
769 - Fix bug in leap count parsing (reported and fixed by Eugene Oden).
775 - Fixed rrule byyearday handling. Abramo Bagnara pointed out that
778 - Fixed --prefix handling in setup.py (by Sidnei da Silva).
789 - Fixed parsing of XXhXXm formatted time after day/month/year
798 - Fixed pickling of timezone types, as reported by
811 - Fixed parsing of unicode date strings.
819 - Fixed other reported bugs.
828 - Fixed rrule.between() for cases where "after" is achieved
831 - Fixed two digit zero-year parsing (such as 31-Dec-00), as