projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2010-10-17
Georg Brandl
#9237: document sys.call_tracing().
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
#5121: fix claims about default values leading to segfa...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
#9204: remove mentions of removed types in the types...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
Fix capitalization.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Senthil Kumaran
Fix Issue10119 - test_urllibnet failure when using...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
#5962: clarify sys.exit() vs. threads.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
#9138: reword introduction to classes in Python.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
#9117: fix syntax for class definition.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
Some markup and style fixes in argparse docs.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
#9112: document error() and exit() methods of ArgumentP...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
#9105: move pickle warning to a bit more prominent...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
Remove second parser module example; it referred to...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
Make file names consistent.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
#9086: correct wrong terminology about linking with...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
#5212: md5 weaknesses do not affect hmac, so remove...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
Fix copy-paste error in example.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
#459007: merge info from PC/getpathp.c and using/window...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
#8968: add actual name of token constants.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
Fix hmac docs: it takes and returns bytes, except for...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
#8855: add shelve security warning.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
#8811: small fixes to sqlite3 docs.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
#8686: remove potentially confusing wording that does...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
#8556: use less confusing mapping key in example.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Amaury Forgeot...
Fix compilation warning in _ctypes module on Window
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Amaury Forgeot...
On Windows, remove compilation warnings with the zlib...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
#10058: tweak wording about exception returns.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Georg Brandl
Note that maxtasksperchild is new in 3.2.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Gregory P....
Avoid hanging the test on netbsd5.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Gregory P....
skip test_itimer_virtual on NetBSD to prevent the test...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Gregory P....
Fix multiprocessing Semaphore's on netbsd5. SEM_VALUE_M...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Victor Stinner
find_module(): use FS encoding to display the missing...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Victor Stinner
test_cmd_line_script: format paths with ascii() instead...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Benjamin Peterson
use assertion methods
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Benjamin Peterson
disable the garbage collector while collecting traces...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Benjamin Peterson
remove rather pointless test
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Victor Stinner
_PyImport_FixupExtension() and _PyImport_FindExtension...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Gregory P....
applying netbsd-wizs-mod.patch from issue5510 -
commit
|
commitdiff
|
tree
|
snapshot
2010-10-17
Gregory P....
fix for netbsd.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Victor Stinner
test_subprocess: use surrogateescape error handler...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Victor Stinner
Oops, fix my previous commit (r85583) on calculate_path()
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Victor Stinner
calculate_path(): use _Py_char2wchar() to decode the...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Victor Stinner
Add an optional size argument to _Py_char2wchar()
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Victor Stinner
_Py_wrealpath() uses _Py_char2wchar() to decode the...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Victor Stinner
_Py_wreadlink(): catch _Py_char2wchar() failure
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Victor Stinner
_Py_wreadlink() uses _Py_char2wchar() to decode the...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Victor Stinner
Issue #10123: Don't use non-ascii filenames in test_doc...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Georg Brandl
Get rid of a "unused static function" warning.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Alexander Belopolsky
Added __pycache__ to svn:ignore property
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Georg Brandl
#10124: typo fix.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Georg Brandl
#10122: typo fix.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Barry Warsaw
abiflags: alphabetize and versionadded
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Victor Stinner
Fix ast_error_finish() and err_input(): filename can...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Victor Stinner
Issue #9713, #10114: Parser functions (eg. PyParser_AST...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Victor Stinner
zipimport: catch _PyUnicode_AsString() failure in get_c...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Brian Quinlan
Fixes issue 10120 (concurrent.futures module is not...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Brian Quinlan
Fix incorrect maintainer name
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Brian Quinlan
Add bquinlan as the maintainer of concurrent.futures
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Benjamin Peterson
don't identify the toplevel namespace by name #9997
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Benjamin Peterson
fix refleak
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Barry Warsaw
Add NEWS for issue 9807 part 1.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-16
Barry Warsaw
First (uncontroversial) part of issue 9807.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Benjamin Peterson
run autoconf
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
R. David Murray
#9862: On AIX PIPE_BUF is broken. Make it 512.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Victor Stinner
Fix imp_cache_from_source(): Decode make_compiled_pathn...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Victor Stinner
imp_load_module() uses PyUnicode_FSConverter() to suppo...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Benjamin Peterson
revert change in inappropiate branch
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Victor Stinner
imp.cache_from_source() uses PyUnicode_FSConverter...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Georg Brandl
#10072: assume a bit less knowledge of the FTP protocol...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Georg Brandl
#6098: Refrain from claiming DOM level 3 conformance...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Georg Brandl
#5762: fix handling of empty namespace in minidom,...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Georg Brandl
#4785: document strict argument of JSONDecoder, plus...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Georg Brandl
#7790: move table of struct_time members to the actual...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Georg Brandl
#4968: updates to inspect.is* function docs.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Georg Brandl
#6798: fix wrong docs for the arguments to several...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Georg Brandl
Fix issue references.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Georg Brandl
#7303: add documentation for useful pkgutil functions...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Alexander Belopolsky
Issue #9308: Removed redundant coding cookies. Added...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Georg Brandl
#9054: fix crash when using pyexpat with a system expat...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Georg Brandl
Remove unused label.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Georg Brandl
#9801: document how list and dict proxies created by...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Georg Brandl
#9683: remove broken dead code dealing with nested...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Georg Brandl
#7771: reference to documentation of dictview methods...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Georg Brandl
#2830: add html.escape() helper and move cgi.escape...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Georg Brandl
Refrain from using inline suites.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Georg Brandl
#5355 followup: add unit test for new dictionaries...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Senthil Kumaran
Fix a minor docs bug.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Georg Brandl
#5355: Provide mappings from Expat error numbers to...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Brian Curtin
Fix #10098. Fix sporadic test_os failures.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Antoine Pitrou
Revert debug printout
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Antoine Pitrou
Enable debug output at the start of the regression...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Antoine Pitrou
Temporary debug printout for buildbots
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Senthil Kumaran
Fix sphinx role markups.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Senthil Kumaran
Fix ``make check`` warnings.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Senthil Kumaran
Fixing some sphinx inline directives - detected using...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Victor Stinner
imp.load_dynamic() uses PyUnicode_FSConverter() to...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Victor Stinner
Use locale encoding if Py_FileSystemDefaultEncoding...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Victor Stinner
redecode_filename(): don't need to initialize variables
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Victor Stinner
Mark _Py_char2wchar() input argument as constant
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Senthil Kumaran
Issue10100 - fromfd is now available on all platforms
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Benjamin Peterson
remove empty file
commit
|
commitdiff
|
tree
|
snapshot
next