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 #9759: GzipFile now raises ValueError when an operation is attempted
Antoine Pitrou
2010-10-06
1
-0/+3
*
Fix news entry formatting nits
Éric Araujo
2010-10-05
1
-2/+2
*
Fix interaction of custom translation classes and caching (#9042)
Éric Araujo
2010-10-04
1
-0/+3
*
Recode developers.txt to UTF-8, as discussed on python-dev.
Éric Araujo
2010-10-04
1
-10/+13
*
Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher
Giampaolo Rodolà
2010-10-04
1
-0/+6
*
Add Tal Einat.
Martin v. Löwis
2010-10-04
1
-0/+3
*
Issue #9065: no longer use "root" as the default for the
Lars Gustäbel
2010-10-04
1
-0/+3
*
typo in Arfrever name
Tarek Ziadé
2010-10-03
1
-1/+1
*
Fixed #8980: distutils.command.check was failing w/ docutils installed
Tarek Ziadé
2010-10-03
1
-0/+3
*
add a test and a note about metaclasses now being abcs
Benjamin Peterson
2010-10-02
1
-2/+3
*
#1050268: make parseaddr 'quote' the contents of quoted strings in addresses.
R. David Murray
2010-10-02
1
-0/+3
*
Update changelog for r85174
Victor Stinner
2010-10-02
1
-0/+2
*
Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace
Victor Stinner
2010-10-02
1
-1/+5
*
type.__abstractmethods__ should raise an AttributeError #10006
Benjamin Peterson
2010-10-02
1
-0/+2
*
#10004: in Q encoded word ignore '=xx' when xx is not valid hex.
R. David Murray
2010-10-01
1
-0/+3
*
Fix #10003. Add SIGBREAK to the set of valid signals on Windows.
Brian Curtin
2010-10-01
1
-0/+3
*
Issue #6608: time.asctime is now checking struct tm fields its input
Alexander Belopolsky
2010-10-01
2
-1/+5
*
Issue1491 - BaseHTTPServer incorrectly implements response code 100
Senthil Kumaran
2010-09-30
1
-0/+3
*
Issue #9360: Cleanup and improvements to the nntplib module. The API
Antoine Pitrou
2010-09-29
1
-0/+4
*
Issue #9962: GzipFile now has the peek() method.
Antoine Pitrou
2010-09-29
1
-0/+2
*
Issue #9979: Create function PyUnicode_AsWideCharString().
Victor Stinner
2010-09-29
1
-0/+2
*
#7110: have regrtest print test failures and tracebacks to stderr not stdout.
R. David Murray
2010-09-29
2
-0/+4
*
#9628: fix runtests.sh -x option so more than one test can be excluded.
R. David Murray
2010-09-28
1
-0/+2
*
Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN,
Antoine Pitrou
2010-09-28
1
-0/+5
*
Issue #3612: Added new types to ctypes.wintypes. (CHAR and pointers)
Hirokazu Yamamoto
2010-09-28
1
-0/+2
*
Fix for issue #9568.
Ronald Oussoren
2010-09-28
1
-0/+2
*
Add support for the ZSH shell to the "Update Shell Profile" script
Ronald Oussoren
2010-09-28
1
-0/+4
*
Issue #9599: Tweak loghelper algorithm to return slightly improved results f...
Mark Dickinson
2010-09-28
1
-0/+3
*
Since __import__ is not designed for general use, have its docstring point
Brett Cannon
2010-09-27
1
-0/+3
*
Implement #8521. Added named argument handling to winreg's CreateKeyEx,
Brian Curtin
2010-09-27
1
-0/+3
*
Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is
Antoine Pitrou
2010-09-27
1
-0/+5
*
Issue #9947: logging: Fixed locking bug in stopListening.
Vinay Sajip
2010-09-25
1
-0/+2
*
Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler.
Vinay Sajip
2010-09-25
1
-0/+2
*
revert r85003, poorly considered; breaks tests
Benjamin Peterson
2010-09-25
1
-3/+0
*
don't count keyword arguments as positional #9943
Benjamin Peterson
2010-09-25
1
-0/+3
*
Issue #9936: Fixed executable lines' search in the trace module.
Alexander Belopolsky
2010-09-24
1
-0/+2
*
Fix #9790: Rework the imports necessary for ntpath.samefile and
Brian Curtin
2010-09-23
1
-0/+3
*
Issue #9930: Remove an unnecessary type check in wrap_binaryfunc_r;
Mark Dickinson
2010-09-23
1
-0/+4
*
#9808. Implement os.getlogin for Windows, completed by Jon Anglin.
Brian Curtin
2010-09-23
1
-0/+2
*
Issue #9928: Properly initialize the types exported by the bz2 module.
Antoine Pitrou
2010-09-23
1
-0/+2
*
Issue #1675951: Allow GzipFile to work with unseekable file objects.
Antoine Pitrou
2010-09-23
2
-0/+4
*
logging: added QueueListener and documentation.
Vinay Sajip
2010-09-23
1
-0/+3
*
Issue 9916: Add some missing errno symbols.
Barry Warsaw
2010-09-22
1
-2/+4
*
fix news
Benjamin Peterson
2010-09-21
1
-0/+8
*
Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)
Hirokazu Yamamoto
2010-09-21
1
-0/+2
*
Issue #9908: Fix os.stat() on bytes paths under Windows 7.
Antoine Pitrou
2010-09-21
1
-0/+2
*
Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by
Antoine Pitrou
2010-09-21
1
-0/+3
*
Issue #2643: msync() is not called anymore when deallocating an open mmap
Antoine Pitrou
2010-09-21
1
-0/+3
*
Revert r84902 before committing better solution.
Hirokazu Yamamoto
2010-09-21
1
-2/+0
*
Issue #1633863: Don't ignore $CC under AIX.
Antoine Pitrou
2010-09-21
1
-0/+2
[next]