about summary refs log tree commit diff stats
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* Actions: Add on pull_request againtoonn2021-07-243-0/+12
* Actions: Check whether on_pullrequest is necessarytoonn2021-07-203-12/+0
* Actions: Reduce tested versions to oldest and newesttoonn2021-07-203-4/+4
* Actions: Fix Python and Pypy paths filterstoonn2021-07-202-3/+3
* Actions: Drop on_pullrequest from Pypytoonn2021-07-201-6/+2
* Actions: Fix pylint and Pypy paths filtertoonn2021-07-202-4/+4
* Actions: Drop Pypy from pylint and add pylint to Pypytoonn2021-07-202-2/+2
* Actions: Update shellcheck required actionstoonn2021-07-201-3/+1
* Actions: Refine Pypy versions and titletoonn2021-07-201-2/+2
* Actions: Separate pypy tests because they failtoonn2021-07-203-2/+36
* Actions: Update, incorporate and splittoonn2021-07-203-41/+38
* Actions: Drop 3.5 from linting because of old pylinttoonn2021-07-201-1/+1
* Actions: Set TERM=dumb to avoid tput warningstoonn2021-07-202-0/+4
* Actions: Try to fix missing terminfotoonn2021-07-201-0/+1
* Actions: Add on pull_request to get status checkstoonn2021-07-203-3/+11
* Fix shellcheck version commenttoonn2021-01-051-1/+1
* Fix shellcheck download urltoonn2021-01-051-1/+1
* Document expected failure of GH Actiontoonn2020-07-051-1/+1
* Clarify excluded tests for github workflowtoonn2020-07-052-3/+3
* Prepare for Pylint transition from versions <2toonn2020-07-053-34/+4
* Seperate doctests and pyteststoonn2019-09-242-2/+32
* Segregate python 3.7 workflowtoonn2019-09-181-0/+30
* Drop py3.7toonn2019-09-181-1/+1
* Add GitHub Actions citoonn2019-09-032-0/+52
* ISSUE_TEMPLATE: remove redundant linehut2017-12-301-2/+0
* ISSUE_TEMPLATE.md: consistent quote usagehut2017-12-301-1/+1
* Simplified github issue templatehut2017-12-301-38/+23
* core.main: `--version`: Report Python version and localenfnty2017-02-192-0/+4
* GitHub issue templates: Minor reorder and rewordingnfnty2017-01-172-6/+6
* GitHub issue templates: Add terminal emulatornfnty2017-01-162-6/+8
* GitHub issue templates: Reorder and improve editabilitynfnty2017-01-162-49/+62
* GitHub issue templates: Add extra spacesnfnty2017-01-162-11/+18
* Added GitHub issue templatesnfnty2017-01-162-0/+76
* Revert "Add github issue/PR templates"hut2016-08-272-14/+0
* Add github issue/PR templateshut2016-08-272-0/+14
'n355' href='#n355'>355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542