index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
added missing module docstring
Tarek Ziadé
2009-01-25
1
-0/+5
*
Issue #5052: removed backward compatibility information (out of date)
Tarek Ziadé
2009-01-25
36
-72/+0
*
Improved itertools recipe for generating powerset().
Raymond Hettinger
2009-01-25
1
-7/+5
*
Promote compress() from a recipe to being a regular itertool.
Raymond Hettinger
2009-01-25
1
-8/+32
*
Issue #4863, removing remaining bits
Tarek Ziadé
2009-01-25
1
-1/+0
*
Fixed #4863: removed distutils.mwerkscompiler
Tarek Ziadé
2009-01-25
2
-251/+0
*
fix building the core with --disable-unicode
Benjamin Peterson
2009-01-25
1
-1/+0
*
Remove uses of cmp from the decimal module.
Mark Dickinson
2009-01-25
1
-3/+15
*
Properly document multiprocessing's logging support, resolve outstanding issu...
Jesse Noller
2009-01-25
2
-13/+26
*
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
1
-0/+10
*
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
1
-0/+35
*
Add heading for 2.7a0.
Martin v. Löwis
2009-01-24
1
-2/+8
*
Issue #4710: Extract directories properly in the zipfile module;
Martin v. Löwis
2009-01-24
3
-4/+45
*
Add a test for UNC import paths, see issue 3677
Kristján Valur Jónsson
2009-01-24
1
-0/+21
*
Update comments and add an optimized path for Counter.update().
Raymond Hettinger
2009-01-22
1
-3/+5
*
Tighten-up the docs for Counter().
Raymond Hettinger
2009-01-21
1
-0/+5
*
Simplify explanation of multiset operations by removing restrictions on negat...
Raymond Hettinger
2009-01-21
2
-10/+11
*
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
1
-0/+11
*
Issue 5013: Fixed bug in FileHandler when delay was set - added fix for Rotat...
Vinay Sajip
2009-01-20
2
-12/+9
*
Issue 5013: Fixed bug in FileHandler when delay was set.
Vinay Sajip
2009-01-20
1
-9/+9
*
Issue 4998: __slots__ on Fractions was useless.
Raymond Hettinger
2009-01-20
2
-0/+14
*
allow unicode keyword arguments for the ** syntax #4978
Benjamin Peterson
2009-01-20
1
-0/+20
*
Use Georg's new permalinks to documentation by version number.
Raymond Hettinger
2009-01-20
1
-1/+1
*
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
2
-9/+135
*
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
*
Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ha...
Jesse Noller
2009-01-19
1
-1/+15
*
Issue 4957
Kristján Valur Jónsson
2009-01-19
1
-2/+1
*
raise an OSError for invalid fds #4991
Benjamin Peterson
2009-01-19
1
-0/+4
*
fix encoding cookie case
Benjamin Peterson
2009-01-18
1
-1/+1
*
fix test that wasn't working as expected #4990
Benjamin Peterson
2009-01-18
1
-1/+1
*
issue 4301: patch logging to add processName, remove the old _check_logger_cl...
Jesse Noller
2009-01-18
2
-24/+10
*
issue 4293: make test_capi.py more robutst, it times out on some platforms, ...
Kristján Valur Jónsson
2009-01-18
1
-6/+29
*
Resolve issue 4449: AssertionError in mp_benchmarks.py
Jesse Noller
2009-01-18
2
-6/+24
*
follow-up of #3997: since 0xFFFF numbers are not enough to indicate a zip64 f...
Amaury Forgeot d'Arc
2009-01-17
1
-11/+6
*
fix inspect.isclass() on instances with a custom __getattr__ #1225107
Benjamin Peterson
2009-01-17
2
-2/+13
*
#3997: zipfiles generated with more than 65536 files could not be opened
Amaury Forgeot d'Arc
2009-01-17
1
-7/+13
*
trying to find some fpathconf() settings that all unixs support...
Benjamin Peterson
2009-01-17
1
-1/+1
*
use enumerate
Benjamin Peterson
2009-01-17
1
-2/+2
*
compare with == not is #4946
Benjamin Peterson
2009-01-16
1
-1/+1
*
Make all the invalid fd tests for os subject to the function being available.
Kristján Valur Jónsson
2009-01-15
1
-6/+12
*
Fix two test cases in test_os. ftruncate raises IOError unlike all the other...
Kristján Valur Jónsson
2009-01-15
1
-2/+5
*
Issue 4929: Handle socket errors when receiving
Kristján Valur Jónsson
2009-01-15
1
-1/+4
*
Comment typo
Mark Dickinson
2009-01-15
1
-1/+1
*
Issue #4397. Fix occasional test_socket failure on OS X.
Mark Dickinson
2009-01-15
1
-0/+4
[next]