2008-12-12 |
Lars Gustäbel | Issue #4616: TarFile.utime(): Restore directory times... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Mark Dickinson | Issues #3167, #3682: tests for math.log and math.log10... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Facundo Batista | Issue #4084: Fix max, min, max_mag and min_mag Decimal... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Amaury Forgeot... | #1030250: correctly pass the dry_run option to the... |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Amaury Forgeot... | #4559: When a context manager's __exit__() method retur... |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Jeffrey Yasskin | Update Misc/NEWS for r67666. |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Jeremy Hylton | Add simple unittests for Request |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Benjamin Peterson | revert unrelated change to installer script |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Benjamin Peterson | specify how things are copied |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Jeffrey Yasskin | Issue 4597: Fix several cases in EvalFrameEx where... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Martin v. Löwis | Consider micro version for name of CHM file. |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Martin v. Löwis | Add UUIDs for 2.6.1 and 2.6.2. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Georg Brandl | #4457: rewrite __import__() documentation. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Georg Brandl | Add link to the favicon to the docs. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Skip Montanaro | muffed the default case |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Antoine Pitrou | Issue #4509: bugs in bytearray with exports (buffer... |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Skip Montanaro | issue 4483 - dbm build failures on systems with gdbm_co... |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Georg Brandl | Follow-up to #4488: document PIPE and STDOUT properly. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Mark Dickinson | Issue #4445: save 3 bytes (on average, on a typical... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | Remove confusing sentence part. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | Followup to #4511: add link from decorator glossary... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Mark Dickinson | Issue #4461: Safety check in parsenumber (ast.c) |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Fred Drake | be more specific, and parallel to the py3k branch |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Fred Drake | bump version number |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | Move __import__ to the bottom of the functions list. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #3171: document that *slice are removed in 3k. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #4478: document that copyfile() can raise Error. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #4517: add "special method" glossary entry and clarify... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #4529: fix parser's validation for try-except-finally... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #4544: add `dedent` to textwrap.__all__. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #4441 followup: Add link to open() docs for Windows. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #4458: recognize "-" as an argument, not a malformed... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | Use markup. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | Add an index entry for "subclassing immutable types". |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #4441: improve doc for os.open() flags. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #4409: fix asterisks looking like footnotes. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Georg Brandl | #4408: document regex.groups. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Gregory P.... | rename the new check_call_output to check_output. ... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Georg Brandl | Clarification to avoid confusing output with file descr... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Vinay Sajip | Took Nick Coghlan's advice about importing warnings... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Gregory P.... | Adds a subprocess.check_call_output() function to retur... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Georg Brandl | Add another heapq example. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Georg Brandl | Add reference to enumerate() to indices example. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Fred Drake | Issue #1055234: cgi.parse_header(): Fixed parsing of... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Christian Heimes | Bumped up 2.6 to 2.7 |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Vinay Sajip | Issue #4384: Added logging integration with warnings... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Raymond Hettinger | Backport r67478 |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Jeffrey Yasskin | Speed up Python (according to pybench and 2to3-on-itsel... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Christian Heimes | Issue #4025 again |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Benjamin Peterson | let people using SVN Sphinx still build the docs |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Skip Montanaro | typo in comment |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Benjamin Peterson | fix pyspecific extensions that were broken by Sphinx... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Christian Heimes | w# requires Py_ssize_t |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Martin v. Löwis | Issue #4365: Add crtassem.h constants to the msvcrt... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Benjamin Peterson | note the version that works |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Martin v. Löwis | Issue #4389: Add icon to the uninstall entry in |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Benjamin Peterson | StringIO.close() stops you from using the buffer, too |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Amaury Forgeot... | Fix a small typo in docstring |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Jeremy Hylton | Send HTTP headers and message body in a single send... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Jeremy Hylton | Reflow long lines. |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Jeremy Hylton | Move definition int sval into branch of ifdef where... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Benjamin Peterson | SVN format 9 is the same it seems |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Benjamin Peterson | Merged revisions 67384,67386-67387,67389-67390,67392... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Christian Heimes | Retain copyright of processing examples. This was reque... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Jesse Noller | issue4238: bsd support for cpu_count |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Jesse Noller | mp docs - fix issues 4012,3518,4193 |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Christian Heimes | Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9c... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Matthias Klose | - Modules/Setup.dist: Update _elementtree, add _bisect... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Matthias Klose | - Modules/Setup.dist: Update pyexpat |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Benjamin Peterson | fix typo in sqlite3 docs |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Matthias Klose | - Modules/Setup.dist: Mention _elementtree and _pickle. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Benjamin Peterson | Merged revisions 67183,67191,67371 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Benjamin Peterson | always check the return value of NEW_IDENTIFIER |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Jeremy Hylton | Add unittests that verify documented behavior of public... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Georg Brandl | #4404: make clear what "path" is. |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Georg Brandl | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Benjamin Peterson | #4396 make the parser module correctly validate the... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Benjamin Peterson | replace reference to debugger-hooks |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Gregory P.... | Document PY_SSIZE_T_CLEAN for PyArg_ParseTuple. |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Georg Brandl | #4399: fix typo. |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Georg Brandl | #4392: fix parameter name. |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Matthias Klose | - Fix typo in last checkin |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Matthias Klose | - Modules/Setup.dist: Mention _functools in section... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Benjamin Peterson | raise a better error |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Amaury Forgeot... | #3996: On Windows, PyOS_CheckStack is supposed to prote... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Amaury Forgeot... | yuvconvert.c is a part of the "sv" module, an old IRIX... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Georg Brandl | Fix error about "-*-" being mandatory in coding cookies. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Georg Brandl | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Georg Brandl | #4364: fix attribute name on ctypes object. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Benjamin Peterson | backport r67325: make FileIO.mode always contain 'b' |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Benjamin Peterson | don't segfault when \N escapes are used and unicodedata... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Amaury Forgeot... | #4363: Let uuid.uuid1() and uuid.uuid4() run even if... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Amaury Forgeot... | Fixed issue #4233. |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Benjamin Peterson | backport r67300 |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Benjamin Peterson | oops! didn't mean to disable that test |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Benjamin Peterson | fix indentation and a sphinx warning |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Benjamin Peterson | move useful sys.settrace information to the function... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Benjamin Peterson | make sure that bytearray methods return a new bytearray... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Brett Cannon | Ignore .pyc and .pyo files. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Josiah Carlson | Fix for issue 4332 in trunk. |
commit | commitdiff | tree | snapshot |
next |