2005-01-10 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Andrew McNamara | When parsing args that return a single character, treat... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Andrew McNamara | Where a string is desired, test for PyBaseString_Type... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Walter Dörwald | Fix and test for SF bug #1098990: codec readline()... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Johannes Gijsbers | Bug #489256: remove out of date and out of place profil... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Andrew McNamara | Add missing PyObject_GC_Track and PyObject_GC_UnTrack... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Andrew McNamara | Fix parsing of csv files with escapes (escape character... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Johannes Gijsbers | Patch #712317: In URLs such as http://www.example.com... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Johannes Gijsbers | Patch #1095362: replace hardcoded test for POST/GET... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Johannes Gijsbers | Move code in __name__ == '__main__' block into main... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Johannes Gijsbers | Patch #1051321 (fixes bugs 1010196, 1013525), by Mike... |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Johannes Gijsbers | Bug #1098497: various small typo's, grammar and markup... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Skip Montanaro | comment tweak |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Skip Montanaro | Add definitions for "up" and "down" commands that print... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Johannes Gijsbers | Patch #936774: unify the display of data descriptors... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Johannes Gijsbers | Replace rfc822.parseaddr with email.Utils.parseaddr... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Johannes Gijsbers | Patch #1079734: remove dependencies on (deprecated... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Johannes Gijsbers | Clean up tests by reusing functions from other modules: |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Johannes Gijsbers | Patch #943206: |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Johannes Gijsbers | Patch #1094015: |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Tim Peters | threading._DummyThread.__init__(): document obscure... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Tim Peters | Converted to a unittest. Added checks that the bounded... |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Brett Cannon | In _DummyThread objects the lock stored in __block... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Raymond Hettinger | Remove test for BINARY_DIVIDE. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Armin Rigo | Re-running python with/without the -Qnew flag uses... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Andrew M. Kuchling | [Bug 1083177] Describe signal() change; add a link |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Jack Jansen | Allow relative URLs for included databases and packages. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Jack Jansen | Patch #1097739 by Bob Ippolito: |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Jack Jansen | Oops, there was a tab in there. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Jack Jansen | Workaround for the fact that urllib2 doesn't default... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Jack Jansen | Always set CONFIGURE_MACOSX_DEPLOYMENT_TARGET otherwise... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Raymond Hettinger | SF #75103: imghdr -- identify JPEGs in EXIF format |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Andrew McNamara | Fix to use PEP7 brace style. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Andrew McNamara | Improved the implementation of the internal "dialect... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Raymond Hettinger | SF patch 1094011: Docs for file() vs open(). |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Facundo Batista | Added example to os.stat() |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Raymond Hettinger | SF bug #1091740: garbage collector still documented... |
commit | commitdiff | tree | snapshot |
2005-01-06 |
Andrew McNamara | Delete Reader_getiter and replace with PyObject_SelfIter. |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Skip Montanaro | add two missing items |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Skip Montanaro | add descriptions of exported data attributes |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Skip Montanaro | describe reset() |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Skip Montanaro | add a couple missing items |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Skip Montanaro | add a couple missing docstrings |
commit | commitdiff | tree | snapshot |
2005-01-04 |
Raymond Hettinger | Clarify that DictMixin is still useful. Only the UserD... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Martin v. Löwis | Fix typo. |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Jack Jansen | - Added an "installer" flavor, which uses the "open... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Raymond Hettinger | Removed unused line. |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Raymond Hettinger | Removed unused line. |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Brett Cannon | Since it is a possibility that LDFLAGS or CPPFLAGS... |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Raymond Hettinger | Teach the peephole optimizer to fold simple constant... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Jack Jansen | Create the wrapper scripts for gcc/g++ too. |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Peter Astrand | On UNIX, when the execution of the child fails, we... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Peter Astrand | New subprocess utility function: check_call. Closes... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Raymond Hettinger | SF patch #1094007: Remove witty comment in pydoc.py |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Raymond Hettinger | SF patch #1051395: locale.getdefaultlocale does not... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Raymond Hettinger | SF Patch #1093896: miscellaneous doc typos |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Raymond Hettinger | Remove some lambdas. |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Raymond Hettinger | Use cStringIO where available. |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Thomas Heller | cvsignore files generated by make_versioninfo. |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Brett Cannon | Strip out double dashes and dashes for options not... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Raymond Hettinger | SF bug #1090139: presentation typo in lib: 6.21.4... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Martin v. Löwis | Add more test directories to testsuite. Will backport... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Martin v. Löwis | Update to VC 7.1. Will backport to 2.4. |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Walter Dörwald | Add a test that checks the basic functionality of every... |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Walter Dörwald | Fix wrong variable name. |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Martin v. Löwis | Update example to VC 7.1. Will backport to 2.4. |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Walter Dörwald | Fix wrong variable name. |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2004-12-28 |
Jack Jansen | - getDefaultDatabase wasn't listed in __all__. |
commit | commitdiff | tree | snapshot |
2004-12-28 |
Jack Jansen | Just passing -undefined dynamic_lookup isn't enough... |
commit | commitdiff | tree | snapshot |
2004-12-28 |
Andrew M. Kuchling | [Bug #1083110] calling .flush() on decompress objects... |
commit | commitdiff | tree | snapshot |
2004-12-27 |
Jack Jansen | Added quotes around the destroot arguments, so empty... |
commit | commitdiff | tree | snapshot |
2004-12-27 |
Jack Jansen | Updated version numbers. |
commit | commitdiff | tree | snapshot |
2004-12-27 |
Jack Jansen | Fix for #1091468: DESTROOTed frameworkinstalls fail... |
commit | commitdiff | tree | snapshot |
2004-12-26 |
Jack Jansen | After discussion on the PythonMac-SIG it was decided... |
commit | commitdiff | tree | snapshot |
2004-12-26 |
Jack Jansen | A script to fix Apple-installed Python 2.3 (and a test... |
commit | commitdiff | tree | snapshot |
2004-12-26 |
Skip Montanaro | correct decorator example, tweak description slightly |
commit | commitdiff | tree | snapshot |
2004-12-24 |
Martin v. Löwis | Update VC references. Backported to 2.4. |
commit | commitdiff | tree | snapshot |
2004-12-24 |
Matthias Klose | Use = instead of == as operator to test |
commit | commitdiff | tree | snapshot |
2004-12-24 |
Brett Cannon | Fix sentence stating TextEdit only saves in RTF; can... |
commit | commitdiff | tree | snapshot |
2004-12-23 |
Armin Rigo | Dima Dorfman's patch for coercion/comparison of C types... |
commit | commitdiff | tree | snapshot |
2004-12-23 |
Fred Drake | discuss how the __builtin__ module is normally used... |
commit | commitdiff | tree | snapshot |
2004-12-23 |
Fred Drake | fix weird capitalization of "built-in" |
commit | commitdiff | tree | snapshot |
2004-12-23 |
Kurt B. Kaiser | Improve error message if rpc'l localcall() fails with... |
commit | commitdiff | tree | snapshot |
2004-12-23 |
Kurt B. Kaiser | The GUI was hanging if the shell window was closed... |
commit | commitdiff | tree | snapshot |
2004-12-22 |
Thomas Heller | Recompiled after source changes. |
commit | commitdiff | tree | snapshot |
2004-12-22 |
Thomas Heller | Close stdout and stderr, which are redirected into... |
commit | commitdiff | tree | snapshot |
2004-12-22 |
Jeremy Hylton | Two small changes, SF bug #974757 and SF patch #1037974. |
commit | commitdiff | tree | snapshot |
2004-12-22 |
Jeremy Hylton | SF patch #1055159 via Titus Brown: Document redirect... |
commit | commitdiff | tree | snapshot |
2004-12-22 |
Martin v. Löwis | Patch #1088716: build and incorporate libpython24.a... |
commit | commitdiff | tree | snapshot |
2004-12-22 |
Martin v. Löwis | Properly quote IDLE shortcut. Will backport to 2.4. |
commit | commitdiff | tree | snapshot |
2004-12-22 |
Walter Dörwald | Add NEWS entry about bug #1076985. |
commit | commitdiff | tree | snapshot |
2004-12-22 |
Brett Cannon | Remove outdated comments about expanduser and expandvar... |
commit | commitdiff | tree | snapshot |
2004-12-21 |
Fred Drake | add __file__ to the globals available for tests loaded... |
commit | commitdiff | tree | snapshot |
2004-12-21 |
Walter Dörwald | The changes to the stateful codecs in 2.4 resulted... |
commit | commitdiff | tree | snapshot |
2004-12-21 |
Kurt B. Kaiser | The remote procedure call module rpc.py can now access... |
commit | commitdiff | tree | snapshot |
2004-12-21 |
Johannes Gijsbers | Add accidentally removed \end{description} back in. |
commit | commitdiff | tree | snapshot |
2004-12-21 |
Sean Reifschneider | Changing the idle wrapper to use Python and execvp... |
commit | commitdiff | tree | snapshot |
2004-12-20 |
Raymond Hettinger | SF bug #951915: fix bug in StringIO.truncate - length... |
commit | commitdiff | tree | snapshot |
next |