summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Promote compress() from a recipe to being a regular itertool.Raymond Hettinger2009-01-255-13/+206
|
* Issue #4863, removing remaining bitsTarek Ziadé2009-01-252-18/+0
|
* Fixed #4863: removed distutils.mwerkscompilerTarek Ziadé2009-01-253-251/+2
|
* Fixed compile error on windows.Hirokazu Yamamoto2009-01-251-1/+1
|
* fix building the core with --disable-unicodeBenjamin Peterson2009-01-257-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 Dickinson2009-01-251-3/+15
|
* Properly document multiprocessing's logging support, resolve outstanding ↵Jesse Noller2009-01-255-20/+82
| | | | issues with the custom levels
* Issue #3657: fix occasional test_pickletools failures.Mark Dickinson2009-01-241-5/+5
|
* Issue #1672332: Fix unpickling of subnormal floats, which was raisingMark Dickinson2009-01-243-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 Dickinson2009-01-241-3/+6
|
* Issue #3881: Help Tcl to load even when started through theMartin v. Löwis2009-01-242-0/+38
| | | | unreadable local symlink to "Program Files" on Vista.
* Add heading for 2.7a0.Martin v. Löwis2009-01-241-2/+8
|
* Issue #4393: fix 3 classes of potential portability problems in longobject.c:Mark Dickinson2009-01-241-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öwis2009-01-244-4/+48
| | | | allow adding directories to a zipfile.
* Add a test for UNC import paths, see issue 3677Kristján Valur Jónsson2009-01-241-0/+21
|
* Add various itemsAndrew M. Kuchling2009-01-241-8/+73
|
* Issue 3807: multiprocessing fails to compile under --without-threadsJesse Noller2009-01-232-3/+11
|
* Issue 4593: apply() documentation is unclearJesse Noller2009-01-221-1/+3
|
* Clarify wording.Georg Brandl2009-01-221-2/+3
|
* Update comments and add an optimized path for Counter.update().Raymond Hettinger2009-01-221-3/+5
|
* More doc tweaks.Raymond Hettinger2009-01-221-15/+12
|
* Tighten-up the docs for Counter().Raymond Hettinger2009-01-212-25/+26
|
* Simplify explanation of multiset operations by removing restrictions on ↵Raymond Hettinger2009-01-213-24/+17
| | | | negative inputs.
* Markup fixesAndrew M. Kuchling2009-01-211-4/+5
|
* Add some itemsAndrew M. Kuchling2009-01-211-5/+13
|
* Issue 5009: multiprocessing: failure in manager._debug_info()Jesse Noller2009-01-212-3/+5
|
* Issue #5008: When a file is opened in append mode with the new IO library,Antoine Pitrou2009-01-213-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 Hettinger2009-01-201-12/+19
|
* Issue 5013: Fixed bug in FileHandler when delay was set - added fix for ↵Vinay Sajip2009-01-202-12/+9
| | | | RotatingFileHandler and changed header comment slightly.
* Issue 5013: Fixed bug in FileHandler when delay was set.Vinay Sajip2009-01-202-15/+18
|
* Issue 4998: __slots__ on Fractions was useless.Raymond Hettinger2009-01-203-0/+18
|
* fix urlBenjamin Peterson2009-01-201-1/+1
|
* backport r68802 (bugfix)Benjamin Peterson2009-01-201-1/+1
|
* allow unicode keyword arguments for the ** syntax #4978Benjamin Peterson2009-01-203-12/+55
|
* Fix typos.Raymond Hettinger2009-01-201-3/+3
|
* Use Georg's new permalinks to documentation by version number.Raymond Hettinger2009-01-201-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 generationRaymond Hettinger2009-01-201-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.1Raymond Hettinger2009-01-201-3/+5
|
* Add Counter() to __all__.Raymond Hettinger2009-01-201-1/+1
|
* Build-outs for Counter() class:Raymond Hettinger2009-01-203-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 r68768Jesse Noller2009-01-201-3/+1
|
* I'm sick of these deprecations warnings in test_osBenjamin Peterson2009-01-191-3/+5
|
* make bad file descriptor tests more robustBenjamin Peterson2009-01-193-15/+32
|
* add email addressBenjamin Peterson2009-01-191-1/+1
|
* move BufferedIOBase into the base class sectionBenjamin Peterson2009-01-191-53/+53
|
* simplify codeBenjamin Peterson2009-01-191-4/+2
|
* add a note about the ftruncate changeBenjamin Peterson2009-01-191-0/+3
|
* Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ↵Jesse Noller2009-01-194-3/+33
| | | | handle
* Removed merge tracking for "svnmerge" forBenjamin Peterson2009-01-190-0/+0
| | | | svn+ssh://pythondev@svn.python.org/python/branches/tnelson-trunk-bsddb-47-upgrade
* Removed merge tracking for "svnmerge" forBenjamin Peterson2009-01-190-0/+0
| | | | svn+ssh://pythondev@svn.python.org/python/branches/trunk-math