]> granicus.if.org Git - python/shortlog
python
2015-10-03 Martin PanterIssue #25232: Fix CGIRequestHandler's splitting of...
2015-10-03 Terry Jan ReedyIssue #25224: README.txt is now an idlelib index for...
2015-10-03 Terry Jan ReedyIssue #24820: Users can now set breakpoint colors in...
2015-10-02 Brett CannonFix indentation
2015-10-02 Brett CannonIssue #25188: Add -P/--pgo to test.regrtest for PGO...
2015-10-02 Serhiy StorchakaRemoved the "b" string prefix to make test_xpickle...
2015-10-02 Berker PeksagIssue #25290: Fix typo in csv.reader() docstring
2015-10-02 Serhiy StorchakaIssue #24848: Fixed bugs in UTF-7 decoding of misformed...
2015-10-01 Victor StinnerIssue #25003: os.urandom() doesn't use getentropy(...
2015-09-29 Serhiy StorchakaIssue #22958: Constructor and update method of weakref...
2015-09-29 Serhiy StorchakaIssue #22609: Constructor and the update method of...
2015-09-29 Serhiy StorchakaBackported additional unpickling tests from 3.x.
2015-09-29 Serhiy StorchakaMoved unpickling tests with prepickled data to separate...
2015-09-29 Terry Jan ReedyIssue #24028: Add subsection about Idle calltips.
2015-09-29 Terry Jan ReedyRemove indent in news item. Error when building 3.x...
2015-09-29 Terry Jan ReedyAdd recent IDLE NEWS items. Move Build sectios down.
2015-09-28 Berker PeksagIssue #25249: Remove unneeded mkstemp helper in test_su...
2015-09-28 Terry Jan ReedyIssue #24972: New option is only valid in tk 8.5+.
2015-09-28 Terry Jan ReedyIssue #24972: Inactive selection background now matches...
2015-09-27 Serhiy StorchakaIssue #25203: Failed readline.set_completer_delims...
2015-09-27 Benjamin Petersonfix spacing
2015-09-27 Benjamin Petersonmerge heads
2015-09-27 Berker PeksagFix broken link in Doc/extending/index.rst
2015-09-27 Benjamin Petersonmake wikipedia link https
2015-09-27 Terry Jan ReedyIssue #25198: When using the Idle dov TOC menu, put...
2015-09-27 Benjamin Petersonshorten and fix casing of title
2015-09-27 Terry Jan ReedyIssue #24570: Idle: make calltip and completion boxes...
2015-09-26 Terry Jan ReedyIssue #24988: Idle ScrolledList context menus (used...
2015-09-26 Raymond HettingerIssue #25135: Avoid possible reentrancy issues in deque...
2015-09-26 Terry Jan ReedyIssue #25173: Replace 'master' with 'parent' in tkinter...
2015-09-25 Terry Jan ReedyIssue #25198: Idle doc viewer now uses user width and...
2015-09-25 Terry Jan ReedyIssue #25225: add revised .html.
2015-09-25 Terry Jan ReedyIssue #25225: Condense and rewrite Idle doc section...
2015-09-24 Terry Jan ReedyIssue #25198: In Idle doc viewer, fix indent of fixed...
2015-09-24 Terry Jan ReedyIssue 21995: Explain some differences between IDLE...
2015-09-24 Victor StinnerIssue #24894: Document the codec iso8859_11
2015-09-24 Terry Jan ReedyIssue #22820: Explain need for *print* when running...
2015-09-24 Martin PanterIssue #25211: Fix error message code in test_long;...
2015-09-24 Terry Jan ReedyIssue 25224: Augment Idle doc feature list and no-subpr...
2015-09-24 Terry Jan ReedyIssue 25224: Augment Idle doc feature list and no-subpr...
2015-09-23 Terry Jan ReedyIssue #25219: Update doc for Idle command line options.
2015-09-23 Terry Jan ReedyIssue #16893: Move idlelib.EditorWindow.HelpDialog...
2015-09-23 Terry Jan Reedywhitespace
2015-09-23 Terry Jan ReedyIssue #24570: Right-click for context menus now work...
2015-09-23 Steve DowerHandle calls to win32_ver from non-Windows platform
2015-09-23 Steve DowerIssue #19143: platform module now reads Windows version...
2015-09-22 Terry Jan Reedywhitespace
2015-09-22 Terry Jan ReedyIssue #16893: Add idlelib.help.copy_strip() to copy...
2015-09-21 Terry Jan ReedyIssue #24861: add Idle news items and correct previous...
2015-09-21 Terry Jan ReedyIssue #24861: Add docstring to idlelib.__init__ with...
2015-09-21 Terry Jan ReedyMove items from NEWS to idlelib/NEWS.txt. Standardize...
2015-09-21 Berker PeksagIssue #23484: Document differences between synchronizat...
2015-09-21 Terry Jan ReedyAdd NEWS items for Idle.
2015-09-21 Terry Jan ReedyIssue #16893: finish deprecation.
2015-09-21 Terry Jan ReedyIssue #25199: Idle: add synchronization comments for...
2015-09-21 Terry Jan ReedyIssue #16893: whitespace in help.py.
2015-09-21 Terry Jan ReedyIssue #16893: whitespace in idle.html.
2015-09-20 Terry Jan ReedyIssue #16893: include new files
2015-09-20 Terry Jan ReedyIssue #16893: Replace help.txt with idle.html for Idle...
2015-09-20 Benjamin Petersonuse a more modern UA (#25145)
2015-09-20 Benjamin Petersonremove reference to PyGoogle (#25145)
2015-09-20 Terry Jan ReedyIssue #24199: Add stacklevel to deprecation warning...
2015-09-20 Serhiy StorchakaIssue #25108: Fixed test_traceback in the case when...
2015-09-19 Serhiy StorchakaIssue #25101: Try to create a file to test write access...
2015-09-18 Brett CannonGive proper credit for issue #24915
2015-09-18 Brett CannonIssue #24915: Make PGO builds support Clang and use...
2015-09-18 Serhiy StorchakaIssue #25108: Backported tests for traceback functions...
2015-09-18 Ethan FurmanIssue24756: clarify usage of run_docstring_examples()
2015-09-14 Victor Stinnertest_gdb: fix regex to parse the GDB version
2015-09-13 Benjamin Petersonfix name of argument in docstring and the docs (closes...
2015-09-12 Serhiy StorchakaMarked keystrokes with the :kbd: role.
2015-09-12 Martin PanterIssue #16473: Fix byte transform codec documentation...
2015-09-12 Martin PanterRemove and enable misplaced codecs tests ported from...
2015-09-11 Zachary WareFix grammatical error in csv docs.
2015-09-11 Victor StinnerIssue #24684: socket.socket.getaddrinfo() now calls
2015-09-11 Martin PanterIssue #25030: Do not document seek() as if it accepts...
2015-09-11 Martin PanterIssue #25022: Avoid warning about unused suspicious...
2015-09-10 Zachary WareIssue #25022: Add NEWS, fix docs to not mention the...
2015-09-10 Zachary WareIssue #25022: Remove PC/example_nt/
2015-09-10 Guido van RossumAdd the original author of profile.py back to the docs...
2015-09-09 Serhiy StorchakaDon't encode unicode dirname in test_support.temp_cwd...
2015-09-09 Terry Jan ReedyIssue 24199: Deprecate idlelib.idlever with a warning...
2015-09-08 Serhiy StorchakaFixed tests for shutil.make_archive() with relative...
2015-09-08 Zachary WareUpdate PCbuild/readme.txt
2015-09-08 Serhiy StorchakaIssue #24982: shutil.make_archive() with the "zip"...
2015-09-07 Serhiy StorchakaBackported new tests for attribute setting of expat...
2015-09-07 Serhiy StorchakaIssue #25018: Fixed testing shutil.make_archive() with...
2015-09-07 Serhiy StorchakaExplicitly test archive name in shutil.make_archive...
2015-09-07 Terry Jan ReedyIssue #24889: When starting Idle, force focus onto...
2015-09-07 Martin PanterIssue #23406: Clarify documentation on multiplying...
2015-09-07 Martin PanterIssue #17849: Raise sensible exception for invalid...
2015-09-06 Serhiy StorchakaFix, refactor and extend tests for shutil.make_archive().
2015-09-06 Serhiy StorchakaBackport support.change_cwd() and use it in tests.
2015-09-05 Terry Jan ReedyIssue #16180: Exit pdb if file has syntax error, instea...
2015-09-04 R David Murray#24998: fix cut and paste error in subprocess example.
2015-09-04 Terry Jan ReedyIssue #24745: Prevent IDLE initialization crash with...
2015-09-04 Zachary WareIssue #24986: Save some bandwidth from svn.python.org
2015-09-04 Zachary WareIssue #24986: Allow building Python without external...
2015-09-04 Zachary WareAllow PCbuild\rt.bat to accept unlimited arguments...
2015-09-03 Senthil Kumaranmerge heads.
next