]> granicus.if.org Git - python/shortlog
python
2010-10-18 Victor Stinnerzipimport: read_directory() uses cp437 or utf-8 (in...
2010-10-18 Hirokazu YamamotoIssue #5117: Case normalization was needed on ntpath...
2010-10-18 Victor Stinnerzipimport: get_module_code() returns modpath as a Unico...
2010-10-18 Victor Stinnerzipimporter_load_module() doesn't destroy mod on error
2010-10-18 Victor Stinnerzipimport: encode the prefix to the fileystem encoding
2010-10-18 Victor Stinnerzipimport, get_module_code(): avoid useless _PyUnicode_...
2010-10-18 Victor Stinnerzipimport: fix indentation
2010-10-18 Georg BrandlRemove more unneeded casts to hashfunc.
2010-10-18 Georg BrandlRemove unneeded casts to hashfunc.
2010-10-18 Georg BrandlFix type of hash function.
2010-10-18 Georg BrandlFix compiler warning about unused static function.
2010-10-18 Georg BrandlFix compiler warnings about formatting pid_t as an...
2010-10-18 R. David Murray#678250: Make mmap flush a noop on ACCESS_READ and...
2010-10-18 R. David Murray#4499: silence compiler warning on AIX.
2010-10-17 R. David MurrayTighten up 'byte string' wording in base64 docs.
2010-10-17 R. David Murray#1343: Add short_empty_elements option to XMLGenerator.
2010-10-17 Skip MontanaroNote the resolution of issue 9778.
2010-10-17 Benjamin Peterson-1 is reserved for errors
2010-10-17 Benjamin Petersonfix prototype
2010-10-17 Benjamin Petersonfix strict aliasing warnings
2010-10-17 Benjamin Petersonmake hashes always the size of pointers; introduce...
2010-10-17 Victor Stinnertest_httpservers: Python CGI scripts have to be encoded...
2010-10-17 Victor Stinnertest_httpservers: Fix skip test check, the python execu...
2010-10-17 Benjamin Petersonuse helper hash unimplemented function
2010-10-17 Martin v. LöwisFix T_BOOL bug of issue 8845.
2010-10-17 Victor Stinnertest_httpservers: skip CGI tests if Python executable...
2010-10-17 Gregory P.... Remove the external non-python.org hyperlink and point...
2010-10-17 Martin v. LöwisDrop OPT:Olimit, as it confuses SunPRO (and other compi...
2010-10-17 Victor Stinnerlibpython: implementation of os.fsencode() with surroga...
2010-10-17 Victor Stinnerrun_file(): encode the filename with PyUnicode_EncodeFS...
2010-10-17 Victor Stinnercompiler_error(): use PyUnicode_DecodeFSDefault() to...
2010-10-17 Victor StinnerPyErr_SyntaxLocationEx() uses PyUnicode_DecodeFSDefault...
2010-10-17 Gregory P.... The py_decref macro was incorrect and unnecessary.
2010-10-17 Gregory P.... * Applys part of the patch from http://bugs.python...
2010-10-17 Matthias Klose- Accept Oracle Berkeley DB 5.0 and 5.1 as backend...
2010-10-17 Senthil KumaranSyntax fixes for examples in the Doc/includes
2010-10-17 Georg Brandl#9730: fix example.
2010-10-17 Georg BrandlFix documentation of dis.opmap direction.
2010-10-17 Georg BrandlMake twisted example a bit more logical.
2010-10-17 Georg BrandlPort changes to pickle docs apparently lost in py3k.
2010-10-17 Georg Brandl#9237: document sys.call_tracing().
2010-10-17 Georg Brandl#5121: fix claims about default values leading to segfa...
2010-10-17 Georg Brandl#9204: remove mentions of removed types in the types...
2010-10-17 Georg BrandlFix capitalization.
2010-10-17 Senthil KumaranFix Issue10119 - test_urllibnet failure when using...
2010-10-17 Georg Brandl#5962: clarify sys.exit() vs. threads.
2010-10-17 Georg Brandl#9138: reword introduction to classes in Python.
2010-10-17 Georg Brandl#9117: fix syntax for class definition.
2010-10-17 Georg BrandlSome markup and style fixes in argparse docs.
2010-10-17 Georg Brandl#9112: document error() and exit() methods of ArgumentP...
2010-10-17 Georg Brandl#9105: move pickle warning to a bit more prominent...
2010-10-17 Georg BrandlRemove second parser module example; it referred to...
2010-10-17 Georg BrandlMake file names consistent.
2010-10-17 Georg Brandl#9086: correct wrong terminology about linking with...
2010-10-17 Georg Brandl#5212: md5 weaknesses do not affect hmac, so remove...
2010-10-17 Georg BrandlFix copy-paste error in example.
2010-10-17 Georg Brandl#459007: merge info from PC/getpathp.c and using/window...
2010-10-17 Georg Brandl#8968: add actual name of token constants.
2010-10-17 Georg BrandlFix hmac docs: it takes and returns bytes, except for...
2010-10-17 Georg Brandl#8855: add shelve security warning.
2010-10-17 Georg Brandl#8811: small fixes to sqlite3 docs.
2010-10-17 Georg Brandl#8686: remove potentially confusing wording that does...
2010-10-17 Georg Brandl#8556: use less confusing mapping key in example.
2010-10-17 Amaury Forgeot... Fix compilation warning in _ctypes module on Window
2010-10-17 Amaury Forgeot... On Windows, remove compilation warnings with the zlib...
2010-10-17 Georg Brandl#10058: tweak wording about exception returns.
2010-10-17 Georg BrandlNote that maxtasksperchild is new in 3.2.
2010-10-17 Gregory P.... Avoid hanging the test on netbsd5.
2010-10-17 Gregory P.... skip test_itimer_virtual on NetBSD to prevent the test...
2010-10-17 Gregory P.... Fix multiprocessing Semaphore's on netbsd5. SEM_VALUE_M...
2010-10-17 Victor Stinnerfind_module(): use FS encoding to display the missing...
2010-10-17 Victor Stinnertest_cmd_line_script: format paths with ascii() instead...
2010-10-17 Benjamin Petersonuse assertion methods
2010-10-17 Benjamin Petersondisable the garbage collector while collecting traces...
2010-10-17 Benjamin Petersonremove rather pointless test
2010-10-17 Victor Stinner_PyImport_FixupExtension() and _PyImport_FindExtension...
2010-10-17 Gregory P.... applying netbsd-wizs-mod.patch from issue5510 -
2010-10-17 Gregory P.... fix for netbsd.
2010-10-16 Victor Stinnertest_subprocess: use surrogateescape error handler...
2010-10-16 Victor StinnerOops, fix my previous commit (r85583) on calculate_path()
2010-10-16 Victor Stinnercalculate_path(): use _Py_char2wchar() to decode the...
2010-10-16 Victor StinnerAdd an optional size argument to _Py_char2wchar()
2010-10-16 Victor Stinner_Py_wrealpath() uses _Py_char2wchar() to decode the...
2010-10-16 Victor Stinner_Py_wreadlink(): catch _Py_char2wchar() failure
2010-10-16 Victor Stinner_Py_wreadlink() uses _Py_char2wchar() to decode the...
2010-10-16 Victor StinnerIssue #10123: Don't use non-ascii filenames in test_doc...
2010-10-16 Georg BrandlGet rid of a "unused static function" warning.
2010-10-16 Alexander BelopolskyAdded __pycache__ to svn:ignore property
2010-10-16 Georg Brandl#10124: typo fix.
2010-10-16 Georg Brandl#10122: typo fix.
2010-10-16 Barry Warsawabiflags: alphabetize and versionadded
2010-10-16 Victor StinnerFix ast_error_finish() and err_input(): filename can...
2010-10-16 Victor StinnerIssue #9713, #10114: Parser functions (eg. PyParser_AST...
2010-10-16 Victor Stinnerzipimport: catch _PyUnicode_AsString() failure in get_c...
2010-10-16 Brian QuinlanFixes issue 10120 (concurrent.futures module is not...
2010-10-16 Brian QuinlanFix incorrect maintainer name
2010-10-16 Brian QuinlanAdd bquinlan as the maintainer of concurrent.futures
2010-10-16 Benjamin Petersondon't identify the toplevel namespace by name #9997
2010-10-16 Benjamin Petersonfix refleak
2010-10-16 Barry WarsawAdd NEWS for issue 9807 part 1.
next