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
*
Issue#5203: ctypes segfaults when passing a unicode string to a
Thomas Heller
2009-02-10
1
-0/+3
*
Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for
Mark Dickinson
2009-02-10
2
-0/+4
*
Issue #5134: Silence compiler warnings when compiling sqlite with VC++.
Martin v. Löwis
2009-02-10
1
-0/+2
*
Fixed #3386: the optional prefix argument was ignored under OS2 and NT in dis...
Tarek Ziadé
2009-02-10
1
-0/+3
*
compileall used the ctime of bytecode and source to determine if the bytecode
Brett Cannon
2009-02-10
2
-1/+6
*
Issue 1818: collections.namedtuple() to support automatic renaming of invalid...
Raymond Hettinger
2009-02-10
1
-0/+4
*
Fixed issue #5122: Synchronize tk load failure check to prevent a
Guilherme Polo
2009-02-09
1
-0/+3
*
Fixed issue #4890: Handle empty text search pattern in
Guilherme Polo
2009-02-09
1
-0/+2
*
Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs.
Mark Dickinson
2009-02-09
1
-0/+3
*
Issue #5170: Fixed Unicode output bug in logging and added test case. This is...
Vinay Sajip
2009-02-08
1
-3/+6
*
Issue #4512 closeout: Make ZipImport.get_filename() a public method
Nick Coghlan
2009-02-08
1
-0/+3
*
Mention patch submitter in NEWS entry for r69419
Nick Coghlan
2009-02-08
1
-1/+2
*
Issue 4195: Restore the ability to execute packages with the -m switch (but t...
Nick Coghlan
2009-02-08
2
-0/+5
*
Issue #999042: The Python compiler now handles explict global statements
Neil Schemenauer
2009-02-07
1
-0/+3
*
Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that will
Guilherme Polo
2009-02-06
1
-3/+4
*
Partial fix to issue #1731706: memory leak in Tkapp_Call when calling
Guilherme Polo
2009-02-06
1
-0/+4
*
fixed #1520877: now distutils reads Read from the environment/Makefile
Tarek Ziadé
2009-02-06
1
-0/+3
*
Implement issue #4285, convert sys.version_info to a named
Eric Smith
2009-02-06
1
-0/+3
*
Fixed #1276768: verbose option was not used in the code.
Tarek Ziadé
2009-02-06
1
-0/+3
*
Fixed #5132: enable extensions to link on Solaris
Tarek Ziadé
2009-02-05
1
-0/+3
*
Issue 1242657: list(obj) can swallow KeyboardInterrupt.
Raymond Hettinger
2009-02-02
1
-0/+4
*
NEWS entry for issue #1581476
Guilherme Polo
2009-02-02
1
-0/+2
*
Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows.
Martin v. Löwis
2009-02-02
1
-0/+2
*
- Issue #5104: The socket module now raises OverflowError when 16-bit port and
Gregory P. Smith
2009-01-31
1
-0/+4
*
Issue #2047: shutil.move() could believe that its destination path was
Antoine Pitrou
2009-01-29
1
-0/+4
*
Issue 4920: Fixed next() vs __next__() issues in the ABCs
Raymond Hettinger
2009-01-28
1
-0/+3
*
Issue #5083: New 'gui' resource for regrtest.
Guilherme Polo
2009-01-28
1
-0/+5
*
Demos for ttk added.
Guilherme Polo
2009-01-28
1
-0/+2
*
Added the ttk module. See issue #2983: Ttk support for Tkinter.
Guilherme Polo
2009-01-28
1
-0/+2
*
Issue 5021: doctest.testfile should set __name__
Raymond Hettinger
2009-01-27
1
-0/+3
*
Promote combinations_with_replacement() from a recipe to a regular itertool.
Raymond Hettinger
2009-01-27
1
-1/+2
*
Backport importlib in the form of providing importlib.import_module(). This has
Brett Cannon
2009-01-26
1
-0/+3
*
Fixed #1885: --formats=tar,gztar was not working properly in the sdist command
Tarek Ziadé
2009-01-25
1
-0/+3
*
Promote compress() from a recipe to being a regular itertool.
Raymond Hettinger
2009-01-25
1
-0/+2
*
Fixed #4863: removed distutils.mwerkscompiler
Tarek Ziadé
2009-01-25
1
-0/+2
*
Properly document multiprocessing's logging support, resolve outstanding issu...
Jesse Noller
2009-01-25
2
-0/+5
*
Issue #1672332: Fix unpickling of subnormal floats, which was raising
Mark Dickinson
2009-01-24
1
-0/+3
*
Issue #3881: Help Tcl to load even when started through the
Martin v. Löwis
2009-01-24
1
-0/+3
*
Issue #4710: Extract directories properly in the zipfile module;
Martin v. Löwis
2009-01-24
1
-0/+3
*
Issue 3807: multiprocessing fails to compile under --without-threads
Jesse Noller
2009-01-23
1
-0/+4
*
Issue #5008: When a file is opened in append mode with the new IO library,
Antoine Pitrou
2009-01-21
1
-0/+5
*
Issue 5013: Fixed bug in FileHandler when delay was set.
Vinay Sajip
2009-01-20
1
-6/+9
*
Issue 4998: __slots__ on Fractions was useless.
Raymond Hettinger
2009-01-20
1
-0/+4
*
allow unicode keyword arguments for the ** syntax #4978
Benjamin Peterson
2009-01-20
1
-0/+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 ha...
Jesse Noller
2009-01-19
1
-0/+4
*
raise an OSError for invalid fds #4991
Benjamin Peterson
2009-01-19
1
-0/+3
*
issue 4301: patch logging to add processName, remove the old _check_logger_cl...
Jesse Noller
2009-01-18
1
-0/+3
*
Resolve issue 4449: AssertionError in mp_benchmarks.py
Jesse Noller
2009-01-18
1
-0/+3
*
fix inspect.isclass() on instances with a custom __getattr__ #1225107
Benjamin Peterson
2009-01-17
1
-0/+3
[next]