2008-07-11 |
Brett Cannon | Fix a minor typo in the last entry made. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Brett Cannon | Doc that robotparse has been renamed urllib.robotparser... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Brett Cannon | Doc that urlparse is named urllib.parse in Python 3.0. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Brett Cannon | Document the fact that urllib2 spans multiple modules... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Brett Cannon | Removal an invalid entry as the fixer for urllib is... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Robert Schuppenies | Added garbage collector overhead and optional default... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Raymond Hettinger | Suppress -3 warnings in unittest.py |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Raymond Hettinger | Clear the -3 warnings in optparse.py |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Robert Schuppenies | Added additional __sizeof__ implementations and address... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Andrew M. Kuchling | Wording changes |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Raymond Hettinger | Issue 3285: Fractions from_float() and from_decimal... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Raymond Hettinger | Issue 3301: Bisect functions behaved badly when lo... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Robert Schuppenies | Fixed Issue3122 and extended sys.getsizeof tests for... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Raymond Hettinger | Use operator.index() instead of n.__index__(). |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Raymond Hettinger | Issue 3287: Raise correct exception for float inputs. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Nick Coghlan | Add missing NEWS and ACK entries for r64791 |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Nick Coghlan | Issue 2517: Allow unicode messages in Exceptions again... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Georg Brandl | Add missing ABCs to list. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Facundo Batista | Issue 3306. Better control for a lenght in findmax... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Andrew M. Kuchling | Fix example to match text |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Skip Montanaro | Correct grammar. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Gregory P.... | - Issue #3094: httplib.HTTPSConnection Host: headers... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Gregory P.... | Add commented out #_sha256 and #_sha512 lines per issue... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Josiah Carlson | Fixed bugs 760475, 953599, and 1519. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Gregory P.... | - Issue #3309: Fix bz2.BZFile itererator to release... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Amaury Forgeot... | Issue839496: SimpleHTTPServer should open all files... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Andrew M. Kuchling | Add two items; rewrap paragraph |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Andrew M. Kuchling | Wording fix |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Georg Brandl | Fix opensearch template. |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Gregory P.... | fix issue3304 - remove an incorrect PyMem_Free in filei... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Benjamin Peterson | remove test_compact_freelists from test_sys |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Gregory P.... | - Issue #2113: Fix error in subprocess.Popen if the... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Gregory P.... | - Issue #2862: Make int and float freelist management... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Facundo Batista | Issue #3239. Differentiate the ascii call from the... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Facundo Batista | Issue 3289. Removed two lines that ended doing nothing. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Georg Brandl | Keep below 80 chars. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Benjamin Peterson | make regrtest aware of the lib2to3 resource |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Martin v. Löwis | Disable lib2to3 by default, unless run explicitly. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Martin v. Löwis | Merged revisions 64285-64735 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Mark Dickinson | Minor rewrite of cmath_log to work around a Sun compile... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Mark Dickinson | Issue 3188: accept float('infinity') as well as float... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Georg Brandl | #2663: support an *ignore* argument to shutil.copytree... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Georg Brandl | Fix tabs. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Raymond Hettinger | Update comment on prediction macros. |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Georg Brandl | Give the pickle special methods a signature. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Benjamin Peterson | let the term be linked |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Benjamin Peterson | lowercase glossary term |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Martin v. Löwis | Patch #1622: Correct interpretation of various ZIP... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Andrew M. Kuchling | Tweak wording |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Amaury Forgeot... | Try a blind fix to nismodule which fails on the solaris... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brett Cannon | Revert r64673 and instead just change the file encoding. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brett Cannon | FIx some Latin-1 characters to be UTF-8 as the file... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Jesse Noller | Add #!/usr/bin/env python for ben |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Facundo Batista | Issue #449227: Now with the rlcompleter module, callabl... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Jesse Noller | Reenable the manager tests with Amaury's threading fix |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Nick Coghlan | Issue 3190: pydoc now hides module __package__ attributes |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Mark Dickinson | Replace occurrences of '\d' with '[0-9]' in Decimal... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brett Cannon | Handle urllib's renaming for Python 3.0: |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Benjamin Peterson | add ABC to the glossary |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Georg Brandl | Add a comment about incref'ing w. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Georg Brandl | #1410739: add a footnote about "is" and "unusual" behavior. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Georg Brandl | #1523853: add note about fread(). |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Amaury Forgeot... | #3242: fix a crash in "print", if sys.stdout is set... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Georg Brandl | #3216: fix Execute's parameter description. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Georg Brandl | Add a link to PEP 324. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Benjamin Peterson | write a short little section for multiprocessing; it... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Benjamin Peterson | #3219 repeated keyword arguments aren't allowed in... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Amaury Forgeot... | #Issue3088 in-progress: Race condition with instances... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Martin v. Löwis | Add _multiprocessing module. |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Martin v. Löwis | Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Facundo Batista | Fix #2702, with a correct accounting of recursion. |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Vinay Sajip | Updated to reflect change in logging.config to remove... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Vinay Sajip | Removed out-of-date comment in _install_handlers and |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Benjamin Peterson | reinstate the ending backtick. thanks Nick :) |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Benjamin Peterson | fix typo |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Benjamin Peterson | rewrap |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Benjamin Peterson | convert test_audioop to unittest. Thanks to Giampaolo... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Bill Janssen | make sure we close the active channels when eof is... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Bill Janssen | various SSL fixes; issues 1251, 3162, 3212 |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Raymond Hettinger | Issue 3230: Do not the set specific size macro. |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Benjamin Peterson | fix typo |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Hye-Shik Chang | Give information for compililation of _multiprocessing... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Benjamin Peterson | edit multiprocessing docs |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Mark Dickinson | Fix typo in configure.in, and propagate configure.in... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Raymond Hettinger | Fix whitespace in example code. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Mark Dickinson | Issue #3197: rework documentation for fractions module. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Mark Dickinson | Add Jean Brouwers for his work on math.sum |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Mark Dickinson | Remove trailing 'L's from numerator and denominator... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Trent Nelson | Merged revisions 64368-64369 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Trent Nelson | Initialized merge tracking via "svnmerge" with revision... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Brett Cannon | Ignore .pyc and .pyo files. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Brett Cannon | warnings.warn_explicit() did not have the proper TypeEr... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Benjamin Peterson | fix isSet in _exposed |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Benjamin Peterson | use the new API |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Benjamin Peterson | add a htmlview directive |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Georg Brandl | Use newer versions of externals. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Georg Brandl | Add a version tag for shutdown(). |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Robert Schuppenies | Corrected inconsistencies in sizeof tests and addressed... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Facundo Batista | Reverting the patch from #3165, as it broke other |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Mark Dickinson | issue #3199: Fix typo in Mac/Makefile.in |
commit | commitdiff | tree | snapshot |
next |