]> granicus.if.org Git - python/shortlog
python
2010-08-25 Benjamin Petersonthis test is only valid when sizeof(wchar) == Py_UNICOD...
2010-08-25 Victor StinnerFix test_sys: set LC_ALL instead of LANG
2010-08-25 Martin v. LöwisIssue #1027206: getnameinfo is now restricted to numeri...
2010-08-25 R. David Murray#1194222: make parsedate always return RFC2822 four...
2010-08-25 Victor StinnerDisable test_undecodable_code() of test_sys on Windows
2010-08-24 Victor StinnerFix test_sys for FreeBSD, Solaris and Mac OS X
2010-08-24 Daniel StutzbachIssue 8781: On systems a signed 4-byte wchar_t and...
2010-08-24 Benjamin Petersonremove parens
2010-08-24 Brett CannonFix a bug where an attribute was lacking an object...
2010-08-24 Benjamin Petersonfurther clarify
2010-08-24 Daniel StutzbachIssue 8750: Fixed MutableSet's methods to correctly...
2010-08-24 Benjamin Petersontabbing no longer applicable
2010-08-24 Brian CurtinFix #7579. Add docstrings to msvcrt and adjust some...
2010-08-24 Benjamin Petersononly catch AttributeError in hasattr() #9666
2010-08-23 Giampaolo Rodolàfix issue 9129: adds proper error handling on accept...
2010-08-23 Giampaolo Rodolàfix issue 9601: ftplib now provides a workaround for...
2010-08-23 Benjamin Petersoncleanup imports
2010-08-23 Giampaolo Rodolàfix issue 658749: correctly interprets asyncore's windo...
2010-08-23 Benjamin Petersonreorder and save a comparison
2010-08-23 Vinay SajipIssue #9501: Fixed logging regressions in cleanup code.
2010-08-23 Benjamin Petersonnews note for last change
2010-08-23 Benjamin Petersonrun total_ordering() tests, and fix the function (defau...
2010-08-23 Matthias KloseFix builds with builddir != srcdir, introduced in r83988.
2010-08-23 Martin v. LöwisExplicitly pass socket type and family for getaddrinfo,
2010-08-22 Brett CannonOne of the joys of having test_multiprocessing occasion...
2010-08-22 Brett CannonMake sure that no __pycache__ directory is needlessly...
2010-08-22 Antoine PitrouAdd an import lock test for multithreaded circular...
2010-08-22 Brett CannonWhile not strictly necessary thanks to the odd ABC...
2010-08-22 Brett CannonUnder OS X, history_get from readline returns a const...
2010-08-22 Georg Brandl#9649: fix default value description.
2010-08-22 Daniel StutzbachAdded myself to Misc/maintainers.rst for topics on...
2010-08-22 Martin v. LöwisMention that gethostbyaddr now also supports IDNA.
2010-08-22 Martin v. LöwisIssue #1027206: Support IDNA in gethostbyname, gethostb...
2010-08-22 Vinay SajipUpdated maintainers.rst to reflect correct Roundup...
2010-08-22 Vinay SajipIssue #9512: Made comment more informative.
2010-08-22 Antoine PitrouTest that calls to path hooks and meta_path entries...
2010-08-22 Martin v. LöwisAdd Daniel Stutzbach.
2010-08-22 Raymond HettingerIssue 8403: Don't mask KeyboardInterrupt during peepho...
2010-08-22 Raymond HettingerIssue #9214: Fix set operations on KeysView and ItemsView.
2010-08-21 Georg BrandlRemove usage of rexec in tkinter demo.
2010-08-21 Benjamin Petersonfix old markup
2010-08-21 Giampaolo Rodolàremove obsolete 'import SOCKS' statement
2010-08-21 Benjamin Petersonprovide sample implementations for attrgetter and metho...
2010-08-21 Benjamin Petersonfix more indentation
2010-08-21 Benjamin Petersonindent properly
2010-08-21 Antoine PitrouIssue #9617: Signals received during a low-level write...
2010-08-21 Giampaolo Rodolàfix smtpd.py I accidentally broke in my previous commit
2010-08-21 Giampaolo Rodolàrevert changes made in r84236 committed by accident
2010-08-21 Giampaolo Rodolàfix issue #9129: added proper error handling when accep...
2010-08-21 Senthil KumaranAdd info about HTTP/1.1 and Connection:Close header.
2010-08-21 Marc-André... Fix a typo in the alias target name for 'macintosh'.
2010-08-21 Benjamin Petersonalias macintosh to mac_roman #843590
2010-08-21 Benjamin Petersonspeed hack can be implemented more cleanly by directly...
2010-08-21 Benjamin Petersonuse blank object instead
2010-08-21 Benjamin Petersonremove outdated comment
2010-08-20 Victor StinnerWorkaround issue #8611 in test_undecodable_code() of...
2010-08-20 Victor Stinnertest_undecodable_code(): set locale to C
2010-08-20 Victor Stinnertest_main_invalid_unicode() of test_sys: print string...
2010-08-20 Vinay SajipIssue #7077: Fixed bug in previous fix.
2010-08-20 Tim GoldenRemove long-redundant plat-win from sys.path on Windows
2010-08-19 Vinay SajipIssue #7077: Fixed SysLogHandler implementation of...
2010-08-19 Amaury Forgeot... Add tests for r84209 (crashes in the Ast builder)
2010-08-19 Vinay SajipIssue #9606: Updated documentation for Filter objects.
2010-08-19 Senthil KumaranFix Issue9639 - reset the retry count on successful...
2010-08-19 Amaury Forgeot... Check the return values for all functions returning...
2010-08-19 Victor Stinnertest_pep277: display the filename as ascii on failure
2010-08-19 Victor StinnerSkip test_encodings() of test_os on Windows and Mac...
2010-08-19 Victor Stinnertest_main_invalid_unicode() of test_sys displays stderr...
2010-08-19 Victor StinnerFix os.get_exec_path() (code and tests) for python -bb
2010-08-19 Victor StinnerPYTHONFSENCODING is not available on Windows or Mac...
2010-08-19 Victor StinnerOoops, finish test_sys fix: use expected variable
2010-08-19 Victor StinnerFix test_sys about fs encoding for Windows and Mac...
2010-08-19 Victor StinnerFix test_os: workaround #8611 bug
2010-08-19 Martin v. LöwisDecode NIS data to fs encoding, using the surrogate...
2010-08-19 Senthil KumaranFix Issue9638 - remove dead code from py3k imaplib
2010-08-19 Victor StinnerCreate os.fsdecode(): decode from the filesystem encodi...
2010-08-18 Victor Stinnerwhat's new 3.2: use :mod:
2010-08-18 Victor Stinnertest_sys: move tests at the right place
2010-08-18 Éric AraujoFix typo
2010-08-18 Andrew M. Kuchling#7647: add ST_RDONLY, ST_NOSUID constants to os module.
2010-08-18 Éric AraujoFix indentation level
2010-08-18 Victor StinnerFix PyUnicode_EncodeFSDefault() indentation
2010-08-18 Victor StinnerImprove error message if the command is not decodable
2010-08-18 Amaury Forgeot... Add more tests to unicodedata with large code points
2010-08-18 Victor StinnerFix reindent-rst.py: it works on binary files
2010-08-18 Victor StinnerIssue #8622: Add PYTHONFSENCODING environment variable...
2010-08-18 Amaury Forgeot... Fix stupid typo in test.
2010-08-18 Victor StinnerDecompose TESTFN_UNICODE on Mac OS X
2010-08-18 Antoine PitrouIssue #5737: Add Solaris-specific mnemonics in the...
2010-08-18 Amaury Forgeot... #5127: Even on narrow unicode builds, the C functions...
2010-08-18 Antoine PitrouIssue #9433: The "-j" option to regrtest now works...
2010-08-18 Senthil KumaranFix Issue672656 - Securing pydoc server.
2010-08-18 Martin v. LöwisRestore GIL in nis_cat in case of error.
2010-08-18 Victor StinnerAdd versionadded tag to PyModule_GetFilenameObject...
2010-08-18 Victor StinnerImprove PEP 383 tests (in test_os)
2010-08-17 Victor StinnerIssue #9425: Create PyModule_GetFilenameObject() function
2010-08-17 Martin v. LöwisCorrect library name that Ask will work on.
2010-08-17 Martin v. LöwisAdd Ask Solem.
2010-08-17 Victor StinnerRemove unused functions _PyImport_FindModule and _PyImp...
2010-08-17 Victor Stinnerlibpython.py: py-bt commands escape unencodable characters
next