]> granicus.if.org Git - python/shortlog
python
2014-11-28 Raymond HettingerMinor code cleanup.
2014-11-28 Victor StinnerIssue #22685, asyncio: resume_reading() must also be...
2014-11-28 Victor StinnerIssue #22685, asyncio: mock also resume_reading in...
2014-11-28 Berker PeksagIssue #22389: Add contextlib.redirect_stderr().
2014-11-28 Victor StinnerMerge 3.4 (asyncio)
2014-11-28 Victor StinnerIssue #22685: Debug test_pause_reading() on FreeBSD
2014-11-28 Victor Stinner(Merge 3.4) Closes #22348: Rephrase asyncio.StreamWrite...
2014-11-28 Victor StinnerCloses #22348: Rephrase asyncio.StreamWriter.drain...
2014-11-28 Victor Stinner(Merge 3.4) asyncio doc: reformat event loop policy doc
2014-11-28 Victor Stinnerasyncio doc: reformat event loop policy doc
2014-11-28 Victor StinnerIssue #21356: Make ssl.RAND_egd() optional to support...
2014-11-28 Victor Stinner(Merge 3.4) asyncio doc: explain how to pass keywords...
2014-11-28 Victor Stinnerasyncio doc: explain how to pass keywords to callbacks...
2014-11-28 Benjamin Petersonmerge 3.4 (#16561)
2014-11-28 Benjamin Petersongive a nice message when installer is launched w/o...
2014-11-27 Serhiy StorchakaIssue #21280: Fixed a bug in shutil.make_archive()...
2014-11-27 Serhiy StorchakaIssue #21280: Fixed a bug in shutil.make_archive()...
2014-11-27 Serhiy StorchakaIssue #22314: pydoc now works when the LINES environmen...
2014-11-27 Serhiy StorchakaIssue #22314: pydoc now works when the LINES environmen...
2014-11-27 Serhiy StorchakaIssue #22915: SAX parser now supports files opened...
2014-11-27 Serhiy StorchakaIssue #22915: SAX parser now supports files opened...
2014-11-27 Serhiy StorchakaIssue #21514: The documentation of the json module...
2014-11-27 Serhiy StorchakaIssue #21514: The documentation of the json module...
2014-11-27 Serhiy StorchakaIssue #22609: Revert changes in UserDict. They conflict...
2014-11-27 Serhiy StorchakaIssue #22609: Revert changes in UserDict. They conflict...
2014-11-27 Serhiy StorchakaIssue #22609: Constructors and update methods of mappin...
2014-11-27 Serhiy StorchakaIssue #22609: Constructors and update methods of mappin...
2014-11-27 Zachary WareMerge with 3.4
2014-11-27 Zachary Warepydoc: Add a note about setting PAGER to affect console...
2014-11-27 Ethan FurmanIssue22780: reword NotImplemented docs to emphasise...
2014-11-27 Ethan Furman(3.4) Issue22780: reword NotImplemented docs to emphasi...
2014-11-27 Benjamin Petersonmerge 3.4 (#22954)
2014-11-27 Benjamin Petersonremove tautological condition (closes #22954)
2014-11-27 Zachary WareMerge with 3.4
2014-11-27 Zachary Warepydoc: Remove mention of '-g' command line option,...
2014-11-26 Ned DeilyIssue 22940: fixes to editline support
2014-11-26 Benjamin Petersoncorrect assertion
2014-11-26 Benjamin Petersonmerge 3.4
2014-11-26 Benjamin Petersonuse skipUnless
2014-11-26 Benjamin Petersononly support append_history if readline has it
2014-11-26 Benjamin Petersonfix variable name
2014-11-26 Benjamin Petersonadd readline.append_history_file (closes #22940)
2014-11-26 Serhiy StorchakaIssue #19676: Fixed integer overflow issue in "namerepl...
2014-11-26 Benjamin Petersonmerge 3.4
2014-11-25 Benjamin Petersonhandle errors without a reason attribute
2014-11-25 Benjamin Petersondon't fail tests when www.python.org can't be validated...
2014-11-25 Berker PeksagIssue #19676: Tweak documentation a bit.
2014-11-25 Victor Stinner(Merge 3.4) Closes #22685, asyncio: Set the transport...
2014-11-25 Victor StinnerCloses #22685, asyncio: Set the transport of stdout...
2014-11-25 Serhiy StorchakaIssue #19676: Added the "namereplace" error handler.
2014-11-24 Berker PeksagIssue #20351: Add examples for csv.DictReader and csv...
2014-11-24 Berker PeksagIssue #20351: Add examples for csv.DictReader and csv...
2014-11-24 Berker PeksagIssue #22934: Update the comment to mention Programs...
2014-11-24 Benjamin Petersonupdate versionchanged
2014-11-24 Benjamin Petersonmerge 3.4 (#22788)
2014-11-24 Benjamin Petersonadd context parameter to HTTPHandler (closes #22788)
2014-11-24 Benjamin Petersonmerge 3.4
2014-11-24 Benjamin Petersonadd NEWS note for #22921
2014-11-24 Benjamin Petersonmerge 3.4 (null)
2014-11-24 Benjamin Petersoncorrect versionchanged version
2014-11-23 Benjamin Petersonmerge 3.4 (#22921)
2014-11-23 Benjamin Petersondon't require OpenSSL SNI to pass hostname to ssl funct...
2014-11-23 Benjamin Petersonmerge 3.4
2014-11-23 Benjamin Petersondocument that cadefault does nothing now
2014-11-23 Antoine PitrouUpdate importlib.h
2014-11-23 Antoine PitrouIssue #22894: TestCase.subTest() would cause the test...
2014-11-23 Antoine PitrouIssue #22894: TestCase.subTest() would cause the test...
2014-11-23 Antoine PitrouNull merge
2014-11-23 Raymond HettingerPEP 479: Use the return-keyword instead of raising...
2014-11-23 Raymond HettingerPEP 479: Don't let StopIteration bubble out of calls...
2014-11-22 Ned DeilyReally add downloads page link to OS X installer README...
2014-11-22 Ned DeilyAdd downloads page link to OS X installer README screens.
2014-11-22 Zachary WareIssue #22834: cwd can't not exist on Windows, skip...
2014-11-22 Ned DeilyAdd downloads page link to OS X installer README screens.
2014-11-22 Zachary WareCloses #22869: Move PyOS_CheckStack back to pythonrun.c
2014-11-22 Steve DowerIssue #22869: Remove duplicate stack check from pythonrun.c
2014-11-21 Serhiy StorchakaIssue #19720: Suppressed context for some exceptions...
2014-11-21 Serhiy StorchakaIssue #17293: socket.gethostbyname() can raise an excep...
2014-11-21 Serhiy StorchakaIssue #19720: Suppressed context for some exceptions...
2014-11-21 Brett CannonIssue #22834: Have import suppress FileNotFoundError...
2014-11-21 Steve DowerIssue #22869: Add pylifecycle.c/.h files to pythoncore...
2014-11-21 Antoine PitrouIssue #22796: HTTP cookie parsing is now stricter,...
2014-11-20 Victor Stinner(Merge 3.4) asyncio: BaseSelectorEventLoop.close()...
2014-11-20 Victor Stinnerasyncio: BaseSelectorEventLoop.close() now closes the...
2014-11-20 Victor StinnerMerge 3.4 (asyncio)
2014-11-20 Victor Stinnerasyncio: Coroutine objects are now rejected with a...
2014-11-20 Victor StinnerMerge with 3.4 (asyncio)
2014-11-20 Victor Stinnerasyncio, test_events: Ignore the "SSL handshake failed...
2014-11-20 Victor Stinnerasyncio: Fix formatting of the "Future exception was...
2014-11-20 Nick CoghlanIssue #22869: Split pythonrun into two modules
2014-11-19 Serhiy StorchakaIssue #20736: testSendmsgDontWait in test_socket no...
2014-11-19 Serhiy StorchakaIssue #20736: testSendmsgDontWait in test_socket no...
2014-11-19 Serhiy StorchakaIssue #20604: Added missed invalid mode in error messag...
2014-11-19 Serhiy StorchakaIssue #20604: Added missed invalid mode in error messag...
2014-11-18 Antoine PitrouClose #22370: Windows detection in pathlib is now more...
2014-11-18 Antoine PitrouClose #22370: Windows detection in pathlib is now more...
2014-11-18 Serhiy StorchakaNull merge
2014-11-18 Serhiy StorchakaIssue #22453: Warn against the use of leaking macro...
2014-11-18 Serhiy StorchakaIssue #22453: Removed non-documented macro PyObject_REPR().
2014-11-18 Victor StinnerIssue #20948: Inline makefmt() in unicode_fromformat_arg()
next