summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Silence gcc warning. (In function 'bytearray_init': warning: 'value' may be u...Mark Dickinson2010-07-091-0/+2
* remove SocketIO.__del__; close() can handle itBenjamin Peterson2010-07-091-4/+0
* Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when runningJeffrey Yasskin2010-07-096-38/+53
* Re-flow several long lines from #1578269.Brian Curtin2010-07-096-22/+41
* Adding versionchanged to the various Windows os.symlink additions, alongBrian Curtin2010-07-092-7/+15
* Fix the breakage of Lib/tarfile.py on non-Windows platforms due toBrian Curtin2010-07-092-6/+15
* wrapBenjamin Peterson2010-07-091-1/+2
* allow more exceptionsBenjamin Peterson2010-07-091-3/+3
* Reorder Jason "two O's" CoombsBrian Curtin2010-07-091-1/+1
* OverflowError is fineBenjamin Peterson2010-07-091-1/+2
* Fix sort order mistake in Misc/ACKS.R. David Murray2010-07-091-1/+1
* 7846: limit fnmatch pattern cache to _MAXCACHE=100 entries.R. David Murray2010-07-094-1/+22
* 2.7 is now stable.Georg Brandl2010-07-091-2/+1
* use assert methodBenjamin Peterson2010-07-091-1/+1
* fix repr of complicated structseqs #9206Benjamin Peterson2010-07-082-3/+29
* assert tuple inheritanceBenjamin Peterson2010-07-081-0/+1
* Undo inadvertant checkin.Brian Curtin2010-07-081-1/+1
* Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-0818-281/+1167
* Issue #9136: Profiling Decimal gave 'dictionary changed size during iteration'.Mark Dickinson2010-07-082-13/+35
* Fix misplaced exactness check that was causing unnecessary work in Decimal.__...Mark Dickinson2010-07-081-3/+4
* Fix a performance issue in Decimal.pow. Thanks Stefan Krah for finding this.Mark Dickinson2010-07-083-6/+25
* Issue #8605: Skip test_gdb if Python is compiled with optimizations.Antoine Pitrou2010-07-082-0/+12
* In test_decimal, convert heuristic for skipping tests into an explicit skiplist.Mark Dickinson2010-07-081-41/+35
* Fix typo in a comment in mathmodule.c.Ezio Melotti2010-07-081-1/+1
* Issue #5288: Eliminated round-trips between timdelta and int offsetsAlexander Belopolsky2010-07-071-475/+398
* ValueError in this case is also acceptableBenjamin Peterson2010-07-071-4/+8
* make struct sequences subclass tuple; kill lots of codeBenjamin Peterson2010-07-073-215/+23
* add NEWSBenjamin Peterson2010-07-071-0/+3
* Turn more notes into comments.Georg Brandl2010-07-073-7/+6
* don't ignore exceptions from PyObject_IsTrueBenjamin Peterson2010-07-072-2/+14
* Make comment out of an awkward note.Georg Brandl2010-07-071-3/+3
* this needn't be in the loopBenjamin Peterson2010-07-071-2/+2
* Issue #9186: log1p(-1.0) should raise ValueError, not OverflowError.Mark Dickinson2010-07-074-9/+75
* Minor refactoring in lgamma code, for clarity.Mark Dickinson2010-07-071-14/+10
* Kill gratuitous space.Mark Dickinson2010-07-071-1/+1
* Issue #9000: datetime.timezone objects now have eval-friendly repr.Alexander Belopolsky2010-07-063-2/+33
* Fix typo.Georg Brandl2010-07-061-1/+1
* Style nit.Mark Dickinson2010-07-061-1/+1
* Minor improvements to logging documentation.Vinay Sajip2010-07-061-1/+6
* Indentation and PEP 7 fixes.Mark Dickinson2010-07-061-20/+23
* - sysmodule.c (get_hash_info): Define as static function.Matthias Klose2010-07-061-1/+1
* Change 'lowered' to 'lowercased'Senthil Kumaran2010-07-061-1/+1
* Fix test_xmlrpc_net to no longer fail since there are no more buildbots for t...Brett Cannon2010-07-051-1/+1
* "Modernized" the demo a little.Alexander Belopolsky2010-07-051-14/+28
* #9158: Fix y* format of PyArg_Parse*() functions documentationVictor Stinner2010-07-051-1/+1
* Post-detabification cleanup.Mark Dickinson2010-07-051-8/+8
* Update Vec class constructor, remove indirection via function, use operator m...Georg Brandl2010-07-051-14/+14
* Remove Dbm.Georg Brandl2010-07-051-1/+0
* untabifyBenjamin Peterson2010-07-051-6/+6
* Added two more test cases for datetimeAlexander Belopolsky2010-07-051-0/+6