Lines Matching refs:gh
14 Reported by @mlorant (gh issue #410), fixed by @nicoe (gh pr #859).
16 Fixed by @cssherry (gh issue #582, pr #763)
24 @cs-cordero (gh pr #672, #801), strong cache added by
25 Gökçen Nurlu (gh issue #691, gh pr #761)
34 Reported by @href (gh issue #652). Fixed by @absreim (gh pr #693).
38 @amureki (gh issue #662, gh pr #679).
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)
45 ``dateutil.parser.isoparse`` function. (gh pr #721)
48 Fixed by @cheukting (gh issue #658, gh pr #751)
50 ``24:00`` variant representation of midnight. (gh pr #773)
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)
61 (gh pr #811)
63 Added by @jdufresne (gh pr #817)
65 with 1 instead of 0. Reported and fixed by @hroncok (gh pr #814)
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).
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).
101 configuration accordingly. (gh pr #707)
103 ``dateutil.tz`` docstring. (gh pr #714)
105 (gh issue #702, gh pr #706)
107 notation in ``relativedelta`` examples. (gh issue #670, pr #711)
142 - Update tzdata to 2018e. (gh pr #710)
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)
157 take on the timezone of an UNTIL date, if provided. Reported by @href (gh
158 issue #652). Fixed by @absreim (gh pr #693).
165 notation in relativedelta examples. (gh issue #670, pr #711)
167 @pganssle (gh pr #671)
171 @huangy22 and @ElliotJH (gh pr #673)
172 - Added changelog to documentation. (gh issue #692, gh pr #707)
174 @rmahajan14 (gh issue #686, gh pr #695).
175 - Added documentation for ``dateutil.tz.gettz``. Reported by @pganssle (gh
176 issue #647). Fixed by @weatherpattern (gh pr #704)
177 - Cleaned up malformed RST in the ``tz`` documentation. (gh issue #702, gh pr
180 configuration to go along with that. (gh pr #707)
182 ``dateutil.tz`` docstring. (gh pr #714)
198 Reported and fixed by @gergondet (gh pr #651)
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)
235 - Dropped support for Python 3.2 (gh pr #626)
236 - Updated zoneinfo file to 2018c (gh pr #616)
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,
245 gh pr #437)
246 - Added today function to utils (gh pr #474)
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).
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).
253 of several private functions and classes from that module. (gh pr #501, #515)
255 @pbiering (gh pr #300)
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)
269 @jbrockmendel (gh pr #481)
271 (gh issue #360), fixed by @jbrockmendel (gh pr #483)
272 - Fixed problem parsing certain unambiguous strings when year <99 (gh pr #510).
273 Reported by @alexwlchan (gh issue #293).
276 issue reported by @JordonPhillips and @pganssle (gh issue #318, #320,
277 gh pr #517)
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,
283 #490, #498, #539) and @pganssle (gh prs #435, #468)
285 by @mrigor (gh pr #389)
287 (gh issue #350, pr #472)
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)
294 - Added a pre-built tz.UTC object representing UTC (gh pr #497)
297 between datetimes constructed with tzinfo=tz.gettz(...). (gh pr #628)
298 - Changed the behavior of tz.tzutc to return a singleton (gh pr #497, #504)
300 same inputs, with a corresponding performance improvement (gh pr #504)
302 same inputs. (gh pr #628)
304 allow the construction of a new instance if desired. (gh pr #628)
306 instance of the relevant tzinfo. (gh pr #628)
308 equality with tzoffset and tzutc. (gh pr #598)
311 any current users. (gh issue #595, gh pr #606)
313 an imaginary one, if necessary. Implemented by @Cheukting (gh issue #339,
314 gh pr #607)
316 passed an invalid value for tzstr. Fixed by @pablogsal (gh issue #259,
317 gh pr #581)
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)
323 notably pypy3 (gh pr #446).
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)
331 compliance with the RFC. Reported by @AndrewPashkin (gh issue #86), fixed by
332 @jarondl and @mlorant (gh pr #450)
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)
339 - Switched test suite to using pytest (gh pr #495)
340 - Switched CI over to use tox. Fixed by @gaborbernat (gh pr #549)
341 - Added a test-only dependency on freezegun. (gh pr #474)
342 - Reduced number of CI builds on Appveyor. Fixed by @kirit93 (gh issue #529,
343 gh pr #579)
344 - Made xfails strict by default, so that an xpass is a failure. (gh pr #567)
345 - Added a documentation generation stage to tox and CI. (gh pr #568)
347 the test suites with pytest. Fixed by @lkollar. (gh issue #544, gh pr #548)
348 - Added requirements-dev.txt for test dependency management (gh pr #499, #516)
349 - Fixed code coverage metrics to account for Windows builds (gh pr #526)
351 (gh issue #519, gh pr #563)
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)
357 - Added CONTRIBUTING.md (gh pr #533)
358 - Added AUTHORS.md (gh pr #542)
359 - Corrected setup.py metadata to reflect author vs. maintainer, (gh issue #477,
360 gh pr #538)
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)
367 - Fixed dangling parenthesis in tzoffset documentation (gh pr #461)
369 @jdufresne (gh pr #476)
370 - Indendation fixes to parser docstring by @jbrockmendel (gh pr #492)
373 (gh pr #558, #561)
375 Fixed by @alexchamberlain (gh issue #545, gh pr #560)
377 CONTRIBUTING. Reported and fixed by @kynan (gh pr #562)
378 - Cleaned up various dead links in the documentation. (gh pr #602, #608, #618)
382 - Updated zoneinfo file to 2017b. (gh pr #395)
383 - Added Python 3.6 to CI testing (gh pr #365)
385 Reported and fixed by @jdufresne (gh pr #371)
386 - Fixed testing of folds and gaps, particularly on Windows (gh pr #392)
388 @nascheme and @thierryba (gh issue #361), fixed by @thierryba (gh pr #358)
390 (gh prs #358, #363, #364, #366, #367, #368, #372, #374, #379, #380, #398)
391 - Improved performance of tzutc and tzoffset objects. (gh pr #391)
393 zones with +0 standard offset (e.g. Europe/London) (gh issue #321, pr #390)
396 by @jbrockmendel (gh pr #332).
398 (gh issue #333, pr #393)
400 @arcadefoam (gh issue #343), fixed by @jonemo (gh pr #382)
402 Reported and fixed by @kootenpv (gh issue #346, pr #347)
404 @mshenfield (gh pr #330), reported by @vaultah (gh issue #329).
405 - Updated documentation to include the new tz methods. (gh pr #324)
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)
419 gh issues #57, #112, #249, #284, #286, prs #127, #225, #248, #264, #302).
424 (gh issue #253, gh pr #302)
426 in tz.tzfile objects. Reported by @abalkin (gh issue #128, pr #225)
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)
436 instead of AttributeError. (gh issues #171, #269, pr #247)
439 (gh issue #292, pr #309)
441 systems. Reported by @dhduvall (gh issue #276, pr #307)
444 allowed. (gh pr #264, #277)
446 and added by Alec Nikolas Reiter (@justanr) (gh issue #282, pr #283
448 to reduce code duplication. (gh issue #140, pr #311)
450 reported and fixed by Daniel LePage (@dplepage). (gh issue #262, pr #263)
452 new rrule with modified attributes, analogous to datetime.replace (gh pr #167)
454 (gh pr #245)
457 classes to provide fallback support. (gh pr #236)
460 (@rowillia) (gh pr #296)
462 (gh pr #299)
464 (gh pr #237)
466 location for readthedocs links is now at .io, not .org. (gh pr #272)
471 (gh prs #265, #266, #304, #308)
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)
499 per-repository basis (gh pr #218)
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
509 #216, gh pr #219)
510 - Refactored monolithic test suite by module (gh issue #61, pr #200 and #206)
511 - Improved test coverage in the relativedelta module (gh pr #215)
514 module (gh issue #105, gh issue #149 - pointer to the solution by @phep,
525 site (https://dateutil.github.io/tzdata/) (gh pr #183)
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)
538 Contributed by @elprans (gh pr #113)
540 specified date. (gh pr #38)
542 @schinckel and @armicron (lp:1406305, gh issue #47, prs #50, #62 and #160)
545 (@exogen) (gh pr #136)
547 inconsistent with RFC2445 (gh pr #62, #185)
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,
556 list. (gh pr #122, #139)
558 gh issue #51, pr #55)
560 when tzname() is called was fixed. (gh issue #60, #74, pr #75)
565 (canonical gh issue #25, pr #30, #191)
567 in certain circumstances. Contributed by @MichaelAquilina (gh pr #91)
569 by @Bachmann1234 (gh pr #130)
572 @ryanss (gh issue #28, pr #106)
574 (gh issue #92, pr #98)
576 Contributed by @labrys. (gh pr #134)
578 Issue and solution contributed by @alexxv (gh issue #97, pr #99)
581 @labrys. (gh issue #132, pr #181)
582 - Fixed issue where tzwinlocal had an invalid utcoffset. (gh issue #135,
585 parsed from the registry. (gh issue #143, pr #178)
587 (gh pr #164)
589 fixed by @carlosxl and @mjschultz (gh issue #100, prs #107, #109)
591 gh pr #159) and the test suites (@moreati gh pr #117).
593 by @moreati (gh pr #115)
595 (gh pr #116)
598 files. In addition to adding our own mirror for the files (gh pr #183), the
599 download is now retried a number of times (with a delay) (gh pr #177)
600 - Many failing doctests were fixed by @moreati. (gh pr #120)
601 - Many fixes to the documentation (gh pr #103, gh pr #87 from @radarhere,
602 gh pr #154 from @gpoesia, gh pr #156 from @awsum, gh pr #168 from @ja8zyjits)
603 - Added a code coverage tool to the CI to help improve the library. (gh pr #182)
612 if not a unicode type. gh #51 (lp:1331576), gh pr #55.
614 stamps, triggering inappropriate errors. gh #56 (lp: 1428895), gh pr #63.
616 fixing an issue with wildcard imports of dateutil.zoneinfo. (gh pr #66).
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)
631 relativedelta objects. Implemented by @nimasmi (gh pr #43) and Cédric Krier
634 to parser. (gh pr #36)
636 unreachable bug in _construct_byset. (gh pr #54)
637 - Additional documentation for parser (gh pr #29, #33, #41) and rrule.
645 - Fix tzinfo in windows for timezones without dst (lp:1010050, gh #2)
647 - Fix minimal version requirement for six (gh #6)
648 - Many rrule changes and fixes by @pganssle (gh pull requests #13 #14 #17),
649 including defusing some infinite loops (gh #4)