]> granicus.if.org Git - python/shortlog
python
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
2009-03-31 Tarek Ziadémore tests for the register command
2009-03-31 Tarek Ziadéadded tests for the clean command
2009-03-31 Tarek Ziadéusing log.warn for sys.stderr
2009-03-31 Georg Brandl#1674032: return value of flag from Event.wait(). OKed...
2009-03-31 Hirokazu YamamotoIssue #5387: Fixed mmap.move crash by integer overflow...
2009-03-31 Gregory P.... Issue an actual PendingDeprecationWarning for the TestC...
2009-03-31 R. David MurrayAdd NEWS entry for regrtest change.
2009-03-31 R. David MurrayRemove the regrtest check that turns any ImportError...
2009-03-31 R. David MurrayImprove test_support.import_module docstring, remove
2009-03-31 Josiah CarlsonThis resolves issue 1161031. Tests pass.
2009-03-31 R. David MurrayDelete out-of-date and little-known README from the...
2009-03-31 Georg Brandl#5618: fix typo.
2009-03-31 Georg Brandl#4411: document mro() and __mro__. (I hope I got it...
2009-03-31 Georg BrandlFix-up unwanted change.
2009-03-31 Georg Brandl#5190: export make_option in __all__.
2009-03-31 Georg Brandl#1096310: document usage of sys.__std*__ a bit better.
2009-03-31 Georg Brandl#4882: document named group behavior a bit better.
2009-03-31 Gregory P.... Rename the actual method definitions to the official...
2009-03-31 Georg Brandl#5241: document missing U in regex howto.
2009-03-31 Georg Brandl#5227: note that Py_Main doesnt return on SystemExit.
2009-03-31 R. David MurrayA few more test skips via import_module, and change...
2009-03-31 Georg Brandl#5245: note that PyRun_SimpleString doesnt return on...
2009-03-31 Jesse Nollermissed the news/acks for netbsd patch
2009-03-31 Georg Brandl#837577: note cryptic return value of spawn*e on invali...
2009-03-31 Jesse NollerApply patch for netbsd multiprocessing support
2009-03-31 Raymond HettingerPer the language summit, the optional fastpath imports...
2009-03-31 Georg Brandl#970783: document PyObject_Generic[GS]etAttr.
2009-03-31 Georg Brandl#992207: document that the parser only accepts \\n...
2009-03-31 Gregory P.... The unittest.TestCase.assertEqual() now displays the...
2009-03-31 Georg Brandl#5417: replace references to undocumented functions...
2009-03-31 Georg Brandl#1386675: specify WindowsError as the exception, becaus...
2009-03-31 Georg Brandl#5529: backport new docs of import semantics written...
next