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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
remove the check that classmethod's argument is a callable
Benjamin Peterson
2009-09-01
1
-0/+2
*
#6750: TextIOWrapped could duplicate output when several threads write to it.
Amaury Forgeot d'Arc
2009-08-29
1
-0/+3
*
fixed #6801: symmetric_difference_update also accepts pipe
Tarek Ziadé
2009-08-29
1
-0/+3
*
Issue #6054: Do not normalize stored pathnames.
Lars Gustäbel
2009-08-28
1
-0/+2
*
Issue #6794: Fix handling of NaNs in Decimal.compare_total and
Mark Dickinson
2009-08-28
1
-0/+3
*
Restore alphabetic order.
Georg Brandl
2009-08-23
1
-1/+1
*
fixed misplaced Issue line
Tarek Ziadé
2009-08-21
1
-3/+6
*
Fixed #6556: Corrected doc on how Distutils looks for its user configuration ...
Tarek Ziadé
2009-08-21
1
-0/+3
*
#6693: New functions in site.py to get user/global site packages paths.
Tarek Ziadé
2009-08-20
1
-0/+2
*
Add weakref support to the thread.lock type.
Gregory P. Smith
2009-08-20
1
-0/+2
*
Issue #1356969: Add missing info methods in Tix.HList.
Guilherme Polo
2009-08-18
1
-0/+2
*
Issue #1522587: New constants and methods for the Tix.Grid widget.
Guilherme Polo
2009-08-18
1
-0/+2
*
Issue #1250469: Fix the return value of Tix.PanedWindow.panes.
Guilherme Polo
2009-08-18
1
-0/+2
*
Issue #1119673: Do not override Tkinter.Text methods when creating a Scrolled...
Guilherme Polo
2009-08-18
1
-0/+3
*
typos
Benjamin Peterson
2009-08-17
1
-2/+2
*
Issue 6665: Fix fnmatch to properly match filenames with newlines in them.
Gregory P. Smith
2009-08-16
1
-0/+2
*
Wrong place for issue #6244.
Guilherme Polo
2009-08-16
1
-2/+2
*
Issue #6244: Allow detect_tkinter to look for Tcl/Tk 8.6.
Guilherme Polo
2009-08-16
1
-0/+2
*
better col_offsets for "for" statements with tuple unpacking #6704
Benjamin Peterson
2009-08-15
2
-0/+4
*
#6707 fix a crash with dir() on an uninitialized module
Benjamin Peterson
2009-08-15
1
-0/+2
*
Issue #1135: Add the XView and YView mix-ins to avoid duplicating
Guilherme Polo
2009-08-14
1
-0/+3
*
Expat could crash if given the wrong kind of input by never stopping its
Brett Cannon
2009-08-13
2
-1/+5
*
Fix issue1628205: Socket file objects returned by socket.socket.makefile() now
Gregory P. Smith
2009-08-13
1
-0/+4
*
Issue #6629: Fix a data corruption issue in the new `io` package, which could
Antoine Pitrou
2009-08-06
1
-0/+5
*
Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note...
Jesse Noller
2009-08-06
2
-0/+4
*
Issue #6619: Remove duplicate 'isgenerator' function from inspect module.
Mark Dickinson
2009-08-02
1
-0/+1
*
Issue #6595: Allow Decimal constructor to accept non-European decimal
Mark Dickinson
2009-08-02
1
-0/+4
*
- Issue #6624: yArg_ParseTuple with "s" format when parsing argument with
Sean Reifscheider
2009-08-01
1
-0/+3
*
#6511: ZipFile will now raise BadZipfile when opening an empty or tiny file,
Amaury Forgeot d'Arc
2009-07-28
1
-0/+3
*
Issue #6561: '\d' regular expression should not match characters of
Mark Dickinson
2009-07-28
1
-0/+4
*
Issue 6573: Fix set.union() for cases where self is in the argument chain.
Raymond Hettinger
2009-07-27
1
-0/+3
*
1. Clean workspace more thoughly before build.
Kurt B. Kaiser
2009-07-27
1
-6/+18
*
#6553: crash in cPickle.load(), when given a StringIO with incomplete data.
Amaury Forgeot d'Arc
2009-07-23
1
-2/+5
*
Fix the "pylocals" gdb command.
Georg Brandl
2009-07-23
1
-1/+1
*
Issue #6540: Fixed crash for bytearray.translate() with invalid parameters.
Georg Brandl
2009-07-22
1
-0/+2
*
Issue #6545: Removed assert statements in distutils.Extension, so the behavio...
Tarek Ziadé
2009-07-22
1
-0/+3
*
Revert rev 74134, as it does not completely fixx issue #6493.
Thomas Heller
2009-07-21
1
-2/+0
*
Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits
Thomas Heller
2009-07-21
1
-0/+2
*
the Slice in x[::] has to have step as None to help the interpreter
Benjamin Peterson
2009-07-20
1
-3/+0
*
split unittest.py into a package
Benjamin Peterson
2009-07-19
1
-0/+2
*
Add Case Van Horsen to Misc/ACKS, for fractions module patches and other work
Mark Dickinson
2009-07-18
1
-0/+1
*
Issue #6431: Fix Fraction comparisons with unknown types, and with
Mark Dickinson
2009-07-18
1
-0/+4
*
NEWS about r74040.
Hirokazu Yamamoto
2009-07-17
1
-0/+2
*
#6466 refactored distutils duplicate get_versions() functions (used to get gc...
Tarek Ziadé
2009-07-16
1
-0/+5
*
Issue 6433: multiprocessing.pool.map hangs on empty list
Jesse Noller
2009-07-16
2
-0/+3
*
Issue #2389: Pickle array objects using a list representation for portability
Alexandre Vassalotti
2009-07-15
1
-0/+2
*
NEWS entry for r74000.
Amaury Forgeot d'Arc
2009-07-13
1
-1/+3
*
Issue #6314: logging: Extra checks on the "level" argument in more places.
Vinay Sajip
2009-07-13
1
-4/+6
*
fix umlaut
Benjamin Peterson
2009-07-13
1
-1/+1
*
change encoding to utf-8
Benjamin Peterson
2009-07-12
1
-2/+2
[prev]
[next]