]> granicus.if.org Git - python/shortlog
python
2013-01-22 Eli BenderskyAdd some tests for XPath numeric indexing
2013-01-22 Serhiy StorchakaNull merge
2013-01-22 Serhiy Storchaka#15546: Fix GzipFile.peek()'s handling of pathological...
2013-01-22 Vinay SajipMerged documentation update from 3.2.
2013-01-22 Vinay SajipUpdated logging HOWTO with a diagram.
2013-01-22 Serhiy StorchakaFix shutil.which() test for issue #16993.
2013-01-21 Vinay SajipIssue #17007: Merged minor changes from 3.2.
2013-01-21 Vinay SajipIssue #17007: Made minor changes to documentation wording.
2013-01-21 Vinay SajipIssue #17007: Merged doc update from 3.2.
2013-01-21 Vinay SajipIssue #17007: Improved logging documentation based...
2013-01-21 Serhiy StorchakaUse bigmemtest decorator for test of issue #16335.
2013-01-21 Serhiy StorchakaAdd bigmemtest decorator to test of issue #16335.
2013-01-21 Serhiy StorchakaIssue #16993: shutil.which() now preserves the case...
2013-01-21 Serhiy StorchakaFix memory error in test_ucn.
2013-01-21 Serhiy StorchakaFix memory error in test_ucn.
2013-01-21 Serhiy StorchakaIssue #16335: Fix integer overflow in unicode-escape...
2013-01-21 Serhiy StorchakaIssue #16335: Fix integer overflow in unicode-escape...
2013-01-20 Stefan KrahIssue #7353: Remove references to Include/intobject...
2013-01-20 Benjamin Petersonend is a keyword argument
2013-01-20 Benjamin Petersonexpressions -> arguments
2013-01-20 Ezio Melotti#16557: update functional howto -- "return value" is...
2013-01-20 Ezio Melotti#4153: merge with 3.2.
2013-01-20 Ezio Melotti#4153: update the Unicode howto.
2013-01-20 Nick CoghlanTouch correct file in 'make touch'
2013-01-20 Antoine PitrouRemove cruft and circumvolutions from the unittest...
2013-01-19 Benjamin Petersonremove unnecessary clearing of list
2013-01-19 Ezio MelottiFix a few typos in Misc/NEWS.
2013-01-19 Charles-François... Issue #16953: Fix socket module compilation on platform...
2013-01-19 Serhiy StorchakaIssue #15989: Fix several occurrences of integer overflow
2013-01-18 Ezio Melotti#16978: rephrase sentence and fix typo. Initial patch...
2013-01-18 Łukasz Langamath.fsum docs did not show up because of a misplaced...
2013-01-17 Antoine PitrouRemove outdated statement
2013-01-17 Eli BenderskyFix docstring typo in concurrent.futures.Future
2013-01-19 Ezio MelottiMerge Misc/NEWS fixes from 3.2.
2013-01-19 Charles-François... Issue #16953: Fix socket module compilation on platform...
2013-01-19 Serhiy StorchakaIssue #15989: Fix several occurrences of integer overflow
2013-01-19 Raymond HettingerShow the function signature in the docstring
2013-01-18 Ezio Melotti#16978: merge with 3.2.
2013-01-18 Łukasz Langamath.fsum docs did not show up because of a misplaced...
2013-01-18 Benjamin Petersoncheck windows fd validity (closes #16992)
2013-01-17 Stefan KrahIssue #11870: Skip test_3_join_in_forked_from_thread...
2013-01-17 Antoine PitrouRemove outdated statement
2013-01-17 Stefan KrahIssue #16987: Fix definition of SHLIB_EXT.
2013-01-17 Stefan KrahIssue #14110: Fix test failures on FreeBSD if the user...
2013-01-17 Stefan KrahFix build with 3.x gcc versions.
2013-01-16 Stefan KrahIssue #11729: Backport commit bff052d9 from libffi...
2013-01-16 Frank WierzbickiUse unittest.main() in 3.3 and greater
2013-01-16 Frank Wierzbicki#16886: merge with 3.2
2013-01-16 Frank WierzbickiClosed #16886: test_dictcomps no longer depends on...
2013-01-16 Stefan KrahRemove trailing whitespace.
2013-01-16 Stefan KrahIncrease warning level for _decimal.so and libmpdec...
2013-01-16 Stefan KrahChange NEWS entry to make it somewhat intelligible.
2013-01-16 Stefan KrahIssue #16422: Use strings for rounding mode constants...
2013-01-15 Benjamin Petersonremove warning about tb circular reference (closes...
2013-01-15 Vinay SajipIssue #9501: Merged fix from 3.2.
2013-01-15 Vinay SajipIssue #9501: Improved shutdown handling to deal with...
2013-01-15 Serhiy StorchakaIssue #15861: tkinter now correctly works with lists...
2013-01-15 Serhiy StorchakaIssue #15861: tkinter now correctly works with lists...
2013-01-15 Serhiy StorchakaNull merge
2013-01-15 Serhiy StorchakaMerge heads
2013-01-15 Serhiy StorchakaMerge heads
2013-01-15 Richard OudkerkMerge
2013-01-15 Richard OudkerkIssue #10527: Remove dead code
2013-01-15 Serhiy StorchakaIssue #14850: Now a chamap decoder treates U+FFFE as...
2013-01-15 Serhiy StorchakaIssue #14850: Now a chamap decoder treates U+FFFE as...
2013-01-15 Serhiy StorchakaCheck for NULL before the pointer aligning in fastsearc...
2013-01-15 Richard OudkerkDummy merge
2013-01-15 Richard OudkerkIssue #10527: Use poll() instead of select() for multip...
2013-01-14 Serhiy StorchakaIssue #9720: zipfile now writes correct local headers...
2013-01-14 Serhiy StorchakaIssue #9720: zipfile now writes correct local headers...
2013-01-14 Giampaolo Rodola'fix for previous commit related to issue 10527 which...
2013-01-13 Richard OudkerkIssue #16955: Fix the poll() method for multiprocessing...
2013-01-13 Serhiy StorchakaDescribe the default_namespace parameter of ElemetTree...
2013-01-13 Serhiy StorchakaDescribe the default_namespace parameter of ElemetTree...
2013-01-13 Eli BenderskyIssue #16922: fixed findtext() to return empty Unicode...
2013-01-13 Eli BenderskyMerge 3.2 and revert changes since the changes in 3...
2013-01-13 Eli BenderskyIssue #16922: fixed findtext() to return empty Unicode...
2013-01-13 Eli Benderskymerge heads
2013-01-13 Eli BenderskyClean trailing whitespace in _elementtree.c
2013-01-13 Charles-François... Fix test_posix failure on NetBSD buildbots: sched_setpa...
2013-01-13 Charles-François... test_asyncore: wait explicitly for a thread termination...
2013-01-13 Charles-François... test_asyncore: wait explicitly for a thread termination...
2013-01-13 Benjamin Petersonmake deque_clear void, since it's infallible
2013-01-12 Antoine PitrouIn test_ssl, threaded tests shouldn't need the "network...
2013-01-12 Antoine PitrouIssue #16923: Fix ResourceWarnings in test_ssl.
2013-01-12 Antoine PitrouSSLContext.load_dh_params() now properly closes the...
2013-01-12 Serhiy StorchakaIssue #16829: IDLE printing no longer fails if there...
2013-01-12 Serhiy StorchakaIssue #16829: IDLE printing no longer fails if there...
2013-01-12 Charles-François... Issue #16762: Fix some test_subprocess failures on...
2013-01-12 Charles-François... Issue #16762: Fix some test_subprocess failures on...
2013-01-12 Eli Benderskyclean trailing whitespace
2013-01-12 Eli BenderskyIssues #15083 and #16992: port find.* method tests...
2013-01-12 Eli BenderskyIssue #16076: check for return value of PyTuple_New...
2013-01-12 Eli BenderskyIssue #16076: fix refleak in pickling of Element.
2013-01-12 Ezio Melotti#16940: merge with 3.2.
2013-01-12 Ezio Melotti#16940: fix indentation in example.
2013-01-12 Chris JerdonekIssue #16933 (merge from 3.2): Improve choices examples...
2013-01-12 Chris JerdonekIssue #16933 (2.7 forward-port): Improve choices exampl...
2013-01-11 Brett Cannonmerge
2013-01-11 Brett CannonIssue #16730: Don't raise an exception in
next