]> granicus.if.org Git - python/shortlog
python
2011-05-28 Éric AraujoFix test_build_py when sys.dont_write_bytecode is true...
2011-05-27 Éric AraujoMinor doc addition for clarity
2011-05-27 Éric AraujoAdd missing closing paren
2011-05-26 Éric AraujoBranch merge
2011-05-25 Victor StinnerIssue #12175: RawIOBase.readall() now returns None...
2011-05-25 Victor StinnerIssue #12175: FileIO.readall() now raises a ValueError...
2011-05-25 Éric AraujoBranch merge
2011-05-24 Victor StinnerIssue #12057: Add cjkencodings directory to the Makefil...
2011-05-24 Victor StinnerIssue #12057: Add tests for the HZ encoding
2011-05-24 Victor StinnerIssue #12100: Don't reset incremental encoders of CJK...
2011-05-24 Benjamin Petersonbackout 8b384de4e780, so a proper fix can be considered...
2011-05-24 Benjamin Petersonuse '->' to indicate return values
2011-05-24 Benjamin Petersongenerally, sockets should be closed after they're used
2011-05-24 Charles-François... Issue #5715: In socketserver, close the server socket...
2011-05-23 Benjamin Petersoncorrectly lookup __dir__
2011-05-23 Victor Stinnertest_codecs now removes the temporay file (created...
2011-05-22 Victor StinnerIssue #10801: Remove a debug print() from test_zipfile
2011-05-22 Eli BenderskyIssue 12126: removing incorrect claim about return...
2011-05-20 Benjamin Petersonthis should actually be an IOError
2011-05-20 Benjamin Petersonadd example for not using access
2011-05-20 Ezio Melotti#12072: add missing parenthesis in the doc. Patch...
2011-05-19 Victor StinnerIssue #12124: zipimport doesn't keep a reference to...
2011-05-18 Victor StinnerOoops, add the missing file of the backport of commit...
2011-05-18 Victor StinnerBackport commit 33543b4e0e5d from Python 3.2: #10801...
2011-05-17 Ronald OussorenFix #10154 and #10090: locale normalizes the UTF-8...
2011-05-16 Victor StinnerIssue #11614: Fix test_linecache, cjkencodings_test...
2011-05-16 Victor StinnerIssue #11614: Fix importlib tests for the new __hello__...
2011-05-16 Victor StinnerIssue #12057: Convert CJK encoding testcase BLOB into...
2011-05-16 Victor StinnerIssue #11614: import __hello__ prints "Hello World...
2011-05-15 Victor StinnerIssue #10756: atexit normalizes the exception before...
2011-05-15 Victor StinnerIssue #12060: Use sig_atomic_t type and volatile keywor...
2011-05-15 Georg BrandlCloses #6498: fix several misspellings of "SystemExit...
2011-05-14 Nadeem VawdaFix copy-paste mistake in new zlib test.
2011-05-14 Nadeem VawdaIssue #8650: Make zlib.[de]compressobj().[de]compress...
2011-05-14 Kurt B. KaiserMerge heads
2011-05-14 Kurt B. KaiserIssue #6378: Further adjust idle.bat to start associate...
2011-05-14 Łukasz Langapprint usage example rethought.
2011-05-14 Nadeem VawdaIssue #8650: Backport 64-bit safety fixes for compress...
2011-05-14 Nadeem VawdaIssue #12050: zlib.decompressobj().decompress() now...
2011-05-14 Ezio Melotti#11979: improve wording and markup in sockets howto...
2011-05-14 Ezio Melotti#7960: fix docstrings for captured_output and captured_...
2011-05-14 Ezio Melotti#5723: Improve json tests to be executed with and witho...
2011-05-14 Ezio MelottiChange import_fresh_module to work with packages.
2011-05-12 Antoine PitrouIssue #12062: Fix a flushing bug when doing a certain...
2011-05-12 Kurt B. KaiserIssue #11896: Save on Close failed despite selecting...
2011-05-11 Kurt B. KaiserIssue #1028: Tk returns invalid Unicode null in %A...
2011-05-10 Victor StinnerIssue #10419: Fix build_scripts command of distutils...
2011-05-10 Ezio Melotti#12051: Fix segfault in json.dumps() while encoding...
2011-05-09 Victor StinnerIssue #12012: ssl.PROTOCOL_SSLv2 becomes optional
2011-05-09 Victor StinnerIssue #1195: Fix input() if it is interrupted by CTRL...
2011-05-09 Ezio MelottiSome more tests were incorrectly marked as C specific.
2011-05-09 Martin v. LöwisStop trying to use _xmlplus in the xml module. Closes...
2011-05-09 Ezio Melotti#11910: Fix test_heapq to skip the C tests when _heapq...
2011-05-09 Ezio Melotti#11910: change import_fresh_module to return None when...
2011-05-09 Ezio MelottiAdd a note to the str.find doc to suggest the use of...
2011-05-08 Benjamin Petersonput import_fresh_module in __all__
2011-05-08 Ezio MelottiAdd back Misc/NEWS entry that got lost during merge...
2011-05-07 Antoine PitrouMerge
2011-05-07 Antoine PitrouIssue #11927: SMTP_SSL now uses port 465 by default...
2011-05-07 Giampaolo Rodola'merge
2011-05-07 Giampaolo Rodola'#12002 - ftplib's abort() method raises TypeError
2011-05-07 Ezio Melotti#5421: add tests.
2011-05-07 Ezio Melotti#12017: Fix segfault in json.loads() while decoding...
2011-05-07 Nadeem VawdaFix potential resource leak in test_mmap.
2011-05-07 Nadeem VawdaIssue #11277: Fix tests - crash will not trigger if...
2011-05-07 Nadeem VawdaIssue #11277: Add tests for mmap crash when using large...
2011-05-07 R David Murray#11999: sync based on comparing mtimes, not mtime to...
2011-05-06 Ronald OussorenFix for issue 10684: Folders get deleted when trying...
2011-05-05 Ezio Melotti#11997: fix typo in init.rst.
2011-05-05 R David Murray#8158: add missing 'description' description to optpars...
2011-05-04 Ezio Melotti#11985: update docstring of platform.python_implementation.
2011-05-04 Éric AraujoFix display of html.parser.HTMLParser.feed docstring
2011-05-04 Brian CurtinFix #11834. Correct site-packages paths.
2011-05-03 Ezio Melotti#11985: document the return value of platform.python_im...
2011-05-02 Éric AraujoAdd missing name in pkgutil.__all__
2011-05-02 Éric AraujoBranch merge
2011-05-02 Éric AraujoAdd missing colon
2011-05-02 Raymond HettingerFix spelling.
2011-05-01 Victor StinnerIssue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on...
2011-05-01 Benjamin Petersonnote abcs of int and float (closes #11977)
2011-05-01 Victor StinnerIssue #9756: credit the author, Andreas Stührk (Trundle)
2011-05-01 Victor StinnerIssue #9756: When calling a method descriptor or a...
2011-05-01 R David Murray#11971: fix man page; it's -OO not -O0
2011-05-01 Éric AraujoFix wording
2011-04-30 R David Murray#11883: fix email examples by adding 'localhost' to...
2011-04-30 R David Murray#11901: post-commit review fixes per Georg Brandl
2011-04-30 Benjamin Petersonfix function name in example (closes #11966)
2011-04-30 Brian Curtinwhitespace...
2011-04-30 Brian CurtinFix #11961. Document STARTUPINFO and creation flag...
2011-04-29 Senthil KumaranWrap the testskip decorator for the proper test to...
2011-04-29 Brian CurtinFurther fix #7838. CREATE_NEW_CONSOLE was exposed,...
2011-04-29 Ezio Melotti#11952: Fix typo in multiprocessing doc.
2011-04-28 Senthil Kumaranskip the extractall test on platforms where os.symlink...
2011-04-28 Senthil KumaranAdd tests for tarfile extractall feature when with...
2011-04-28 Ezio Melotti#11926: add missing keywords to help("keywords").
2011-04-27 Raymond HettingerIssue #11940: Update external link.
2011-04-27 Ezio Melotti#11942: Fix return type of Py_AddPendingCall. Patch...
2011-04-27 Éric AraujoBranch merge
2011-04-27 Éric AraujoChange markup so it generates a link
2011-04-27 Ezio Melotti#11763: don't use difflib in TestCase.assertMultiLineEq...
next