Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Promote compress() from a recipe to being a regular itertool. | Raymond Hettinger | 2009-01-25 | 5 | -13/+206 | |
| | ||||||
* | Issue #4863, removing remaining bits | Tarek Ziadé | 2009-01-25 | 2 | -18/+0 | |
| | ||||||
* | Fixed #4863: removed distutils.mwerkscompiler | Tarek Ziadé | 2009-01-25 | 3 | -251/+2 | |
| | ||||||
* | Fixed compile error on windows. | Hirokazu Yamamoto | 2009-01-25 | 1 | -1/+1 | |
| | ||||||
* | fix building the core with --disable-unicode | Benjamin Peterson | 2009-01-25 | 7 | -22/+70 | |
| | | | | | I changed some bytearray methods to use strings instead of unicode like bytes_repr Also, bytearray.fromhex() can take strings as well as unicode | |||||
* | Remove uses of cmp from the decimal module. | Mark Dickinson | 2009-01-25 | 1 | -3/+15 | |
| | ||||||
* | Properly document multiprocessing's logging support, resolve outstanding ↵ | Jesse Noller | 2009-01-25 | 5 | -20/+82 | |
| | | | | issues with the custom levels | |||||
* | Issue #3657: fix occasional test_pickletools failures. | Mark Dickinson | 2009-01-24 | 1 | -5/+5 | |
| | ||||||
* | Issue #1672332: Fix unpickling of subnormal floats, which was raising | Mark Dickinson | 2009-01-24 | 3 | -1/+15 | |
| | | | | | ValueError on some platforms as a result of the platform strtod setting errno on underflow. | |||||
* | Issue #5025: Fix occasional test_kqueue failure on OS X. | Mark Dickinson | 2009-01-24 | 1 | -3/+6 | |
| | ||||||
* | Issue #3881: Help Tcl to load even when started through the | Martin v. Löwis | 2009-01-24 | 2 | -0/+38 | |
| | | | | unreadable local symlink to "Program Files" on Vista. | |||||
* | Add heading for 2.7a0. | Martin v. Löwis | 2009-01-24 | 1 | -2/+8 | |
| | ||||||
* | Issue #4393: fix 3 classes of potential portability problems in longobject.c: | Mark Dickinson | 2009-01-24 | 1 | -23/+20 | |
| | | | | | | | - fix some places where counters into ob_digit were declared as int instead of Py_ssize_t - add (twodigit) casts where necessary - fix code in _PyLong_AsByteArray that uses << on negative values | |||||
* | Issue #4710: Extract directories properly in the zipfile module; | Martin v. Löwis | 2009-01-24 | 4 | -4/+48 | |
| | | | | allow adding directories to a zipfile. | |||||
* | Add a test for UNC import paths, see issue 3677 | Kristján Valur Jónsson | 2009-01-24 | 1 | -0/+21 | |
| | ||||||
* | Add various items | Andrew M. Kuchling | 2009-01-24 | 1 | -8/+73 | |
| | ||||||
* | Issue 3807: multiprocessing fails to compile under --without-threads | Jesse Noller | 2009-01-23 | 2 | -3/+11 | |
| | ||||||
* | Issue 4593: apply() documentation is unclear | Jesse Noller | 2009-01-22 | 1 | -1/+3 | |
| | ||||||
* | Clarify wording. | Georg Brandl | 2009-01-22 | 1 | -2/+3 | |
| | ||||||
* | Update comments and add an optimized path for Counter.update(). | Raymond Hettinger | 2009-01-22 | 1 | -3/+5 | |
| | ||||||
* | More doc tweaks. | Raymond Hettinger | 2009-01-22 | 1 | -15/+12 | |
| | ||||||
* | Tighten-up the docs for Counter(). | Raymond Hettinger | 2009-01-21 | 2 | -25/+26 | |
| | ||||||
* | Simplify explanation of multiset operations by removing restrictions on ↵ | Raymond Hettinger | 2009-01-21 | 3 | -24/+17 | |
| | | | | negative inputs. | |||||
* | Markup fixes | Andrew M. Kuchling | 2009-01-21 | 1 | -4/+5 | |
| | ||||||
* | Add some items | Andrew M. Kuchling | 2009-01-21 | 1 | -5/+13 | |
| | ||||||
* | Issue 5009: multiprocessing: failure in manager._debug_info() | Jesse Noller | 2009-01-21 | 2 | -3/+5 | |
| | ||||||
* | Issue #5008: When a file is opened in append mode with the new IO library, | Antoine Pitrou | 2009-01-21 | 3 | -0/+29 | |
| | | | | | | do an explicit seek to the end of file (so that e.g. tell() returns the file size rather than 0). This is consistent with the behaviour of the traditional 2.x file object. | |||||
* | Beautify and cleanup the references section. | Raymond Hettinger | 2009-01-20 | 1 | -12/+19 | |
| | ||||||
* | Issue 5013: Fixed bug in FileHandler when delay was set - added fix for ↵ | Vinay Sajip | 2009-01-20 | 2 | -12/+9 | |
| | | | | RotatingFileHandler and changed header comment slightly. | |||||
* | Issue 5013: Fixed bug in FileHandler when delay was set. | Vinay Sajip | 2009-01-20 | 2 | -15/+18 | |
| | ||||||
* | Issue 4998: __slots__ on Fractions was useless. | Raymond Hettinger | 2009-01-20 | 3 | -0/+18 | |
| | ||||||
* | fix url | Benjamin Peterson | 2009-01-20 | 1 | -1/+1 | |
| | ||||||
* | backport r68802 (bugfix) | Benjamin Peterson | 2009-01-20 | 1 | -1/+1 | |
| | ||||||
* | allow unicode keyword arguments for the ** syntax #4978 | Benjamin Peterson | 2009-01-20 | 3 | -12/+55 | |
| | ||||||
* | Fix typos. | Raymond Hettinger | 2009-01-20 | 1 | -3/+3 | |
| | ||||||
* | Use Georg's new permalinks to documentation by version number. | Raymond Hettinger | 2009-01-20 | 1 | -1/+1 | |
| | | | | | That assures that IDLE's help always points to the correct version and the latest update with all bug fixes. | |||||
* | Don't disrupt automatic url target name generation | Raymond Hettinger | 2009-01-20 | 1 | -15/+1 | |
| | | | | | | | | | | with manually specified, conflicting names. Before: http://docs.python.org/dev/library/collections.html#id1 After: http://docs.python.org/dev/library/collections.html#counter-objects | |||||
* | Make merging easier by formattng comment blocks the same in Py3.1 | Raymond Hettinger | 2009-01-20 | 1 | -3/+5 | |
| | ||||||
* | Add Counter() to __all__. | Raymond Hettinger | 2009-01-20 | 1 | -1/+1 | |
| | ||||||
* | Build-outs for Counter() class: | Raymond Hettinger | 2009-01-20 | 3 | -13/+168 | |
| | | | | | | * Constructor and update() support keyword args (like their dict counterparts). * The 'del' statement no longer raises KeyError for missing values. * Add multiset operations: __add__, __sub__, __and__, __or__. | |||||
* | issue 5002: fix windows warning that I intro'ed with r68768 | Jesse Noller | 2009-01-20 | 1 | -3/+1 | |
| | ||||||
* | I'm sick of these deprecations warnings in test_os | Benjamin Peterson | 2009-01-19 | 1 | -3/+5 | |
| | ||||||
* | make bad file descriptor tests more robust | Benjamin Peterson | 2009-01-19 | 3 | -15/+32 | |
| | ||||||
* | add email address | Benjamin Peterson | 2009-01-19 | 1 | -1/+1 | |
| | ||||||
* | move BufferedIOBase into the base class section | Benjamin Peterson | 2009-01-19 | 1 | -53/+53 | |
| | ||||||
* | simplify code | Benjamin Peterson | 2009-01-19 | 1 | -4/+2 | |
| | ||||||
* | add a note about the ftruncate change | Benjamin Peterson | 2009-01-19 | 1 | -0/+3 | |
| | ||||||
* | Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ↵ | Jesse Noller | 2009-01-19 | 4 | -3/+33 | |
| | | | | handle | |||||
* | Removed merge tracking for "svnmerge" for | Benjamin Peterson | 2009-01-19 | 0 | -0/+0 | |
| | | | | svn+ssh://pythondev@svn.python.org/python/branches/tnelson-trunk-bsddb-47-upgrade | |||||
* | Removed merge tracking for "svnmerge" for | Benjamin Peterson | 2009-01-19 | 0 | -0/+0 | |
| | | | | svn+ssh://pythondev@svn.python.org/python/branches/trunk-math |