2007-11-21 |
Brett Cannon | Backport of r59082 (doctest and using __loader__.get_da... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Christian Heimes | Fixed #1372: zlibmodule.c: int overflow in PyZlib_decom... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Brett Cannon | Remove an old SF reference. |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Walter Dörwald | Backport r59049: |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Walter Dörwald | Backport r59047: Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Guido van Rossum | Backport revision 58471, replace PyErr_Print() with... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Amaury Forgeot... | Backport for issue1265 (pdb bug with "with" statement). |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Guido van Rossum | News about list_repeat() fix. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Guido van Rossum | Issue 1704621. Fix segfaults in list_repeat() and list_... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Christian Heimes | Fixed #1254: pdb fails to launch some script. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Walter Dörwald | Backport r58942: |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Christian Heimes | Fix for #1427: Error in standard module calendar |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Fred Drake | when talking about an imminent 2.5.2c1, the build shoul... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Nick Coghlan | Fix issue #1705170 (backport from trunk) |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Gregory P.... | * fix failing test_recno.py - backport from trunk. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Guido van Rossum | Backport r58892. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Gregory P.... | Backport r58868: |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Skip Montanaro | Note change to get_dialect semantics in 2.5. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Georg Brandl | Backport r58709 from trunk: |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Gregory P.... | Backport r58757, r58758, r58759. |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Georg Brandl | #1364: os.lstat is available on Windows too, as an... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Raymond Hettinger | Sets are marshalable. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Raymond Hettinger | Clarify the reasons why pickle is almost always better... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Matthias Klose | - Build using system ffi library on arm*-linux*, pass... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Matthias Klose | - Build using system ffi library on arm*-linux*. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Vinay Sajip | Bug #1321: Fixed logic error in TimedRotatingFileHandle... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Neal Norwitz | Backport 58618: |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Neal Norwitz | Bug #1313, fix typo (wrong variable name) in example. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Neal Norwitz | Backport 58594: |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Georg Brandl | Backport r58545. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Georg Brandl | Backport r58542. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Gregory P.... | Backport 58539: squelch the warning that this test... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Gregory P.... | Backport 58532, 58533, 58534: |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Gregory P.... | Backport 58450: fix uncollectable reference leak in... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Georg Brandl | Fix email example. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Gregory P.... | Merge trunk 58434: |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Brett Cannon | Silence a compiler warning about a function definition... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Martin v. Löwis | Bug #1216: Restore support for Visual Studio 2002. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Thomas Heller | Fix ctypes on 32-bit systems when Python is configured... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Neal Norwitz | Backport 58424: |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Gregory P.... | Backport 58385 from trunk: fix a double free bug in... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gregory P.... | Backport rev 58343: fix DBSequence.get_key() to not... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gregory P.... | Backport 58348: use a reliable host in the test. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gregory P.... | Backport 58344: allow BerkeleyDB 4.6.x >= 4.6.21 for... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Neal Norwitz | Backport 58332: Fix Coverity #159. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Neal Norwitz | Backport 58330: |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Fred Drake | move descriptions of ac_(in|out)_buffer_size to the... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Georg Brandl | #1196: document default radix for int(). |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Georg Brandl | Fix -- being converted to - in HTML. #1186. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Georg Brandl | Fix #1169: remove docstrings in functions for -OO. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Sean Reifscheider | issue1172: Documentation of "done" attribute in cgi... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Sean Reifscheider | issue1082: Fixing system and platform names for Vista. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Sean Reifscheider | issue1140: Guido's patch from revision 58098 (2.6)... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Sean Reifscheider | issue1597011: Fix for bz2 module corner-case error... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Thomas Heller | ctypes.util.find_library uses dump(1) instead of objdum... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Martin v. Löwis | Backport 58150: Rename debug import lib to _msi_d.lib. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Martin v. Löwis | Backport r58149: Clean Release projects as well. |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Martin v. Löwis | Add 2.5 MSI builder. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | Bug #1153: repr.repr() now doesn't require set and... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | bug #1154: release memory allocated by "es" PyArg_Parse... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | Fix #1139: PyFile_Encoding really is PyFile_SetEncoding. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | Fix #1122: wrong return type documented for various... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Brett Cannon | Cause passing a string to generator.throw() to raise... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Georg Brandl | Backport: #1095: ln -f doesn't work portably. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Gregory P.... | backport of r58023 to fix unit test suite issue1112... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Thomas Heller | Fix typo: c_float represents to C float type. |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Armin Rigo | Backport of r58004. |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Martin v. Löwis | Patch #786737: Allow building in a tree of symlinks... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Matthias Klose | - Makefile.pre.in(buildbottest): Run an optional script... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Martin v. Löwis | Patch #1105: Explain that one needs to build the solution |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Matthias Klose | - Fix libffi configure for hppa*-*-linux* | parisc... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Martin v. Löwis | Patch #1031213: Decode source line in SyntaxErrors... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Matthias Klose | - Added support for linking the bsddb module against... |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Ronald Oussoren | Backport of rev. 57904 |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Martin v. Löwis | Bug #1737210: Change Manufacturer of Windows installer... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Martin v. Löwis | Mark registry components as 64-bit on Win64. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Lars Gustäbel | Warn about possible risks when extracting untrusted... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Martin v. Löwis | Bug #1709599: Run test_1565150 only if the file system... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Martin v. Löwis | Bug #1746880: Correctly install DLLs into system32... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Skip Montanaro | . |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Skip Montanaro | backport r57626 |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Lars Gustäbel | TarFile.__init__() no longer fails if no name argument... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Skip Montanaro | Backport this change to get test_sqlite working on... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Georg Brandl | Bug #1010: docs url points to SF.net, now points to... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Georg Brandl | Bug #1765375: fix stripping of unwanted LDFLAGS. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Gregory P.... | On systems with both the ancient bsddb 1.85 library... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Gregory P.... | backport of r57378 to fix bug 1725856 |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Georg Brandl | Backport fix of #1752175. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Georg Brandl | Bug #1766421: "return code" vs. "status code". |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Gregory P.... | Back port of r57286 from py3k and trunk |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Neal Norwitz | Fix a typo in a comment |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Matthias Klose | - mark the findCaller 2-element tuple/3-element tuple... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Georg Brandl | Fix #1771558 (already fixed in trunk). |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Georg Brandl | Fix compilation warning. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Georg Brandl | Revert the fix for #1548891, it broke backwards compati... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Georg Brandl | Bug #1769002: fix a now-wrong sentence in the tutorial. |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Hye-Shik Chang | Backport from trunk r56727: |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Matthias Klose | - Allow Emacs 22 for building the documentation in... |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Martin v. Löwis | Define _BSD_SOURCE, to get access to POSIX extensions... |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Georg Brandl | Bug #1763149: use proper slice syntax in docstring. |
commit | commitdiff | tree | snapshot |
next |