| ID |
Activity |
Title |
Status |
Creator |
Assigned To |
Type |
Msgs |
| 22036 |
1/4 hour ago |
Obsolete reference to stringobject in comment
|
open |
numerodix |
|
enhancement |
1 |
| 21955 |
1/4 hour ago |
ceval.c: implement fast path for integers with a single digit
|
open |
haypo |
|
performance |
14 |
| 13299 |
1/4 hour ago |
namedtuple row factory for sqlite3
|
open |
ncoghlan |
|
enhancement |
12 |
| 17293 |
1/2 an hour ago |
uuid.getnode() MAC address on AIX
|
open |
aivarsk |
|
behavior |
5 |
| 22044 |
1 1/4 hours ago |
Premature Py_DECREF while generating a TypeError in call_tzinfo_method
|
open |
Knio |
|
crash |
2 |
| 21933 |
1 1/2 hours ago |
Allow the user to change font sizes with the text pane of turtledemo
|
open |
Lita.Cho |
|
|
15 |
| 21597 |
2 hours ago |
Allow turtledemo code pane to get wider.
|
open |
terry.reedy |
terry.reedy |
behavior |
40 |
| 22042 |
4 hours ago |
signal.set_wakeup_fd(fd): set the fd to non-blocking mode
|
open |
haypo |
|
|
3 |
| 22043 |
4 hours ago |
Use a monotonic clock to compute timeouts
|
open |
haypo |
|
enhancement |
2 |
| 21867 |
4 hours ago |
Turtle returns TypeError when undobuffer is set to 0 (aka no undo is allowed)
|
open |
Lita.Cho |
rhettinger |
|
5 |
| 22018 |
5 hours ago |
Add a new signal.set_wakeup_socket() function
|
open |
haypo |
|
|
16 |
| 22003 |
6 hours ago |
BytesIO copy-on-write
|
open |
dw |
|
performance |
22 |
| 12378 |
7 hours ago |
smtplib.SMTP_SSL leaks socket connections on SSL error
|
open |
joeshaw |
|
resource usage |
9 |
| 21591 |
8 hours ago |
"exec(a, b, c)" not the same as "exec a in b, c" in nested functions
|
open |
Robert.Jordens |
|
behavior |
4 |
| 15275 |
9 hours ago |
isinstance is called a more times that needed in ntpath
|
open |
mandel |
|
performance |
9 |
| 21860 |
9 hours ago |
Correct FileIO docstrings
|
open |
serhiy.storchaka |
docs@python |
behavior |
2 |
| 22002 |
9 hours ago |
Make full use of test discovery in test subpackages
|
open |
zach.ware |
|
enhancement |
7 |
| 22041 |
9 hours ago |
http POST request with python 3.3 through web proxy
|
open |
AlexMJ |
|
behavior |
1 |
| 14484 |
10 hours ago |
missing return in win32_kill?
|
open |
pitrou |
|
behavior |
9 |
| 22023 |
11 hours ago |
PyUnicode_FromFormat is broken on python 2
|
open |
alex |
|
|
7 |
| 22039 |
12 hours ago |
PyObject_SetAttr doesn't mention value = NULL
|
open |
pitrou |
docs@python |
behavior |
1 |
| 22038 |
12 hours ago |
Implement atomic operations on non-x86 platforms
|
open |
Vitor.de.Lima |
|
enhancement |
1 |
| 22025 |
yesterday |
webbrowser.get(command_line) does not support Windows-style path separators
|
open |
dan.oreilly |
|
behavior |
2 |
| 22037 |
yesterday |
Poor grammar in asyncio TCP echo client example
|
open |
Aaron1011 |
docs@python |
|
1 |
| 22028 |
yesterday |
Python 3.4.1 Installer ended prematurely (Windows msi)
|
open |
DieInSente |
|
crash |
2 |
| 22033 |
yesterday |
Subclass friendly reprs
|
open |
serhiy.storchaka |
|
enhancement |
1 |
| 22021 |
yesterday |
shutil.make_archive() root_dir do not work
|
open |
DemoHT |
docs@python |
behavior |
6 |
| 21859 |
yesterday |
Add Python implementation of FileIO
|
open |
serhiy.storchaka |
|
enhancement |
4 |
| 17665 |
yesterday |
convert test_wsgiref to idiomatic unittest code
|
open |
tshepang |
orsenthil |
enhancement |
3 |
| 22035 |
yesterday |
Fatal error in dbm.gdbm
|
open |
serhiy.storchaka |
|
crash |
1 |
| 22034 |
yesterday |
posixpath.join() and bytearray
|
open |
serhiy.storchaka |
|
behavior |
1 |
| 21044 |
yesterday |
tarfile does not handle file .name being an int
|
open |
seirl |
serhiy.storchaka |
behavior |
23 |
| 21644 |
yesterday |
Optimize bytearray(int) constructor to use calloc()
|
open |
haypo |
|
performance |
5 |
| 21970 |
yesterday |
Broken code for handling file://host in urllib.request.FileHandler.file_open
|
open |
vadmium |
|
|
4 |
| 22029 |
yesterday |
argparse - CSS white-space: like control for individual text blocks
|
open |
paul.j3 |
|
enhancement |
2 |
| 21793 |
yesterday |
httplib client/server status refactor
|
open |
demian.brecht |
rhettinger |
enhancement |
7 |
| 1702036 |
yesterday |
Make Turtle thread-safe so it does not crash
|
open |
korka |
|
enhancement |
5 |
| 21536 |
yesterday |
extension built with a shared python cannot be loaded with a static python
|
open |
pitrou |
|
enhancement |
6 |
| 14301 |
yesterday |
xmlrpc client transport and threading problem
|
open |
kees |
|
behavior |
2 |
| 13128 |
yesterday |
httplib debuglevel on CONNECT doesn't print response headers
|
open |
Matt.Spear |
|
enhancement |
3 |
| 20898 |
yesterday |
Missing 507 response description
|
open |
Filip.Malczak |
rhettinger |
enhancement |
8 |
| 22027 |
yesterday |
RFC 6531 (SMTPUTF8) support in smtplib
|
open |
zvyn |
|
enhancement |
1 |
| 22024 |
yesterday |
Add to shutil the ability to wait until files are definitely deleted
|
open |
zach.ware |
|
enhancement |
1 |
| 21822 |
yesterday |
KeyboardInterrupt during Thread.join hangs that Thread
|
open |
tupl |
|
behavior |
2 |
| 12855 |
yesterday |
linebreak sequences should be better documented
|
open |
Matthew.Boehm |
docs@python |
behavior |
12 |
| 21964 |
yesterday |
inconsistency in list-generator comprehension with yield(-from)
|
open |
hakril |
|
behavior |
5 |
| 6699 |
yesterday |
IDLE: Warn user about overwriting a file that has a newer version on filesystem
|
open |
gpolo |
roger.serwy |
enhancement |
4 |
| 21965 |
yesterday |
Add support for Memory BIO to _ssl
|
open |
geertj |
|
enhancement |
3 |
| 1745108 |
yesterday |
2.5.1 curses panel segfault in new_panel on aix 5.3
|
open |
maswan |
|
crash |
5 |
| 20064 |
yesterday |
PyObject_Malloc is not documented
|
open |
r.david.murray |
docs@python |
behavior |
5 |