]> granicus.if.org Git - python/shortlog
python
2014-09-16 Kushal DasCloses #21270 : We now override tuple methods in mock...
2014-09-15 Nick CoghlanMerge fix for issue #22166 from 3.4
2014-09-15 Nick CoghlanIssue #22166: clear codec caches in test_codecs
2014-09-15 Łukasz LangaCloses #18159: ConfigParser getters not available on...
2014-09-15 Łukasz LangaCloses #18159: ConfigParser getters not available on...
2014-09-15 Serhiy StorchakaRestored re pickling test.
2014-09-15 Serhiy StorchakaRestored re pickling test.
2014-09-15 Łukasz LangaFix full-stop whitespace in configparser docs
2014-09-15 Ned DeilyIssue #17095: merge from 3.4
2014-09-15 Ned DeilyIssue #17095: Temporarily revert getpath.c change that...
2014-09-14 Vinay SajipCloses #20537: logging methods now accept an exception...
2014-09-14 Serhiy StorchakaIssue #22384: An exception in Tkinter callback no longe...
2014-09-14 Serhiy StorchakaIssue #22384: An exception in Tkinter callback no longe...
2014-09-14 Serhiy StorchakaUse more appropriate asserts in re tests.
2014-09-14 Serhiy StorchakaUse more appropriate asserts in re tests.
2014-09-14 Serhiy StorchakaFixed re tests incorrectly ported from 2.x to 3.x.
2014-09-14 Serhiy StorchakaFixed re tests incorrectly ported from 2.x to 3.x.
2014-09-14 Ned DeilyIssue #22168: Prevent turtle AttributeError with non...
2014-09-14 Ned DeilyIssue #22168: Prevent turtle AttributeError with non...
2014-09-13 Benjamin Petersonmerge 3.4
2014-09-13 Benjamin Petersonmake hg link secure
2014-09-12 Yury Selivanovinspect.Signature: Fix discrepancy between __eq__ and...
2014-09-12 Brett CannonIssue #16104: Allow compileall to do parallel bytecode...
2014-09-11 Vinay SajipCloses #22386: merged fix from 3.4.
2014-09-11 Vinay SajipIssue #22386: fixed regression.
2014-09-11 Victor StinnerCloses #22336: attemptckalloc() with PyMem_Malloc(...
2014-09-11 Serhiy StorchakaIssue #13968: Fixed newly added recursive glob test.
2014-09-11 Serhiy StorchakaIssue #21147: sqlite3 now raises an exception if the...
2014-09-11 Serhiy StorchakaIssue #21147: sqlite3 now raises an exception if the...
2014-09-11 Serhiy StorchakaIssue #13968: The glob module now supports recursive...
2014-09-11 Serhiy StorchakaIssue #21951: Fixed a crash in Tkinter on AIX when...
2014-09-11 Serhiy StorchakaIssue #21951: Fixed a crash in Tkinter on AIX when...
2014-09-11 Serhiy StorchakaIssue #21951: Use attemptckalloc() instead of ckalloc...
2014-09-11 Serhiy StorchakaIssue #21951: Use attemptckalloc() instead of ckalloc...
2014-09-10 Victor Stinner(Merge 3.4) Issue #22338: Fix a crash in the json modul...
2014-09-10 Victor StinnerIssue #22338: Fix a crash in the json module on memory...
2014-09-10 Benjamin Petersonmerge 3.4 (#22380)
2014-09-10 Benjamin Petersony2k compliance, lol (closes #22380)
2014-09-10 Serhiy StorchakaIssue #22369: Change "context manager protocol" to...
2014-09-10 Serhiy StorchakaIssue #22369: Change "context manager protocol" to...
2014-09-10 Stefan KrahWhitespace.
2014-09-10 Stefan KrahIssue #19232: Speed up decimal import. Additionally...
2014-09-09 Stefan KrahIssue #22284: Merge 3.4
2014-09-09 Stefan KrahIssue #22284: Update decimal.__all__
2014-09-09 Serhiy Storchakaimaplib.IMAP4 now supports the context manager protocol.
2014-09-08 Barry WarsawA few tweaks for issue16662 based on feedback from...
2014-09-08 Barry Warsaw- Issue #16662: load_tests() is now unconditionally...
2014-09-06 Benjamin Petersonmerge 3.4 (#22349)
2014-09-06 Benjamin Petersonremove various dead version checks (closes #22349)
2014-09-06 Serhiy StorchakaIssue #22226: Added private function _splitdict() in...
2014-09-06 Serhiy StorchakaIssue #22226: Added private function _splitdict() in...
2014-09-06 Serhiy StorchakaNull merge
2014-09-06 Serhiy StorchakaIssue #22131: Fixed a bug in handling an error occured...
2014-09-06 Serhiy StorchakaIssue #22131: Modernized the code of the uuid module.
2014-09-06 Serhiy StorchakaIssue #19524: Fixed resource leak in the HTTP connectio...
2014-09-06 Serhiy StorchakaIssue #19524: Fixed resource leak in the HTTP connectio...
2014-09-06 Serhiy StorchakaIssue #22215: Now ValueError is raised instead of TypeE...
2014-09-06 Nick CoghlanMerge issue #22295 fix from 3.4
2014-09-06 Nick CoghlanIssue #22295: Adopt 'python -m pip' as the preferred...
2014-09-06 Nick CoghlanNull merge from 3.4 backport
2014-09-06 Nick CoghlanIssue #22346: also include asyncio PEP 411 notice in 3.4
2014-09-06 Guido van RossumAdd PEP-411-compliant note about asyncio being provisio...
2014-09-05 Ned DeilyKeep Mac/build-installer.py in sync across branches...
2014-09-05 Ned DeilyKeep Mac/build-installer.py in sync across branches...
2014-09-05 Serhiy StorchakaIssue #20643: Removed unneeded (and wrong) class direct...
2014-09-05 Serhiy StorchakaIssue #20643: Removed unneeded (and wrong) class direct...
2014-09-05 Serhiy StorchakaIssue #22221: Add tests for compile() with source encod...
2014-09-05 Serhiy StorchakaIssue #22221: Add tests for compile() with source encod...
2014-09-05 Serhiy StorchakaSilenced some warnings about comparison between signed...
2014-09-05 Terry Jan ReedyMerge with 3.4
2014-09-05 Terry Jan ReedyIssue #21933: Make Control-Mousewhell only change font...
2014-09-04 Victor StinnerIssue #22290: PyObject_Call() now fails with an asserti...
2014-09-04 Antoine PitrouIssue #20421: Add a .version() method to SSL sockets...
2014-09-04 Victor StinnerIssue #21951: Fix AsObj() of the _tkinter module: raise...
2014-09-04 Łukasz LangaMerge fix for #19546: configparser exceptions leak...
2014-09-04 Łukasz LangaFix #19546: onfigparser exceptions expose implementatio...
2014-09-04 Victor StinnerIssue #22334: Add debug traces to test_tcl
2014-09-04 Victor StinnerIssue #22333: Add debug traces to test_threaded_import
2014-09-04 Victor StinnerIssue #22258: Fix typo in Misc/NEWS
2014-09-03 Terry Jan ReedyNEWS items for Idle.
2014-09-03 Terry Jan ReedyNEWS items for Idle.
2014-09-03 Terry Jan Reedymerge with 3.4
2014-09-03 Terry Jan ReedyNEWS items for turtledemo.
2014-09-03 Terry Jan ReedyMerge with 3.4
2014-09-03 Terry Jan ReedyIssue #22051: remove unneeded reload that allowed bad...
2014-09-03 Victor StinnerFix timeout in test.fork_wait
2014-09-03 Victor Stinner(Merge 3.4) Issue #21440: test_zipfile: replace last...
2014-09-03 Victor StinnerIssue #21440: test_zipfile: replace last direct calls...
2014-09-03 Victor StinnerIssue #21440: Backport changeset 4ebf97299b18 to branch...
2014-09-03 Victor Stinner(Merge 3.4) Issue #20957: test_smtpnet now uses support...
2014-09-03 Victor StinnerIssue #20957: test_smtpnet now uses support.transient_i...
2014-09-03 Victor Stinner(Merge 3.4) Issue #22332: test_multiprocessing_main_han...
2014-09-03 Victor StinnerIssue #22332: test_multiprocessing_main_handling is...
2014-09-03 Victor Stinner(Merge 3.4) Issue #22331: Skip test_interrupted_write_t...
2014-09-03 Victor StinnerIssue #22331: Skip test_interrupted_write_text() on...
2014-09-03 Terry Jan ReedyIssue #21933: Merge with 3.4
2014-09-03 Terry Jan ReedyIssue #21933: Users can now change the font size for...
2014-09-03 Victor StinnerIssue #22043: Fix pymonotonic(), use tv_usec=-1 as...
2014-09-02 Victor StinnerIssue #22043: time.monotonic() is now always available
2014-09-02 Victor StinnerIssue #22043: Fix _PyTime_gettimeofday() if HAVE_GETTIM...
next