]> granicus.if.org Git - python/shortlog
python
2016-09-04 Terry Jan ReedyIssue #27922: IDLE test_idlehistory no longer flash...
2016-09-03 Mark DickinsonIssue #27934: Use float.__repr__ instead of plain repr...
2016-09-01 Steve DowerIssue #27888: Prevent Windows installer from displaying...
2016-09-01 Terry Jan ReedyIssue #27922: IDLE tests no longer flash tk widgets.
2016-08-31 Raymond HettingerIssue #27706: Document that random.seed() is non-deter...
2016-08-31 Terry Jan ReedyIssue #17642: add larger font sizes for classroom proje...
2016-08-30 Terry Jan ReedyBackport spelling fix.
2016-08-29 Mark DickinsonIssue #27870: A left shift of zero by a large integer...
2016-08-29 Serhiy StorchakaIssue #27861: Fixed a crash in sqlite3.Connection.curso...
2016-08-27 Martin PanterIssue #19884: Avoid spurious output on OS X with Gnu...
2016-08-26 Berker PeksagIssue #10513: Fix a regression in Connection.commit()
2016-08-26 Terry Jan ReedyAdd version to title of IDLE help window.
2016-08-25 Terry Jan ReedyIssue #25564: Mention exec and __builtins__ in IDLE...
2016-08-24 Zachary WareIssue #12660: Backport 84bbb8d2d237
2016-08-24 R David Murray#2466: fix test failure on windows.
2016-08-23 R David Murray# 2466: ismount now recognizes mount points user can...
2016-08-21 Mark DickinsonIssue #25604: Fix bug in integer true division that...
2016-08-21 Terry Jan ReedyFix typo in IDLE News.
2016-08-21 Terry Jan ReedyAdd 2.7.13 IDLE NEWS and idlelib/NEWS.txt items.
2016-08-21 Terry Jan ReedyIssue #27714: Remove unneeded non-idempotent call that...
2016-08-20 Martin PanterFix some spelling errors
2016-08-18 Martin PanterIssue #27614: Avoid race in test_docxmlrpc server setup
2016-08-19 Victor StinnerFix a refleak in call_maybe()
2016-08-19 Victor StinnerFix a refleak in call_method()
2016-08-17 Benjamin Petersonrearrange methodcaller_new so that the main error case...
2016-08-16 Terry Jan ReedyIssue #27611: Don't import volatile attribute.
2016-08-16 Benjamin Petersondo not decref value borrowed from list (closes #27774)
2016-08-16 Benjamin Petersonfail when negative values are passed to instr()
2016-08-15 Ned DeilyIssue #10910: Update FreedBSD version checks for the...
2016-08-15 Ned DeilyIssue #10910: Avoid C++ compilation errors on FreeBSD...
2016-08-14 Donald StufftUpgrade setuptools/pip to to 25.2.0/8.1.2
2016-08-14 Benjamin Petersonfix possible integer overflow in binascii.b2a_qp (close...
2016-08-14 Benjamin Petersondo not allow reading negative values with getstr()
2016-08-14 Benjamin Petersoncheck for overflow in join_append_data (closes #27758)
2016-08-13 Benjamin Petersonfix possible overflow in encode_basestring_ascii (...
2016-08-13 R David Murray#27753: fix typo (name->named).
2016-08-13 Raymond HettingerIssue #27720: Fix error in eng_to_decimal docs and...
2016-08-10 Terry Jan ReedyIssue #27714: For IDLE's test_textview, backport 3...
2016-08-10 Martin PanterCorrect misspellings of ISO-8859
2016-08-09 Zachary WareIssue #27205: Fix doctests in Doc/library/collections.rst
2016-08-09 Zachary WareIssue #27204: Fix doctests in Doc/howto
2016-08-09 Vinay SajipIssue #21999: Handled empty strings correctly when...
2016-08-05 Vinay SajipIssue #20160: Handled passing of large structs to callb...
2016-07-28 Martin PanterSpelling and grammar fixes in code comments and documen...
2016-07-26 Martin PanterIssue #26462: Doc: avoid literal_block warnings, fix...
2016-08-04 Benjamin Petersonhttps link to the bug tracker (closes #27670)
2016-07-29 Martin PanterIssue #27641: Comment out regeneration rules when cross...
2016-08-03 Donald StufftSwitch upload.pypi.io to upload.pypi.org
2016-08-03 Stefan KrahIssue #20767: Fix -R option for FreeBSD/clang.
2016-07-30 Senthil KumaranPrevent HTTPoxy attack (CVE-2016-1000110)
2016-07-28 Martin PanterIssue #27626: Spelling fixes in docs, comments and...
2016-07-28 Martin PanterIssue #23943: Fix typos. Patch by Piotr Kasprzyk.
2016-07-28 Martin PanterIssue #27490: Do not build pgen when cross-compiling
2016-07-27 Victor Stinnerctypes: fix CThunkObject_new()
2016-07-25 Martin PanterIssue #27581: Don’t rely on overflow wrapping in PySequ...
2016-07-23 Martin PanterIssue #27130: Fix handling of buffers exceeding (U...
2016-07-19 Zachary WareIssue #25393: Fix probable copy/paste error in resource...
2016-07-19 Martin PanterIssue #27528: Document and test warning messages must...
2016-07-18 Martin PanterIssue #27507: Check for integer overflow in bytearray...
2016-07-15 Benjamin Petersonmake too many nested blocks be a SyntaxError instead...
2016-07-14 Martin PanterIssue #27369: Don’t test error message detail that...
2016-07-12 Serhiy StorchakaIssue #27473: Fixed possible integer overflow in str...
2016-07-11 Martin PanterEnglish spelling and grammar fixes
2015-11-02 Martin PanterIssue #25523: Correct "a" article to "an" article
2016-07-11 Martin PanterIssue #23804: Fix SSL zero-length recv() calls to not...
2016-07-10 Senthil Kumaran[port to 2.7] - Issue #27466: Change time format return...
2016-07-07 Benjamin Petersoninitialize variable to appease gcc
2016-07-07 Benjamin Petersonassume egd unless OPENSSL_NO_EGD is defined—remove...
2016-07-07 Benjamin Petersonreduce marshal stack size in debug mode on windows...
2016-07-07 Benjamin Petersonfix refleaks in PyDict_SetItem error cases (closes...
2016-07-06 Donald StufftSwitch to the new upload url for PyPI
2016-07-06 Terry Jan ReedyIssue #27452: add line counter and crc to IDLE configHa...
2016-07-03 Serhiy StorchakaFixed a test for issue23908 with C locale.
2016-07-01 Serhiy StorchakaIssue #23908: os functions, open() and the io.FileIO...
2016-06-30 Serhiy StorchakaIssue #4945: Improved the documenting of boolean argume...
2016-06-30 Victor StinnerIssue #27416: clarify copy doc
2016-06-27 Steve DowerAdds batch file for building nuget package, and include...
2016-06-26 Terry Jan ReedyUpdate NEWS and idlelib NEWS.text.
2016-06-26 Serhiy StorchakaIssue #22115: Fixed tracing Tkinter variables.
2016-06-25 Benjamin Petersonpost 2.7.12 version
2016-06-25 Benjamin Petersonmerge 2.7.12 release branch
2016-06-25 Benjamin PetersonAdded tag v2.7.12 for changeset d33e0cf91556
2016-06-25 Benjamin Peterson2.7.12 final v2.7.12
2016-06-24 Steve DowerAdds scripts for building nuget packages.
2016-06-24 Serhiy Storchakaarray.buffer_info() should return a length as int,...
2016-06-23 Terry Jan ReedyIssue #27365: Add blank lines. to 2.7 test_editmenu
2016-06-23 Serhiy StorchakaFixed integer overflow and handled MemoryError in array...
2016-06-23 Martin PanterIssue #27370: Use t for an iterable in mutable sequence ops
2016-06-22 Senthil KumaranFix the urllib.parse.urljoin docs. Reported by Bo Bayle...
2016-06-22 Benjamin Petersonmerge 2.7.12 release branch
2016-06-22 Benjamin Petersonfix idle about dialog #27365
2016-06-22 Martin PanterIssue #22463: Cure unused function warnings on AIX
2016-06-22 Martin PanterIssue #22463: Correct #endif placement; patch by Senthi...
2016-06-21 Martin PanterIssue #22463: Backport compiler warning fixes and worka...
2016-06-20 Martin PanterFix English spelling and grammar errors
2016-06-18 Serhiy StorchakaIssue #27294: Numerical state in the repr for Tkinter...
2016-06-18 Martin PanterIssue #24314: Add links for general attributes like...
2016-06-15 Zachary WareIssue #26930: Update Windows build to OpenSSL 1.0.2h
2016-06-11 Benjamin PetersonAdded tag v2.7.12rc1 for changeset 13912cd1e7e8
2016-06-11 Benjamin Peterson2.7.12 release candidate 1 v2.7.12rc1
next