]> granicus.if.org Git - python/shortlog
python
2009-04-04 Martin v. LöwisIssue #5470: Package zipdir.zip.
2009-04-04 Hirokazu YamamotoNo behavior change.
2009-04-04 Benjamin Petersonrevert r71159 since it broke the build
2009-04-04 Matthias Klose- Py_DECREF: Add `do { ... } while (0)' to avoid compil...
2009-04-04 Matthias Klose- Issue #3845: In PyRun_SimpleFileExFlags avoid invalid...
2009-04-04 Georg Brandl#5601: clarify that webbrowser is not meant for file...
2009-04-04 Georg Brandl#5642: clarify map() compatibility to the builtin.
2009-04-04 Raymond HettingerReplace the localized min/max calls with normal if...
2009-04-04 Kurt B. KaiserAllow multiple IDLE GUI/subprocess pairs to exist
2009-04-04 R. David MurrayFix error in description of 'oct' (issue 5678).
2009-04-04 Raymond HettingerAdd helpful link.
2009-04-03 Vinay SajipClarified warning about logging use from asynchronous...
2009-04-03 Andrew M. KuchlingFix 'the the' duplication
2009-04-03 Andrew M. KuchlingFix 'the the'; grammar fix
2009-04-03 Andrew M. KuchlingAdd some items
2009-04-03 Vinay SajipAdded warning about logging use from asynchronous signa...
2009-04-03 Hirokazu YamamotoFixed compile error on windows.
2009-04-03 Raymond HettingerLocalize the function lookup in timeit.
2009-04-02 Raymond HettingerUpdate docs for namedtuple's renaming change.
2009-04-02 Raymond HettingerHave namedtuple's field renamer assign names that
2009-04-02 Antoine PitrouIssue #2396: backport the memoryview object.
2009-04-02 Mark Dickinsonsys.long_info attributes should be ints, not longs
2009-04-02 Georg BrandlPyErr_NormalizeException may not set an error, so conve...
2009-04-02 Georg BrandlActually the displayhook should print the repr.
2009-04-02 R. David MurrayAdd missing iteritems() call to the for loop in mailbox...
2009-04-02 Michael FoordStore the functions in the _type_equality_funcs as...
2009-04-02 Jesse NollerAdd custom initializer argument to multiprocess.Manager...
2009-04-02 R. David MurrayClarify that datetime strftime does not produce leap...
2009-04-02 Jesse NollerIssue 3551: Raise ValueError if the size causes ERROR_N...
2009-04-02 Brett CannonFix two issues introduced by issue #71031 by changing...
2009-04-02 Michael FoordBetter exception messages for unittest assert methods.
2009-04-02 Brett CannonPyImport_AppendInittab() took a char * as a first argum...
2009-04-02 Senthil KumaranFixing the issue4860. Escaping embedded '"' character...
2009-04-02 Benjamin Petersonfix error handling
2009-04-02 Georg BrandlIn PyErr_GivenExceptionMatches, temporarily bump the...
2009-04-02 Kurt B. KaiserRemove port spec from run.py and fix bug where
2009-04-02 Jesse NollerIssue 3110: Additional protection for SEM_VALUE_MAX...
2009-04-02 Georg BrandlFix test_doctest, missed two assignments to curframe.
2009-04-02 Benjamin Petersonhandle SEEK_ constants in test_io
2009-04-02 Benjamin Petersonthis should be :noindex:
2009-04-02 Benjamin Petersonfix markup
2009-04-02 Jesse Nollerissue5545: Switch to Autoconf for multiprocessing;...
2009-04-02 Andrew M. KuchlingTypo fix
2009-04-01 Georg BrandlCache the f_locals dict of the current frame, since...
2009-04-01 Benjamin Petersonremove double underscores
2009-04-01 Brett CannonAdd my initials to Misc/developers.txt. Names are now...
2009-04-01 Georg BrandlIn Pdb, stop assigning values to __builtin__._ which...
2009-04-01 R. David MurrayAdd tests checking the CSV module's ability to handle
2009-04-01 Benjamin Petersonadd seek constants to __all__
2009-04-01 Georg BrandlRevert accidental checkin.
2009-04-01 Georg BrandlAdd NEWS item.
2009-04-01 Georg Brandl#4572: add SEEK_* values as constants in io.py.
2009-04-01 Raymond HettingerAdd link to an alternative generator with a long-period.
2009-04-01 Senthil KumaranFix for issue5040. Adding test for Content-Length
2009-04-01 Jack Diederichbounds check arguments to mmap.move(). All of them...
2009-04-01 Brett Cannontest_warnings ironically had a single test that was...
2009-04-01 Brett Cannontest_logging was blindly clearing the warnings filter...
2009-04-01 Raymond HettingerIssue #5647: MutableSet.__iand__() no longer mutates...
2009-04-01 Michael FoordAdding Wing project file
2009-04-01 Brett Cannon_warnings was importing itself to get an attribute...
2009-04-01 Brett CannonPaul Kippes was given commit privileges to work on...
2009-04-01 Georg Brandl#5655: fix docstring oversight.
2009-04-01 Brett CannonRon DuPlain was given commit privileges at PyCon 2009...
2009-04-01 Jesse NollerIssue 3270: document Listener address restrictions...
2009-04-01 Kristján Valur... http://bugs.python.org/issue5623
2009-04-01 Brett CannonThe cgitb module had imports in its functions. This...
2009-04-01 Georg BrandlFix test_xmlrpc and make the CGI handler work with...
2009-04-01 Hirokazu YamamotoFixed compile error on windows.
2009-04-01 Georg BrandlAdd Maksim, who worked on several issues at the sprint.
2009-04-01 Georg Brandl#5631: add upload to list of possible commands, which...
2009-04-01 Georg BrandlThe SimpleXMLRPCServer's CGI handler now runs like...
2009-04-01 Jesse NollerFix multiprocessing.event to match the new threading...
2009-04-01 R. David MurrayFix issue 2522. locale.format now checks that it is...
2009-04-01 Josiah CarlsonFix for failing asyncore tests.
2009-04-01 Georg BrandlIssue #5635: Fix running test_sys with tracing enabled.
2009-03-31 Jack Diederich#5228: add pickle support to functools.partial
2009-03-31 R. David MurrayFix Windows test skip error revealed by buildbot. ...
2009-03-31 Georg BrandlDont shout to users.
2009-03-31 Tarek Ziadéfixed the test for win32 CompileError
2009-03-31 Tarek Ziadécatching msvc9compiler error as well
2009-03-31 Raymond HettingerImprove examples for collections.deque()
2009-03-31 Georg Brandl#5018: remove confusing paragraph.
2009-03-31 Georg Brandl#5617: add a handy function to print a unicode string...
2009-03-31 Tarek Ziadé#5583 Added optional Extensions in Distutils
2009-03-31 Jesse NollerIssue 5619: Pass MS CRT debug flags into subprocesses
2009-03-31 Georg Brandl#3427: document correct return type for urlopen().info().
2009-03-31 Georg Brandl#1651995: fix _convert_ref for non-ASCII characters.
2009-03-31 Georg Brandl#5563: more documentation for bdist_msi.
2009-03-31 Josiah CarlsonMade handle_expt_event() be called last, so that we...
2009-03-31 Georg Brandl#1676135: remove trailing slashes from --prefix argument.
2009-03-31 Georg Brandl#1675026: add a note about a strange Windows problem...
2009-03-31 Georg BrandlRemove warning about pending Win9x support removal.
2009-03-31 Benjamin Petersonfix Thread.ident when it is the main thread or a dummy...
2009-03-31 Georg Brandl#5598: document DocFileSuite *args argument.
2009-03-31 Benjamin Petersontake the usual lock precautions around _active_limbo_lock
2009-03-31 Georg Brandl#1530012: move TQS section before raw strings.
2009-03-31 Tarek Ziadémaking sdist and config test silents
2009-03-31 Tarek Ziadéadded tests to the install_headers command
2009-03-31 Tarek Ziadéadded test to the install_data command
2009-03-31 Tarek Ziadémore tests for the upload command
next