]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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
2010-08-17  Victor StinnerIssue #8063: Call _PyGILState_Init() earlier in Py_Init...
2010-08-17  Victor StinnerReplace :func: by :cfunc:
2010-08-17  Éric AraujoFix example
2010-08-17  Antoine PitrouAdd versionadded tags
2010-08-17  Antoine PitrouModernize gzip examples
2010-08-17  Antoine PitrouIssue #3488: Provide convenient shorthand functions...
2010-08-17  Brian CurtinCleanup and correct a few ints to be Py_ssize_t.
2010-08-17  Brian CurtinProperly downcast from size_t/Py_ssize_t in a few places.
2010-08-17  Antoine PitrouClean some 64-bit issues. Also, always spell "ssize_t...
2010-08-17  Raymond HettingerMinor rewording to docs for the lru_cache decorator
2010-08-17  Antoine PitrouFix <deque iterator>.__length_hint__() under 64-bit...
2010-08-17  Antoine PitrouIssue #9612: The set object is now 64-bit clean under...
2010-08-17  Benjamin Petersonwrap
2010-08-17  Giampaolo Rodolàfix issue #8807: adds a context parameter to POP3_SSL...
2010-08-17  Giampaolo Rodolàfix issue #8866: parameters passed to socket.getaddrinf...
2010-08-17  Georg BrandlConsistency check for versionadded/changed directives.
2010-08-17  Georg BrandlMarkup nits.
2010-08-17  Nick CoghlanIssue #8202: Set sys.argv[0] to -m rather than -c while...
2010-08-17  Nick CoghlanAnother attempt at pacifying the windows buildbots...
2010-08-17  Nick CoghlanAddress XXX comment in dis.py: inspect.py now attempts...
2010-08-17  Nick CoghlanIgnore the exact ID value for the nested function in...
2010-08-17  Ezio MelottiCorrect a couple of assert* methods. Patch by Dave...
2010-08-17  Nick CoghlanIssue 9147: Add dis.code_info()
2010-08-17  Nick CoghlanDocument and test the resolution of issue 3445 (tolerat...
2010-08-17  Nick CoghlanRemove some lingering remnants of the short-lived funct...
2010-08-17  Benjamin Petersonadded versionadded
2010-08-17  Benjamin Petersonadd tests for mknod() and mkfifo() #9569
2010-08-17  Benjamin Petersonremove test for oldstyle classes
2010-08-17  Benjamin Petersonuse assertTrue/assertFalse
2010-08-17  Benjamin Petersonadd support for abstract class and static methods ...
2010-08-17  Victor Stinnertest_zipimport: fix test name
2010-08-17  Victor StinnerIssue #9425: save/restore exception on filename encoding
2010-08-17  Victor StinnerIssue #9425: zipimporter_repr() uses unicode
2010-08-16  Victor StinnerIssue #9425: get_data() uses an unicode path
2010-08-16  Amaury Forgeot... r82659 reintroduced some tab characters. Untabify again.
2010-08-16  Amaury Forgeot... Fix compilation warning on Windows
2010-08-16  Victor StinnerIssue #9425: Create Py_UNICODE_strncmp() function
2010-08-16  Brian CurtinMark myself as assignable for winreg, and put myself...
2010-08-16  Alexander BelopolskyIssue #8983: Corrected docstrings.
2010-08-16  Tim GoldenAdd Tim Golden as interested in Windows
2010-08-16  Florent XiclunaI get it wrong in r84097: s/relative/absolute/
2010-08-16  Alexander BelopolskyIssue #665761: functools.reduce() will no longer mask...
2010-08-16  Florent XiclunaUse test.support and unittest features. Fix duplicated...
2010-08-16  Victor StinnerAdd versionadded tag to PySys_FormatStd*() functions doc
2010-08-16  Victor StinnerIssue #9425: read_directory() is fully unicode compliant
2010-08-16  Victor StinnerIssue #9599: Create PySys_FormatStdout() and PySys_Form...
2010-08-16  Antoine PitrouRemove debug hack
2010-08-16  Giampaolo Rodolàfix getaddrinfo test failure on OSX caused by AI_CANNAM...
2010-08-16  Richard Jonesclose down sockets held by asyncore at end of test...
2010-08-16  Antoine PitrouSave and restore the global asyncore.socket_map, and...
2010-08-15  Antoine PitrouAdd debug output to the asyncore test
2010-08-15  Antoine PitrouPut test_ciphers in NetworkedTests
2010-08-15  Antoine PitrouFollowing Ezio's suggestion, force verbose mode on...
2010-08-15  Florent XiclunaReplace readfp() with read_file() in configparser docum...
2010-08-15  Florent XiclunaReplace the deprecated ConfigParser.readfp() method...
2010-08-15  Victor StinnerFix TESTFN_UNENCODABLE of test.support on Mac OS X
2010-08-15  Antoine PitrouFix more 64-bit warnings.
2010-08-15  Antoine PitrouFix other warnings under 64-bit Windows.
2010-08-15  Antoine PitrouFix (harmless) warning with MSVC.
2010-08-15  Antoine PitrouFix indentation and remove dead code.
2010-08-15  Antoine PitrouFix some compilation warnings under 64-bit Windows...
2010-08-15  Antoine PitrouAdd pgen.stamp to svn:ignore and friends
2010-08-15  Martin v. LöwisDon't run pgen twice when using make -j.
2010-08-15  Victor StinnerOops, fix a typo in NEWS: surrogateespace => surrogatee...
next