]> granicus.if.org Git - python/shortlog
python
2013-07-16 R David MurrayCloses #18475: add unittest.main() to test_email/test_i...
2013-07-16 Richard OudkerkIssue #17778: Fix test discovery for test_multiprocessi...
2013-07-16 Benjamin Petersonmove declaration to top of block
2013-07-16 Benjamin Petersoncheck the return value of new_string() (closes #18470)
2013-07-16 Ned DeilyIssue #18471: Fix typo in heapq documentation (reported...
2013-07-15 Barry Warsaw- Issue #18440: Clarify that `hash()` can truncate...
2013-07-15 R David MurrayCloses #18464: fix typo in test name.
2013-07-15 Richard OudkerkIssue #18344: Fix potential ref-leaks in _bufferedreade...
2013-07-15 Serhiy StorchakaIssue #18449: Make Tools/demo/ss1.py work again on...
2013-07-14 Ned DeilyIssue #18452: fix several "occurrence" typos (reported...
2013-07-14 Raymond HettingerIssue #18432: Fix unintended API change in the sched...
2013-07-13 Terry Jan ReedyIssue #18365: convert buildbot errors to skips.
2013-07-13 Terry Jan ReedyIssue #18279: Add tests for idlelib/RstripExtension...
2013-07-13 R David Murray#18437: fix comment typo.
2013-07-13 Terry Jan ReedyIssue #18365: normalize whitespace
2013-07-13 Terry Jan ReedyIssue #18365: Add mock Text class and test thereof...
2013-07-12 R David Murray#18389: Clarify that relpath does not access the file...
2013-07-12 Vinay SajipIssue #18433: Clarified venv documentation.
2013-07-12 Vinay SajipIssue #18434: Updated example script to tidy up resources.
2013-07-12 Vinay SajipMerged upstream changes.
2013-07-12 Vinay SajipIssue #18435: Replaced simple attribute container class...
2013-07-12 R David MurrayMerge heads.
2013-07-12 R David Murray#18431: Decode encoded words in atoms in new email...
2013-07-12 Vinay SajipIssue #18434: Updated example script in venv docs to...
2013-07-11 R David Murray#18044: Fix parsing of encoded words of the form =...
2013-07-11 Serhiy StorchakaIssue #17872: Fix a segfault in marshal.load() when...
2013-07-11 Serhiy StorchakaIssue #18085: Add missed const modifier for some entrie...
2013-07-11 Serhiy StorchakaIssue #18101: Tcl.split() now process strings nested...
2013-07-11 R David Murray#17987: properly document support.captured_xxx.
2013-07-11 Serhiy StorchakaFix reference leaks introduced by the patch for issue...
2013-07-11 Serhiy StorchakaIssue #18336. Fix a link to StreamReader's read() method.
2013-07-11 Christian HeimesIssue #18426: improve exception message. Courtesy of...
2013-07-11 Christian HeimesIssue #18426: Fix NULL pointer dereference in C extensi...
2013-07-10 R David Murray#18424: PEP8ify the tense of the sum docstring.
2013-07-10 R David Murray#18399: fix comment typo.
2013-07-09 Charles-François... Issue #18308: don't take the scope ID into account...
2013-07-09 Christian Heimesuse $(LN) makefile variable instead of ln
2013-07-08 Ezio Melotti#18403: fix an off-by-one typo noticed by Xue Fuqiao.
2013-07-08 Ezio MelottiAdd a couple of tests for str.center with non-ASCII...
2013-07-07 Ezio Melotti#17198: Fix a NameError in the dbm module. Patch by...
2013-07-07 Florent XiclunaIssue #18013: Fix cgi.FieldStorage to parse the W3C...
2013-07-07 Ronald OussorenIssue #18377: Code cleanup in Python Launcher
2013-07-07 Ronald OussorenCleanup of documentation change from #17860
2013-07-06 Brett CannonIssue #18351: Fix various issues with
2013-07-06 Ezio Melotti#18380: pass regex flags to the right argument. Patch...
2013-07-06 Florent Xiclunatest_ftplib: silence a BytesWarning when checking TypeError
2013-07-06 Ronald OussorenIssue #12990: The "Python Launcher" on OSX could not...
2013-07-06 Florent XiclunaIssue #18375: Assume --randomize when --randseed is...
2013-07-06 Ronald OussorenIssue #17860: explicitly mention that std* streams...
2013-07-04 Christian HeimesIssue #18347: ElementTree's html serializer now preserv...
2013-07-04 Antoine PitrouIssue #11185: Fix test_wait4 under AIX. Patch by Sébas...
2013-07-03 Victor Stinnertest_time.test_monotonic(): use a longer sleep to try...
2013-07-03 Victor Stinnertest_faulthandler: skip test_read_null() on AIX
2013-07-02 Eric V. SmithCloses #18312: 'make distclean' no longer deletes files...
2013-07-02 Richard OudkerkIssue #17261: Ensure multiprocessing's proxies use...
2013-07-02 Richard OudkerkIssue #14206: Clarify docs for Queue.join_cancel_thread().
2013-07-02 Richard OudkerkIssue #17273: Clarify that pool methods can only be...
2013-07-01 Victor StinnerIssue #18343: faulthandler.register() now keeps the...
2013-07-01 Christian HeimesIssue #18328: Reorder ops in PyThreadState_Delete*...
2013-07-01 Christian HeimesIssue #18339: use with self.assertRaises() to make...
2013-07-01 Richard OudkerkIssue #17097: Make multiprocessing ignore EINTR.
2013-07-01 Christian HeimesSingular form just like the other error message.
2013-07-01 Christian HeimesIssue #18339: Negative ints keys in unpickler.memo...
2013-07-01 Terry Jan ReedyIssue #7136: In the Idle File menu, "New Window" is...
2013-06-30 Terry Jan ReedyIssue #18189: add test_delegator for Idle Delegator...
2013-06-30 Vinay SajipIssue #18224: Updated test.
2013-06-30 Vinay SajipIssue #18224: Removed pydoc script from created venv...
2013-06-30 Terry Jan ReedyIssue 18189: remove unused methods in idlelib.Delegator...
2013-06-30 R David Murray#18038: Use non-deprecated assert names in tests.
2013-06-29 R David Murray#18155: Regex-escape delimiter, in case it is a regex...
2013-06-29 Terry Jan ReedyIssue #18103: Update README.txt and test_idle to descri...
2013-06-29 Terry Jan ReedyIssue #18237: Fix assertRaisesRegexp error caought...
2013-06-29 Terry Jan ReedyIssue *18081, #18242: Change Idle warnings capture...
2013-06-28 Terry Jan ReedyIssue #18315: Improve fileinput docs by adding 'bufsize...
2013-06-28 R David Murray#14360: Add news item.
2013-06-27 R David Murray#14360: make encoders.encode_quopri work.
2013-06-26 R David Murray#18311: fix typo.
2013-06-25 Victor StinnerFix time.strftime("%Y") on AIX: raise a ValueError...
2013-06-24 Victor StinnerIssue #18135: ssl.SSLSocket.write() now raises an Overf...
2013-06-24 Ned DeilyIssue #18164: Clarify the embedding docs regarding...
2013-06-24 Richard OudkerkFix typo.
2013-06-24 Richard OudkerkClarify note and fix typo.
2013-06-24 Richard OudkerkIssue #15818: Typo in docs.
2013-06-24 Richard OudkerkIssue #18277: Document quirks of multiprocessing queue.
2013-06-24 Christian HeimesFix test for GCC 3.1+ but not strict ANSI C
2013-06-23 Christian HeimesCheck for correct macro, code uses S_ISDIR().
2013-06-23 R David Murray#18179: reflow paragraphs.
2013-06-23 R David Murray#18179: document the local_hostname parameter.
2013-06-23 Serhiy StorchakaMerge heads
2013-06-23 Serhiy StorchakaIssue #18184: PyUnicode_FromFormat() and PyUnicode_From...
2013-06-23 Łukasz LangaFixed issue #18260: configparser TypeError on source...
2013-06-23 Christian HeimesSolaris' /dev/null is a symlink. The device test now...
2013-06-23 Victor StinnerIssue #18135: Fix a possible integer overflow in ssl...
2013-06-23 Victor Stinner_ssl.c: strip trailing spaces
2013-06-23 Victor StinnerIssue #18137: Detect integer overflow on precision...
2013-06-22 Andrew KuchlingCloses #18220: expand itertools.islice docstring to...
2013-06-22 Andrew KuchlingClose #18285: add 'repeat' parameter to docstring for...
2013-06-22 Terry Jan Reedy#18151, part 2: Silence debug build resource warning...
2013-06-22 Andrew Kuchling#18113: avoid segfault if Py_XDECREF triggers code...
2013-06-22 Christian HeimesBSD: block devices are gone
next