TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #383 · 28 окт.

Что нового добавили в REPL в Python 3.13 На самом деле серьезно его прокачали! ▫️Както я писал, что для выхода из REPL приходится писать exit, еще и скобки для вызова. И было бы удобней сделать это по аналогии с обычным терминалом. Видимо, я не один такой😁 В новом REPL добавили несколько команд: exit или quit: для выхода. Именно так, без вызова функции! clear: для очистки терминала help или F1: для входа в режим справки (q для выхода) ▫️ Автокомплит по TAB аналогичный Linux-терминалу. Одиночный TAB заполняет самое пхожее совпадение, двойной показывает все доступные варианты. Эти варианты фильтруются по мере набора. ▫️ Ранее при вставке многострочного кода с пустыми строками мы получали ошибку IndentationError, теперь это исправили. Хотя, в некоторых терминалах это даже с 3.6 работает нормально, но зависит от конкретной реализации именно терминала а не Python. На винде точно не работает до 3.13. Пример кода для теста в 3.12 и 3.13 class A: def test(self): pass ▫️ История ввода теперь учитывает многосрочные команды.При нажатии стрелки вверх появятся все строки из прошлого многосрочного ввода, по ним даже можно перемещаться и редактировать. По нажатию F2 можно открыть всю историю ввода. ▫️ Колоризация кода для tracebacks и doctest. Также я заметил что имеет цвет промт функции input(). Кстати, для тестов на винде без установки можно использовать портейбл версию из проектаWinPython. #release

Hashtags

Резултати

Пронајдени 787 слични објави

Глобално пребарување

Telegraher

@Telegraher · Post #27 · 04.01.2022 г., 16:16

2-nd release of 8.4.2 Source & APKs: https://github.com/nikitasius/Telegraher/releases/tag/noshit_8.4.2_release2 Changes: * all from 8.4.2 release 1 * fixed issue #4 (history & reactions, due reaction generate editmessage event.. TG very poorly made as is, yep) * fixed save menu buttons * disabled auto reaction on doubletap * fixed edit_hide * all official reaction are available for private messages * doesn't work in groups/channels due TG servers are using whitelists #noshit#noshit_842#release

Telegraher

@Telegraher · Post #17 · 31.12.2021 г., 12:11

1-st release of 8.4.2 Source & APKs: https://github.com/nikitasius/Telegraher/releases/tag/noshit_8.4.2_release1 Changes: * all from 8.3.1 release 2 * using codebase from Telegram 8.4.2 (the latest) * GIFs have the controls (play/stop/move on timeline) #noshit#noshit_842#release

Telegraher

@Telegraher · Post #453 · 16.06.2022 г., 06:54

Telegraher 8.7.4 release 3 Telegraher 8.74.3 😎 Source : Github / Swiss / Gitlab APKs: Swiss / Github CI/CD - arm64_v8a - armeabi_v7a - x86 - x86_64: Changes: • vanilla 8.7.4 release • all features from 8.6.2r8 moved here • custom fonts partially disabled (to remove memory usage) • accounts increased from 32 to 128 (some folks report running 53 account w/o issues) • disabled needSendDebugLog for voice calls (added in 8.7.0, idk wtf but the server could as the client to share the debug log) • our own versioning (app and code): 8.74.3 mean "release 3 which is based on tg 8.7.4", for the API purposes APP use correct vanilla values • checkbox "delete also for..." is checked by default • when admin wanna wipe his own messages, he need to click 3 times to enable checkbox "delete all from admin_nickname" (cause many folks wiped their own messages by the error in their groupchats) • new notification icons ("head" and "eyes") from @Wolfsschanze44 , in the menu you could choose between the 3 icons (head/eyes/vanilla one) • small spellerror fixes and bugfix with nonworking UI (from 8.7.4r1) • proximity sensor modes: default, disable start/stop, disable also blackscreenin. Changing the sensor mode require the app kill. • profile menu (group or contacts) now: "search", "call", "mute..", like in retro versions. #noshit#noshit_874#release

Telegraher

@Telegraher · Post #233 · 14.03.2022 г., 09:02

Telegraher 8.6.1 release 1 Source : Github / Swiss / Gitlab APKs: Swiss / Github CI/CD - arm64_v8a - armeabi_v7a - x86 - x86_64 Changes: • all from 8.5.4 release 4 • all from TG 8.6.0/8.6.1 • enable/disable link previews for non-secret chats • debug menu unlocked a bit (you can force RTMP) #noshit#noshit_861#release

Telegraher

@Telegraher · Post #134 · 04.02.2022 г., 12:54

1-st release of 8.5.1 Source & APKs : Github / Swiss Source ONLY: Gitlab Changes: • all from 8.5.0 release 1 • original bugfixes from 8.5.1 (haha, sure and many other still not fixed, blur&snow too) • delete limit raised from 100 up to 1024 messages • technically there are no limit, but IRL there are API rates on TG servers, message chunks contain 100 messages, 800 messages = 8 requests. If you abuse API tg will block some api features for 5-10 min. So raised limit just a handy thing (worked fine for 400 messages for me). #noshit#noshit_851#release

Telegraher

@Telegraher · Post #119 · 03.02.2022 г., 09:49

1-st release of 8.5.0 Source & APKs : Github / Swiss Source ONLY: Gitlab Changes: • all from 8.4.4 release 2 • fixed issue #7 • fixed issue with ffmpeg lib 301601 • blur & snow doesn't work cause TG devs are fucked it up • if you had blur/snow enabled please disable it to avoid CPU usage #noshit#noshit_850#release

Telegraher

@Telegraher · Post #5 · 27.12.2021 г., 10:51

2nd release of 8.3.1 Source & APKs: https://github.com/nikitasius/Telegraher/releases/tag/noshit_8.3.1_release2 Changes: * fixed https://github.com/nikitasius/Telegraher/issues/1 * fixed https://github.com/nikitasius/Telegraher/issues/2 #noshit#noshit_831#release

12•••5•••10•••15•••20•••25•••30•••35•••40•••45•••50•••55•••60•••646566
ПретходнаСтраница 66 од 66Следна