]> granicus.if.org Git - python/shortlog
python
2011-01-03 Michael FoordEnable unittest.TestCase to be instantiated without...
2011-01-03 Victor Stinnertest_subprocess: close pipes at the end of test_pipe_cl...
2011-01-03 Victor Stinnerpydoc: close the DocServer when done
2011-01-03 Victor StinnerIssue #10816: multiprocessing.SocketClient() closes...
2011-01-03 Michael FoordIssue 10502: addition of unittestgui to Tools/
2011-01-03 Victor Stinnertest_socket: use context managers to close directly...
2011-01-03 Victor Stinnertest_xmlrpc: close the transport when done
2011-01-03 Victor Stinnertest_tkinter: use a context manager to close directly...
2011-01-03 Victor Stinnertest_timeout: move testRecvfromTimeout() to a UDP-speci...
2011-01-03 Victor Stinnertest_sockserver: close servers when done
2011-01-03 Michael FoordIssue 10786: unittest documentation update.
2011-01-03 Senthil KumaranReverting the mistaken commit r87677. Checked in py3rsa...
2011-01-03 Senthil Kumaranpy3k implmentation of RSA algorithm,
2011-01-03 Brian QuinlanRemoves the 'Call' class which is used to control execu...
2011-01-03 Raymond HettingerSupply a reduce method for pickling.
2011-01-03 Raymond HettingerMake C helper function more closely match the pure...
2011-01-03 Martin v. LöwisSkip hanging test.
2011-01-03 Amaury Forgeot... #8278: In the Windows implementation of stat() and...
2011-01-03 Martin v. LöwisIssue #10798: Reject supporting concurrent.futures...
2011-01-02 Georg Brandl#8013 follow-up:
2011-01-02 Alexander BelopolskyIssue #8013: Fixed test
2011-01-02 Antoine PitrouSome nits.
2011-01-02 Antoine PitrouAdd a shutdown() call in the server example.
2011-01-02 Antoine PitrouClarify behaviour of close() and shutdown() on sockets.
2011-01-02 Gregory P.... issue10802: fallback to pipe+fcntl when the pipe2 sysca...
2011-01-02 Alexander BelopolskyIssue #8013: Fixed time.asctime segfault when OS's...
2011-01-02 Antoine PitrouFix bad quoting in r87639. Caught by Arfrever.
2011-01-02 Victor StinnerIssue #10807: Remove base64, bz2, hex, quopri, rot13...
2011-01-02 Antoine PitrouIssue #10475: Don't hardcode compilers for LDSHARED...
2011-01-02 Georg BrandlFix code indentation.
2011-01-02 Antoine PitrouRelax test condition a lot
2011-01-02 Georg Brandl#1665333: add more docs for optparse.OptionGroup.
2011-01-02 Raymond HettingerFix doctest to not rely on order of dictionary entries.
2011-01-01 Raymond HettingerFix OrderedDic.pop() to work for subclasses that define...
2011-01-01 Raymond HettingerMake it easier to extend OrderedDict without breaking it.
2011-01-01 Gregory P.... post release bump
2011-01-01 Benjamin Petersonupdate copyright to 2011
2011-01-01 Georg Brandl#10801: do not actually extract, just open() the files...
2011-01-01 Georg Brandl#10801: In zipfile, support different encodings for...
2011-01-01 Georg BrandlFix issue references.
2011-01-01 Terry ReedyIssue 6285: add NEWS entry for 3.2.
2011-01-01 Terry ReedyIssue 6285: catch missing IDLE help file.
2010-12-31 Raymond HettingerTypo.
2010-12-31 Raymond HettingerFix OrderedDict.setdefault() to work for subclasses...
2010-12-31 Georg BrandlHappy New Year! (CET edition)
2010-12-31 R. David Murray#9361: add some tests for calendar.leapdays
2010-12-30 Vinay SajipIssue #10788: Changed test_logging setUp logic to provi...
2010-12-30 Georg BrandlUpdate README, remove empty directory.
2010-12-30 Georg BrandlAdd the missing __main__.py in the turtledemo package...
2010-12-30 Georg BrandlRemove mentions of the Demo directory.
2010-12-30 Georg BrandlHarmonize docstrings. Move redemo from Tools/scripts...
2010-12-30 Georg BrandlRemove the actual Demo dir.
2010-12-30 Georg BrandlMore cleanup: Move some demos into a dedicated Tools...
2010-12-30 Michael FoordIssue 10786: unittest.TextTestRunner default stream...
2010-12-30 Georg BrandlFix NameErrors.
2010-12-30 Georg BrandlClean up tools: remove "world" and "framer", move singl...
2010-12-30 Georg BrandlRemove some of the old demos. (Put a few somewhere...
2010-12-30 Martin v. LöwisBuild and install libpython3.so.
2010-12-30 Martin v. LöwisIssue #10542: Document that identifiers use XID_Start...
2010-12-30 Senthil KumaranFix Issue10793 - hashlib documentation issue on return...
2010-12-29 R. David MurrayFix same typo in docs.
2010-12-29 Terry ReedyMinor clarification
2010-12-29 R. David MurrayFix a comment typo and update another comment to match...
2010-12-29 Senthil KumaranFix Issue 10753 - Don't quote ;=, in the PATH_INFO...
2010-12-29 Victor StinnerIssue #10783: rephrase the changelog (new try)
2010-12-29 Brian CurtinClose stdout, clear ResourceWarning
2010-12-29 Brian CurtinFix #9333 on Windows XP, where os.symlink is not a...
2010-12-28 Victor StinnerRephrase PyUnicode_CompareWithASCIIString() documentation
2010-12-28 Victor StinnerIssue #10783: rephrase the changelog (NEWS, What's...
2010-12-28 Victor StinnerDon't ignore pgen error (on "make Parser/pgen.stamp")
2010-12-28 Victor StinnerCompile pgenmain.c and printgrammar.c with PGEN defined
2010-12-28 Brian QuinlanDoes not install a logging handler. Fixes issue 10626.
2010-12-28 Terry ReedyIssue 10738: Fix webbrowser.Opera.raise_opts value.
2010-12-28 R. David Murray#9824: encode , and ; in cookie values so that browsers...
2010-12-28 Georg BrandlAdd sys.flags.quiet attribute for the new -q option...
2010-12-28 Brian CurtinThis file was obsolted by a number of adjustments to...
2010-12-28 Brian CurtinMinor doc update for #9333. Took out the phrasing about...
2010-12-28 Senthil KumaranFix Issue10759 - html.parser.unescape() fails on HTML...
2010-12-28 Brian CurtinFix #9333. The symlink function is always available...
2010-12-28 Victor StinnerIssue #10783: Fix test_sys, pack('c', ' ') => pack...
2010-12-28 Victor StinnerIssue #10783: struct.pack() doesn't encode implicitly...
2010-12-28 Georg Brandl#10609: fix non-working dbm example.
2010-12-28 Georg Brandl#10739: document that on Windows, socket.makefile(...
2010-12-28 Georg BrandlRewrap.
2010-12-28 Georg BrandlRemove history; adapt a bit more to reST, since this...
2010-12-28 Georg Brandl#10781: clarify that *encoding* is not a parameter...
2010-12-28 Georg Brandl#10742: document readonly attribute of memoryviews.
2010-12-28 Georg Brandl#10767: update README in crashers; not all may have...
2010-12-28 Victor StinnerIssue #9738: Fix typo, ASCII-encoding string => ASCII...
2010-12-28 Georg BrandlAdd news entry and clarify another.
2010-12-28 Georg Brandl#10768: fix ScrolledText widget construction, and make...
2010-12-28 Georg Brandl#10777: fix iteration over dict keys while mutating...
2010-12-28 Georg Brandl#10679: install idle, pydoc, 2to3 scripts with X.Y...
2010-12-28 Georg BrandlFix advice: call PyType_Ready to fill in ob_type of...
2010-12-28 Georg BrandlRemove confusing paragraph -- this is relevant only...
2010-12-28 Georg BrandlReplace sys.maxint mention by sys.maxsize.
2010-12-28 Victor StinnerIssue #10780: Remove commas at the end of the argument...
2010-12-28 Victor StinnerIssue #8966: Remove the documentation of ctypes.set_con...
2010-12-28 Victor StinnerIssue #10780: PyErr_SetFromWindowsErrWithFilename(...
2010-12-27 Victor StinnerIssue #10778: decoding_fgets() decodes the filename...
next