]> granicus.if.org Git - python/shortlog
python
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.
2010-10-16 Barry WarsawFirst (uncontroversial) part of issue 9807.
2010-10-15 Benjamin Petersonrun autoconf
2010-10-15 R. David Murray#9862: On AIX PIPE_BUF is broken. Make it 512.
2010-10-15 Victor StinnerFix imp_cache_from_source(): Decode make_compiled_pathn...
2010-10-15 Victor Stinnerimp_load_module() uses PyUnicode_FSConverter() to suppo...
2010-10-15 Benjamin Petersonrevert change in inappropiate branch
2010-10-15 Victor Stinnerimp.cache_from_source() uses PyUnicode_FSConverter...
2010-10-15 Georg Brandl#10072: assume a bit less knowledge of the FTP protocol...
2010-10-15 Georg Brandl#6098: Refrain from claiming DOM level 3 conformance...
2010-10-15 Georg Brandl#5762: fix handling of empty namespace in minidom,...
2010-10-15 Georg Brandl#4785: document strict argument of JSONDecoder, plus...
2010-10-15 Georg Brandl#7790: move table of struct_time members to the actual...
2010-10-15 Georg Brandl#4968: updates to inspect.is* function docs.
2010-10-15 Georg Brandl#6798: fix wrong docs for the arguments to several...
2010-10-15 Georg BrandlFix issue references.
2010-10-15 Georg Brandl#7303: add documentation for useful pkgutil functions...
2010-10-15 Alexander BelopolskyIssue #9308: Removed redundant coding cookies. Added...
2010-10-15 Georg Brandl#9054: fix crash when using pyexpat with a system expat...
2010-10-15 Georg BrandlRemove unused label.
2010-10-15 Georg Brandl#9801: document how list and dict proxies created by...
2010-10-15 Georg Brandl#9683: remove broken dead code dealing with nested...
2010-10-15 Georg Brandl#7771: reference to documentation of dictview methods...
2010-10-15 Georg Brandl#2830: add html.escape() helper and move cgi.escape...
2010-10-15 Georg BrandlRefrain from using inline suites.
2010-10-15 Georg Brandl#5355 followup: add unit test for new dictionaries...
2010-10-15 Senthil KumaranFix a minor docs bug.
2010-10-15 Georg Brandl#5355: Provide mappings from Expat error numbers to...
2010-10-15 Brian CurtinFix #10098. Fix sporadic test_os failures.
2010-10-15 Antoine PitrouRevert debug printout
2010-10-15 Antoine PitrouEnable debug output at the start of the regression...
2010-10-15 Antoine PitrouTemporary debug printout for buildbots
2010-10-15 Senthil KumaranFix sphinx role markups.
2010-10-15 Senthil KumaranFix ``make check`` warnings.
2010-10-15 Senthil KumaranFixing some sphinx inline directives - detected using...
2010-10-15 Victor Stinnerimp.load_dynamic() uses PyUnicode_FSConverter() to...
2010-10-15 Victor StinnerUse locale encoding if Py_FileSystemDefaultEncoding...
2010-10-15 Victor Stinnerredecode_filename(): don't need to initialize variables
2010-10-15 Victor StinnerMark _Py_char2wchar() input argument as constant
next