Lines Matching full:by

14   Reported by @mlorant (gh issue #410), fixed by @nicoe (gh pr #859).
16 Fixed by @cssherry (gh issue #582, pr #763)
23 smaller "strong value" cache was also added. Weak value cache implemented by
24 @cs-cordero (gh pr #672, #801), strong cache added by
34 Reported by @href (gh issue #652). Fixed by @absreim (gh pr #693).
37 (e.g. ``NaN`` or infinite values). Reported and fixed by
41 Fixed by @parsethis (gh issue #661, gh pr #681)
48 Fixed by @cheukting (gh issue #658, gh pr #751)
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)
63 Added by @jdufresne (gh pr #817)
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).
87 Added by @prdickson (gh #753)
89 Patch by @weatherpattern (gh pr #671)
91 Fixed by @kvn219 @huangy22 and @ElliotJH (gh pr #673)
93 applied in. Fixed by @kvn219 @huangy22 and @ElliotJH (gh pr #673)
95 Contributed by @andrewcbennett (gh pr #759)
97 files. Contributed by @andrewcbennett (gh pr #757)
99 Fixed by @nherriot (gh pr #758).
150 fixed by @amureki (gh issue #662, gh pr #679).
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
158 issue #652). Fixed by @absreim (gh pr #693).
166 - Add doctest examples to tzfile documentation. Done by @weatherpattern and
170 the order of operations that relativedelta applies. Fixed by @kvn219
173 - Changed order of keywords in rrule docstring. Reported and fixed by
175 - Added documentation for ``dateutil.tz.gettz``. Reported by @pganssle (gh
176 issue #647). Fixed by @weatherpattern (gh pr #704)
198 Reported and fixed by @gergondet (gh pr #651)
220 decimal.Decimal-specific error types rather than ValueError. Reported by
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)
234 - Dropped support for Python 2.6 (gh pr #362 by @jdufresne)
239 - Added __all__ variable to the root package. Reported by @tebriel
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,
248 reported by @nealmcb (gh issue #94)
250 Initial implementation by @pganssle in gh pr #489 and #622, with a
251 pre-release fix by @kirit93 (gh issue #546, gh pr #573).
254 - Tweaked parser error message to include rejected string format, added by
256 - Add support for parsing bytesarray, reported by @uckelman (gh issue #417) and
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)
263 reported and fixed by @jbrockmendel (gh pr #409)
265 by @jbrockmendel (gh pr #420)
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)
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
279 @dddmello (gh issue #427), fixed by @m-dz (gh pr #570)
281 and fixed by @jbrockmendel (gh pr #589)
282 - Significantly refactored parser code by @jbrockmendel (gh prs #419, #436,
285 by @mrigor (gh pr #389)
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)
295 - Added a cache to tz.gettz so that by default it will return the same object
310 evidently designed exclusively for dateutil, and very likely not used by
313 an imaginary one, if necessary. Implemented by @Cheukting (gh issue #339,
316 passed an invalid value for tzstr. Fixed by @pablogsal (gh issue #259,
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)
324 - Added support for VALUE=DATE-TIME for DTSTART in rrulestr. Reported by @potuz
325 (gh issue #401) and fixed by @Unrud (gh pr #429)
327 omitted or DATE-TIME, per RFC 5545. Reported by @Unrud (gh pr #439)
329 fixed by @ryanpetrello (gh issue #614, gh pr #624)
330 - Added 'RRULE:' prefix to rrule strings generated by rrule.__str__, in
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),
335 implemented by @Sulley38 (gh pr #564)
338 discovered by @jreback in pandas-dev/pandas#18141. (gh issue #507, pr #509)
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,
344 - Made xfails strict by default, so that an xpass is a failure. (gh pr #567)
347 the test suites with pytest. Fixed by @lkollar. (gh issue #544, gh pr #548)
350 - Fixed code coverage metrics to NOT count xfails. Fixed by @gaborbernat
353 checkers. Reported and fixed by @quodlibetor (gh pr #485)
354 - Several unused imports were removed by @jdufresne. (gh pr #486)
356 on all supported Python versions. Implemented by @jdufresne (gh pr #612)
362 fixed by @m-dz (gh issue #556, gh pr #557)
364 by @mariocj89 (gh issue #543, gh pr #555)
366 reported and fixed by @abrugh (gh pr #458)
368 - Started including the license file in wheels. Reported and fixed by
370 - Indendation fixes to parser docstring by @jbrockmendel (gh pr #492)
372 module documentation pages. Fixed by @Tomasz-Kluczkowski and @jakec-github
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)
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
396 by @jbrockmendel (gh pr #332).
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
400 @arcadefoam (gh issue #343), fixed by @jonemo (gh pr #382)
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)
408 - Fixed an incorrect year in a parser doctest. Fixed by @xlotlu (gh pr #357)
416 be safely represented by all dateutil time zones. Many thanks to Alexander
418 address this. Original issues reported by Yupeng and @zed (lP: 1390262,
423 This works for all fold-aware datetimes, not just those provided by dateutil.
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)
446 and added by Alec Nikolas Reiter (@justanr) (gh issue #282, pr #283
450 reported and fixed by Daniel LePage (@dplepage). (gh issue #262, pr #263)
451 - A replace() method has been added to rrule objects by @jendas1, which creates
459 identical behavior between Python 2 and 3. Submitted by Roy Williams
461 - Trailing whitespace in easter.py has been removed. Submitted by @OmgImAlexis
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
505 information is not actually used). Contributed by @hjoukl (gh issue #146, pr
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,
538 Contributed by @elprans (gh pr #113)
541 - str(rrule) now returns an RFC2445-compliant rrule string, contributed by
544 thanks to a patch contributed by @dekoza, based on an article by Brian Beck
567 in certain circumstances. Contributed by @MichaelAquilina (gh pr #91)
569 by @Bachmann1234 (gh pr #130)
571 and microseconds, preventing parsing of ISO 8601 dates. Contributed by
576 Contributed by @labrys. (gh pr #134)
578 Issue and solution contributed by @alexxv (gh issue #97, pr #99)
580 objects. One of many, many timezone related issues contributed and tested by
586 - updatezinfo.py no longer suppresses certain OSErrors. Contributed by @bjamesv
589 fixed by @carlosxl and @mjschultz (gh issue #100, prs #107, #109)
593 by @moreati (gh pr #115)
594 - Several deprecated functions were replaced in the tests by @moreati
600 - Many failing doctests were fixed by @moreati. (gh pr #120)
604 - We now have a mailing list - dateutil@python.org, graciously hosted by
615 - Missing function "setcachesize" removed from zoneinfo __all__ list by @ryanss,
631 relativedelta objects. Implemented by @nimasmi (gh pr #43) and Cédric Krier
648 - Many rrule changes and fixes by @pganssle (gh pull requests #13 #14 #17),
674 - Bug with LANG=C fixed by Mike Gilbert
691 - Ported to Python 3, by Brian Jones. If you need dateutil for Python 2.X,
701 - As reported by Mathieu Bridon, rrules were matching the bysecond rules
723 to microseconds, as reported by Erik Brown. Now these issues are gone
728 by Lennart Regebro).
731 specify them (reported by Lennart Regebro).
736 - Fixed DST signal handling in zoneinfo files. Reported by
744 microseconds, as reported by Skip Montanaro.
747 new-style classes. Original report and patch by Michael Elsdörfer.
754 by Darren Dale.
766 - Removed bare string exceptions, as reported and fixed by
769 - Fix bug in leap count parsing (reported and fixed by Eugene Oden).
778 - Fixed --prefix handling in setup.py (by Sidnei da Silva).
792 - Added patch by Jeffrey Harris optimizing rrule.__contains__.
798 - Fixed pickling of timezone types, as reported by
805 the internal versions directly by using
809 internal timezones (contributed by Jeffrey Harris).
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.