]> granicus.if.org Git - python/shortlog
python
2014-12-04 Victor Stinnerasyncio: Initialize more Future and Task attributes...
2014-12-04 Terry Jan ReedyIssue #3068: Document the new Configure Extensions...
2014-12-04 Terry Jan ReedyIssue #16893: For Idle doc, move index entries, copy...
2014-12-03 Antoine PitrouFix #22987: update the compatibility matrix for a SSLv2...
2014-12-03 Serhiy StorchakaIssue #14099: ZipFile.open() no longer reopen the under...
2014-12-02 Victor StinnerCloses #22475: asyncio doc, fix Task.get_stack() doc
2014-12-02 Victor StinnerClose #22473: asyncio doc: rephrase Future with run_for...
2014-12-02 Barry WarsawFix the test to use an os.sep agnostic test. Hopefully...
2014-12-02 Serhiy StorchakaIssue #20335: bytes constructor now raises TypeError...
2014-12-01 Barry WarsawMake this change a little more robust for up-merging.
2014-12-01 Barry Warsaw- Issue #22966: Fix __pycache__ pyc file name clobber...
2014-12-01 Barry Warsaw- Issue #22966: Fix __pycache__ pyc file name clobber...
2014-12-01 Terry Jan ReedyAdd NEWS items for Idle patches and a turtledemo patch.
2014-12-01 Serhiy StorchakaIssue #22975: Close block at right place.
2014-12-01 Serhiy StorchakaRemoved duplicated words in in comments and docs.
2014-12-01 Serhiy StorchakaIssue #21032. Fixed socket leak if HTTPConnection.getre...
2014-12-01 Serhiy StorchakaIssue #22838: All test_re tests now work with unittest...
2014-12-01 Serhiy StorchakaIssue #22924: Scripts gprof2html.py and highlight.py...
2014-11-30 Benjamin Petersonbackout 9fcf4008b626 (#9179) for further consideration
2014-11-30 Benjamin Petersoncontext is keyword-only
2014-11-30 Benjamin Petersonadd context parameter to xmlrpclib.ServerProxy (#22960)
2014-11-29 Antoine PitrouClose issue #22895: fix test failure introduced by...
2014-11-28 Ned DeilyIssue #16113: Also remove test_case_sha3_224_huge
2014-11-28 Victor StinnerIssue #22685: Debug test_pause_reading() on FreeBSD
2014-11-28 Victor StinnerCloses #22348: Rephrase asyncio.StreamWriter.drain...
2014-11-28 Victor Stinnerasyncio doc: reformat event loop policy doc
2014-11-28 Victor Stinnerasyncio doc: explain how to pass keywords to callbacks...
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 #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 #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: Constructors and update methods of mappin...
2014-11-27 Zachary Warepydoc: Add a note about setting PAGER to affect console...
2014-11-27 Ethan Furman(3.4) Issue22780: reword NotImplemented docs to emphasi...
2014-11-27 Benjamin Petersonremove tautological condition (closes #22954)
2014-11-27 Zachary Warepydoc: Remove mention of '-g' command line option,...
2014-11-26 Benjamin Petersonuse skipUnless
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 Victor StinnerCloses #22685, asyncio: Set the transport of stdout...
2014-11-24 Berker PeksagIssue #20351: Add examples for csv.DictReader and csv...
2014-11-24 Benjamin Petersonadd context parameter to HTTPHandler (closes #22788)
2014-11-24 Benjamin Petersonadd NEWS note for #22921
2014-11-24 Benjamin Petersoncorrect versionchanged version
2014-11-23 Benjamin Petersondon't require OpenSSL SNI to pass hostname to ssl funct...
2014-11-23 Benjamin Petersondocument that cadefault does nothing now
2014-11-23 Antoine PitrouIssue #22894: TestCase.subTest() would cause the test...
2014-10-17 Antoine PitrouIssue #22638: SSLv3 is now disabled throughout the...
2014-11-22 Ned DeilyAdd downloads page link to OS X installer README screens.
2014-11-21 Serhiy StorchakaIssue #17293: socket.gethostbyname() can raise an excep...
2014-11-20 Victor Stinnerasyncio: BaseSelectorEventLoop.close() now closes the...
2014-11-20 Victor Stinnerasyncio: Coroutine objects are now rejected with a...
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-19 Serhiy StorchakaIssue #20736: testSendmsgDontWait in test_socket no...
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 Serhiy StorchakaIssue #22453: Warn against the use of leaking macro...
2014-11-18 Serhiy StorchakaIssue #18637: Fixed an error in _PyNode_SizeOf declaration.
2014-11-17 Serhiy StorchakaIssue #20662: Argspec now is escaped in html output...
2014-11-15 Serhiy StorchakaIssue #22193: Fixed integer overflow error in sys.getsi...
2014-11-15 Ned DeilyIssue #22877: PEP 477 - keep 2.7 and 3.x installers...
2014-11-14 Guido van Rossum- Issue #22841: Reject coroutines in asyncio add_signal...
2014-11-12 Benjamin Petersonfix possible double free in TextIOWrapper.__init__...
2014-11-11 Donald StufftUpgrade setuptools to 7.0
2014-11-11 Serhiy StorchakaIssue #22845: Improved formatting of dis documentation.
2014-11-10 Berker PeksagIssue #22839: Fix Snapshot.statistics() link.
2014-11-10 Serhiy StorchakaGot rid of the array module dependency in the re module.
2014-11-10 Serhiy StorchakaIssue #12728: Different Unicode characters having the...
2014-11-10 Serhiy StorchakaIssue #22821: Fixed fcntl() with integer argument on...
2014-11-10 Raymond HettingerIssue 22830: Clarify docs for functools.cmp_to_key().
2014-11-08 Berker PeksagIssue #22695: Fix rendering of the deprecated-removed...
2014-11-07 Serhiy StorchakaSilence the failure of test_pyclbr after adding a prope...
2014-11-07 Serhiy StorchakaIssues #814253, #9179: Group references and conditional...
2014-11-07 Berker PeksagIssue #22808: Link to the correct time method in BaseEv...
2014-11-07 Serhiy StorchakaIssue #22406: Fixed the uu_codec codec incorrectly...
2014-11-07 Serhiy StorchakaIssue #17293: uuid.getnode() now determines MAC address...
2014-11-07 Serhiy StorchakaIssue #22769: Fixed ttk.Treeview.tag_has() when called...
2014-11-06 Georg BrandlTry to transfer the Unicode test data files gzipped.
2014-11-06 Georg Brandl#22650: test suite: load Unicode test data files from...
2014-11-06 Benjamin Petersonfix test where sizeof(long) != sizeof(int)
2014-11-06 Raymond HettingerIssue 22803: Add missing versionadded directive.
2014-11-05 Steve DowerIssue #20160: broken ctypes calling convention on MSVC...
2014-11-05 Georg Brandltest_httplib: use self-signed.pythontest.net for verifi...
2014-11-05 Antoine PitrouCloses #22784: fix test_asyncio when the ssl module...
2014-11-05 Georg BrandlCloses #22525: clarify documentation for ast.literal_ev...
2014-11-05 Benjamin Petersonuse pythontest.net for fragment redirection test
2014-11-05 Benjamin Petersonremove requires_ssl decorator
2014-11-05 Benjamin Petersonmerge 3.3
2014-11-05 Benjamin Petersonmerge 3.2
2014-11-05 Benjamin Petersonuse pythontest.net for url fragment test
2014-11-05 Victor Stinnerasyncio: Move loop attribute to _FlowControlMixin
2014-11-04 Antoine PitrouIssue #22773: fix failing test with old readline versio...
2014-11-04 Benjamin Petersontest that keyfile can be None
2014-11-03 Benjamin Petersonmerge 3.3
2014-11-03 Benjamin Petersonmerge 3.2
2014-11-03 Benjamin Petersonmove idna test domain to pythontest.net
2014-11-03 Benjamin PetersonPEP 476: enable HTTPS certificate verification by defau...
next