Lines Matching refs:issue

14   Reported by @mlorant (gh issue #410), fixed by @nicoe (gh pr #859).
16 Fixed by @cssherry (gh issue #582, pr #763)
25 Gökçen Nurlu (gh issue #691, gh pr #761)
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
38 @amureki (gh issue #662, gh pr #679).
39 - Fixed issue in ``parser`` where a ``tzinfos`` call explicitly returning
41 Fixed by @parsethis (gh issue #661, gh pr #681)
43 in the form "%B.%Y.%d", e.g. "December.0031.30". (gh issue #687, pr #700)
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)
57 StackOverflow by @MartinThoma. (gh issue #812, gh pr #810)
59 Windows in Python 2.7. (gh issue #802, pr #861)
67 specified build backend. (gh issue #736, gh prs #746, #863)
74 Fixed by @prdickson (gh issue #623, gh pr #762)
76 Fixed by @weatherpattern (gh issue #647, gh pr #704)
79 systems. (gh issue #442, pr #715)
80 - Added changelog to documentation. (gh issue #692, gh pr #707)
82 Reported and fixed by @rmahajan14 (gh issue #686, gh pr #695).
102 - Reorganized ``dateutil.tz`` documentation and fixed issue with the
105 (gh issue #702, gh pr #706)
107 notation in ``relativedelta`` examples. (gh issue #670, pr #711)
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).
152 Reported by @pganssle (gh issue #661) Fixed by @parsethis (gh pr #681)
154 in the form "%B.%Y.%d", e.g. "December.0031.30". (gh issue #687, pr #700)
158 issue #652). Fixed by @absreim (gh pr #693).
165 notation in relativedelta examples. (gh issue #670, pr #711)
172 - Added changelog to documentation. (gh issue #692, gh pr #707)
174 @rmahajan14 (gh issue #686, gh pr #695).
176 issue #647). Fixed by @weatherpattern (gh pr #704)
177 - Cleaned up malformed RST in the ``tz`` documentation. (gh issue #702, gh pr
181 - Reorganized ``dateutil.tz`` documentation and fixed issue with the
197 - Fixed an issue with the setup script running in non-UTF-8 environment.
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)
238 Apache 2.0 and BSD. (gh pr #542, issue #496)
240 (gh issue #406), fixed by @mariocj89 (gh pr #494)
242 version of dateutil. Fixed by @jakec-github (gh issue #537, pr #552)
244 - Added within_delta function to utils - added by @justanr (gh issue #432,
247 - Added default_tzinfo function to utils (gh pr #475), solving an issue
248 reported by @nealmcb (gh issue #94)
249 - Added dedicated ISO 8601 parsing function isoparse (gh issue #424).
251 pre-release fix by @kirit93 (gh issue #546, gh pr #573).
256 - Add support for parsing bytesarray, reported by @uckelman (gh issue #417) and
271 (gh issue #360), fixed by @jbrockmendel (gh pr #483)
273 Reported by @alexwlchan (gh issue #293).
274 - Fixed issue with parsing an unambiguous string representation of an ambiguous
276 issue reported by @JordonPhillips and @pganssle (gh issue #318, #320,
278 - Fixed issue with improper rounding of fractional components. Reported by
279 @dddmello (gh issue #427), fixed by @m-dz (gh pr #570)
287 (gh issue #350, pr #472)
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
311 any current users. (gh issue #595, gh pr #606)
313 an imaginary one, if necessary. Implemented by @Cheukting (gh issue #339,
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
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
334 a version number from the git metadata. Reported by @jreback (gh issue #511),
337 installed versions of dateutil in CI. Fixed issue with parser import
338 discovered by @jreback in pandas-dev/pandas#18141. (gh issue #507, pr #509)
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)
351 (gh issue #519, gh pr #563)
359 - Corrected setup.py metadata to reflect author vs. maintainer, (gh issue #477,
362 fixed by @m-dz (gh issue #556, gh pr #557)
364 by @mariocj89 (gh issue #543, gh pr #555)
375 Fixed by @alexchamberlain (gh issue #545, gh pr #560)
388 @nascheme and @thierryba (gh issue #361), fixed by @thierryba (gh pr #358)
392 - Fixed issue with several time zone classes around DST transitions in any
393 zones with +0 standard offset (e.g. Europe/London) (gh issue #321, pr #390)
394 - Fixed issue with fuzzy parsing where tokens similar to AM/PM that are in the
397 - Fixed issue with parsing dates of the form X m YY. Reported by @jbrockmendel.
398 (gh issue #333, pr #393)
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
404 @mshenfield (gh pr #330), reported by @vaultah (gh issue #329).
407 and fixed by @tomchuk (gh issue #336, pr #337)
424 (gh issue #253, gh pr #302)
425 - Fixed an issue where dst() in Portugal in 1996 was returning the wrong value
426 in tz.tzfile objects. Reported by @abalkin (gh issue #128, pr #225)
427 - Fixed an issue where zoneinfo.ZoneInfoFile errors were not being properly
428 deep-copied. (gh issue #226, pr #225)
432 DST on and off transitions for a given year. (gh issue #260, pr #302)
434 get() method of zoneinfo.ZoneInfoFile objects. (gh issue #11, pr #310)
437 - Fixed an issue where tzfile objects were not properly handling dst() and
439 (gh issue #292, pr #309)
441 systems. Reported by @dhduvall (gh issue #276, pr #307)
446 and added by Alec Nikolas Reiter (@justanr) (gh issue #282, pr #283
448 to reduce code duplication. (gh issue #140, pr #311)
449 - An issue where the WKST parameter was improperly rendering in str(rrule) was
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)
474 - Updated zoneinfo to 2016i. (gh issue #298, gh pr #306)
481 set to true. (gh issue #233, pr #234)
484 @savraj (gh issue #239, gh pr #240)
485 - Fixed incorrect version in documentation (gh issue #235, pr #243)
491 respected when no separator was present. (gh issue #81 and #217, pr #229)
497 with help from @koobs (gh issue #193, pr #194, #201, #221)
500 - Fixed an issue with improper caching behavior in rruleset objects (gh issue
503 (gh issue #162, pr #211)
505 information is not actually used). Contributed by @hjoukl (gh issue #146, pr
507 - Fixed recursive import issue with tz module (gh pr #204)
508 - Added compatibility between tzwin objects and datetime.time objects (gh issue
510 - Refactored monolithic test suite by module (gh issue #61, pr #200 and #206)
514 module (gh issue #105, gh issue #149 - pointer to the solution by @phep,
527 to generate them. (gh issue #27, gh pr #85)
530 (lp:1010199, gh issue #44, pr #49)
532 relativedelta instances. (lp: 727525, gh issue #45, pr #49)
535 are now deprecated. (gh issue #40, pr #190)
542 @schinckel and @armicron (lp:1406305, gh issue #47, prs #50, #62 and #160)
549 datetime passed to the 'default' parameter. (gh issue #78, pr #187)
551 (gh issue #148, prs #184 and #186)
552 - Added equality logic for tzwin and tzwinlocal objects. (gh issue #151,
557 - An issue causing tzstr() to crash on Python 2.x was fixed. (lp: 1331576,
558 gh issue #51, pr #55)
559 - An issue with string encoding causing exceptions under certain circumstances
560 when tzname() is called was fixed. (gh issue #60, #74, pr #75)
561 - Parser issue where calling parse() on dates with no day specified when the
563 greater than the number of days in the parsed month was fixed (this issue
565 (canonical gh issue #25, pr #30, #191)
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
572 @ryanss (gh issue #28, pr #106)
573 - Fixed issue with tzwin encoding in locales with non-Latin alphabets
574 (gh issue #92, pr #98)
575 - Fixed an issue where tzwin was not being properly imported on Windows.
578 Issue and solution contributed by @alexxv (gh issue #97, pr #99)
579 - Fixed an issue where dateutil timezones were not compatible with basic time
581 @labrys. (gh issue #132, pr #181)
582 - Fixed issue where tzwinlocal had an invalid utcoffset. (gh issue #135,
584 - Fixed issue with tzwin and tzwinlocal where DST transitions were incorrectly
585 parsed from the registry. (gh issue #143, pr #178)
588 - An issue that arose when timezone locale changes during runtime has been
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
611 - Fixed issue with parsing of tzstr on Python 2.7.x; tzstr will now be decoded
613 - Fix a parser issue where AM and PM tokens were showing up in fuzzy date
616 fixing an issue with wildcard imports of dateutil.zoneinfo. (gh pr #66).
617 - (PyPI only) Fix an issue with source distributions not including the test
625 (gh pr #22, issue #21)
627 handled properly. (gh pr #35, issue #34)
629 with the last 2-digit number in the string. (gh pr #32, issue #31)
644 - Fix an issue with relativedelta and freezegun (lp:1374022)
764 Thanks to Ilpo Nyyssönen for reporting the issue.