2006-07-11 |
Thomas Heller | When a foreign function is retrived by calling __getite... |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Andrew M. Kuchling | Bump version number; add sys._current_frames |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Thomas Heller | Add missing Py_DECREFs. |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Thomas Heller | Add missing Py_DECREF. |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Anthony Baxter | Tagging for release of Python 2.5b2 |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Tim Peters | Whitespace normalization. v2.5b2 |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Anthony Baxter | #1494314: Fix a regression with high-numbered sockets... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Martin v. Löwis | Patch #1519566: Remove unused _tofill member. |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Tim Peters | After approval from Anthony, merge the tim-current_frames |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Peter Astrand | Make it possible to run test_subprocess.py with Python... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Phillip J. Eby | Fix SF#1457312: bad socket error handling in distutils... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Phillip J. Eby | Fix SF#1516184 and add a test to prevent regression. |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Thomas Heller | Moved the ctypes news entries from the 'Library' sectio... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Thomas Heller | Assigning None to pointer type structure fields possibl... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Thomas Heller | Fixed a segfault when ctypes.wintypes were imported on |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Thomas Heller | Fix bug #1518190: accept any integer or long value... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Anthony Baxter | preparing for 2.5b2 |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Martin v. Löwis | Add svn:ignore. |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Martin v. Löwis | Change error message to indicate that VS2003 is necessa... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Martin v. Löwis | Introduce DISTUTILS_USE_SDK as a flag to determine... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Neal Norwitz | Patch #1504046: Add documentation for xml.etree. |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Neal Norwitz | Patch #1516912: improve Modules support for OpenVMS. |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Neal Norwitz | Part of SF patch #1484695. This removes dead code... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Neal Norwitz | Fix doco. Backport candidate. |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Neal Norwitz | Bug #1512814, Fix incorrect lineno's when code at modul... |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Neal Norwitz | On 64 bit systems, int literals that use less than... |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Neil Schemenauer | Fix SF bug 1441486: bad unary minus folding in compiler. |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Neil Schemenauer | Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLO... |
commit | commitdiff | tree | snapshot |
2006-07-08 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-07-08 |
Georg Brandl | Add an additional test for bug #1519018. |
commit | commitdiff | tree | snapshot |
2006-07-08 |
Neal Norwitz | Fix SF bug #1519018: 'as' is now validated properly... |
commit | commitdiff | tree | snapshot |
2006-07-07 |
Georg Brandl | Fix RFC number. |
commit | commitdiff | tree | snapshot |
2006-07-07 |
Neal Norwitz | Restore rev 47014: |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Martin v. Löwis | Properly generate logical file ids. Fixes #1515998. |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Hye-Shik Chang | Test using all CJK encodings for the testcases which... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Hye-Shik Chang | Add a testcase for r47086 which fixed a bug in codec_ge... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Thomas Heller | Document the correct return type of PyLong_AsUnsignedLo... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Andrew M. Kuchling | ImportWarning is now silent by default |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Nick Coghlan | Add NEWS entries for the ImportWarning change and docum... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Nick Coghlan | Cover ImportWarning, PendingDeprecationWarning and... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Nick Coghlan | Ignore ImportWarning by default |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Nick Coghlan | Update the tutorial section on relative imports |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Nick Coghlan | Revert the __module_name__ changes made in rev 47142... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Fredrik Lundh | added XMLParser alias for cElementTree compatibility |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Thomas Wouters | NEWS entry for r47267: fixing configure's zlib probing. |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Ronald Oussoren | This patch solves the problem Skip was seeing with... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Thomas Heller | Document the changes in svn revision 47263, from patch... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Thomas Heller | Document the Struture and Union constructors. |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Thomas Heller | Patch #1517790: It is now possible to use custom object... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Thomas Heller | The test that calls a function with invalid arguments... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Armin Rigo | A couple of examples about how to attack the fact that... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Thomas Heller | Revert the change done in svn revision 47206: |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Martin v. Löwis | Properly quote compileall and Lib paths in case TARGETD... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Martin v. Löwis | Add sqlite3.dll to the DLLs component, not to the TkDLL... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Neal Norwitz | Add a NEWS entry for a recent pyexpat fix |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Fred Drake | - back out Expat change; the final fix to Expat will... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Neal Norwitz | Fix refleaks reported by Shane Hathaway in SF patch... |
commit | commitdiff | tree | snapshot |
2006-07-05 |
Georg Brandl | no need to elaborate "string". |
commit | commitdiff | tree | snapshot |
2006-07-05 |
Georg Brandl | Patch #1517490: fix glitches in filter() docs. |
commit | commitdiff | tree | snapshot |
2006-07-05 |
Thomas Wouters | Fix bug in passing tuples to string.Template. All other... |
commit | commitdiff | tree | snapshot |
2006-07-05 |
Thomas Heller | Fix the bitfield test when _ctypes is compiled with... |
commit | commitdiff | tree | snapshot |
2006-07-05 |
Georg Brandl | Remove remaining references to OverflowWarning. |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Ronald Oussoren | Sync the darwin/x86 port libffi with the copy in PyObjC... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Kristján Valur... | Fix build problems with the platform SDK on windows... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Andrew M. Kuchling | [Bug #1511911] Clarify description of optional argument... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Andrew M. Kuchling | [Bug #1515932] Clarify description of slice assignment |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Martin v. Löwis | Put method-wrappers into trashcan. Fixes #927248. |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Martin v. Löwis | Patch #825417: Fix timeout processing in expect, |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Martin v. Löwis | Bug #1267547: Put proper recursive setup.py call into the |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Martin v. Löwis | Bug #1417699: Reject locale-specific decimal point... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Martin v. Löwis | Document functions added in 2.3 and 2.5. |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Martin v. Löwis | Bug #1514693: Update turtle's heading when switching... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Martin v. Löwis | Reimplement turtle.circle using a polyline, to allow... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Martin v. Löwis | Only setup canvas when it is first created. |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Thomas Heller | Add a new function uses_seh() to the _ctypes extension... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Thomas Heller | Fixes so that _ctypes can be compiled with the MingW... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Thomas Heller | Don't run the doctests with Python 2.3 because it doesn... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Thomas Heller | Cleanup: Remove commented out code. |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Martin v. Löwis | Correct arithmetic in access on Win32. Fixes #1513646. |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Gerhard Häring | The sqlite3 module did cut off data from the SQLite... |
commit | commitdiff | tree | snapshot |
2006-07-01 |
Fred Drake | SF bug #1296433 (Expat bug #1515266): Unchecked calls... |
commit | commitdiff | tree | snapshot |
2006-07-01 |
Martin v. Löwis | Release all forwarded functions in .close. Fixes #1513223. |
commit | commitdiff | tree | snapshot |
2006-07-01 |
Vinay Sajip | Added duplicate call to fileConfig() to ensure that... |
commit | commitdiff | tree | snapshot |
2006-07-01 |
Vinay Sajip | Added entry for fileConfig() bugfix. |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Fred Drake | - consistency nit: always include "()" in \function... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Georg Brandl | Document decorator usage of property. |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Tim Peters | Remove now-unused fidding with PY_FORMAT_SIZE_T. |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Thomas Heller | Revert the use of PY_FORMAT_SIZE_T in PyErr_Format. |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Neal Norwitz | Another problem reported by Coverity. Backport candidate. |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Neal Norwitz | Silence compiler warning |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Vinay Sajip | Fixed bug in fileConfig() which failed to clear logging... |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Skip Montanaro | add string methods to index |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Martin v. Löwis | Patch #1509163: MS Toolkit Compiler no longer available |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Thomas Heller | Protect the thread api calls in the _ctypes extension... |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Neal Norwitz | This should fix the buildbot failure on s/390 which... |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Neal Norwitz | Add new utility function, reap_children(), to test_supp... |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Fred Drake | document recent bugfixes in sgmllib |
commit | commitdiff | tree | snapshot |
next |