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 |
2008-11-19 |
Martin v. Löwis | Issue #4289: Remove Cancel button from AdvancedDlg. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Martin v. Löwis | Issue #4116: Resolve member name conflict in ScrolledCa... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Georg Brandl | Try to fix problems with verbatim. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Skip Montanaro | patch from issue 1108 |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Amaury Forgeot... | #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Benjamin Peterson | when __getattr__ is a descriptor, call it correctly... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Benjamin Peterson | improve __hash__ docs |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Benjamin Peterson | a few fixes on the download page |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Benjamin Peterson | run autoconf |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Georg Brandl | #4316: fix configure.in markup problem. |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Brett Cannon | The docs for httplib.HTTPConnection.putheader() have... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Brett Cannon | Clarify the docs for the 'strict' argument to httplib... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Georg Brandl | #4324: fix getlocale() argument. |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Benjamin Peterson | use correct name |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Benjamin Peterson | Merged revisions 66985,67170,67173,67177-67179 via... |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Benjamin Peterson | fix comment |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Benjamin Peterson | update link |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Benjamin Peterson | check for assignment to __debug__ during AST generation |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Benjamin Peterson | clarify what was added |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Benjamin Peterson | move context clue to versionchanged tag |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Benjamin Peterson | a few compile() and ast doc improvements |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Georg Brandl | Fix warning. |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Georg Brandl | Update "Documenting" a bit. Concentrate on Python-speci... |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Georg Brandl | Don't use "HOWTO" as the title for all howto .tex files. |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Hirokazu Yamamoto | Issue #4071: ntpath.abspath returned an empty string... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Martin v. Löwis | Issue #1656675: Register a drop handler for .py* files... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Georg Brandl | Fix syntax. |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Martin v. Löwis | Stop including fake manifest file in DLLs directory. |
commit | commitdiff | tree | snapshot |
next |