]> granicus.if.org Git - python/shortlog
python
2014-05-17 Senthil KumaranBackport Fix for Issue #7776: Fix ``Host:'' header...
2014-05-16 Terry Jan ReedyIssue #18104: revise docstrings, remove obsolete comments.
2014-05-14 Victor StinnerIssue #21488: Oops, the patch for codecs.encode/decode...
2014-05-14 Victor StinnerIssue #21488: Fix doc of codecs.decode() and codecs...
2014-05-14 R David Murray#21347: use string not list in shell=True example.
2014-05-14 Raymond HettingerIssue #21470: Do a better job seeding the random number...
2014-05-13 Raymond HettingerIssue 21469: Mitigate risk of false positives with...
2014-05-12 Terry Jan Reedywhitespace
2014-05-12 Terry Jan ReedyIssue #18104: Add idlelib/idle_test/htest.py with a...
2014-05-11 Benjamin Petersonuse logical rather than bit and
2014-05-11 Benjamin Petersonthis file now has utf-8 chars
2014-05-11 Benjamin Petersoncast away warnings
2014-05-11 Benjamin Petersonbackport hmac.compare_digest to partially implement...
2014-05-11 Benjamin Petersonremove confusing delete indexing (closes #21466)
2014-05-11 Steve DowerIssue #21476 Include idle icon files in Windows installer
2014-05-10 Brian CurtinBackport 4e9f1017355f from #3561.
2014-05-08 Antoine PitrouIssue #21350: Fix file.writelines() to accept arbitrary...
2014-05-07 doko@ubuntu.com - Issue #17752: Fix distutils tests when run from...
2014-05-06 Zachary WareAdd prompts to interactive example.
2014-05-06 Zachary WareIssue #21366: Document the fact that ``return`` in...
2014-05-03 Raymond HettingerIssue 21375: Fix possible Py_ssizet overflow in heapq.
2014-05-02 Zachary WareIssue #18604: Consolidated checks for GUI availability.
2014-04-29 Tim GoldenIssue #19630 Emphasise that the file parameter to marsh...
2014-04-29 Antoine PitrouIssue #21321: itertools.islice() now releases the refer...
2014-04-29 Terry Jan ReedyCloses #21055: Index (augmented) assignment symbols.
2014-04-29 Terry Jan ReedyCloses 21048: Index 'as' in import and with statements.
2014-04-29 Terry Jan ReedyCloses #21026: Augment site doc based on experiments...
2014-04-25 Andrew Kuchling#21225: copy docstrings from base classes
2014-04-27 Tim GoldenIssue #9291 Add ACKS & NEWS
2014-04-27 Tim GoldenIssue #9291 Do not attempt to re-encode mimetype data...
2014-04-26 R David Murray#18243: Remove obsolete cautionary note from email...
2014-04-26 Stefan KrahIssue #17145: Document array.array buffer interface...
2014-04-26 Terry Jan ReedyIssue #18944: backport typo fix
2014-04-26 Tim GoldenAdd NEWS entry for issue21349
2014-04-26 Tim GoldenIssue21349 Passing a memoryview to _winreg.SetValueEx...
2014-04-25 Kristján Valur... Issue #20434 Correct error handlin of _PyString_Resize...
2014-04-24 Zachary WareIssue #21346: Fix typos in test_itertools. Patch by...
2014-04-23 Benjamin Petersonfix off-by-one error (closes #21330)
2014-04-22 Zachary WareIssue #21303, #20565: Updated the version of Tcl/Tk...
2014-04-22 Terry Jan ReedyIssue #21138: Change default reformat paragraph width...
2014-04-22 Terry Jan ReedyIssue 21284: Idle: make test_formatparagraph pass even...
2014-04-19 Ned DeilyIssue #21311: Avoid exception in _osx_support with...
2014-04-17 doko@ubuntu.com- Issue #21285: Refactor and fix curses configure check...
2014-04-17 R David Murray#18628: clarify index entry for source file encoding...
2014-04-16 Terry Jan Reedy#18566: Whitespace
2014-04-16 Terry Jan ReedyIssue #18566: Clarify unittest setUp, tearDown doc...
2014-04-15 Vinay SajipIssue #21245: updated documentation on exception()...
2014-04-15 Andrew Kuchling#1704474: mark refleak test as specific to CPython
2014-04-15 Andrew Kuchling#15840: make docs consistent by saying operations on...
2014-04-15 Gregory P.... whitespace chaps my hide
2014-04-15 Gregory P.... Some cleanup of the subprocess docs in 2.7. Adds a...
2014-04-14 Benjamin Petersonadd missing NULL check
2014-04-14 Benjamin Petersonwhen an exception is raised in fdopen, never close...
2014-04-14 Benjamin PetersonBacked out changeset 81abb121dc65
2014-04-14 Benjamin Petersontemporary change to get better debugging from windows...
2014-04-14 Terry Jan ReedyCloses #20956: 2.7 tokenize does not produce named...
2014-04-14 Benjamin Petersondo not generate pipe names in the temporary dir
2014-04-14 Benjamin Petersondisallow a negative idx parameter
2014-04-14 Mark DickinsonIssue #20624: Merge exception docs tweak from 3.4 branch.
2014-04-14 Eric V. SmithIssue #12546: Allow \x00 as a fill character for builti...
2014-04-14 Benjamin Petersonin scan_once, prevent the reading of arbitrary memory...
2014-04-12 Ned DeilyRemove references to the obsolete Mac Carbon modules...
2014-04-11 Terry Jan ReedyIssue #21170: Removed invalid parameter names from...
2014-04-10 Vinay SajipIssue #21172: isinstance check relaxed from dict to...
2014-04-10 Benjamin Petersonteach 2to3 about 'yield from'
2014-04-10 Benjamin Petersonadd matrix multiplication operator support to 2to3
2014-04-09 Ned DeilyIssue #21187: Fix OS X installer fail-to-build with...
2014-04-09 Ned DeilyIssue #20644: Keep build-installer.py in sync across...
2014-04-09 Benjamin Petersonmake sure fdopen always closes the fd in error cases...
2014-04-09 Senthil Kumaranissue #21190: Fix the docs README link
2014-04-09 Mark DickinsonIssue #21179: Fix description of 'round' function for...
2014-04-08 Benjamin Petersonuse imperative
2014-04-08 Benjamin PetersonPySequence_Fast generally returns a list (#16305)
2014-04-08 Benjamin PetersonPySequence_Fast generally returns a list not a tuple...
2014-04-08 Benjamin Petersonthe name of the slot of nb_multiply not nb_mul
2014-04-07 Benjamin Petersonfix verb (closes #21174)
2014-04-06 Senthil Kumaranminor docfix (reported at docs@python.org) trace.py...
2014-04-04 Benjamin Petersonuse with statement
2014-04-04 Benjamin Petersonexplicitly close file object (#21128)
2014-04-04 Benjamin Petersonproperly explicitly close file (#21128)
2014-04-04 Benjamin Petersonmake temporary read-only files writable, so rmtree...
2014-04-04 Benjamin Petersonnote that the hash of an arbitrary object is only deriv...
2014-04-04 Vinay SajipIssue #21149: Improved thread-safety in logging cleanup...
2014-04-03 Benjamin Petersonproperly close files in test_zipfile (#20887)
2014-04-02 Benjamin Petersonmake sure to test UnicodeEncodeError, too
2014-04-02 Benjamin Petersonbail in unicode error's __str__ methods if the objects...
2014-04-02 Raymond HettingerIssue 21125: minor wording tweak.
2014-04-01 Zachary WareIssue #15067: Remove reference to a rejected PEP.
2014-03-31 Benjamin Petersonuse https docs url (#21115)
2014-03-31 Benjamin Petersonadd Ian Beer
2014-03-31 Benjamin Petersonfix overflow detection of strop.expandtabs
2014-03-30 Benjamin Petersonfix expandtabs overflow detection to be consistent...
2014-03-30 Benjamin Petersonadd braces and fix indentation
2014-03-30 Benjamin Petersonfix indentation and add braces
2014-03-30 Benjamin Petersonsupport CDN purging
2014-03-30 Raymond HettingerIssue #21029: IDLE now colors print consistently as...
2014-03-29 Raymond HettingerMinor readability improvement.
2014-03-29 Ned DeilyIssue #21093: Prevent failures of ctypes test_macholib...
2014-03-28 Georg BrandlUpdate suspicious ignore file.
2014-03-28 Ned DeilyIssue #17654: Ensure IDLE menus are customized properly...
next