]> granicus.if.org Git - python/shortlog
python
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
2013-01-11 Serhiy StorchakaIssue #15539: Fix a backup file creation in pindent...
2013-01-11 Serhiy StorchakaIssue #15539: Fix a backup file creation in pindent...
2013-01-11 Georg BrandlCloses #16936: fix duplicate/ambiguous description...
2013-01-11 Ezio MelottiMerge patchcheck changes with 3.2
2013-01-11 Ezio MelottiAdd a note about checking refleaks to patchcheck.
2013-01-11 Serhiy StorchakaNull merge
2013-01-11 Serhiy StorchakaMerge heads
2013-01-11 Serhiy StorchakaMerge heads
2013-01-11 Serhiy StorchakaIssue #15539: Fix a number of bugs in Tools/scripts...
2013-01-11 Serhiy StorchakaIssue #15539: Fix a number of bugs in Tools/scripts...
2013-01-11 Sandro Tosimerge with 3.2
2013-01-11 Sandro Tosigrammatical fix; thanks to Alex Rudnick from docs@
2013-01-11 Ezio Melotti#16154: merge with 3.2.
2013-01-11 Ezio Melotti#16154: fix some doctests in Doc/library. Patch by...
2013-01-11 Chris JerdonekIssue #16874 (merge from 3.2): fix some documentation...
2013-01-11 Chris JerdonekIssue #16874 (forward-port from 2.7): fix some document...
2013-01-11 Ezio Melotti#13899: merge with 3.2.
2013-01-11 Ezio Melotti#13899: \A, \Z, and \B now correctly match the A, Z...
2013-01-11 Ezio Melotti#16925: test_configparser now works with unittest test...
2013-01-11 Ezio Melotti#16918: test_codecs now works with unittest test discov...
2013-01-11 Ezio MelottiMerge fix for broken/disabled test.
2013-01-11 Ezio MelottiEnable a broken test and fix it.
2013-01-11 Ezio Melotti#16919: test_crypt now works with unittest test discove...
2013-01-11 R David Murraymerge #13934: document sqlite version strings, use...
2013-01-11 R David Murray#13934: document sqlite version strings, use correct...
2013-01-10 Benjamin Petersonremove __del__ because it's evil and also prevents...
2013-01-10 R David Murraymerge #15545: fix sqlite3.iterdump regression on unsort...
2013-01-10 R David Murray#15545: fix sqlite3.iterdump regression on unsortable...
2013-01-10 Eli BenderskyUpdate Misc/NEWS for issue #16076
2013-01-10 Eli BenderskyIssue #16913: Fix Element.itertext()'s handling of...
2013-01-10 Eli Benderskynormalize whitespace
2013-01-10 Eli BenderskyIssue #16076: make _elementtree.Element pickle-able...
2013-01-10 Ezio Melotti#16910: test_bytes, test_unicode, and test_userstring...
2013-01-10 Ezio Melotti#16905: test_bufio now works with unittest test discove...
2013-01-10 Ezio Melotti#16898: test_bufio now works with unittest test discove...
2013-01-10 Ezio Melotti#16888: test_array now works with unittest test discove...
2013-01-10 Ezio Melotti#16896: test_asyncore now works with unittest test...
2013-01-10 Ezio Melotti#16897: test_bisect now works with unittest test discov...
2013-01-10 Ezio MelottiUse correct methods in unittest.mock examples.
2013-01-10 Ezio Melotti#16852: test_genericpath, test_posixpath, test_ntpath...
2013-01-09 Benjamin Petersoncorrect static string clearing loop (closes #16906)
2013-01-09 Serhiy StorchakaIssue #16491: IDLE now prints chained exception tracebacks.
2013-01-09 Serhiy StorchakaIssue #16491: IDLE now prints chained exception tracebacks.
2013-01-08 Serhiy StorchakaIssue #16843: Make concurrent tests for sched module...
2013-01-08 Serhiy StorchakaIssue #11461: Fix the incremental UTF-16 decoder. Origi...
2013-01-08 Serhiy StorchakaNull merge
2013-01-08 Serhiy StorchakaIssue #11461: Fix the incremental UTF-16 decoder. Origi...
2013-01-08 Serhiy StorchakaFix out of bound read in UTF-32 decoder on "narrow...
2013-01-08 Charles-François... Issue #16836: Enable IPv6 support even if IPv6 is disab...
2013-01-08 Charles-François... Issue #16836: Enable IPv6 support even if IPv6 is disab...
2013-01-08 Vinay SajipIssue #16884: Merged doc fix from 3.2.
2013-01-08 Vinay SajipIssue #16884: Updated docs to use 'note' directives...
2013-01-08 Serhiy StorchakaIssue #15845: Fix comparison between bytes and string.
2013-01-08 Serhiy StorchakaIssue #15845: Fix comparison between bytes and string.
2013-01-07 Serhiy StorchakaIssue #15972: Fix error messages when os functions...
2013-01-07 Vinay SajipIssue #16884: Merged logging documentation fixes from...
2013-01-07 Vinay SajipIssue #16884: updated logging documentation to include...
2013-01-06 R David Murraymerge #16877: Add mention that shell-style path expansi...
2013-01-06 R David Murray#16877: Add mention that shell-style path expansions...
2013-01-06 Christian HeimesIssue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1.
2013-01-05 Eli BenderskyThe get() and iter() are now able to accept keyword...
2013-01-05 Ezio Melotti#16862: merge with 3.2.
2013-01-05 Ezio Melotti#16862: remove outdated statements about Stackless.
2013-01-05 Ezio MelottiCleanup a few minor things.
2013-01-05 Ezio MelottiMerge example fix with 3.2.
2013-01-05 Ezio MelottiFix example by making the exception inherit from Exception.
2013-01-04 Ezio Melotti#13094: merge with 3.2.
2013-01-04 Ezio Melotti#13094: add Programming FAQ entry about the behavior...
2013-01-04 Serhiy StorchakaIssue #16856: Fix a segmentation fault from calling...
2013-01-04 Benjamin Petersonmerge 3.2
2013-01-04 Benjamin Petersonmerge heads
2013-01-04 Benjamin Petersondrop email (closes #16857)
2013-01-03 Christian HeimesIssue #16847: Fixed improper use of _PyUnicode_CheckCon...
2013-01-03 Victor Stinner(Merge 3.2) Issue #16367: Fix FileIO.readall() on Windo...
2013-01-03 Victor StinnerIssue #16367: Fix FileIO.readall() on Windows for files...
2013-01-03 Giampaolo Rodola'issue 10527: fix missing import
2013-01-03 Victor Stinner(Merge 3.2) Issue #16218, #16414, #16444: Backport...
2013-01-03 Victor StinnerIssue #16218, #16414, #16444: Backport FS_NONASCII...
2013-01-03 Victor Stinner(Merge 3.2) Issue #16455: On FreeBSD and Solaris, if...
2013-01-03 Victor StinnerIssue #16455: On FreeBSD and Solaris, if the locale...
2013-01-02 Nadeem VawdaCorrection: issue #16828 also affects BZ2Compressor...
2013-01-02 Nadeem VawdaIssue #16828: Fix error incorrectly raised by bz2.compr...
2013-01-02 Nadeem VawdaIssue #16828: Fix error incorrectly raised by bz2.compr...
next