]> granicus.if.org Git - python/shortlog
python
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...
2009-03-31 Georg Brandl#5581: fget argument of abstractproperty is optional...
2009-03-31 Georg Brandl#5566: fix versionadded from PyLong ssize_t functions.
2009-03-31 Georg Brandl#5519: remove reference to Kodos, which seems dead.
2009-03-31 Jeremy HyltonAdd check for PyDict_Update() error.
2009-03-31 Jeremy HyltonGlobal statements from one function leaked into paralle...
2009-03-31 Jeremy HyltonUpdate quicktest to match Python 3 branch
2009-03-31 Ronald OussorenMinor update to OSX build-installer script, needed
2009-03-31 Jeremy HyltonAdd is_declared_global() which distinguishes between...
2009-03-31 Hirokazu YamamotoIssue #5387: Fixed mmap.move crash by integer overflow.
2009-03-31 Jesse Nolleradd JoinableQueue to __all__
2009-03-31 Georg BrandlFix a wrong struct field assignment (docstring as closure).
2009-03-31 Andrew M. KuchlingAdd various items
2009-03-30 Jesse Nollermerge in patch from tim golden to fix contextmanager...
2009-03-30 R. David MurrayActually suppress warnings in test_at_least_import_unte...
2009-03-30 Ronald OussorenFix issue #4865: add /Library/Python/2.7/site-packages to
2009-03-30 Andrew M. KuchlingAdd more items
2009-03-30 Andrew M. Kuchlingtypo fix
2009-03-30 R. David MurrayChange more tests to use import_module for the modules...
2009-03-30 Georg Brandl#5039: make it clear that the impl. note refers to...
2009-03-30 Barry WarsawA fix for issue 1974, inspired by the patch from Andi...
2009-03-30 Andrew M. KuchlingMany edits
2009-03-30 Andrew M. KuchlingAdd several items and placeholders
2009-03-30 Andrew M. KuchlingRemove comment
2009-03-30 Andrew M. KuchlingTypo fixes
2009-03-30 Georg Brandl#5199: make warning about vars() assignment more visible.
2009-03-30 Martin v. LöwisAdd several VM developers.
2009-03-30 Jesse Nollerfinalize the queue prior to shutdown
2009-03-30 Senthil KumaranFix for bugs: Issue4675 and Issue4962.
2009-03-30 R. David MurrayRemove references to test_socket_ssl which was deleted...
2009-03-30 Ronald OussorenFix for issue 13095
2009-03-30 Ronald OussorenFixes issue 5270
2009-03-30 Ronald Oussoren* Set a custom icon on the Python installer DMG
2009-03-30 Ronald OussorenRemove usage of the deprecated '-cString' and '+stringW...
2009-03-30 R. David MurrayAdd import_function method to test.test_support, and...
2009-03-30 Ronald OussorenFix issue where 'make altinstall' or 'make install...
2009-03-30 Ronald Oussoren* Updates installed dependencies to latest releaases...
2009-03-30 Kurt B. KaiserTk 8.5 Text widget requires 'wordprocessor' tabstyle...
2009-03-30 Ronald OussorenFix for issue 896199 (some Carbon modules aren't presen...
2009-03-30 Jesse NollerIssue 5177: use socket.SO_REUSEADDR on multiprocessing...
2009-03-30 R. David MurrayRevert incorrect change.
2009-03-30 Brett CannonAdd an entry to developers.txt.
2009-03-30 Ronald OussorenThis patch fixes issue 1254695 (wrong argument type...
2009-03-30 Benjamin Petersondon't rely on the order dict repr #5605
2009-03-30 R. David MurrayConvert import try/except to use test_support.import_mo...
2009-03-30 Benjamin Petersonadd missing import
2009-03-30 Benjamin Petersonthere's actually three methods here #5600
2009-03-30 Benjamin Petersonfix import
2009-03-29 Bob IppolitoIssue 5381: fix regression in pure python code path...
2009-03-29 Benjamin Petersonadd missing import
2009-03-29 Benjamin Petersonuse the awesome new status iterator
2009-03-29 Benjamin Petersonthanks to guido's bytecode verifier, this is fixed
2009-03-29 Benjamin Petersonthis has been fixed since 2.6 (I love removing these)
2009-03-29 Raymond HettingerMake life easier for non-CPython implementations.
2009-03-29 Mark DickinsonIssue #532631: Apply floatformat changes to unicodeobject.c
next