2013-10-06 |
Georg Brandl | Fix order of required StreamReader/StreamWriter base... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Minor improvement: add indication that the main functio... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Fix missing class name in markup. Found by Tanky Woo... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Unicode howto: use .txt as a more universally understoo... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Add missing list methods. Found by Leonardo Pereira... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Fix example in backreference description. Found by... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Fix method name: ensure_directories, not create_directo... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | PythonCAD is now on PyQt, use Wing as a prominent PyGtk... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Fix minor bug in httplib example. Found by Alex MacAula... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Fix SQLite datatype name: it is REAL, not FLOAT. Found... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Counter: fix recipe for "n least common elements".... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Fix typo. |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Closes #15956: improve documentation of named groups... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Fix small grammar mistake. |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Fix missing period. |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Fix wrong Python highlighting in directory hierarchy... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Small clarification in extending docs. |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Closes #13951: Add a "faulthandler" reference in the... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Closes #18927: Lock.acquire only accepts -1 or positive... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Use "lambda expression" as preferred to "lambda form". |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Closes #18646: improve lambda docs in tutorial. Origin... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Fix small copy-paste typo in ossaudiodev setparameters... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | curses HOWTO: fix some PEP8 and a code example to actua... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Clarify docs for os.path.getctime on Unix: it is the... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Fix prefix_chars not being applied in help text example... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Fix markup to not add parens to the "hashlib.md5" const... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Remove newline in method that makes it possible to... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Remove dead link to effbot Tkinter introduction materia... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Fix: Element.text is an attribute, not a method (report... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Fix "customer timer" -> "custom timer" (reported by... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Georg Brandl | Fix ZeroDivisionError message (reported by Pavel Fedoto... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Raymond Hettinger | Issue 14927: Remove a docstring line that is no longer... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Raymond Hettinger | Minor clean-up of function parameters in random(). |
commit | commitdiff | tree | snapshot |
2013-10-05 |
Tim Peters | Issue #19171: speed some cases of 3-argument long... |
commit | commitdiff | tree | snapshot |
2013-10-05 |
Ezio Melotti | #19069: use imperative mood in float object docstrings... |
commit | commitdiff | tree | snapshot |
2013-10-05 |
Ezio Melotti | #19068: use imperative mood in complex object docstring... |
commit | commitdiff | tree | snapshot |
2013-10-05 |
Ezio Melotti | #19067: use imperative mood in range object docstrings... |
commit | commitdiff | tree | snapshot |
2013-10-05 |
Ezio Melotti | #19166: use an unused var in a test. Patch by Vajrasky... |
commit | commitdiff | tree | snapshot |
2013-10-04 |
Raymond Hettinger | Issue #18594: Make the C code more closely match the... |
commit | commitdiff | tree | snapshot |
2013-10-04 |
Jesus Cea | Close #19160: Inconsistent size for GIL release in... |
commit | commitdiff | tree | snapshot |
2013-10-04 |
Jesus Cea | Close #19160: Inconsistent size for GIL release in... |
commit | commitdiff | tree | snapshot |
2013-10-03 |
Eric Snow | [issue19152] Revert 832579dbafd6. |
commit | commitdiff | tree | snapshot |
2013-10-03 |
Eric Snow | Fix typo. |
commit | commitdiff | tree | snapshot |
2013-10-03 |
Eric Snow | [issue19152] Add ExtensionFileLoader.get_filename(). |
commit | commitdiff | tree | snapshot |
2013-10-03 |
Eric Snow | [issue19151] Fix docstring and use of _get_suppported_f... |
commit | commitdiff | tree | snapshot |
2013-10-03 |
Antoine Pitrou | Issue #19014: memoryview.cast() is now allowed on zero... |
commit | commitdiff | tree | snapshot |
2013-10-03 |
Serhiy Storchaka | Issue #18037: 2to3 now escapes '\u' and '\U' in native... |
commit | commitdiff | tree | snapshot |
2013-10-02 |
Ned Deily | Issue #19147: Fix docstring for fcntl.flock to refer... |
commit | commitdiff | tree | snapshot |
2013-10-02 |
Martin v. Löwis | Drop buildbottouch again; the master is using "make... |
commit | commitdiff | tree | snapshot |
2013-10-02 |
Serhiy Storchaka | Issue #19137: The pprint module now correctly formats... |
commit | commitdiff | tree | snapshot |
2013-10-02 |
Raymond Hettinger | Issue #18594: Fix the fallback path in collections... |
commit | commitdiff | tree | snapshot |
2013-10-01 |
Nick Coghlan | Close #19092: ExitStack now reraises exceptions from... |
commit | commitdiff | tree | snapshot |
2013-10-01 |
Raymond Hettinger | Issue #18594: Fix the fast path for collections.Counter(). |
commit | commitdiff | tree | snapshot |
2013-10-01 |
Senthil Kumaran | Minor doc fix in urllib.parse.rst |
commit | commitdiff | tree | snapshot |
2013-09-30 |
Antoine Pitrou | Issue #12641: Avoid passing "-mno-cygwin" to the mingw3... |
commit | commitdiff | tree | snapshot |
2013-09-30 |
Antoine Pitrou | Add a "skull and crossbones" to Py_AddPendingCall. |
commit | commitdiff | tree | snapshot |
2013-09-30 |
Martin v. Löwis | Issue #19106: Add buildbottouch target. |
commit | commitdiff | tree | snapshot |
2013-09-30 |
Martin v. Löwis | Issue #19106: Touch generated files to be 1s newer... |
commit | commitdiff | tree | snapshot |
2013-09-30 |
Senthil Kumaran | Minor code improvement. Review comment by Eric V. Smith |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Benjamin Peterson | merge heads |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Benjamin Peterson | remove unused imports |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Antoine Pitrou | Properly initialize all fields of a SSL object after... |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Christian Heimes | Issue #19130: mention historic VS 2008 build dir, too |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Christian Heimes | Issue #19130: Correct PCbuild/readme.txt, Python 3... |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Richard Oudkerk | Issue #19112: avoid using function defined in method. |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Benjamin Peterson | remove duplicate method (closes #19127) |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Benjamin Peterson | condense two tests with the same name (closes #19114) |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Benjamin Peterson | move helper function into its test method (closes ... |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Benjamin Peterson | fix duplicate test names in test_dis (closes #19117) |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Benjamin Peterson | remove duplicate test_mkd (closes #19118) |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Benjamin Peterson | combine two tests to avoid duplicate names (closes... |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Benjamin Peterson | fix duplicate test name (closes #19126) |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Benjamin Peterson | fix test to run and test that smtpd does support ELHO... |
commit | commitdiff | tree | snapshot |
2013-09-29 |
Benjamin Peterson | remove duplicate test from test_import (closes #19122) |
commit | commitdiff | tree | snapshot |
2013-09-28 |
Antoine Pitrou | Issue #4366: Fix building extensions on all platforms... |
commit | commitdiff | tree | snapshot |
2013-09-28 |
Benjamin Peterson | fix duplicate test names (closes #19115) |
commit | commitdiff | tree | snapshot |
2013-09-28 |
Serhiy Storchaka | Issue #18950: Fix miscellaneous bugs in the sunau module. |
commit | commitdiff | tree | snapshot |
2013-09-27 |
Serhiy Storchaka | Issue #19053: ZipExtFile.read1() with non-zero argument... |
commit | commitdiff | tree | snapshot |
2013-09-27 |
Benjamin Peterson | let this work with system Python 2.5 |
commit | commitdiff | tree | snapshot |
2013-09-27 |
Benjamin Peterson | fix my absurd spelling |
commit | commitdiff | tree | snapshot |
2013-09-27 |
Benjamin Peterson | don't scale compiler stack frames if the recursion... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Serhiy Storchaka | Issue #19028: Fixed tkinter.Tkapp.merge() for non-strin... |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Georg Brandl | Closes #19043: remove detailed listing of versions... |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Nick Coghlan | Fix comment in test_gdb |
commit | commitdiff | tree | snapshot |
2013-09-20 |
Serhiy Storchaka | Issue #3015: Fixed tkinter with wantobject=False. ... |
commit | commitdiff | tree | snapshot |
2013-09-20 |
Serhiy Storchaka | Issue #18050: Fixed an incompatibility of the re module... |
commit | commitdiff | tree | snapshot |
2013-09-19 |
Senthil Kumaran | Correcting the mistake in 14ba90816930 |
commit | commitdiff | tree | snapshot |
2013-09-18 |
R David Murray | Merge #14984: only import pwd on POSIX. |
commit | commitdiff | tree | snapshot |
2013-09-18 |
R David Murray | Merge #14984: only import pwd on POSIX. |
commit | commitdiff | tree | snapshot |
2013-09-18 |
R David Murray | #14984: only import pwd on POSIX. |
commit | commitdiff | tree | snapshot |
2013-09-18 |
R David Murray | #19037: adjust file times *before* moving maildir files... |
commit | commitdiff | tree | snapshot |
2013-09-18 |
R David Murray | Merge heads. |
commit | commitdiff | tree | snapshot |
2013-09-18 |
doko@ubuntu.com | - followup for issue #18997, make _clear_joined_ptr... |
commit | commitdiff | tree | snapshot |
2013-09-18 |
R David Murray | Merge #14984: On POSIX, enforce permissions when readin... |
commit | commitdiff | tree | snapshot |
2013-09-18 |
R David Murray | Merge #14984: On POSIX, enforce permissions when readin... |
commit | commitdiff | tree | snapshot |
2013-09-18 |
R David Murray | #14984: On POSIX, enforce permissions when reading... |
commit | commitdiff | tree | snapshot |
2013-09-16 |
Serhiy Storchaka | Issue #18873: The tokenize module, IDLE, 2to3, and... |
commit | commitdiff | tree | snapshot |
2013-09-16 |
Serhiy Storchaka | Issue #19029: Change non-existing since 3.0 StringType... |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Tim Peters | Null merge of 3.2 into 3.3. |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Tim Peters | Null merge of 3.1 into 3.2 |
commit | commitdiff | tree | snapshot |
next |