Lines Matching full:by

8   Reported and fixed by @gergondet (gh pr #651)
30 decimal.Decimal-specific error types rather than ValueError. Reported by
31 @amureki (gh issue #632). Fixed by @pganssle (gh pr #636).
33 both aware. Reported and fixed by @ryanpetrello (gh issue #633, gh pr #634)
44 - Dropped support for Python 2.6 (gh pr #362 by @jdufresne)
49 - Added __all__ variable to the root package. Reported by @tebriel
50 (gh issue #406), fixed by @mariocj89 (gh pr #494)
52 version of dateutil. Fixed by @jakec-github (gh issue #537, pr #552)
54 - Added within_delta function to utils - added by @justanr (gh issue #432,
58 reported by @nealmcb (gh issue #94)
60 Initial implementation by @pganssle in gh pr #489 and #622, with a
61 pre-release fix by @kirit93 (gh issue #546, gh pr #573).
64 - Tweaked parser error message to include rejected string format, added by
66 - Add support for parsing bytesarray, reported by @uckelman (gh issue #417) and
67 fixed by @uckelman and @pganssle (gh pr #514)
70 indication of an error). Reported and fixed by @jbrockmendel (gh pr #540)
71 - Dropped the use of assert in the parser. Fixed by @jbrockmendel (gh pr #502)
73 reported and fixed by @jbrockmendel (gh pr #409)
75 by @jbrockmendel (gh pr #420)
77 by @heappro (gh pr #353), fixed by @jbrockmendel (gh pr #482)
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
81 (gh issue #360), fixed by @jbrockmendel (gh pr #483)
83 Reported by @alexwlchan (gh issue #293).
86 issue reported by @JordonPhillips and @pganssle (gh issue #318, #320,
88 - Fixed issue with improper rounding of fractional components. Reported by
89 @dddmello (gh issue #427), fixed by @m-dz (gh pr #570)
91 and fixed by @jbrockmendel (gh pr #589)
92 - Significantly refactored parser code by @jbrockmendel (gh prs #419, #436,
95 by @mrigor (gh pr #389)
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)
105 - Added a cache to tz.gettz so that by default it will return the same object
120 evidently designed exclusively for dateutil, and very likely not used by
123 an imaginary one, if necessary. Implemented by @Cheukting (gh issue #339,
126 passed an invalid value for tzstr. Fixed by @pablogsal (gh issue #259,
129 and fixed by @lapointexavier (gh pr #601)
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
135 (gh issue #401) and fixed by @Unrud (gh pr #429)
137 omitted or DATE-TIME, per RFC 5545. Reported by @Unrud (gh pr #439)
139 fixed by @ryanpetrello (gh issue #614, gh pr #624)
140 - Added 'RRULE:' prefix to rrule strings generated by rrule.__str__, in
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),
145 implemented by @Sulley38 (gh pr #564)
148 discovered by @jreback in pandas-dev/pandas#18141. (gh issue #507, pr #509)
150 - Switched CI over to use tox. Fixed by @gaborbernat (gh pr #549)
152 - Reduced number of CI builds on Appveyor. Fixed by @kirit93 (gh issue #529,
154 - Made xfails strict by default, so that an xpass is a failure. (gh pr #567)
157 the test suites with pytest. Fixed by @lkollar. (gh issue #544, gh pr #548)
160 - Fixed code coverage metrics to NOT count xfails. Fixed by @gaborbernat
163 checkers. Reported and fixed by @quodlibetor (gh pr #485)
164 - Several unused imports were removed by @jdufresne. (gh pr #486)
166 on all supported Python versions. Implemented by @jdufresne (gh pr #612)
172 fixed by @m-dz (gh issue #556, gh pr #557)
174 by @mariocj89 (gh issue #543, gh pr #555)
176 reported and fixed by @abrugh (gh pr #458)
178 - Started including the license file in wheels. Reported and fixed by
180 - Indendation fixes to parser docstring by @jbrockmendel (gh pr #492)
182 module documentation pages. Fixed by @Tomasz-Kluczkowski and @jakec-github
185 Fixed by @alexchamberlain (gh issue #545, gh pr #560)
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
198 @nascheme and @thierryba (gh issue #361), fixed by @thierryba (gh pr #358)
199 - Many PEP8 style violations and other code smells were fixed by @jdufresne
206 by @jbrockmendel (gh pr #332).
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
210 @arcadefoam (gh issue #343), fixed by @jonemo (gh pr #382)
212 Reported and fixed by @kootenpv (gh issue #346, pr #347)
213 - Fixed issue where the COUNT parameter of rrules was ignored if 0. Fixed by
214 @mshenfield (gh pr #330), reported by @vaultah (gh issue #329).
217 and fixed by @tomchuk (gh issue #336, pr #337)
218 - Fixed an incorrect year in a parser doctest. Fixed by @xlotlu (gh pr #357)
226 be safely represented by all dateutil time zones. Many thanks to Alexander
228 address this. Original issues reported by Yupeng and @zed (lP: 1390262,
233 This works for all fold-aware datetimes, not just those provided by dateutil.
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)
256 and added by Alec Nikolas Reiter (@justanr) (gh issue #282, pr #283
260 reported and fixed by Daniel LePage (@dplepage). (gh issue #262, pr #263)
261 - A replace() method has been added to rrule objects by @jendas1, which creates
269 identical behavior between Python 2 and 3. Submitted by Roy Williams
271 - Trailing whitespace in easter.py has been removed. Submitted by @OmgImAlexis
283 the previously used long-id. Reported by @valholl (gh issue #287, pr #304)
293 do not allow importing of subprocess.check_call was reported and fixed by
315 information is not actually used). Contributed by @hjoukl (gh issue #146, pr
320 - Refactored monolithic test suite by module (gh issue #61, pr #200 and #206)
324 module (gh issue #105, gh issue #149 - pointer to the solution by @phep,
348 Contributed by @elprans (gh pr #113)
351 - str(rrule) now returns an RFC2445-compliant rrule string, contributed by
354 thanks to a patch contributed by @dekoza, based on an article by Brian Beck
377 in certain circumstances. Contributed by @MichaelAquilina (gh pr #91)
379 by @Bachmann1234 (gh pr #130)
381 and microseconds, preventing parsing of ISO 8601 dates. Contributed by
386 Contributed by @labrys. (gh pr #134)
388 Issue and solution contributed by @alexxv (gh issue #97, pr #99)
390 objects. One of many, many timezone related issues contributed and tested by
396 - updatezinfo.py no longer suppresses certain OSErrors. Contributed by @bjamesv
399 fixed by @carlosxl and @mjschultz (gh issue #100, prs #107, #109)
403 by @moreati (gh pr #115)
404 - Several deprecated functions were replaced in the tests by @moreati
410 - Many failing doctests were fixed by @moreati. (gh pr #120)
414 - We now have a mailing list - dateutil@python.org, graciously hosted by
425 - Missing function "setcachesize" removed from zoneinfo __all__ list by @ryanss,
441 relativedelta objects. Implemented by @nimasmi (gh pr #43) and Cédric Krier
458 - Many rrule changes and fixes by @pganssle (gh pull requests #13 #14 #17),
484 - Bug with LANG=C fixed by Mike Gilbert
501 - Ported to Python 3, by Brian Jones. If you need dateutil for Python 2.X,
511 - As reported by Mathieu Bridon, rrules were matching the bysecond rules
533 to microseconds, as reported by Erik Brown. Now these issues are gone
538 by Lennart Regebro).
541 specify them (reported by Lennart Regebro).
546 - Fixed DST signal handling in zoneinfo files. Reported by
554 microseconds, as reported by Skip Montanaro.
557 new-style classes. Original report and patch by Michael Elsdörfer.
564 by Darren Dale.
576 - Removed bare string exceptions, as reported and fixed by
579 - Fix bug in leap count parsing (reported and fixed by Eugene Oden).
588 - Fixed --prefix handling in setup.py (by Sidnei da Silva).
602 - Added patch by Jeffrey Harris optimizing rrule.__contains__.
608 - Fixed pickling of timezone types, as reported by
615 the internal versions directly by using
619 internal timezones (contributed by Jeffrey Harris).
641 before even starting, as reported by Andreas Köhler.
644 reported by Jim Abramson, and included test case for this.
648 as reported by Nicholas Piper.