2010-10-19 |
Alexander Belopolsky | Issue #7061: Fixed some of the issues in turtle module... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Georg Brandl | Be consistent in the spelling of thread-safe(ty). |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Vinay Sajip | logging: Allowed filters to be just callables. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Vinay Sajip | logging: Added tests for _logRecordClass changes. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Georg Brandl | #10092: Properly reset locale in Locale*Calendar classe... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Alexander Belopolsky | Fixed the docstring for calendar.isleap() function. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Vinay Sajip | logging: Added _logRecordClass, getLogRecordClass,... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Senthil Kumaran | Fix Issue10140 - Tools/scripts/pathfix.py: add option... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Victor Stinner | initfsencoding(): get_codeset() failure is now a fatal... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport: remove arbitrary length limit from message... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport: document archive encoding; fix indentation |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | Revert r85699 and r85701 (zipimport): fullname is a... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport: fix "can't find module ..." error message |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | PyUnicode_FromFormatV(): Fix %A format |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport: find_module(), is_package() and get_source... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport: pass path size to make_filename() |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Barry Warsaw | One more change for issue 9807, by Matthias Klose. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Alexander Belopolsky | Reverted inadvertent change that slipped into r85695 |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Alexander Belopolsky | Issue #10117: Tools/scripts/reindent.py now accepts... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Georg Brandl | Fix hash function type. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | get_code_from_data() uses the filesystem encoding to... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport: read_directory() uses cp437 or utf-8 (in... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Hirokazu Yamamoto | Issue #5117: Case normalization was needed on ntpath... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport: get_module_code() returns modpath as a Unico... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimporter_load_module() doesn't destroy mod on error |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport: encode the prefix to the fileystem encoding |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport, get_module_code(): avoid useless _PyUnicode_... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport: fix indentation |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Georg Brandl | Remove more unneeded casts to hashfunc. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Georg Brandl | Remove unneeded casts to hashfunc. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Georg Brandl | Fix type of hash function. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Georg Brandl | Fix compiler warning about unused static function. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Georg Brandl | Fix compiler warnings about formatting pid_t as an... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
R. David Murray | #678250: Make mmap flush a noop on ACCESS_READ and... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
R. David Murray | #4499: silence compiler warning on AIX. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
R. David Murray | Tighten up 'byte string' wording in base64 docs. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
R. David Murray | #1343: Add short_empty_elements option to XMLGenerator. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Skip Montanaro | Note the resolution of issue 9778. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Benjamin Peterson | -1 is reserved for errors |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Benjamin Peterson | fix prototype |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Benjamin Peterson | fix strict aliasing warnings |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Benjamin Peterson | make hashes always the size of pointers; introduce... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Victor Stinner | test_httpservers: Python CGI scripts have to be encoded... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Victor Stinner | test_httpservers: Fix skip test check, the python execu... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Benjamin Peterson | use helper hash unimplemented function |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Martin v. Löwis | Fix T_BOOL bug of issue 8845. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Victor Stinner | test_httpservers: skip CGI tests if Python executable... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Gregory P.... | Remove the external non-python.org hyperlink and point... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Martin v. Löwis | Drop OPT:Olimit, as it confuses SunPRO (and other compi... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Victor Stinner | libpython: implementation of os.fsencode() with surroga... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Victor Stinner | run_file(): encode the filename with PyUnicode_EncodeFS... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Victor Stinner | compiler_error(): use PyUnicode_DecodeFSDefault() to... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Victor Stinner | PyErr_SyntaxLocationEx() uses PyUnicode_DecodeFSDefault... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Gregory P.... | The py_decref macro was incorrect and unnecessary. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Gregory P.... | * Applys part of the patch from http://bugs.python... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Matthias Klose | - Accept Oracle Berkeley DB 5.0 and 5.1 as backend... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Senthil Kumaran | Syntax fixes for examples in the Doc/includes |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Georg Brandl | #9730: fix example. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Georg Brandl | Fix documentation of dis.opmap direction. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Georg Brandl | Make twisted example a bit more logical. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Georg Brandl | Port changes to pickle docs apparently lost in py3k. |
commit | commitdiff | tree | snapshot |
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 |
next |