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
*
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...
Antoine Pitrou
2012-03-11
2
-1/+78
*
Moved symlink support into its own module. Ported can_symlink from Python 3.2...
Jason R. Coombs
2012-03-08
2
-76/+105
*
Improve the test case to avoid spurious errors about already existing symlinks.
Jason R. Coombs
2012-03-08
1
-4/+14
*
Adding regression test for issue6727
Jason R. Coombs
2012-01-15
1
-2/+116
*
allow cycles throught the __dict__ slot to be cleared (closes #1469629)
Benjamin Peterson
2012-03-08
1
-2/+17
*
Backout buggy patch for #13719
Éric Araujo
2012-03-07
2
-10/+1
*
Closes #14158: We now track test_support.TESTFN cleanup, and test_mailbox use...
Vinay Sajip
2012-03-06
2
-7/+20
*
Fix NameError
Éric Araujo
2012-03-05
1
-0/+1
*
Make distutils’ upload command work with bdist_msi products (#13719).
Éric Araujo
2012-03-05
2
-6/+14
*
Use raw string for a docstring that uses a backslash
Éric Araujo
2012-03-05
1
-1/+1
*
Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
Meador Inge
2012-03-05
2
-17/+29
*
Fix some set algebra methods of WeakSet objects.
Antoine Pitrou
2012-03-04
2
-33/+30
*
Fix sporadic failure in test_weakset
Antoine Pitrou
2012-03-04
1
-5/+2
*
Add a crasher for the documented issue of calling "Py_DECREF(self->xxx)";
Armin Rigo
2012-03-04
1
-0/+44
*
Issue #14159: Fix the len() of weak sets to return a better approximation whe...
Antoine Pitrou
2012-03-01
3
-1/+108
*
#14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk.
Ezio Melotti
2012-02-29
1
-1/+19
*
#10713: Improve documentation for \b and \B and add a few tests. Initial pat...
Ezio Melotti
2012-02-29
1
-0/+26
*
Give better failure messages in test_strptime (cf. issue #14113).
Nadeem Vawda
2012-02-28
1
-17/+14
*
Issue #13521: dict.setdefault() now does only one lookup for the given key, m...
Antoine Pitrou
2012-02-26
1
-0/+20
*
Synchronize some distutils tests with 3.2.
Éric Araujo
2012-02-26
3
-31/+38
*
Fix typo “seperator”
Éric Araujo
2012-02-26
1
-1/+1
*
Update docstring with more useful text (from the PEP)
Éric Araujo
2012-02-26
1
-1/+1
*
Use raw strings for docstrings with backslashes in ASCII diagrams
Éric Araujo
2012-02-26
2
-2/+2
*
Update lingering references to ex-parrot. I mean ex-devguide.
Éric Araujo
2012-02-26
1
-2/+1
*
Fix instructions on how to rebuild some modules
Éric Araujo
2012-02-26
3
-3/+3
*
Stop ignoring RPMs in distutils' upload command (#2945).
Éric Araujo
2012-02-26
2
-0/+21
*
Add test file for scripts in Tools (#13447).
Éric Araujo
2012-02-25
1
-0/+39
*
Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).
Éric Araujo
2012-02-25
3
-52/+95
*
Merged upstream changes.
Vinay Sajip
2012-02-23
1
-83/+77
|
\
|
*
merge heads
Benjamin Peterson
2012-02-23
2
-27/+33
|
|
\
|
*
|
update pydoc-topics
Benjamin Peterson
2012-02-23
1
-83/+77
*
|
|
Fix added for recent changes in non-threading environments.
Vinay Sajip
2012-02-23
2
-7/+28
|
|
/
|
/
|
*
|
Updated comments.
Vinay Sajip
2012-02-23
2
-5/+4
*
|
logging: Added locking in flush() and close() handler methods. Thanks to Faya...
Vinay Sajip
2012-02-23
2
-22/+29
|
/
*
bump to 2.7.3rc1
v2.7.3rc1
Benjamin Peterson
2012-02-23
2
-2/+2
*
Fix sporadic test_os failure under Windows
Antoine Pitrou
2012-02-22
1
-2/+5
*
Fix (presumably) test_hash under big-endian systems (PPC).
Antoine Pitrou
2012-02-22
1
-2/+8
*
Avoid py3k warnings related to sort() of unrelated types.
Antoine Pitrou
2012-02-21
1
-3/+7
*
Fix flaky os.urandom test.
Antoine Pitrou
2012-02-21
1
-3/+4
*
carefully don't depend on any dict order
Benjamin Peterson
2012-02-21
1
-4/+16
*
remove extra zero
Benjamin Peterson
2012-02-21
1
-1/+1
*
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures
Petri Lehtinen
2012-02-21
1
-0/+18
*
HTMLParser is now able to handle slashes in the start tag.
Ezio Melotti
2012-02-21
2
-5/+26
*
don't rely on dict order
Benjamin Peterson
2012-02-21
1
-2/+4
*
a frozenset is better here
Benjamin Peterson
2012-02-21
1
-1/+2
*
use set
Benjamin Peterson
2012-02-21
1
-4/+1
*
don't rely on dict order
Benjamin Peterson
2012-02-21
1
-1/+1
*
this was supposed to die
Benjamin Peterson
2012-02-21
2
-16/+2
*
fix test_gdb under hash randomization
Benjamin Peterson
2012-02-21
1
-6/+11
*
don't rely on dict order here
Benjamin Peterson
2012-02-21
1
-1/+1
[next]