2007-05-28 |
Raymond Hettinger | Explain when groupby() issues a new group. |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Lars Gustäbel | Added errors argument to TarFile class that allows... |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Neal Norwitz | Add the new function object attribute names from py3k. |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Peter Astrand | Applied patch 1669481, slightly modified: Support close... |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Kristján Valur... | Include <windows.h> after python.h, so that WINNT is... |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Kristján Valur... | Remove the rgbimgmodule from PCBuild8 |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Brett Cannon | Remove direct call's to file's constructor and replace... |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Vinay Sajip | Updated documentation for SysLogHandler (#1720726). |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Vinay Sajip | Updated docstring for SysLogHandler (#1720726). |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Neal Norwitz | Get test passing again by commenting out the reference... |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Facundo Batista | Commenting out the tests until find out who can test... |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Facundo Batista | Fixing stupid error, and introducing a sleep, to see... |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Facundo Batista | Trying to make the tests work in Windows and Solaris... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Facundo Batista | Let's see if reading exactly what is written allow... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Facundo Batista | Removed the .recv() in the test, is not necessary,... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Facundo Batista | Added an optional timeout parameter to urllib.ftpwrappe... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Georg Brandl | Fix parameter passing. |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Georg Brandl | shlex.split() now has an optional "posix" parameter. |
commit | commitdiff | tree | snapshot |
2007-05-23 |
Neal Norwitz | Add a bunch more deprecation warnings for builtins... |
commit | commitdiff | tree | snapshot |
2007-05-23 |
Neal Norwitz | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2007-05-23 |
Neal Norwitz | Add -3 option to the interpreter to warn about features... |
commit | commitdiff | tree | snapshot |
2007-05-23 |
Mark Hammond | Remove definition of PY_UNICODE_TYPE from pyconfig... |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Georg Brandl | Remove the "panel" module doc file which has been ignor... |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Neal Norwitz | Stop using METH_OLDARGS implicitly |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Neal Norwitz | Stop using METH_OLDARGS |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Neal Norwitz | Document new params to HTTPSConnection |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Georg Brandl | Patch #1686487: you can now pass any mapping after... |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Facundo Batista | Added timeout support to HTTPSConnection, through the |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Raymond Hettinger | Allow all alphanumeric and underscores in type and... |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Raymond Hettinger | Replace assertion with straight error-checking. |
commit | commitdiff | tree | snapshot |
2007-05-21 |
George Yoshida | fix against r55474 [Remove the macfs module] |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Martin v. Löwis | Add Alexandre Vassalotti. |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Andrew M. Kuchling | Note removed modules |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Brett Cannon | Cause posixfile to raise a DeprecationWarning. Documen... |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Brett Cannon | Move imgfile import to the global namespace to trigger... |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Brett Cannon | Remove the macfs module. This led to the deprecation... |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Brett Cannon | Try to remove rgbimg from Windows builds. |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Neal Norwitz | Update directories/files at the top-level. |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Neal Norwitz | rotor is long gone. |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Nick Coghlan | Fix typo in example (should be backported, but my maint... |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Brett Cannon | Remove the rgbimg module. It has been deprecated since... |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Georg Brandl | Fix docstring for add_package in site.py. |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Neal Norwitz | Give some clue as to what happened if the test fails. |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Neal Norwitz | Whoops, need to pay attention to those test failures. |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Neal Norwitz | Clear data so random memory does not get freed. Will... |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Raymond Hettinger | Fix beginner mistake -- don't mix spaces and tabs. |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Raymond Hettinger | Improvements to NamedTuple's implementation, tests... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Collin Winter | Backport PEP 3110's new 'except' syntax to 2.6. |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Neal Norwitz | Verify neither dumps or loads overflow the stack and... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Fred Drake | fix argument name in documentation; match the implement... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Neal Norwitz | Last try for tweaking the max stack depth. 5000 was... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Neal Norwitz | Set the depth to something very small to try to determi... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Neal Norwitz | Reduce the max stack depth to see if this fixes the... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Brett Cannon | Complete deprecation of BaseException.message. Some... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Raymond Hettinger | calendar.py gets no benefit from xrange() instead of... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Brett Cannon | Remove the gopherlib module. It has been raising a... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Neal Norwitz | Fix bug in marshal where bad data would cause a segfaul... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Georg Brandl | Bug #1719995: don't use deprecated method in sets example. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Brett Cannon | Change the maintainer of the BeOS port. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Neal Norwitz | Mention removal of some directories for obsolete platforms |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Neal Norwitz | Port rev 55353 from Guido: |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Georg Brandl | HTML-escape the plain traceback in cgitb's HTML output... |
commit | commitdiff | tree | snapshot |
2007-05-14 |
Raymond Hettinger | Small speedup. |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Neal Norwitz | Remove support for freebsd[23] which haven't been relea... |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Neal Norwitz | Remove references to stdwin which was removed long... |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Neal Norwitz | Remove Amoeba doc which was removed in version 1.0... |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Georg Brandl | Add bz2 to content encodings. |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Georg Brandl | Bug #1046945: document SWIG options of distutils. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Raymond Hettinger | Better tests for posixpath.commonprefix |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Georg Brandl | Update DDJ link. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Georg Brandl | Patch #1714700: clarify os.linesep vs. tfiles opened... |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Georg Brandl | Remove an XXX that is unnecessary. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Neal Norwitz | Deprecate os.popen* and popen2 module in favor of the... |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Neal Norwitz | Deprecate os.popen* and popen2 module in favor of the... |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Neal Norwitz | Remove trailing whitespace in docstring |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Neal Norwitz | Fix typo in docstring (the module is popen2, not 3). |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Neal Norwitz | Don't ever report a failure when the sum of the referen... |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Guido van Rossum | Fix a bug in test_c_api() that caused a negative refcount. |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Walter Dörwald | Backport checkin: |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Neal Norwitz | Add markup for True/False. Will backport |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Collin Winter | Fix a bug in test.test_support.open_urlresource(). |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Kristján Valur... | As per Armin Rigo's suggestion, remove special handing... |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Neal Norwitz | Verify changes to the trunk go to the normal checkins... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Vinay Sajip | Updates of recent changes to logging. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Georg Brandl | Bug #1713535: typo in logging example. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Brett Cannon | Deprecate BaseException.message as per PEP 352. |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Thomas Heller | Oops, these tests do not run on Windows CE. |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Thomas Heller | Do not truncate 64-bit pointers to 32-bit integers. |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Kristján Valur... | Minor fix of PCBuild8/_ctypes vcproj, moving include... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Kristján Valur... | Update the pcbuild8 solution. Straightened out the... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Thomas Heller | On 64-bit Windows, ffi_arg must be 8 bytes long. This... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Thomas Heller | Fix some ctypes test crashes, when running with a debug... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Kristján Valur... | Revert compiler comment to AMD64 for x64/AMD64 builds. |
commit | commitdiff | tree | snapshot |
2007-05-03 |
Kristján Valur... | Fix problems in x64 build that were discovered by the... |
commit | commitdiff | tree | snapshot |
2007-05-03 |
Kristján Valur... | Fix those parts in the testsuite that assumed that... |
commit | commitdiff | tree | snapshot |
2007-05-03 |
Kristján Valur... | Fix pcbuild8 after recent overhaul: Added the version... |
commit | commitdiff | tree | snapshot |
2007-05-03 |
Walter Dörwald | Clarify the behaviour of PyUnicode_DecodeUTF16(): A... |
commit | commitdiff | tree | snapshot |
2007-05-03 |
Thomas Heller | Don't truncate pointers to integers (on win64 platform). |
commit | commitdiff | tree | snapshot |
2007-05-03 |
Thomas Heller | Fix building _ctypes.pyd for x64 / Windows. |
commit | commitdiff | tree | snapshot |
next |